Line and paragraph spacing feature.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c0eb3c10
GM
12001-04-02 Gerd Moellmann <gerd@gnu.org>
2
3 * frame.el (cursor-in-non-selected-windows): Replaces
4 show-cursor-in-non-selected-windows.
5
a3d0b0e0
KH
62001-03-31 Kenichi Handa <handa@etl.go.jp>
7
8 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9 Delete entries for "chinese-py" and "chinese-ziranma".
10 (quail-misc-package-ext-info): New variable.
11 (tsang-quick-converter): New function.
12 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
13 (quick-cns-converter, py-converter, ziranma-converter)
14 (miscdic-convert, batch-miscdic-convert): New functions.
15
55f7832c
KH
162001-03-30 Kenichi Handa <handa@etl.go.jp>
17
a2217cd8
KH
18 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
19 eight-bit-control chars.
20
55f7832c 21 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 22 Reduce making temporary vector (suggested by Dave Love).
55f7832c 23
911a2406
EZ
242001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
25
26 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
27 string as well.
28
1a518f2c
AS
292001-03-30 Andreas Schwab <schwab@suse.de>
30
31 * files.el (backup-directory-alist): Fix typo.
32
ef080b16
EZ
332001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
34
35 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
36 <eggert@twinsun.com>.
37
e4174a55
DL
382001-03-30 Dave Love <fx@gnu.org>
39
40 * progmodes/fortran.el (fortran-comment-region): Fix typo.
41
9d5d1075
EZ
422001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
43
44 * simple.el (transient-mark-mode): Mention C-g in the doc string.
45
a27b451e
MB
462001-03-30 Miles Bader <miles@gnu.org>
47
48 * subr.el (interactive-form): Fix paren typo.
49
aea51abe
EZ
502001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * emacs-lisp/profile.el: Say that it's obsolete in the header
53 line, so that finder.el puts that into its data-base.
54 Suggested by Alex Schroeder <alex@gnu.org>.
55
249dd409
EZ
562001-03-29 Paul Eggert <eggert@twinsun.com>
57
58 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
59 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
60
1ac1fa96
SM
612001-03-29 Stefan Monnier <monnier@cs.yale.edu>
62
63 * generic.el (generic-mode-set-comments): Use "" rather than nil
64 for comment-end.
65
e2b8a830
GM
662001-03-29 Gerd Moellmann <gerd@gnu.org>
67
1ac1fa96
SM
68 * emacs-lisp/advice.el (ad-make-advised-definition):
69 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
70
71 * subr.el (interactive-form): New function.
72
8b2375e7
AS
732001-03-29 Andre Spiegel <spiegel@gnu.org>
74
75 * vc-sccs.el (vc-sccs-register): Use relative file names.
76
f827b862
GM
772001-03-28 Gerd Moellmann <gerd@gnu.org>
78
e59d0e9d
GM
79 * bookmark.el (bookmark-get-bookmark): Handle case that
80 BOOKMARK is not a string.
81
deb2613a
GM
82 * image.el (image-type-regexps): Change type for PS files
83 to `postscript'.
84
f827b862
GM
85 * subr.el (read-passwd): Clear command history after each
86 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
87
3c9449d0
KH
882001-03-27 Kenichi Handa <handa@etl.go.jp>
89
90 * international/kkc.el (kkc-save-init-file): Locally bind
91 print-length to nil.
92
e6b13c74
GM
932001-03-26 Gerd Moellmann <gerd@gnu.org>
94
e120bebf
GM
95 * textmodes/flyspell.el: Some doc fixes.
96 (flyspell-maybe-correct-transposition)
97 (flyspell-maybe-correct-doubling): Use a temporary buffer
98
99 * textmodes/ispell.el (ispell-parse-output): Doc fix.
100
5f6c5771 101 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
102 (byte-optimize-form-code-walker): Diagnose too few arguments
103 for `if' and `while'.
104
2b984c45
KH
1052001-03-26 Kenichi Handa <handa@etl.go.jp>
106
107 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
108 Prepend `\' to "\<quail-translation-docstring>".
109
bf2150fa
GM
1102001-03-26 Gerd Moellmann <gerd@gnu.org>
111
5f6c5771
SM
112 * autorevert.el (global-auto-revert-non-file-buffers):
113 Remove duplicate defcustom.
bf2150fa 114
a0d59316
MB
1152001-03-26 Miles Bader <miles@gnu.org>
116
5f6c5771
SM
117 * international/latin1-disp.el (latin1-char-displayable-p):
118 Add leading "-" for X font pattern.
a0d59316 119
9edbff6c
KH
1202001-03-26 Kenichi Handa <handa@etl.go.jp>
121
5f6c5771
SM
122 * international/mule-diag.el (describe-coding-system):
123 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
124 charsets they can encode.
125
50b57199
EZ
1262001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
127
128 * help.el (view-lossage): Mention open-dribble-file in the doc
129 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
130
5b83f9c0
SM
1312001-03-23 Stefan Monnier <monnier@cs.yale.edu>
132
133 * skeleton.el (skeleton-internal-list): Fix bogus logic.
134 (skeleton-pair-insert-maybe): Don't pair after a backslash.
135
e0ecbf5c
KH
1362001-03-23 Kenichi Handa <handa@etl.go.jp>
137
5b83f9c0
SM
138 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
139 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
140 multibyte sequence can work correctly.
141 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
142 property of the coding system.
143
1cc218de
SM
1442001-03-23 Stefan Monnier <monnier@cs.yale.edu>
145
146 * textmodes/fill.el (fill-individual-paragraphs-prefix):
147 Fix transcription typo.
148
a3db02ad
RV
1492001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
150
151 * whitespace.el: Add buffer local variables to toggle testing of
152 whitespaces in buffers without affecting the default values.
a3db02ad 153 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
154 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
155 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
156 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 157
83c9cb8e
SM
1582001-03-21 Stefan Monnier <monnier@cs.yale.edu>
159
160 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
161
180d5509
GM
1622001-03-21 Gerd Moellmann <gerd@gnu.org>
163
eeb5b5c1
GM
164 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
165 bs-cycle-configuration-name. From Juanma Barranquero
166 <lektu@uol.com.br>.
167
170a9e70
GM
168 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
169 and cc-vars.el.
170
180d5509
GM
171 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
172 headers. Always invoke sendmail with option -t.
173
130c507e
GM
1742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
175
176 * Release of cc-mode 5.28.
177
1782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
179
180 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
181 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 182 It's instead taken care of by the default value for c-default-style.
130c507e 183
130c507e
GM
1842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
185
186 * cc-align.el (c-lineup-math): Fix bug where lineup was
187 triggered by equal signs in string literals.
188
1892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
190
191 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
192 limit detection when at the ends of the buffer.
193
194 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
195 "for" statement clause in case 7F; a better one is done
196 earlier in case 7D anyway.
197
1982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
199
200 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
201 somewhat more and did a small optimization.
202
2032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
204
205 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
206 Use the limit argument only to limit the syntactic context
207 search, not to limit the actual movement.
208
209 * cc-cmds.el (c-beginning-of-statement): Move by sentence
210 inside multiline strings, just like in comments. Also various
211 fixes to the paragraph and comment prefix recognition, block
212 comment ender handling etc.
213
2142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
215
216 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
217 the relative position of the point.
218
219 * cc-cmds.el (c-electric-continued-statement): New function to
220 use as abbrev hook to reindent for keywords such as "else"
221 that continues an earlier statement.
222
223 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
224 like classes.
225
226 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
227 (pike-mode): Populate the default abbrev tables to reindent for
228 keywords such as "else" that can continue earlier statements.
229 Abbrev mode is therefore turned on by default now. (Note that
230 this doesn't apply to idl-mode, since IDL afaik doesn't have
231 statements at all.)
232
2332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
234
235 * cc-engine.el (c-inside-bracelist-p): Fix for handling
236 bracelists where the declaration contains template arguments.
237
2382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
239
83c9cb8e
SM
240 * cc-cmds.el (c-comment-indent):
241 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
242 syntactic indentation. Fixes bug with lineup functions that
243 return vectors.
244
245 * cc-engine.el (c-get-syntactic-indentation): Split the
246 indentation sum calculation from `c-indent-line' to a separate
247 function.
248
2492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
250
251 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
252 Fixed places where it was assumed that preprocessor directives
253 have to start in column zero.
254
255 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
256 template arguments after a class identifier properly.
257
258 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
259 lists for `new Foo[]' constructs in Java as expressions and
260 not top level definition brace lists on the top level, so that
261 they'll get indented consistently with the same type of
262 expression in a normal block.
263
2642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
265
266 * cc-cmds.el (c-fill-paragraph): The kludge that checks
267 whether the adaptive filling package fails to keep the comment
268 prefix is now kludged further to check for filladapt-mode
269 which doesn't have that problem. This is really icky, but it's
270 the only way that works with the current misfeatures/bugs in
271 both adaptive-fill-mode and filladapt-mode.
272
273 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
274 around point is recognized more robust.
275
2762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
277
278 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
279 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
280 (c-lit-type): Fixed all internal variables used dynamically so
281 that they are always bound.
282
283 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
284 errors:
285
286 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
287 the region is fully reindented even when an error occurs.
288 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
289 whole lot of code that tried to optimize indentation of whole
290 sexps but in reality accomplishes nothing.
291
292 (c-indent-sexp): Use c-indent-region.
293
294 (c-parsing-error): Changed this variable to hold the message
295 for any syntactic error that is discovered.
296
297 (c-parse-state): Search backward from point instead of the bod
298 position when the latter is invalid. This makes CC Mode
299 recover faster when there are unbalanced close braces.
300
301 (c-backward-to-start-of-if): Use c-parsing-error to report
302 dangling "else" clauses instead of throwing an error, and fall
303 back to a reasonable position.
304
83c9cb8e 305 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 306
83c9cb8e 307 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
308
3092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
310
311 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
312 paragraph recognition when moving by sentence in literals.
313
83c9cb8e
SM
314 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
315 start regexp for javadoc to recognize javadoc markup in general instead
316 of a specific set of keywords, to be more future-safe.
130c507e
GM
317
318 (c-Pike-pikedoc-paragraph-start)
319 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
320 pikedoc markup.
321
83c9cb8e 322 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 323
83c9cb8e 324 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
325
326 * cc-vars.el (c-default-style): Made a nicer Customize widget.
327
328 (c-comment-prefix-regexp): Made it possible to use an
329 association list on this to specify mode specific regexps.
330 The default value now use a special regexp in Pike mode to
331 recognize pikedoc markup.
332
333 (c-current-comment-prefix): New variable containing the actual
334 regexp from c-comment-prefix-regexp for the current buffer.
335
3362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
337
338 * cc-cmds.el (c-electric-brace): Fixed check for special brace
339 lists: We can't look at the syntax, since a brace list can get
340 recognized as a plain statement-cont.
341
342 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
343 special brace list opener broken over two lines got recognized
344 as a statement on the second line. Case 9A changed.
345
3462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
347
348 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
349 adjustment after line is reindented.
350
3512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
352
353 * cc-defs.el (c-point): Added optional argument for position
354 to use instead of the current point.
355
356 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
357 the in-expression block symbols when the construct starts at
358 boi, to avoid the extra level of indentation in that case.
359 Cases 4, 16A and 17E affected.
360
3612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
362
363 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 364 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
365
366 * cc-engine.el (c-indent-line): Use the syntax already bound
367 to `c-syntactic-context', if there is any.
368
3692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
370
371 * cc-engine.el (c-get-offset): Fixed bug where the indentation
372 wasn't added up correctly when a lineup function returned nil.
373
3742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
375
376 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 377 empty lines were ignored when collecting line comments backwards.
130c507e
GM
378
3792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
380
381 * cc-align.el (c-lineup-dont-change): Return an absolute
382 indentation column to work correctly in the case when several
383 syntactic elements are processed for the same line.
384
385 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
386 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
387 (c-set-offset): Added absolute indentation column settings by
388 using the vector type.
389
130c507e
GM
3902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
391
392 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
393 Implemented two new cleanups `space-before-funcall' and
394 `compact-empty-funcall'.
395
130c507e
GM
3962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
397
398 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
399 helping building regexps.
400
401 * cc-engine.el (c-on-identifier): New function for detecting
402 identifiers. It takes keywords into account.
403
404 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
405 lists. `c-keywords' is set to a regexp matching all keywords
406 in the current language.
407
4082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
409
410 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
411 list of characters to skip backwards over at the beginning of
412 a statement, since it can precede string literals in Pike.
413
4142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
415
416 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
417 recognition when standing on the last line in a C++ comment
418 with nothing but whitespace after the prefix.
419
420 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
421 given no limit argument.
422
4232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
424
425 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
426 recognition for the `[]= operator symbol in Pike.
427
4282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
429
430 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
431 around a bug in `eval-when-compile' in the byte compiler.
432
433 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 434 value when count is zero and there's no token start within the limit.
130c507e
GM
435
436 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
437 "prefix comments", i.e. comments which are followed by code on
438 the same line.
439
440 * cc-mode-19.el: Fixes so that checks that must be done at
441 compile time also are done then.
442
4432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
444
445 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
446 time and at runtime, and only when it's needed.
447
4482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
449
450 Major cleanup for less error prone and more warning free
451 compilation, including some fixes for bugs due to different
452 compilation orders. Thanks to Martin Buchholz for providing
453 the basis for all this.
454
455 * cc-bytecomp.el: New file that provides some byte compilation
456 features: It ensures that files always are loaded from the
457 current source directory during compilation, and it provides a
458 set of macros to turn off specific compiler warnings for
459 specific symbols. (It's not CC Mode specific in any way.)
460
461 Fixed a nearly acyclic dependency tree (both runtime and
462 compile-time) between all files.
463
464 * cc-defs.el: Separated all macros before the inline functions,
465 to ensure correct compilation.
466
467 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
468 cc-defs.el to cc-engine.el and made it a function instead.
469
470 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
471 about char-after.
472
473 * cc-vars.el: Cope even when there isn't a custom package
474 containing defcustom available.
475
476 * cc-make.el: Removed since it's no longer necessary.
477
478 README: Updated installation instructions.
479
4802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
481
482 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
483 improve the modularity: Moved all mode init stuff from
484 cc-langs.el to cc-mode.el, including the keymap
485 initialization; cc-langs now only contains the various
486 variables for configuring the language syntax.
487
83c9cb8e
SM
488 * cc-engine.el, cc-styles.el (c-evaluate-offset)
489 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 490 dependency analysis suggests they belong there (which also
83c9cb8e 491 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
492
4932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
494
495 * cc-cmds.el (c-fn-region-is-active-p): New function that
496 wraps the corresponding macro, for use in places that aren't
497 compiled. Thanks to Martin Buchholz for pointing out this.
498
83c9cb8e 499 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
500
501 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
502 add things to the bug report.
503
5042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
505
506 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
507 returned prefix could contain a newline when the search for a
508 good prefix line failed.
509
5102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
511
512 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
513 (c-toggle-auto-hungry-state): Made the argument optional, as
514 the documentation says it is.
515
5162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
517
518 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
519 multiline string syntax, #"...", as a cpp macro.
520
7008ccac
GM
5212001-03-21 Paul Eggert <eggert@twinsun.com>
522
83c9cb8e
SM
523 * international/mule-cmds.el (set-locale-environment):
524 Set system-messages-locale and system-time-locale, but only if the
7008ccac 525 caller specifies a non-nil locale name.
3c9449d0 526
c2478129 5272001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
528
529 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 530 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 531
117e4b0c
GM
5322001-03-20 Gerd Moellmann <gerd@gnu.org>
533
7194219d
GM
534 * follow.el (follow-avoid-tail-recenter): Doc fix.
535
5721ae13
GM
536 * custom.el (custom-set-variables): Avoid reversing the list
537 of args needlessly.
538
7b8bbf72
GM
539 * startup.el (fancy-splash-head): Don't change the colors of the
540 XPM image on a dark background.
541
a91ad7c9
GM
542 * comint.el (comint-exec-1): Set columns of the terminal to
543 window-width instead of frame-width.
544
fa88947e
GM
545 * info.el (Info-scroll-down): Add missing WINDOW arg for
546 pos-visible-in-window-p.
547
1741905c
GM
548 * ehelp.el (electric-help-mode-hook): Add defcustom.
549
117e4b0c
GM
550 * mail/sendmail.el (mail-mode): Activate case-folding in
551 font-lock-defaults.
552
e84c695d
SM
5532001-03-19 Stefan Monnier <monnier@cs.yale.edu>
554
555 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
556 (completion-ignored-extensions): Remove duplicate ".class".
557
fc774041
AS
5582001-03-19 Andreas Schwab <schwab@suse.de>
559
83c9cb8e
SM
560 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
561 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 562
c2c097cc
GM
5632001-03-19 Gerd Moellmann <gerd@gnu.org>
564
565 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
566 methods since there are not prefix input methods.
567
fbe2e958
KH
5682001-03-19 Kenichi Handa <handa@etl.go.jp>
569
83c9cb8e
SM
570 * international/mule-cmds.el (read-input-method-name):
571 Locally bind enable-recursive-minibuffers to t.
fbe2e958 572
da47e491
SM
5732001-03-18 Stefan Monnier <monnier@cs.yale.edu>
574
575 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
576
4986c2c6 5772001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 578
4986c2c6
MK
579 * ediff-util.el: Copyright years.
580 (ediff-choose-syntax-table): New function.
581 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 582
4986c2c6
MK
583 * ediff-init.el (ediff-with-syntax-table): New macro, uses
584 with-syntax-table.
83c9cb8e 585
4986c2c6 586 * ediff.el: Date of last update, copyright years.
83c9cb8e 587
4986c2c6 588 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 589
4986c2c6
MK
590 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
591 of Scott Bronson.
592 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
593 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
594 Deleted functions.
595 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
596 ex-token-list.
83c9cb8e 597
4986c2c6 598 * viper-util.el: Spaces, indentation.
83c9cb8e 599
4986c2c6 600 * viper.el: Changed version, modification time.
83c9cb8e 601
3c799aec 6022001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
603
604 * calendar/timeclock.el (timeclock-workday-remaining):
605 Check whether `discrep' is non-null before using it.
3c799aec 606
ae3ce418
JW
6072001-03-16 John Wiegley <johnw@gnu.org>
608
609 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
610 first-time checkins.
611 (timeclock-log-data): Fixed problem with reading timelog log file.
612 Resulting data in the "day list" was incorrect.
613 (timeclock-find-discrep): Check if `timeclock-file' is readable
614 before opening it.
615 (timeclock-time-less-p): New function.
616 (timeclock-day-base): New function.
617 (timeclock-geometric-mean): New function.
618 (timeclock-generate-report): Generate a summary report based on
619 the contents of the log file. This uses `timeclock-log-data', and
620 is an example of writing a timelog manipulation function.
621 (timeclock-visit-timelog): A quick command for opening the timelog
622 file.
623 (timeclock-log-data): Bound the variable event.
624
c8d4a9bb
KH
6252001-03-16 Kenichi Handa <handa@etl.go.jp>
626
83c9cb8e
SM
627 * international/mule-cmds.el (select-safe-coding-system):
628 Fix typo: symbol-name -> symbol-value.
11d56c64 629
c8d4a9bb
KH
630 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
631 before substitute-in-file-name to handle double slashes in FILE
632 correctly.
633
c899e7e6
GM
6342001-03-15 Gerd Moellmann <gerd@gnu.org>
635
636 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
637 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
638
819dce0f
GM
6392001-03-14 Gerd Moellmann <gerd@gnu.org>
640
697617d9
GM
641 * bindings.el (features): Add `md5' and `overlay' to the list.
642
819dce0f
GM
643 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
644 bound before using it. It's not bound when configured without X,
645 for instance.
646
e0067a9d
TTN
6472001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
648
649 * progmodes/hideshow.el: Update copyright.
650 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 651 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 652
afcdc0a1
GM
6532001-03-13 Gerd Moellmann <gerd@gnu.org>
654
e0067a9d 655 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
656 a non-list.
657
30564c48
EZ
6582001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
659
660 * startup.el (fancy-splash-tail, command-line-1): Fix the
661 copyright year.
662
2b8e24b3
KH
6632001-03-13 Kenichi Handa <handa@etl.go.jp>
664
665 * term.el: These changes are based on a patch sent from Yong Lu
666 <lyongu@yahoo.com>.
667 (term-set-escape-char): Bind M-x to execute-extended-command in
668 term-raw-escape-map.
669 (term-move-columns): Don't try to move to negagive column.
670 (term-emulate-terminal): Insert a string before deleting a text to
671 overwrite.
672
789b6186
GM
6732001-03-12 Gerd Moellmann <gerd@gnu.org>
674
b0778a31
GM
675 * play/life.el (life): Rearrange code so that all calls to
676 life-display-generation are in a catch-form.
677
04528cda
GM
678 * progmodes/etags.el (tags-loop-continue): Don't change point in a
679 file that isn't interesting. In an interesting file, push the old
680 value of point on the mark ring.
681
760cefb5
GM
682 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
683 New function.
684 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
685 Use it.
686
83c9cb8e
SM
687 * emacs-lisp/autoload.el (generate-file-autoloads):
688 Remove warning about line lengths.
789b6186 689
a2ffbafe
FP
6902001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
691
692 * progmodes/etags.el (tags-compression-info-list): New variable.
693 (find-tag-in-order): Use it to deal with compressed source files.
694 (tag-file-name-match-p): New function.
695 (etags-recognize-tags-table): Use it for better match of file names.
696
5c9d9d92
KH
6972001-03-12 Kenichi Handa <handa@etl.go.jp>
698
ba3e9b9b
KH
699 * international/mule-cmds.el (register-input-method): Doc fix.
700
5c9d9d92
KH
701 * international/quail.el (quail-translate-key): Fix condition to
702 check if there's another breaking point in the current key.
703
40beecee
EZ
7042001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
705
706 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
707 Babyl header to the newly-created output file, bind
708 coding-system-for-write to either rmail-file-coding-system or
709 emacs-mule-unix.
710
75c6cb7f
SM
7112001-03-11 Stefan Monnier <monnier@cs.yale.edu>
712
713 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
714 Fix the name and regexp used for subsubsections.
715
5ec17636
DL
7162001-03-10 Dave Love <fx@gnu.org>
717
718 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
719 and save-buffer if buffer-file-name non-nil. From rms.
720
6d2e2c02
AS
7212001-03-10 Andre Spiegel <spiegel@gnu.org>
722
723 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 724 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
725 to reflect that.
726 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 727 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
728 variable bindings that might affect the diff command.
729 (vc-print-log): Don't switch to the *vc* buffer before the
730 command, so that local variable bindings are preserved.
731
789b6186 732 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
733 not the current buffer.
734 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
735
789b6186 736 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 737 make output go to buffer *vc*, not the current buffer.
a2ffbafe 738
b18f5523
SM
7392001-03-09 Stefan Monnier <monnier@cs.yale.edu>
740
741 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
742 so ^, $, *, ? and + are interpreted correctly.
743
3cfd8357
GM
7442001-03-09 Gerd Moellmann <gerd@gnu.org>
745
c085b77c 746 * help.el (string-key-binding): Renamed from
f9db8f19
SM
747 mode-line-key-binding. Handle any event on a string.
748 Check for `keymap' properties as well as `local-map' properties.
c085b77c 749
3cfd8357
GM
750 * comint.el (comint-insert-clicked-input): Use the last key
751 from this-command-keys to lookup the global key definition.
752
348f797a
KH
7532001-03-09 Kenichi Handa <handa@etl.go.jp>
754
3ebf3717
KH
755 * international/characters.el: Add category `j' for
756 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
757
348f797a
KH
758 * international/mule-conf.el (no-conversion): Fix docstring.
759 (raw-text): Fix docstring.
760
e1fbabaf
GM
7612001-03-08 Gerd Moellmann <gerd@gnu.org>
762
96e8e603
GM
763 * simple.el (choose-completion-string): When not leaving the
764 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
765 is set.
766
e1fbabaf
GM
767 * window.el (shrink-window-if-larger-than-buffer): Handle frame
768 parameter `(minibuffer . t)'.
769
f9db8f19
SM
7702001-03-07 Stefan Monnier <monnier@cs.yale.edu>
771
772 * progmodes/sh-script.el (sh-st-symbol): New symbol.
773 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
774 (sh-mode): Remove `make-local-variable' for unused var
775 `font-lock-unfontify-region-function'.
776
02756877
RS
7772001-03-07 Richard M. Stallman <rms@gnu.org>
778
132bf46d
RS
779 * info.el (Info-scroll-down): Fix previous change.
780
02756877
RS
781 * mail/rmail.el (rmail-toggle-header): Use a window which
782 is showing the Rmail buffer, rather than the selected window.
783
eeb24429
DL
7842001-03-07 Dave Love <fx@gnu.org>
785
786 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
787 now, to avoid problems with binding imenu directly to a mouse event.
788
3bdf2660
GM
7892001-03-07 Gerd Moellmann <gerd@gnu.org>
790
791 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
792 second arg t.
793
7942001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
795
796 * log-edit.el (log-edit-common-indent): New var.
797 (log-edit-set-common-indentation): Renamed from
798 log-edit-delete-common-indentation. Use the new var.
799 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
800
801 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
802 (cvs-mode-add-change-log-entry-other-window):
803 Don't presume change-log-default-name is defined.
804
805 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
806
807 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
808 the "tree" operation as well.
809
810 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
811
812 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
813 to match paragraph-start.
814
815 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
816 comment-start-skip and set comment-end-skip as well.
817 (sgml-comment-indent): Fix for new value of comment-start-skip.
818 (html-autoview-mode): Don't bother using make-local-hook.
819
2ad02767
GM
8202001-03-07 Gerd Moellmann <gerd@gnu.org>
821
189638d5 822 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 823 variables, otherwise long Custom entries would make them ineffective.
189638d5 824
2ad02767
GM
825 * uniquify.el: Set maintainer to FSF.
826
656f8cae
EZ
8272001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
828
829 * dired-aux.el (dired-do-shell-command): Doc fix.
830
c83965c4
SM
8312001-03-06 Stefan Monnier <monnier@cs.yale.edu>
832
04af43bc
SM
833 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
834
835 * which-func.el (which-func-modes): Add cperl-mode.
836 (which-func-mode-global): Use define-minor-mode.
837
838 * info-look.el: Docstring fixes and dead code eliminated.
839 (cperl-mode): Add support.
840 (emacs-lisp-mode): List all entries from elisp manual, whether
841 or not they are currently (f)bound or not. Update regexp.
842
843 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
844
c83965c4
SM
845 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
846 so that C-h m shows the correct information.
847 Use make-local-variable rather than make-variable-buffer-local.
848 (cperl-info-buffer, cperl-setup-tmp-buf):
849 Use make-local-variable rather than make-variable-buffer-local.
850 (cperl-msb-fix, cperl-get-help-defer):
851 Check major-mode for `cperl-mode' as well.
852
853 * progmodes/cperl-mode.el: Updated to author version 4.23.
854 (cperl-electric-pod): SYNOPSIS was misspelled.
855 (cperl-find-pods-heres): @if ? a : b was considered a REx.
856 (cperl-after-expr-p): Make true after __END__.
857
f16a7aa5
GM
8582001-03-06 Gerd Moellmann <gerd@gnu.org>
859
157ae273 860 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 861 bookmark-completion-ignore-case is t.
157ae273 862
f16a7aa5
GM
863 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
864 switch, like xterm, and concat resource strings, with a newline
865 between them.
866
abaddb98
EZ
8672001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
868
a2ffbafe 869 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
870 (cp773-decode-table, cp774-decode-table): New variables.
871
abaddb98
EZ
872 * man.el (Man-hyphenated-reference-regexp): New variable.
873 (Man-build-references-alist): Use it to search for referenced
874 manpages. If hyphenated is non-nil, record a concatenated word in
875 Man-refpages-alist only if it matches Man-reference-regexp.
876 Update word's length when it is concatenated. Reverse the list,
877 to get the first manpage at the head.
878 (Man-possibly-hyphenated-word): New function.
879 (Man-follow-manual-reference): Use it instead of current-word to
880 find a manpage at point, in a way that accounts for hyphenated
881 references.
882
eb3f61dd
GM
8832001-03-06 Alex Schroeder <alex@gnu.org>
884
885 * sql.el (sql-interbase): New function.
886 (sql-interbase-program): New option.
887 (sql-interbase-options): New option.
888 And some typos fixed: "customise" to "customize".
889
fa84f42a
DL
8902001-03-06 Dave Love <fx@gnu.org>
891
83c9cb8e
SM
892 * textmodes/flyspell.el (flyspell-region):
893 Set up flyspell-local-mouse-map.
fa84f42a 894
fda3411d
RS
8952001-03-05 Richard M. Stallman <rms@gnu.org>
896
a2ffbafe 897 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
898 Don't call rmail-beginning-of-message.
899 Don't discard From: field. Do discard Received: field.
900 Use unwind-protect to re-prune.
901 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 902
e972ab1f
KH
9032001-03-06 Kenichi Handa <handa@etl.go.jp>
904
905 * international/quail.el (quail-title): Add autoload cookie.
906
335db3c1
DL
9072001-03-05 Dave Love <fx@gnu.org>
908
909 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
910 new defs.
911
278dd6ac
KH
9122001-03-05 Kenichi Handa <handa@etl.go.jp>
913
83c9cb8e
SM
914 * language/ethio-util.el (ethio-toggle-space):
915 Update current-input-method-title if necessary.
36d5e61d
KH
916 (ethio-toggle-punctuation): Likewise.
917
341cd4f0
KH
918 * international/quail.el (quail-title): Fix for the case that a
919 title of an input method is specified by a list of the same form
920 as used in mode-line-format.
921
83c9cb8e
SM
922 * international/mule-cmds.el (activate-input-method):
923 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
924 respect that value.
925
10ebaeb6
GM
9262001-03-05 Gerd Moellmann <gerd@gnu.org>
927
928 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
929
7a65c85c
GM
9302001-03-05 Alex Schroeder <alex@gnu.org>
931
932 * sql.el (sql-sybase): Fix typo (was: query user about server two
933 times instead of server and database).
934
935 * sql.el (sql-sybase): Doc change.
936 (sql-mysql): Doc change.
937 (sql-postgres): Doc change.
938
b86644f2
KH
9392001-03-05 Kenichi Handa <handa@etl.go.jp>
940
83c9cb8e
SM
941 * international/mule-conf.el (emacs-mule, raw-text):
942 Docstring modified.
b86644f2 943
e30bd7b7
EZ
9442001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
945
946 * term/internal.el: Update copyright notice.
947
948 * term/pc-win.el: Update copyright notice.
949
7e365285
DL
9502001-03-02 Dave Love <fx@gnu.org>
951
83c9cb8e
SM
952 * files.el (insert-file-contents-literally):
953 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
954 not jka-compr-compression-info-list.
7e365285 955
75ed43a6
SM
9562001-03-02 Stefan Monnier <monnier@cs.yale.edu>
957
958 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
959 spaces in default comment-start-skip settings rather than \s-.
960
53c4b1e6
EZ
9612001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
962
963 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
964 default-frame-alist as well.
965
028d739a
DL
9662001-03-01 Dave Love <fx@gnu.org>
967
968 * textmodes/reftex.el (defvar): Wrap some defvars in
969 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
970
971 * subr.el (event-basic-type): Doc fix.
972
973 * international/quail.el: Doc fixes.
974
975 * international/utf-8.el: Doc fixes.
976
977 * international/mule-cmds.el: Doc fixes.
978 (leim-list-header): Fix header text.
979
980 * international/mule.el (coding-system-category): Doc fix.
981
982 * international/ccl.el (ccl-compile): Doc fix.
983
15d1caef
SM
9842001-03-01 Stefan Monnier <monnier@cs.yale.edu>
985
986 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
987 rather than (before|after)-change-functions.
988
f84ff02c
GM
9892001-03-01 Gerd Moellmann <gerd@gnu.org>
990
991 * ediff-util.el (ediff-scroll-horizontally): Arrange for
992 scroll-left and scroll-right being called interactively so that
993 they set the window's min_hscroll.
994
e0c1e774
EZ
9952001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * info.el (info-insert-file-contents-1): Accept an additional
998 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
999 `suffix'; otherwise use the complicated MS-DOS code.
1000 All callers changed.
e0c1e774
EZ
1001 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1002 can access long file names, try the long file-name version of
1003 `info-insert-file-contents-1', then the short file-name version.
1004
b8b2ea31 10052001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1006
af122766
KH
1007 * language/ethio-util.el (setup-ethiopic-environment-internal):
1008 Change bindings of functions keys to conform to "Emacs Lisp Coding
1009 Convention".
1010
1011 * language/ethiopic.el ("Ethiopic"): Add documentation.
1012
b8b2ea31
KH
10132001-02-28 Kenichi Handa <handa@etl.go.jp>
1014
1d64e2ad
KH
1015 * international/utf-8.el (mule-utf-8): Set coding-category
1016 property to coding-category-utf-8.
1017
91cb6e51
RS
10182001-02-27 Richard M. Stallman <rms@gnu.org>
1019
1020 * lpr.el (lpr-page-header-switches, print-region-1):
1021 Undo 2000-07-06 change.
7298f3f7
RS
1022 (lpr-add-switches): Default to t on gnu/linux.
1023
c0cb1027
GM
10242001-02-27 Gerd Moellmann <gerd@gnu.org>
1025
1026 * bs.el (bs-attributes-list): Doc fix.
1027
01459648
GM
10282001-02-26 Gerd Moellmann <gerd@gnu.org>
1029
baebd8a5 1030 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1031
01459648
GM
1032 * help.el (view-order-manuals): Use goto-address.
1033
1034 * startup.el (command-line-1): Add info about ordering manuals
1035 to the not so fancy splash screens.
1036
f93e614e
AS
10372001-02-26 Andre Spiegel <spiegel@gnu.org>
1038
01459648
GM
1039 * vc.el (vc-default-workfile-unchanged-p)
1040 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1041
12435002
GM
10422001-02-26 Gerd Moellmann <gerd@gnu.org>
1043
a2ffbafe 1044 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1045 fontify in the right buffer.
1046
12435002
GM
1047 * allout.el (outline-flag-region): Move macro in front of first
1048 use to avoid a run-time error.
1049
425de386
AI
10502001-02-24 Andrew Innes <andrewi@gnu.org>
1051
1052 * makefile.w32-in: Fix copyright notice.
1053
66c56ed1
KH
10542001-02-24 Kenichi Handa <handa@etl.go.jp>
1055
4c1593ce
KH
1056 * international/utf-8.el (mule-utf-8): Set correct value for
1057 valid-codes property.
1058
66c56ed1
KH
1059 * international/fontset.el (x-complement-fontset-spec): In the
1060 case that we use ASCII font for the other charsets, use only
15d1caef 1061 family and registry part of it.
66c56ed1 1062
119171dd
EZ
10632001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1064
1065 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1066 (shrink-window-if-larger-than-buffer): Doc fix.
1067
932c309e
SM
10682001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1069
1070 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1071 predicate passed to completing-read.
1072
9b760e36
EZ
10732001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1074
1075 * startup.el (command-line): Fix last change.
1076
5c39a60f
JR
10772001-02-23 Jason Rumney <jasonr@gnu.org>
1078
1079 * startup.el (tool-bar-originally-present): New variable.
1080 (command-line): Set it if the tool-bar is switched on at startup.
1081
1082 * frame.el (frame-notice-user-settings): Only adjust frame height
1083 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1084 From E. Jay Berkenbilt.
5c39a60f 1085
cb91b2c7
SM
10862001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1087
39b557e8
SM
1088 * server.el (server-switch-buffer): Only switch window if the
1089 current one is dedicated.
1090
cb91b2c7
SM
1091 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1092 rather than using (match-beginning 0) when searching for break point.
1093
9238a8df
EZ
10942001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1097 @ follows an accent command such as @'. Support optional braces
1098 in commands that insert accents, like makeinfo does.
1099
3473f362
GM
11002001-02-22 Gerd Moellmann <gerd@gnu.org>
1101
1102 * startup.el (fancy-splash-text): Add a line for ordering
1103 manuals. Reverse order of splash screens shown.
1104 (use-fancy-splash-screens-p): Adapt to the text line added.
1105
1106 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1107 manuals from the FSF.
1108
1109 * help.el (view-order-manuals): New function.
1110 (toplevel): Bind C-h C-m to this function.
1111
76a4de07
SM
11122001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1113
1114 * newcomment.el (comment-forward): Skip the comment-start before
1115 searching for the comment-end.
1116
75b71d85
DL
11172001-02-21 Dave Love <fx@gnu.org>
1118
2f4c9a87
DL
1119 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1120
75b71d85
DL
1121 * international/mule-cmds.el, international/mule.el: Doc fixes.
1122
1123 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1124 (fortune) <defgroup>: Add :link.
1125 (fortune-from-region): Use eq, not eql.
1126
ffc9ff0c
GM
11272001-02-21 Gerd Moellmann <gerd@gnu.org>
1128
1129 * startup.el (fancy-splash-screens): Use display-hourglass
1130 instead of display-busy-cursor.
1131
1132 * frame.el (display-hourglass): Renamed from busy-cursor.
1133 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1134 (show-cursor-in-non-selected-windows): Doc fix.
1135
f34eb373
DL
11362001-02-20 Dave Love <fx@gnu.org>
1137
1138 * international/utf-8.el: Doc and commentary fixes.
1139
f55e4a7e
EZ
11402001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1141
1142 * ehelp.el (with-electric-help): Doc fix.
1143
fa97adf6
GM
11442001-02-20 Gerd Moellmann <gerd@gnu.org>
1145
1146 * msb.el (msb-mode): Call the update-buffers function explicitly
1147 with a FORCE argument.
1148
1149 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1150 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1151 returns nil.
1152
54ed3bd2
GM
11532001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1154
1155 * ps-print.el: Timestamp package replacement. Some enhancements.
1156 Some XEmacs compatibility. Doc fix.
1157 (ps-print-version): New version number (6.4).
1158 (ps-printer-name): Initialization fix.
1159 (ps-zebra-stripe-follow): Funcionality enhancement.
1160 (ps-prologue-file): Code enhancement.
1161 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1162 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1163 (ps-get-page-dimensions)
54ed3bd2
GM
1164 (ps-generate-header, ps-begin-file, ps-begin-job)
1165 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1166 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1167 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1168 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1169
e8ebf97d
MB
11702001-02-20 Miles Bader <miles@gnu.org>
1171
1172 * image-file.el (image-file-name-extensions): Add "tif".
1173
136b27c5
GM
11742001-02-19 Gerd Moellmann <gerd@gnu.org>
1175
1176 * wid-edit.el (widget-button-click): Save the selected window
1177 around the code handling clicks on buttons.
1178
6ebbcf59
DL
11792001-02-18 Dave Love <fx@gnu.org>
1180
1181 * imenu.el (imenu--generic-function): Use mapc to iterate over
1182 syntax characters.
1183
595ded73
RS
11842001-02-17 Richard M. Stallman <rms@gnu.org>
1185
b9fe3dc8
RS
1186 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1187
595ded73
RS
1188 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1189
f3f053f3
GM
11902001-02-16 Gerd Moellmann <gerd@gnu.org>
1191
1192 * mouse.el (mouse-save-then-kill): If the distance from the new
1193 point to the mark is equal to the distance of point from the new
1194 point, move point instead of the mark.
1195
11570a8f
DL
11962001-02-16 Dave Love <fx@gnu.org>
1197
1198 * textmodes/flyspell.el (flyspell-get-word): Return string without
1199 properties.
1200
fb339cd5
EZ
12012001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * generic.el (generic-find-file-regexp): Doc fix.
1204 (generic-ignore-files-regexp): New defcustom.
1205 (generic-mode-find-file-hook): If the file's name matches the
1206 regexp in `generic-ignore-files-regexp', don't enter
1207 default-generic-mode. Doc fix.
1208
c56b1c1b
GM
12092001-02-16 Gerd Moellmann <gerd@gnu.org>
1210
a2ffbafe 1211 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1212 Add autoload cookies.
1213
a2ffbafe 1214 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1215 of cal-tex-24.
1216
0d140e65
EZ
12172001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1218
81558867
EZ
1219 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1220
0d140e65
EZ
1221 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1222 the character class after the (optional) drive, to support file
1223 names with embedded blanks.
1224
713f7b15
SS
12252001-02-15 Sam Steingold <sds@gnu.org>
1226
1227 * textmodes/tex-mode.el (tex-shell-running):
1228 Check the process buffer too.
1229
9a2a6f73
DL
12302001-02-15 Dave Love <fx@gnu.org>
1231
1232 * battery.el (battery-status-function): Fix doc, :type.
1233
15d1caef 1234 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1235
fe10cef0
GM
12362001-02-15 Gerd Moellmann <gerd@gnu.org>
1237
1238 * subr.el (read-passwd): Clear Lisp memory holding password.
1239
126f5d4d
MB
12402001-02-15 Miles Bader <miles@gnu.org>
1241
1242 * info.el (Info-copy-current-node-name): New function.
1243 (Info-mode-menu): Add it to the menu.
1244
92e98d63
RS
12452001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1246
1247 * international/mule-cmds.el (toggle-input-method): Doc fix.
1248
dd4e0e55
SM
12492001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1250
1251 * replace.el (occur): Stop at end of buffer.
1252
402dbbd1
EZ
12532001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1254
1255 * international/mule-cmds.el (set-input-method): Another doc fix.
1256
e9fcba3d
GM
12572001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1258
1259 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1260
78ad1cd5
MB
12612001-02-13 Miles Bader <miles@gnu.org>
1262
713f7b15 1263 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1264 (set-face-stipple): Treat a value of nil as being `unspecified'.
1265
fce9d9dc
DL
12662001-02-12 Dave Love <d.love@dl.ac.uk>
1267
1268 * international/latin1-disp.el: Doc fixes.
1269 (latin1-display) <defgroup>: Add :link.
1270 (latin1-display) <function>: Set variable latin1-display.
1271
bc406911
EZ
12722001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1273
1274 * international/mule-cmds.el (set-input-method): Doc fix.
1275
68514d48
EL
12762001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1277
1278 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1279 (speedbar-line-file): Return nil if not a file.
1280 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1281
513bea45 12822001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1283
513bea45
MK
1284 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1285 for remote files.
bc406911 1286 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1287 with raw-text.
713f7b15 1288
513bea45 1289 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1290
83c9cb8e
SM
1291 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1292 Better handling of the diff mode.
713f7b15 1293
513bea45 1294 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1295
bc406911 1296 * viper.texi: Fix typos.
713f7b15 1297
521d4010
DL
12982001-02-11 Dave Love <fx@gnu.org>
1299
36fd8e17
DL
1300 * shadowfile.el: Doc fixes.
1301 (shadow) <defgroup>: Add :link.
1302 (shadowfile-unload-hook): New function.
1303 (shadow-initialize): Use defalias, not fset.
1304 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1305 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1306
521d4010
DL
1307 * international/mule.el: Doc and message fixes.
1308
36fd8e17
DL
1309 * international/ccl.el (define-ccl-program): Doc fix.
1310
92395bbe
KH
13112001-02-11 Kenichi Handa <handa@etl.go.jp>
1312
1313 * faces.el (mode-line): Set :line-width property to -1.
1314
103db06c
RS
13152001-02-10 Richard M. Stallman <rms@gnu.org>
1316
08b78974
RS
1317 * complete.el (partial-completion-mode): Doc fix.
1318
103db06c
RS
1319 * simple.el (delete-key-deletes-forward-mode):
1320 Change `let' to `let*' to fix gross bug in last change.
1321
1322 * repeat.el (repeat): Don't let execute-kbd-macro alter
1323 real-last-command.
1324
a6a1ee53
EZ
13252001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1326
1327 * simple.el (eval-expression): Doc fix.
1328
d2f288c6
DL
13292001-02-09 Dave Love <fx@gnu.org>
1330
038f4ae3
DL
1331 * imenu.el (imenu-generic-expression): Doc fix.
1332
83c9cb8e
SM
1333 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1334 From Juanma Barranquero.
038f4ae3 1335
15d1caef 1336 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1337
9804b846
KH
13382001-02-09 Kenichi Handa <handa@etl.go.jp>
1339
1340 * faces.el (set-face-attribute): Describe the case of a negative
1341 value specified for :line-width.
1342
532f5197
SM
13432001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1346 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1347
1d279666
DL
13482001-02-08 Dave Love <fx@gnu.org>
1349
4681ca3a
DL
1350 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1351 widget-plist-value-type.
1352 (widget-alist-convert-widget): Replace binding of
1353 widget-alist-value-type.
1354
1d279666
DL
1355 * textmodes/paragraphs.el (sentence-end): Doc fix.
1356
83c9cb8e
SM
1357 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1358 Remove `backward-line'.
1d279666 1359
532f5197
SM
1360 * play/pong.el (pong-blank-color, pong-bat-color)
1361 (pong-ball-color, pong-border-color, pong-left-key)
1362 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1363 (pong-pause-key, pong-resume-key, pong-timer-delay):
1364 * mail/mh-comp.el (mh-compose-letter-function):
1365 * eshell/esh-mode.el (eshell-skip-prompt-function):
1366 * emulation/viper-ex.el (ex-unix-type-shell-options):
1367 * recentf.el (recentf-menu-filter):
1368 * ps-print.el (ps-print-region-function):
1369 * lpr.el (print-region-function):
1370 * forms.el (forms-mode-hooks):
1371 * dirtrack.el (dirtrack-directory-change-hook):
1372 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1373 * textmodes/spell.el (spell-filter):
1374 * textmodes/fill.el (adaptive-fill-function):
1375 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1376 * progmodes/etags.el (find-tag-default-function):
1377 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1378 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1379
6f676109
EZ
13802001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1381
751d3bc4
EZ
1382 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1383 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1384 Meyering <jim@meyering.net>.
1385
6f676109
EZ
1386 * loadup.el: Revert last change.
1387
d3c26cdf
KH
13882001-02-07 Kenichi Handa <handa@etl.go.jp>
1389
83c9cb8e
SM
1390 * international/mule.el (transform-make-coding-system-args):
1391 Make it work also for coding systems not using CCL.
d3c26cdf 1392
44806980
EZ
13932001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1394
9889af08
EZ
1395 * simple.el (previous-matching-history-element)
1396 (next-matching-history-element): Doc fix.
1397
44806980
EZ
1398 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1399 specific part.
1400
1e36ff68
DL
14012001-02-06 Dave Love <fx@gnu.org>
1402
713f7b15 1403 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1404 (add-log-buffer-file-name-function, add-log-file-name-function):
1405 Fix :type.
1406 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1407
c7ca58df
EZ
14082001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1409
fecd556a
EZ
1410 * info.el (info-initialize): Remove the test for system-type when
1411 invocation-directory is non-nil.
1412
c7ca58df
EZ
1413 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1414 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1415
587b5737
AI
14162001-02-06 Andrew Innes <andrewi@gnu.org>
1417
1418 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1419 absolute.
1420
baf7eee4
GM
14212001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1422
1423 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1424 buffers. When hi-lock turned on rather than only checking current
1425 buffer for regexps, all buffers are checked. Moved activation of
1426 font-lock to hi-lock-refontify. When font-lock turned off rather
1427 than removing added highlighting just in current buffer, remove it
1428 in all buffers. Changed edit menu text from "Automatic
1429 Highlighting" to "Regexp Highlighting" Documentation for
1430 highlighting phrases, minor documentation changes.
1431 (hi-lock-set-file-patterns): Execute only if there are new or
1432 existing file patterns.
1433 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1434 unfontify and, if a support mode is active, will not refontify the
1435 whole buffer. If necessary, turn on font lock. (Removed
1436 font-lock-unfontify and font-lock support-mode-specific calls,
1437 such as lazy-lock-fontify-window.)
1438 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1439 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1440 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1441 (hi-lock-face-phrase-buffer): New function. Also added related
1442 menu item and keybinding.
1443 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1444 (hi-lock-process-phrase): New function.
1445 (hi-lock-line-face-buffer): Doc fixes.
1446 (hi-lock-face-buffer): Doc fixes.
1447 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1448
36710aa6
GM
14492001-02-06 Gerd Moellmann <gerd@gnu.org>
1450
1451 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1452 dabbrev-ignored-regexps.
1453
d3f22784
EZ
14542001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1455
1456 * simple.el (kill-line): Doc fix.
1457
5cb3c8d4
DL
14582001-02-05 Dave Love <fx@gnu.org>
1459
1460 * loadup.el: Revert last two changes -- bootstrapping works with
1461 regenerated loaddefs.
1462
e6297e7d
EZ
14632001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1464
1e14b095
EZ
1465 * isearch.el (isearch-forward): Doc fix.
1466
e6297e7d
EZ
1467 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1468 of font-lock-defaults to backward-paragraph.
1469
e16f52ce
GM
14702001-02-05 Gerd Moellmann <gerd@gnu.org>
1471
1472 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1473 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1474
01d19dd7
GM
14752001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1476
1477 * ebnf2ps.el: Eliminate time-stamp functions.
1478 (ebnf-version): New version (3.5).
1479 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1480 format-time-string.
1481
24886813
GM
14822001-02-05 Gerd Moellmann <gerd@gnu.org>
1483
1484 * simple.el (next-line): Goto end-of-line before inserting a newline.
1485
65e70fc4
MB
14862001-02-05 Miles Bader <miles@gnu.org>
1487
1488 * image-file.el (insert-image-file): When visiting an image, also
1489 set `truncate-lines' to t so that any fringe arrow looks correct.
1490
482f06c9
KH
14912001-02-05 Kenichi Handa <handa@etl.go.jp>
1492
1493 * isearch.el (isearch-forward): Add description about input method
1494 in the docsting.
1495
02399da7
SM
14962001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1497
1498 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1499
2c366083
EZ
15002001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1503 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1504
bdadfce3
GM
15052001-02-02 Gerd Moellmann <gerd@gnu.org>
1506
79fb38c0
GM
1507 * wid-edit.el (widget-button-click): Fix last change.
1508
bdadfce3
GM
1509 * frame.el (frame-notice-user-settings): When resizing the initial
1510 frame because the tool bar is off, also change the frame's top
1511 position if a negative top position was specified.
1512
33155ffb
MB
15132001-02-02 Miles Bader <miles@gnu.org>
1514
1515 * image-file.el (insert-image-file): When visiting an image,
1516 suppress the cursor in the image buffer.
1517
1355ba0c
DL
15182001-02-01 Dave Love <fx@gnu.org>
1519
1520 * progmodes/f90.el (f90-mode): Remove startup message.
1521
fb758d2d 1522 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1523
01acdb05
GM
15242001-02-01 Gerd Moellmann <gerd@gnu.org>
1525
1526 * startup.el (command-line): Fix code determining whether or not
1527 to use delete-key-deletes-forward-mode.
1528
5b1ee316
AS
15292001-02-01 Andre Spiegel <spiegel@gnu.org>
1530
1531 * vc.el (vc-diff-switches): New user option.
1532 (vc-version-diff): Use it.
1533 (vc-diff-switches-list): New macro.
1534
83c9cb8e
SM
1535 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1536 New customization options.
5b1ee316
AS
1537 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1538
1539 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1540
00b1e7a1
GM
15412001-02-01 Gerd Moellmann <gerd@gnu.org>
1542
1543 * msb.el (toplevel): Quote hook symbols.
1544
85827036
KH
15452001-02-01 Kenichi Handa <handa@etl.go.jp>
1546
8e028499 1547 * international/mule.el (make-coding-system): Add description
3c948dde 1548 about recognized properties in the docstring.
8e028499 1549
85827036
KH
1550 * international/mule-conf.el: Remove unused charsets
1551 mac-roman-lower and mac-roman-upper.
1552
7ccf7ab9
GM
15532001-01-31 Gerd Moellmann <gerd@gnu.org>
1554
2441692d
GM
1555 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1556 is in front of the left-margin, if any.
1557
ee5cece0
GM
1558 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1559 like `delete'.
1560
83c9cb8e 1561 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1562
7ccf7ab9
GM
1563 * term/w32-win.el (mouse-set-font): Doc fix.
1564
b4f30ec5 15652001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1566
b4f30ec5
GM
1567 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1568 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1569 on already.
1570
03e0fe6e
GM
15712001-01-31 Markus Rost <rost@math.ohio-state.edu>
1572
1573 * files.el (save-buffer): Don't give message if (buffer-file-name)
1574 returns nil.
713f7b15 1575
8f289acc
EZ
15762001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1577
cb4aae04
EZ
1578 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1579
dbd98b19
EZ
1580 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1581 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1582
8f289acc
EZ
1583 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1584 display problems.
1585
c12553c1
KH
15862001-01-31 Kenichi Handa <handa@etl.go.jp>
1587
c7bf5db9
KH
1588 * international/mule.el (charset-info): Fix docstring.
1589
1590 * international/mule-diag.el (describe-character-set): Check final
1591 char valid before printing it.
c12553c1 1592
14f16b9c
GM
15932001-01-30 Gerd Moellmann <gerd@gnu.org>
1594
efaa080b
GM
1595 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1596
eef93f99
GM
1597 * frame.el (frame-notice-user-settings): Do the tool-bar
1598 stuff only for graphical displays. Fix a braino.
713f7b15 1599
14f16b9c
GM
1600 * frame.el (frame-initialize): Create initial frame visible.
1601 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1602 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1603
1604 * startup.el (command-line): Remove manipulation of frame
1605 height for tool bars.
1606
4ad25e43
EZ
16072001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1608
1609 * lpr.el: Compatibility with XEmacs and doc fixes.
1610 (lpr-windows-system, lpr-lp-system): New vars.
1611 (lpr-printer-switch): New defcustom.
1612 (printer-name, lpr-command): Customization fix.
1613 (print-region-1): Code fix.
1614 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1615 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1616 New functions.
4ad25e43 1617
e8f044a0
GM
16182001-01-29 Gerd Moellmann <gerd@gnu.org>
1619
1620 * msb.el (toplevel): Fix the eval-after-load.
1621
850d5045
GM
16222001-01-29 Dave Love <fx@gnu.org>
1623
762fe76e
DL
1624 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1625
1626 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1627
83c9cb8e 1628 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1629 (tcl-using-emacs-19-23): Consider Emacs 21+.
1630 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1631 (tcl-add-emacs-menu): Supply menu name.
1632 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1633
3a768251
GM
16342001-01-29 Gerd Moellmann <gerd@gnu.org>
1635
1636 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1637
274d02f7
SM
16382001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1639
1640 * pcvs.el (cvs-mark-fis-dead): New function.
1641 (cvs-mode-add): Use it.
1642 (cvs-mode-add-change-log-entry-other-window):
1643 Rebind change-log-default-name to itself rather than to nil.
1644
ed5d446e
SS
16452001-01-29 Sam Steingold <sds@gnu.org>
1646
efaa080b 1647 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1648 `autoload' statements.
1649
e2a80284
EZ
16502001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1651
8e1db7b3
EZ
1652 * files.el (confirm-kill-emacs): Doc fix.
1653
ff2a1c79
EZ
1654 * frame.el (frame-initialize): Doc fix.
1655
e7b0deaf
EZ
1656 * time-stamp.el (time-stamp-string): Doc fix.
1657
83c9cb8e
SM
1658 * woman.el (WoMan-log-1): Make the log buffer writable.
1659 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1660
005913e4
GM
16612001-01-29 Gerd Moellmann <gerd@gnu.org>
1662
1663 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1664 the `make-variable-buffer-local'.
1665
58622cc5
GM
16662001-01-29 Dave Love <fx@gnu.org>
1667
1668 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1669 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1670 Add autoload cookie.
58622cc5
GM
1671 (ansi-color-apply-sequence): Fix typo.
1672
0404d031
GM
16732001-01-29 Gerd Moellmann <gerd@gnu.org>
1674
ed5d446e 1675 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1676 Postscript printing in black and white.
1677
0404d031
GM
1678 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1679 X-Mailman-Version, Precedence, List-Help, List-Post,
1680 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1681 Content-Type, Content-Length.
1682
3b6ed359
DL
16832001-01-29 Dave Love <fx@gnu.org>
1684
ddd16e7a
DL
1685 * elide-head.el (elide-head): Make overlay evaporate.
1686
83c9cb8e 1687 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1688
8005142f
EZ
16892001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * isearch.el (isearch-highlight): Don't punt if the display
1692 doesn't support colors, since isearch faces are defined for
1693 monochrome displays as well.
1694
84728570
SS
16952001-01-27 Sam Steingold <sds@gnu.org>
1696
1697 * shell.el (shell-write-history-on-exit): Make sure that we are in
1698 the shell buffer (M-x tex-file RET inserted the error message into
1699 the TeX buffer).
1700
e26f9ced
EZ
17012001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1702
1703 * simple.el (transient-mark-mode): Doc fix.
1704
dc0274bd
GM
17052001-01-27 Gerd Moellmann <gerd@gnu.org>
1706
83c9cb8e 1707 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1708
c1acacc4
EZ
17092001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1710
f5058b96
EZ
1711 * shell.el (shell-unquote-argument): If the shell is one of the
1712 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1713 quote character.
1714 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1715 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1716
c1acacc4 1717 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1718 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1719
103db06c 17202001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1721
84728570 1722 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1723 Treat a one-capital-letter abbrev as "not all upper case",
1724 so as to force preservation of the expansion's pattern
1725 if the expansion starts with a capital letter.
1726
cfa70244
EZ
17272001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1728
cfee9de7
EZ
1729 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1730 Doc fix.
1731
cfa70244
EZ
1732 * simple.el (transient-mark-mode): Document the fact that many
1733 commands act on the region when mark is active.
1734
17d90d6b
KH
17352001-01-27 Kenichi Handa <handa@etl.go.jp>
1736
1737 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1738 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1739 (quail-show-guidance-buf): Make the multibyteness of current
1740 buffer inherited to Quail guidance buffer.
1741 (quail-help): Make the multibyteness of current buffer inherited
1742 to Quail help buffer.
1743
61076b20
DL
17442001-01-26 Dave Love <fx@gnu.org>
1745
c47e2c68
DL
1746 * time-stamp.el: Doc fixes.
1747
84728570 1748 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1749 (delphi-keyword-face, delphi-other-face): Fix :type.
1750
940f14b4
DL
1751 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1752
1753 * mail/feedmail.el (feedmail): Add :link.
1754 (feedmail-send-it): Doc fix.
1755
1756 * mail/sendmail.el: Doc fixes.
1757 (sendmail-send-it): Fix the non-ASCII regexp and use
1758 rfc2047-encode-string.
1759
61076b20
DL
1760 * dired.el, dired-aux.el: Revert last change.
1761
6c317bd2
GM
17622001-01-26 Gerd Moellmann <gerd@gnu.org>
1763
1764 * makefile.w32-in (DONTCOMPILE): Add various term files.
1765
17662001-01-26 Dave Love <fx@gnu.org>
1767
1768 * Makefile.in (DONTCOMPILE): Add various term files.
1769
1c636b5f
GM
17702001-01-26 Gerd Moellmann <gerd@gnu.org>
1771
af900b23
GM
1772 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1773
15fa6db0 1774 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1775 the echo area is resized to fit the size of the startup message.
15fa6db0 1776
1c636b5f
GM
1777 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1778 part of which is a constant.
1779
9b1adbd5
EZ
17802001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1781
83c9cb8e 1782 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1783
103db06c 17842001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1785
1786 * simple.el (next-line): Don't let `newline' expand abbrevs.
1787 Simplify slightly.
1788 (open-line): Don't let `newline' expand abbrevs.
1789
219227ea
JW
17902001-01-25 John Wiegley <johnw@gnu.org>
1791
1792 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1793 to `repeat' in the :type field.
1794
1795 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1796 allow a choice of regexp or nil.
d2906bf8 1797 (pcomplete-dir-ignore): Same.
219227ea
JW
1798
1799 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1800 a command) to always fail.
1801
ceba0dac
GM
18022001-01-25 Gerd Moellmann <gerd@gnu.org>
1803
1804 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1805 discard the result.
1806 (iswitchb-to-end): Likewise.
1807
9b0630e5
SS
18082001-01-25 Sam Steingold <sds@gnu.org>
1809
1810 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1811 Require vc.
9b0630e5 1812
a2ed9670
SM
18132001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1814
f0c1adab
SM
1815 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1816
a2ed9670
SM
1817 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1818
34ac3367
DL
18192001-01-25 Dave Love <fx@gnu.org>
1820
61076b20
DL
1821 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1822 (describe-coding-system): Tweak the English text.
1823
34ac3367
DL
1824 * loadup.el: Preload international/ccl for utf-8.
1825
4685e6b7
EZ
18262001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1827
1828 * mail/rmail.el (rmail-redecode-body): Doc fix.
1829
0fdb4475
KH
18302001-01-25 Kenichi Handa <handa@etl.go.jp>
1831
83c9cb8e
SM
1832 * international/mule-cmds.el (reset-language-environment):
1833 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 1834
83c9cb8e
SM
1835 * international/mule-conf.el (coding-category-utf-8):
1836 Initialize to mule-utf-8.
0fdb4475 1837
9b0630e5 1838 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1839
1840 * international/utf-8.el: New file.
1841
245ed2b1
SM
18422001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1843
1844 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1845
e95b0c08
SS
18462001-01-24 Sam Steingold <sds@gnu.org>
1847
1848 * dired.el (dired-replace-in-string): Removed.
1849 (dired-sort-toggle): Use `replace-regexps-in-string'
1850 instead of `dired-replace-in-string'.
9b0630e5 1851
ceba0dac
GM
1852 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1853 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1854
e95b0c08
SS
1855 * gs.el (gs-replace-in-string): Removed.
1856 (gs-options): Use `replace-regexps-in-string'
1857 instead of `gs-replace-in-string'.
1858
c3902c3e
EZ
18592001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1860
1861 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1862 bug report is mailed to an email list and posted to a news group.
1863
b66b6aeb
GM
18642001-01-24 Gerd Moellmann <gerd@gnu.org>
1865
83c9cb8e
SM
1866 * comint.el (comint-replace-by-expanded-history-before-point):
1867 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 1868
b66b6aeb
GM
1869 * startup.el (tool-bar-images-pixel-height): New variable.
1870 (command-line): After loading the user's init file, when
1871 tool-bar-mode is on, increase the frame's size by some lines for
1872 the tool-bar.
1873
1874 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1875
ff890e66
SZ
18762001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1877
1878 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1879 (chinese-big5): MIME:Big5.
1880
04363179
GM
18812001-01-24 Gerd Moellmann <gerd@gnu.org>
1882
e95b0c08 1883 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1884 Handle commands with prefix args.
1885
d56aaa64
GM
18862001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1887
1888 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1889 being a list of numbers.
1890 (diary-mail-entries): Rewritten.
1891
99858627
DL
18922001-01-23 Dave Love <fx@gnu.org>
1893
7aeb1fa9
DL
1894 * international/mule.el (make-coding-system): Fix typo.
1895
83c9cb8e
SM
1896 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1897 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 1898
5a43decf
EZ
18992001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1900
1901 * font-lock.el (font-lock-mode): Doc fix.
1902
b0e98867
KH
19032001-01-23 Kenichi Handa <handa@etl.go.jp>
1904
1905 * international/mule.el (make-translation-table): Fix docstring.
1906
9c8acefd
EZ
19072001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1908
fd4976b8
EZ
1909 * mail/rmail.el (rmail-redecode-body): New function.
1910
9c8acefd
EZ
1911 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1912
871e0439
GM
19132001-01-22 Gerd Moellmann <gerd@gnu.org>
1914
21c2bbe0
GM
1915 * isearch.el (isearch-lazy-highlight-case-fold-search)
1916 (isearch-lazy-highlight-regexp): New variables.
1917 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1918 case-fold search or regexp search has been toggled.
1919
5710730c
GM
1920 * wid-edit.el (widget-button-click): Avoid a save-excursion
1921 around running a global binding.
1922
871e0439
GM
1923 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1924 to 0.25.
1925
d0554957
MB
19262001-01-20 Miles Bader <miles@gnu.org>
1927
1928 * cus-edit.el (custom-face-save): Do post-processing on the face's
1929 new value like `custom-face-set' does.
1930
1519f618
EZ
19312001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1932
ccd87890
EZ
1933 * mail/emacsbug.el (report-emacs-bug): Report the value of
1934 LC_CTYPE, not LC_TYPE.
1935
1519f618
EZ
1936 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1937 isearch-toggle-regexp and isearch-edit-string to doc string.
1938
9724173b
GM
19392001-01-19 Gerd Moellmann <gerd@gnu.org>
1940
48bb9196
GM
1941 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1942 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1943
e95b0c08 1944 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1945 font-lock-beginning-of-syntax-function to nil.
1946
dc81f8a2
EZ
19472001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1948
1949 * mail/emacsbug.el (report-emacs-bug): Report values of
1950 locale-coding-system, default-enable-multibyte-characters, and the
1951 environment variables LC_ALL, LC_TYPE, and LANG.
1952
99327974
GM
19532001-01-19 Gerd Moellmann <gerd@gnu.org>
1954
83c9cb8e 1955 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 1956
2be6ecc6
GM
1957 * font-lock.el (font-lock-multiline): Default to nil.
1958 (font-lock-default-fontify-region): If font-lock-multiline is
1959 nil, don't check the property `font-lock-multiline'.
1960
99327974
GM
1961 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1962 is nil, don't check the `font-lock-multiline' text property.
1963
2550055a
MK
19642001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1965
0a949811 1966 * viper.el: Call initial-major-mode on startup.
e95b0c08 1967
0a949811 1968 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1969
8501998a 1970 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1971
2550055a 19722001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1973
0a949811 1974 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1975 diff mode, if available.
e95b0c08 1976
0a949811 19772001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1978
8501998a 1979 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1980
2550055a
MK
1981 * ediff-init.el (subst-char-in-string): Define and use it, unless
1982 it's already defined.
e95b0c08 1983
8962e303
GM
19842001-01-18 Gerd Moellmann <gerd@gnu.org>
1985
1986 * tooltip.el (tooltip-hide-delay): New user-option.
1987 (tooltip-show): Use tooltip-hide-delay instead of the default.
1988
6b453381
KH
19892001-01-18 Kenichi Handa <handa@etl.go.jp>
1990
1991 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1992 kill-local-variable doesn't work for enable-multibyte-characters.
1993
9eaf396b
DL
19942001-01-17 Dave Love <fx@gnu.org>
1995
cebd37ce
DL
1996 * ediff-init.el (ediff-before-setup-hook)
1997 (ediff-merge-filename-prefix): Add :version.
1998
9eaf396b
DL
1999 * international/latin1-disp.el: Require disp-table.
2000 (latin1-display): Fix :set.
2001
2002 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2003
f864120f
GM
20042001-01-17 Gerd Moellmann <gerd@gnu.org>
2005
2006 * isearch.el (isearch-lazy-highlight-initial-delay)
2007 (isearch-lazy-highlight-interval): Default to 0.
2008
20092001-01-17 Bob Glickstein <bobg@zanshin.com>
2010
2011 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2012 1 here rather than each time through
2013 isearch-lazy-highlight-new-loop.
2014 (isearch-lazy-highlight-max): Variable deleted.
2015 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2016 isearch-lazy-highlight-max but controls a single invocation of
2017 isearch-lazy-highlight-update.
2018 (isearch-lazy-highlight-wrapped): Variable recreated.
2019 (isearch-lazy-highlight-window-start): New variable.
2020 (isearch-lazy-highlight-cleanup): Restored to behavior of
2021 before 2-Jan.
2022 (isearch-lazy-highlight-remove-overlays): Function deleted;
2023 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2024 behavior removed.
2025 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2026 isearch-lazy-highlight-update in a loop rather than just once.
2027 Test isearch-invalid-regexp here and decide not to start a new
2028 loop, rather than testing it each time through
2029 isearch-lazy-highlight-update.
2030 (isearch-lazy-highlight-search): Function restored.
2031 (isearch-lazy-highlight-update): Get called in a timer loop again,
2032 but this time highlight more than one match each time through.
83c9cb8e
SM
2033 Only highlight matches in the visible part of the window.
2034 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2035 the edge of the window. Use sit-for to force redisplay and ensure
2036 window-start is credible. "Face suppressing" behavior removed;
2037 overlay priorities should make it unnecessary, right?
2038 (isearch-highlight): Face suppressing behavior removed.
2039 (isearch-dehighlight): Face suppressing behavior removed.
2040 (isearch-set-lazy-highlight-faces-at): Removed.
2041
076ec540
KH
20422001-01-17 Kenichi Handa <handa@etl.go.jp>
2043
2044 * language/european.el ("Latin-1"): Make the format of description
2045 about additional language environments same as that of Latin-2.
2046
92328ec5
DL
20472001-01-16 Dave Love <fx@gnu.org>
2048
39f2174e
DL
2049 * isearch.el (isearch-lazy-highlight): Add :version.
2050
92328ec5
DL
2051 * simple.el (backward-delete-char-untabify-method)
2052 (next-line-add-newlines): Add :version.
2053
f251459d
GM
20542001-01-16 Gerd Moellmann <gerd@gnu.org>
2055
9d4850e5
GM
2056 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2057 Don't bind <delete> otherwise.
2058
2059 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2060 and <delete> via function-key-map.
2061
f251459d
GM
2062 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2063 Subject line only if point is after the `Subject:'.
2064
771ffcf7
KH
20652001-01-16 Kenichi Handa <handa@etl.go.jp>
2066
bda6b481
KH
2067 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2068 japanese-jisx0213-2 in `charset' property of this lang. env.
2069
35793af7
KH
2070 * language/european.el ("Latin-1"): Add description for Dutch and
2071 Spanish lang. env.
2072
771ffcf7
KH
2073 * international/mule.el (decode-char): Fix conditions.
2074 (encode-char): Handle eight-bit-control too.
1c8102ff 2075 (transform-make-coding-system-args): New function.
50c29104
KH
2076 (make-coding-system): Accept XEmacs style arguments for CCL base
2077 coding system.
771ffcf7 2078
e1cf67b6
GM
20792001-01-15 Gerd Moellmann <gerd@gnu.org>
2080
2081 * progmodes/etags.el (find-tag-noselect): Save the value of
2082 tags-file-name before switching buffers, for the case it has a
2083 buffer-local value.
2084
b3287acf
GM
20852001-01-15 Alex Schroeder <alex@gnu.org>
2086
9eaf396b
DL
2087 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2088 From Dave Love <fx@gnu.org>.
b3287acf
GM
2089 (ansi-color-for-comint-mode): Fix :version.
2090
20912001-01-15 Alex Schroeder <alex@gnu.org>
2092
2093 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2094
8d7ff9c8
EZ
20952001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2096
2097 * dired.el (dired-insert-directory): If file-system-info fails,
2098 remove the " free " part, but don't signal an error.
2099
dbe99ae9
SS
21002001-01-12 Sam Steingold <sds@gnu.org>
2101
2102 * bookmark.el (bookmark-maybe-historicize-string):
2103 Use new backquote syntax.
2104
103db06c 21052001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2106
2107 * subr.el (last): Handle a list that doesn't end in nil.
2108
ca2ddd8e
SS
21092001-01-12 Sam Steingold <sds@gnu.org>
2110
2111 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2112 to `backward-delete-char-untabify'.
2113
1751c874
DL
21142001-01-12 Dave Love <fx@gnu.org>
2115
2116 * cus-edit.el (customize-menu-create): Fix the :filter following
2117 easymenu change.
2118
2119 * wid-edit.el (function): Add :match-alternatives.
2120 (widget-color-action): Doc fix.
2121
3cccce8d
GM
21222001-01-12 Gerd Moellmann <gerd@gnu.org>
2123
2124 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2125
18bfd6b5
KH
21262001-01-12 Kenichi Handa <handa@etl.go.jp>
2127
83c9cb8e 2128 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2129
18bfd6b5
KH
2130 * international/ccl.el (define-ccl-program): Fix docstring.
2131
562e00da
DL
21322001-01-11 Dave Love <fx@gnu.org>
2133
14fd0da3
DL
2134 * international/mule-cmds.el (standard-display-european-internal):
2135 Set display table for 2208 as for 160.
2136
2137 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2138
562e00da
DL
2139 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2140 entry for custom-menu-create change.
2141 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2142 don't cons it in the search loop.
2143
2144 * imenu.el (imenu--truncate-items): Revert last change.
2145
6e961dcd
EZ
21462001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2147
2148 * info.el (Info-setup-header-line): If the node header includes
2149 either Next: or Prev: links, don't show the File: and Node: parts
2150 in the header line.
2151
2c2ff7f2
GM
21522001-01-11 Gerd Moellmann <gerd@gnu.org>
2153
a7ee2d2e
GM
2154 * comint.el (comint-goto-process-mark): Don't print a message
2155 when running in batch mode.
2156
c5348233
GM
2157 * isearch.el (isearch-search): In the condition-case handler for
2158 `error', set isearch-invalid-regexp to the whole error message.
2159
422717d1
GM
2160 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2161 ensure that eval-after-load works for files dumped with Emacs.
2162
2163 * help.el (load-symbol-file-load-history): New function extracted
2164 from function symbol-file.
2165 (symbol-file): Use it.
2166
83c9cb8e 2167 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2168
926861fb
EZ
21692001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2170
2171 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2172 behave as if there were no prefix argument.
2173 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2174 argument were nil.
2175
afa1f52c
RS
21762001-01-11 Richard M. Stallman <rms@gnu.org>
2177
ca2ddd8e 2178 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2179 Don't look for more potential matches once maximum is exceeded.
2180 Use overlays-in to check correctly for overlap with current match.
2181 Ignore empty matches.
2182
47a9f362
MB
21832001-01-11 Miles Bader <miles@gnu.org>
2184
2185 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2186 (ispell-overlay-window, ispell-help, ispell-show-choices)
2187 (ispell-command-loop): Use it instead of `window-height'.
2188
d196f58d
GM
21892001-01-10 Gerd Moellmann <gerd@gnu.org>
2190
cf523f0e
GM
2191 * files.el (confirm-kill-emacs): New user-option.
2192 (save-buffers-kill-emacs): Ask for final confirmation before
2193 killing Emacs.
2194
d196f58d
GM
2195 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2196 to nil.
2197
7c6c3d8e
GM
21982001-01-10 Dave Love <fx@gnu.org>
2199
1f8be15d
DL
2200 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2201
83c9cb8e 2202 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2203
2204 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2205
2206 * calculator.el (calculator-number-digits): Fix :type.
2207
0d5184de
DL
2208 * vc-cvs.el (vc-cvs-header): Fix :type.
2209 * vc-rcs.el (vc-rcs-header): Fix :type.
2210 * vc-sccs.el (vc-sccs-header): Fix :type.
2211
2212 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2213
7c6c3d8e
GM
2214 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2215
8c9f73a2
GM
2216 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2217
457b792c
GM
22182001-01-10 Gerd Moellmann <gerd@gnu.org>
2219
2220 * simple.el (set-variable): Force a thorough redisplay for the
2221 case that the variable has an effect on the display, like
2222 `tab-width' has.
2223
d2622d08
AS
22242001-01-10 Andre Spiegel <spiegel@gnu.org>
2225
2226 * vc.el: Add documentation for backend interface.
2227
ae4b5f4f
KH
22282001-01-10 Kenichi Handa <handa@etl.go.jp>
2229
e0844717
KH
2230 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2231
ae4b5f4f
KH
2232 * international/mule-conf.el (latin-extra-code-table): Set to t
2233 for \223 and \224.
2234
3184082b
KH
22352001-01-09 Kenichi Handa <handa@etl.go.jp>
2236
2237 * international/mule-cmds.el (locale-language-names): Map "es" to
2238 "Spanish" and "nl" to "Dutch".
2239
732b9cdd
GM
22402001-01-09 Gerd Moellmann <gerd@gnu.org>
2241
1dfca644
GM
2242 * bindings.el (global-map): Bind <home> to beginning-of-line,
2243 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2244 C-<end> to end-of-buffer.
2245
732b9cdd
GM
2246 * language/european.el: Add Dutch and Spanish language info
2247 to be able to use the appropriate tutorials.
2248
22492001-01-09 Alex Schroeder <alex@gnu.org>
2250
2251 * ansi-color.el (ansi-color-process-output): Use markers instead
2252 of positions for start and end of region.
2253 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2254 Previously, occasional mistakes happend when fontifying many
2255 chunks of output (eg. ls --color=yes /dev). This happened
2256 whenever an overlay was created up to the end of the region, which
2257 coincided with the process-mark. New text would then be added
2258 within that overlay instead of after it.
2259 (ansi-color-make-extent): Overlays are created with the property
2260 `modification-hooks' set to '(ansi-color-freeze-overlay).
2261 (ansi-color-freeze-overlay): New function. When inserting text at
2262 the end of the overlay, the overlay will resize.
2263
22642000-01-09 Alex Schroeder <alex@gnu.org>
2265
2266 * ansi-color.el (ansi-color-process-output): Doc change.
2267 (ansi-color-unfontify-region): Doc change. No longer installed
2268 automatically in font-lock-unfontify-region-function.
2269 (ansi-color-apply): Doc change.
2270 (ansi-color-apply-on-region): Use extents or overlays instead of
2271 text-properties.
2272 (ansi-color-make-extent): New function.
2273 (ansi-color-set-extent-face): New function.
2274
22752000-01-09 Alex Schroeder <alex@gnu.org>
2276
2277 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2278 both use ansi-color-process-output, now.
2279 (ansi-color-process-output): Doesn't return string anymore. It is
2280 installed in comint-output-filter-functions for both Emacs and
2281 XEmacs, now.
2282 (ansi-color-unfontify-region): Simplified code removing variables
2283 pos and start-ansi.
2284 (ansi-color-apply): Put text-property ansi-color before putting
2285 text-property face because ansi-color-unfontify-region is called
2286 immediately after the call to put-text-property.
2287 (ansi-color-context-region): Doc change.
2288 (ansi-color-filter-region): Simplified code.
2289 (ansi-color-apply-on-region): Changed start to start-marker, using
2290 a marker explicitly. Put text-property ansi-color before putting
2291 text-property face because ansi-color-unfontify-region is called
2292 immediately after the call to put-text-property.
2293
22942000-01-09 Alex Schroeder <alex@gnu.org>
2295
2296 * ansi-color.el (ansi-color-faces-vector): Doc change.
2297 (ansi-color-for-comint-mode): Changed :type property to choice.
2298 (ansi-color-last-context): Removed.
2299 (ansi-color-process-output): Don't use ansi-color-last-context, as
2300 the main functions will store their context now.
2301 (ansi-color-context): Doc change.
2302 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2303 Uses ansi-color-context such that repeated calls will strip
2304 partial escape sequences, too.
2305 (ansi-color-apply): Simplified code. Colorize end of string if
2306 face is not null. Store context in new (FACE STRING) format, such
2307 that repeated calls will strip partial escape sequences, too.
2308 Append faces to face property using ansi-color-apply-sequence such
2309 that cumulative mode actually works.
2310 (ansi-color-context-region): New variable.
2311 (ansi-color-filter-region): Rewrote it based on
2312 ansi-color-apply-on-region. Uses ansi-color-context-region such
2313 that repeated calls will strip partial escape sequences, too.
2314 (ansi-color-apply-on-region): Simplified code. Colorize end of
2315 region if face is not null. Store context in new (FACE POS)
2316 format, such that repeated calls will strip partial escape
2317 sequences, too. Append faces to face property using
83c9cb8e 2318 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2319 (ansi-color-apply-sequence): New function.
2320 (ansi-color-get-face): When the default face is added to the list
2321 of faces, all previous settings are discarded and the list of
2322 faces is set to '(default).
2323
23242000-01-09 Alex Schroeder <alex@gnu.org>
2325
2326 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2327 face, such that ansi-color-apply and ansi-color-apply-on-region
2328 will do the right thing.
2329 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2330 returns nil, set the list of faces back to nil instead of
83c9cb8e 2331 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2332
23332000-01-09 Alex Schroeder <alex@gnu.org>
2334
2335 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2336 (ansi-color-process): Doc change.
2337 (ansi-color-last-context): New buffer-local variable.
2338 (ansi-color-process-output): New function. It is automatically
2339 added to comint-output-filter-functions if this is XEmacs.
2340 (ansi-color-unfontify-region): New optional parameter for XEmacs
2341 compatibility. Check wether font-lock-syntactic-keywords is
2342 boundp before removing the syntax table text property, as XEmacs
2343 doesn't have it.
2344 (ansi-color-filter-region): Doc change.
2345 (ansi-color-apply-on-region): Doc change.
2346 (ansi-color-make-face): New function. Compatibility layer for
2347 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2348 (ansi-color-make-color-map): Use ansi-color-make-face.
2349 (ansi-color-get-face): Avoid face text property '(nil) as results
2350 in an errow for XEmacs.
2351
23522000-01-09 Alex Schroeder <alex@gnu.org>
2353
83c9cb8e
SM
2354 * ansi-color.el (ansi-color-unfontify-region): New function.
2355 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2356 ansi-color. When the package is loaded, a lambda expression is
2357 put onto font-lock-mode-hook. This lambda expression will check
2358 font-lock-unfontify-region-function and replace
83c9cb8e 2359 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2360 (ansi-color-apply): Add text-property ansi-color in addition to
2361 text-property face.
2362 (ansi-color-apply-on-region): Add text-property ansi-color in
2363 addition to text-property face.
2364 (save-buffer-state): Copy of the macro that is also used by
2365 lazy-lock and font-lock.
2366
2367 (ansi-color-for-comint-mode): New option.
2368 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2369 (ansi-color-for-comint-mode-off): Ditto.
2370 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2371 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2372 decide what to do. This function is added to
2373 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2374
2375 (ansi-color-for-shell-mode-set): Removed.
2376 (ansi-color-for-shell-mode): Removed.
2377
23782000-01-09 Alex Schroeder <alex@gnu.org>
2379
2380 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2381 the lambda expression from the ansi-color-for-shell-mode :set
2382 property. Additionally, modify shell-mode-hook to enable or
2383 disable font-lock-mode for future shell buffers.
2384 (ansi-color-for-shell-mode): The :set property calls
2385 ansi-color-for-shell-mode-set instead of a lambda expression.
2386
23872000-01-09 Alex Schroeder <alex@gnu.org>
2388
2389 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2390 (ansi-color-context): New variable.
2391 (ansi-color-apply): Save context between calls.
2392
fb55ff10
EZ
23932001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2394
83c9cb8e
SM
2395 * isearch.el (isearch, isearch-lazy-highlight-face):
2396 New definitions for face colors and attributes.
29910493 2397
fb55ff10
EZ
2398 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2399 of display-mouse-p.
2400
134d6265
KH
24012001-01-09 Kenichi Handa <handa@etl.go.jp>
2402
2403 * international/mule.el (make-coding-system): If the coding system
2404 accepts extra latin codes, register such codes as safe for the
2405 coding system.
2406
103db06c 24072001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2408
984c9f75
RS
2409 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2410 don't mention the file name or the date here, because they are
2411 logged at the start of the file.
2412
24132001-01-08 Richard M. Stallman <rms@gnu.org>
2414
78b8eee8
RS
2415 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2416 Change screen-width to frame-width.
2417
1460e5d4
EZ
24182001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2419
2420 * info.el (Info-search): Print the default as part of the prompt.
2421
56f24bc1
AS
24222001-01-08 Andre Spiegel <spiegel@gnu.org>
2423
ca2ddd8e 2424 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2425 constant implementations in backends.
2426
2427 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2428 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2429
2430 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2431 WRITABLE to EDITABLE.
2432
2433 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2434 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2435 to EDITABLE.
2436
b7812d30
EZ
24372001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2438
2439 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2440 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2441
7e56ea04
GM
24422001-01-08 Gerd Moellmann <gerd@gnu.org>
2443
2444 * isearch.el (isearch-old-signal-hook): Removed.
2445 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2446 instead of setting signal-hook-function.
2447 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2448
a758f97d
GM
24492001-01-08 Kevin Gallagher <kevingal@onramp.net>
2450
2451 * emulation/edt.el: Update to version 4.0. Provide support for
2452 EDT scroll margins at top and bottom of the window. Provide an
2453 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2454 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2455 user when file-related buffer modifications exist.
2456 Provide support for running EDT Emulation in XEmacs.
2457 Provide customize access to some user updatable variables.
2458 Add Commentary section to file header.
2459 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2460
2461 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2462 for detecting a keypress that generates an ASCII key sequence.
2463 (Previously, only a keypress that generates a vector was
2464 recognized.) Embed Window Manager name into name of the generated
2465 EDT Emulation initialization file since the initialization file is
2466 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2467
30db89f9
EZ
24682001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2469
4deb3ba9
EZ
2470 * mail/sendmail.el (mail-mode): Doc fix.
2471
30db89f9
EZ
2472 * info.el (Info-goto-emacs-command-node): Doc fix.
2473 (Info-goto-emacs-key-command-node): Doc fix.
2474
c3f2772b
EZ
24752001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2476
8726e79b 2477 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2478 systems without long file-name support.
2479
0dac6924
AI
24802001-01-06 Andrew Innes <andrewi@gnu.org>
2481
2482 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2483
4e6ef391
EZ
24842001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2485
380866a2
EZ
2486 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2487 (isearch-lazy-highlight-update): Doc fix.
2488
148b5960
EZ
2489 * ffap.el (ffap-bindings): Doc fix.
2490
4e6ef391
EZ
2491 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2492
4cb1bcc2
DL
24932001-01-05 Dave Love <fx@gnu.org>
2494
2495 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2496
3828218c
GM
24972001-01-05 Gerd Moellmann <gerd@gnu.org>
2498
83c9cb8e
SM
2499 * mouse-drag.el (mouse-drag-safe-scroll):
2500 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2501
1f4139d5
GM
2502 * isearch.el (isearch-old-signal-hook): New variable.
2503 (isearch-mode): Set signal-hook-function to isearch-done.
2504 (isearch-done): Restore old signal-hook-function.
2505
3828218c
GM
2506 * info.el (Info-fontify-node): Mark one more char as intangible.
2507
3970013f
KH
25082000-01-05 Kenichi Handa <handa@etl.go.jp>
2509
83c9cb8e
SM
2510 * composite.el (compose-last-chars): New argument COMPONENTS.
2511 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2512 COMPONENTS.
2513
2514 * international/quail.el (quail-input-string-to-events): New function.
2515 (quail-input-method): Convert input string to events here.
2516 (quail-start-translation): Return input string, not event list.
2517 (quail-start-conversion): Likewise.
2518
f3b05e99
GM
25192001-01-04 Gerd Moellmann <gerd@gnu.org>
2520
ca2ddd8e 2521 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2522 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2523 and tooltip-add-timeout.
2524 (tooltip-show): Set border color from faces's foreground.
2525 (tooltip-show-help-function): If called with the same help string
2526 as last time, do nothing.
2527 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2528
0f2ac578
GM
2529 * startup.el (fancy-splash-screens): Don't bind show-help-function
2530 to nil.
2531
f3b05e99
GM
2532 * tooltip.el (tooltip-frame-parameters): Remove colors.
2533 (tooltip): New face
2534 (tooltip-set-param): New function.
2535 (tooltip-show): Set up color frame parameters from face `tooltip'.
2536 Display the tooltip text in face `tooltip'.
2537
8416e94a
DL
25382001-01-04 Dave Love <fx@gnu.org>
2539
2540 * whitespace.el (whitespace-global-mode): Fix typo.
2541
2542 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2543
30db89f9
EZ
25442001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2545
83c9cb8e
SM
2546 * help.el (help-for-help): Fix a typo in a doc string.
2547 From kwzh@gnu.org (Karl Heuer).
30db89f9 2548
b847eb8c
DL
25492001-01-03 Dave Love <fx@gnu.org>
2550
2551 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2552 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2553 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2554 (dired-guess-shell-alist-user): Customize.
2555 (dired-x-help-address): Set to bug-gnu-emacs.
2556 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2557 (dired-default-directory): Renamed from default-directory.
2558
2559 * hl-line.el (hl-line): Doc fix.
2560
43c4b570
KF
25612001-01-03 Karl Fogel <kfogel@red-bean.com>
2562
1bf6b1bf 2563 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2564
984c9f75 25652001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2566
2567 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2568 to remove all the current alternative-match highlighting.
2569 If nil, remove only what's outside the current window.
2570 (isearch-lazy-highlight-remove-overlays): Take optional
2571 region within which NOT to remove them.
2572 (isearch-lazy-highlight-new-loop): Greatly simplified.
2573 (isearch-lazy-highlight-update): Find all the other occurrences
2574 visible in the window, in just one call.
2575 (isearch-lazy-highlight-start): Now holds start of region to scan.
2576 (isearch-lazy-highlight-end): Now holds end of region to scan.
2577 (isearch-lazy-highlight-wrapped): Variable deleted.
2578 (isearch-lazy-highlight-search): Function deleted.
2579
13d6a61c
AI
25802000-01-02 Andrew Innes <andrewi@gnu.org>
2581
2582 * w32-fns.el (convert-standard-filename): Do length check on name
2583 before aref.
2584
064866e7
DL
25852001-01-02 Dave Love <fx@gnu.org>
2586
b33e041b
DL
2587 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2588 value.
2589 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2590
2591 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2592
8166ffd5
DL
2593 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2594 read syntax.
2595
064866e7
DL
2596 * calendar/todo-mode.el (todo): Add :link, :version.
2597 (todo-save-top-priorities): Remove autoload cookie.
2598 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2599 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2600
6dde6abc
GM
26012001-01-02 Gerd Moellmann <gerd@gnu.org>
2602
2603 * comint.el (comint-input-history-ignore): New variable.
2604 (comint-read-input-ring): Ignore entries matching
2605 comint-input-history-ignore.
2606
1a8a9daf
GM
26072001-01-02 Eric M. Ludlam <zappo@gnu.org>
2608
2609 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2610 (lm-copyright-mark): New function.
2611 (lm-crack-copyright): New function.
2612 (lm-verify): Check that the file has a copyright.
2613 Check that the file is copyright Free Software Foundation.
2614
9c92eb53
KH
26152000-12-30 Kenichi Handa <handa@etl.go.jp>
2616
2617 * international/mule-diag.el (print-fontset): Indent font name by
2618 24 columns, not 25.
2619
49172314
GM
26202000-12-29 Gerd Moellmann <gerd@gnu.org>
2621
762a68ec
GM
2622 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2623 in Subject line.
2624
49172314 2625 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2626 Use mail-mode-hook instead of mail-setup-hook.
2627 Otherwise continuing an interrupted message with C-u C-x m for
2628 instance, winds up in Mail mode without abbrevs.
49172314 2629
bd7a2e26
GM
26302000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2631
2632 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2633 non-nil. Adding almost all customization variables on ps-setup.
2634 Doc fix.
bd7a2e26
GM
2635 (ps-print-version): New version number (6.3.3).
2636 (ps-end-with-control-d): Initialization fix.
2637 (ps-lines-printed): New var.
2638 (ps-skip-newline): New fun.
2639 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2640 (ps-next-line, ps-continue-line, ps-plot-region)
2641 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2642
2b3f28a4
KH
26432000-12-29 Kenichi Handa <handa@etl.go.jp>
2644
83c9cb8e
SM
2645 * international/fontset.el (x-complement-fontset-spec):
2646 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2647 registered in x-font-name-charset-alist.
2648 (create-fontset-from-fontset-spec): Adjusted for the above change.
2649 The name of fontset alias should be a unresolved ASCII font name.
2650
2ece9174
GM
26512000-12-28 Gerd Moellmann <gerd@gnu.org>
2652
2653 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2654 and delete in isearch-mode-map.
2655
cbe3ad7a
RS
26562000-12-28 Richard M. Stallman <rms@gnu.org>
2657
ca2ddd8e 2658 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2659 Use xpdf instead of acroread.
2660
a816f1c5
KH
26612000-12-28 Kenichi Handa <handa@etl.go.jp>
2662
f086e73c
KH
2663 * textmodes/artist.el (artist-butlast): Deleted.
2664 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2665 artist-butlast.
f086e73c 2666
a816f1c5
KH
2667 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2668
2669 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2670
b202115b
EZ
26712000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2674
2675 * ls-lisp.el: Better support for the Mac and MS-Windows.
2676 (ls-lisp): New defgroup.
2677 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2678 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2679 (ls-lisp-support-shell-wildcards): New defcustoms.
2680 (ls-lisp-parse-symlink): New function.
2681 (insert-directory): Code to convert switches to a list and set up
2682 the wildcard argument copied from ls-lisp-insert-directory.
2683 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2684 for -C and -R switches.
2685 (ls-lisp-column-format): New function.
ca2ddd8e 2686 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2687 (ls-lisp-format-time): Add doc strings.
2688 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2689 Support ls-lisp-dirs-first.
2690 (ls-lisp-classify, ls-lisp-extension): New functions.
2691 (ls-lisp-format): Optionally support emulation of symlinks.
2692 Support -i, -s, and -G switches.
2693
6061fbf0
GM
26942000-12-27 Gerd Moellmann <gerd@gnu.org>
2695
5e25feee
GM
2696 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2697
6061fbf0
GM
2698 * version.el (emacs-version): Print X scroll bar information.
2699
2700 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2701 instead of x-toolkit-scroll-bars-p.
2702
2703 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2704 of x-toolkit-scroll-bars-p.
2705
25050dab
EZ
27062000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2707
83c9cb8e 2708 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2709 (ffap-bindings): Doc fix, to reflect the above change.
2710
c1786874
KH
27112000-12-27 Kenichi Handa <handa@etl.go.jp>
2712
2713 * term.el (term-char-mode): Define all non-ascii self-inserting
2714 characters to 'term-send-raw in term-raw-map.
2715
7261ece3 27162000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2717
83c9cb8e 2718 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2719
83c9cb8e
SM
2720 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2721 Changed initialization; use add-hook.
6061fbf0 2722 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2723
6061fbf0 2724 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2725
6061fbf0
GM
2726 * ediff.el (ediff-patch-buffer): Bug fix.
2727 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2728
83f40583
SM
27292000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2730
2731 * subr.el (combine-run-hooks): Remove.
2732
2733 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2734 and remove the rogue second spec.
2735
bdd6d4e8
GM
27362000-12-23 Gerd Moellmann <gerd@gnu.org>
2737
2738 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2739
26736ce3
SM
27402000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2741
0e86b6b0
SM
2742 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2743 Use minibuffer menu prompt for the `=' prefix.
2744 (smerge-command-prefix): Change default to C-^.
6eabfb26 2745 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2746
26736ce3
SM
2747 * skeleton.el (skeleton-internal-1): Make sure the first line of
2748 the region is also re-indented.
d21584d6
SM
2749 (skeleton-end-newline): New var.
2750 (skeleton-end-hook): Use it.
26736ce3 2751
95fa4fd7
MB
27522000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2753
2754 * comint.el (comint-password-prompt-regexp): Support CVS.
2755
f060b834
GM
27562000-12-22 Gerd Moellmann <gerd@gnu.org>
2757
83c9cb8e
SM
2758 * simple.el (delete-key-deletes-forward-mode): Simplify.
2759 Also backspace key combinations, depending on
856ff7a7
GM
2760 delete-key-deletes-forward.
2761
2762 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2763
f060b834
GM
2764 * simple.el (delete-key-deletes-forward): Doc fix.
2765
653558a1
GM
27662000-08-22 Emmanuel Briot <briot@gnat.com>
2767
2768 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2769 white spaces are relevant in the XML file.
653558a1
GM
2770 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2771 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2772 of XML files.
653558a1
GM
2773 (xml-parse-tag): Check that the casing is the same in the start
2774 tag and end tag, since XML is case-sensitive. Allows for spaces
2775 in the end tag, after the name of the tag.
2776 (xml-parse-attlist): Allow for the character '-' in the name of
2777 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2778 the properties in the XML tree, since they are not relevant.
653558a1 2779
3ad93d8d
SM
27802000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2781
2782 * generic.el (generic-read-type): Undo last change, inline into
2783 `generic-mode' and then remove.
2784 (generic-mode): Inline generic-read-type.
2785 (define-generic-mode): Push the symbol name rather than the symbol
2786 onto generic-mode-list.
2787
177f4e88
GM
27882000-12-21 Gerd Moellmann <gerd@gnu.org>
2789
8e15274f
GM
2790 * generic.el (generic-read-type): Build an alist for
2791 completing-read as in 20.7.
2792
2793 * play/landmark.el (lm): Use interactive spec `P'.
2794 (toplevel): Don't set debug-on-error.
2795
83c9cb8e 2796 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2797
6ba384dc
GM
27982000-12-21 Dave Pearson <davep@davep.org>
2799
2800 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2801
647a066c
GM
28022000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2803
2804 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2805 ranges like \177-\237, but accepts the character sequence from \177 to
2806 \237. Doc fix.
2807 (ebnf-version): New version (3.4).
2808 (ebnf-setup): Code fix.
2809 (ebnf-range-regexp): New fun.
2810 (ebnf-8-bit-chars): Const fix.
2811
2812 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2813 entry. Doc fix.
2814 (ebnf-bnf-lex): Code fix.
2815 (ebnf-bnf-comment-chars): Const fix.
2816
2817 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2818 entry. Doc fix.
2819 (ebnf-iso-comment-chars): Const fix.
2820
2821 * ebnf-otz.el: Doc fix.
2822
2823 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2824 entry. Doc fix.
2825 (ebnf-yac-skip-code): Code fix.
2826 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2827
bc22fd18
EZ
28282000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2829
2830 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
2831 (recover-file): Use it instead of insert-directory.
2832 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2833
587fc3f9
KH
28342000-12-21 Kenichi Handa <handa@etl.go.jp>
2835
83c9cb8e
SM
2836 * international/mule-cmds.el (select-safe-coding-system):
2837 Check coding-category-list more rigidly. Improve help message.
eeefcfde 2838
587fc3f9
KH
2839 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2840
01860fb9
MB
28412000-12-21 Miles Bader <miles@gnu.org>
2842
83c9cb8e 2843 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 2844
3f9d67a6
KH
28452000-12-21 Kenichi Handa <handa@etl.go.jp>
2846
9fd1c1f7
KH
2847 * international/mule-diag.el (describe-char-after): Make *Help*
2848 buffer inherit multibyteness of the current buffer.
2849
3f9d67a6
KH
2850 * international/mule.el (make-char): Docstring adjusted for the
2851 change of make-char-internal.
2852
c9669fac
SM
28532000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * international/iso-cvt.el: Docstrings fix.
2856
19594307
DL
28572000-12-20 Dave Love <fx@gnu.org>
2858
2859 * subr.el (eval-after-load): Doc fix.
2860
b1a447b3
KH
28612000-12-20 Kenichi Handa <handa@etl.go.jp>
2862
2863 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2864 for numbers.
2865
09877d5d
MB
28662000-12-20 Miles Bader <miles@gnu.org>
2867
2868 * international/quail.el (quail-help): Resize the help window
2869 again after it has all its contents. Remove unneeded progn.
2870
71d4497a
GM
28712000-12-19 Gerd Moellmann <gerd@gnu.org>
2872
2873 * pcmpl-linux.el: Fix copy/paste error.
2874
741e56a0
AI
28752000-12-19 Andrew Innes <andrewi@gnu.org>
2876
83c9cb8e 2877 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 2878
cc24d91c
CD
28792000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2880
ba4c05aa
CD
2881 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2882
2883 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2884
2885 * progmodes/idlw-shell.el: Fixed copyright notice.
2886
2887 * progmodes/idlwave.el: Fixed copyright notice.
2888
71d4497a 2889 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2890 TAB as key separators.
2891
524c8caf
GM
28922000-12-19 Alex Schroeder <alex@gnu.org>
2893
2894 * sql.el (sql-sybase-options): New option.
2895 (sql-sybase): Use it. Add sql-database to the list of parameters
2896 provided for login. The options -w 2048 -n are not used any more.
2897 (sql-postgres-options): Changed default from "--pset" to "-P".
2898 (sql-mysql-options): Doc change.
2899 (sql-stop): Doc change.
2900
b5fa513d
KH
29012000-12-19 Kenichi Handa <handa@etl.go.jp>
2902
2903 * international/quail.el (quail-input-method): Always hide
2904 the guidance buffer on exiting.
2905
91c9e6ce
GM
29062000-12-18 Gerd Moellmann <gerd@gnu.org>
2907
c6da4eb4
GM
2908 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2909 isn't fboundp.
2910
3d2a0e0b
GM
2911 * server.el (server-buffer-done): Bury the buffer before
2912 killing it.
2913
91c9e6ce
GM
2914 * faces.el (face-spec-set): Interpret a nil in specs for
2915 foreground and background colors as `unspecified', for
2916 compatibility with 20.x.
2917
40fa0008
DL
29182000-12-18 Dave Love <fx@gnu.org>
2919
22adbe54
DL
2920 * simple.el (mail-user-agent): Doc fix.
2921 (input-mode-8-bit): Removed.
2922
2923 * international/mule.el (set-keyboard-coding-system): Doc fix.
2924 (keyboard-coding-system): New option.
2925
40fa0008
DL
2926 * mail/sendmail.el (send-mail-function): Customize.
2927
6f4745e2
EZ
29282000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2929
2930 * international/codepage.el (cp866-decode-table): New table.
2931
82b90229
GM
29322000-12-18 Gerd Moellmann <gerd@gnu.org>
2933
2934 * version.el (emacs-version): Remove `%a' from the time format
2935 because the weekday doesn't fit well into each locale.
2936
5a047002
MB
29372000-12-18 Miles Bader <miles@gnu.org>
2938
7f49aa07
MB
2939 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2940
ca2ddd8e 2941 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2942 Check that emacs-major-version is `=' to 20, not `>='.
2943 (artist-replace-chars): Use `make-string' instead of a loop.
2944
22ea2607
EZ
29452000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2946
2947 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2948 (cvs-execute-single-file): Don't change directory.
2949 Patch from Per Cederqvist.
2950
6c825f8e
EZ
29512000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2952
83c9cb8e
SM
2953 * textmodes/ispell.el (check-ispell-version):
2954 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
2955 of -vv.
2956
8ff06845
KH
29572000-12-16 Kenichi Handa <handa@etl.go.jp>
2958
af4bb4c8
KH
2959 * international/mule-diag.el (mule-diag): Insert information about
2960 configure options, multibyte awareness, language env.
2961
8ff06845
KH
2962 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2963 regexp to search for candidates.
2964
b24e84ab
EZ
29652000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2966
2967 * info.el (Info-forward-node): If the node has an
2968 Info-header-line, widen the buffer before searching for "next:"
2969 and "up:" pointers, and set the search limit to stay in the
2970 current node.
2971
7981d89f
MB
29722000-12-16 Miles Bader <miles@gnu.org>
2973
2974 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2975
88ee7917
MB
29762000-12-15 Miles Bader <miles@gnu.org>
2977
2978 * comint.el (comint-send-string, comint-send-region): Also accept
2979 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2980 process-send-string/region.
2981
0c28d842
GM
29822000-12-15 Gerd Moellmann <gerd@gnu.org>
2983
4ea7fdca
GM
2984 * isearch.el (isearch-lazy-highlight-max): New user-option.
2985 (isearch-lazy-highlight-update): Don't highlight more than
2986 isearch-lazy-highlight-max matches.
2987
0c28d842
GM
2988 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2989
984c9f75 29902000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2991
8062e53a
GM
2992 * sort.el (sort-columns): Fix error message.
2993
3ffa545b
GM
2994 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2995 `upcase' or `downcase' or nil.
2996 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2997 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2998 (dabbrev--substitute-expansion): New arg record-case-pattern.
2999 If it is non-nil, set dabbrev--last-case-pattern.
3000 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3001
3002 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3003
c2d7f289
MB
30042000-12-15 Miles Bader <miles@gnu.org>
3005
b6348438
MB
3006 * paths.el (Info-default-directory-list): Don't delete
3007 configure-info-directory from the list of standard info
83c9cb8e 3008 directories when appending it to the end -- their order is important.
b6348438 3009
f9056dd9
MB
3010 * faces.el (read-face-attribute): If there's no entry for the
3011 user's input in VALID, just use it as-is (this will often result
3012 in an error, but it may be OK for e.g. colors using hexadecimal
3013 notation, and at least will yield a better error message).
3014
c2d7f289 3015 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3016 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3017 Variables removed.
3018 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3019 window is really the right size. Use vertical-motion
3020 rather than forward-line.
3021 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3022 (ispell-command-loop, ispell-show-choices): Use the variable
3023 ispell-choices-win-default-height, rather than the function.
3024 (ispell-choices-win-default-height): Function removed.
3025 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3026
8f530b95
SM
30272000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3028
3029 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3030
6d435deb
EZ
30312000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3032
83c9cb8e
SM
3033 * paths.el (Info-default-directory-list):
3034 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3035 put it first in the list; otherwise put it last. Doc string
3036 changed accordingly.
3037
3038 * info.el (Info-directory-list): Change doc string to reflect the
3039 change in Info-default-directory-list.
3040
6d435deb
EZ
3041 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3042 windows-nt as windowed environments, even under -nw.
3043
3044 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3045 if not fboundp. Switch delete-forward mode for the <delete> key
3046 on all PC platforms, even under -nw.
3047
3048 * term/internal.el ([M-delete]): Remap to M-d.
3049
9d7d9263
GM
30502000-12-14 Gerd Moellmann <gerd@gnu.org>
3051
3052 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3053
7cf0153a
EZ
30542000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3055
3056 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3057
5e5b3d41
GM
30582000-12-14 Gerd Moellmann <gerd@gnu.org>
3059
5f368d29
GM
3060 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3061 if appropriate.
3062
3063 * simple.el (delete-key-deletes-forward): New user-option.
3064 (delete-key-deletes-forward-mode): New function.
3065
9d7d9263 3066 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3067
83c9cb8e
SM
3068 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3069 Test if symbol is bound before getting its value.
5e5b3d41
GM
3070
3071 * tooltip.el (tooltip-show): If an error is signaled in
3072 x-show-tip, display that error, and display the help in the
3073 echo area.
ca2ddd8e 3074
191b83b6
KH
30752000-12-14 Kenichi Handa <handa@etl.go.jp>
3076
83c9cb8e
SM
3077 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3078 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3079
6192b604
KF
30802000-12-13 Karl Fogel <kfogel@red-bean.com>
3081
3082 * bookmark.el: Provide a generic exit hook, as suggested by
3083 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3084 (bookmark-exit-hook): New var.
3085 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3086 old raw lambda form in `kill-emacs-hook', and runs new
3087 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3088 as logically that feature must have been provided if this function
3089 is running.
3090 Removed ;;;###autoload before the `add-hook' call.
3091
5edf6b55
SM
30922000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3095 (easy-menu-current-active-maps): New function.
3096 (easy-menu-get-map): Use it.
3097 Make a proper menu entry when creating a new keymap.
3098
16b5e8e6
KH
30992000-12-13 Kenichi Handa <handa@etl.go.jp>
3100
d49fc4eb
KH
3101 * international/characters.el: Fix cases and syntaxes for
3102 mule-unicode-0100-24ff.
3103
3b53d876
KH
3104 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3105 that a Japanese character is not appended after day and year.
3106
16b5e8e6
KH
3107 * info.el (Info-suffix-list): Change format for a command that
3108 requires arguments.
3109 (info-insert-file-contents): Adjusted for the above change.
3110
1df1c518
AS
31112000-12-12 Andreas Schwab <schwab@suse.de>
3112
3113 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3114 on the name of the tar buffer. Verify that the existing buffer is
3115 visiting the same subfile.
3116
a7a07b98
DL
31172000-12-12 Dave Love <fx@gnu.org>
3118
3119 * subdirs.el: Add obsolete.
3120
4fdbd809
GM
31212000-12-12 Gerd Moellmann <gerd@gnu.org>
3122
bfdb75ee
GM
3123 * mail/rmailsum.el (rmail-summary-expunge)
3124 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3125 instead of rmail-confirm-expunge.
3126
4fdbd809
GM
3127 * replace.el (perform-replace): Don't use an empty match adjacent
3128 to a non-empty match when computing the next match before the
3129 replacement is performed.
3130
e9a59cad
GM
31312000-12-12 Milan Zamazal <pdm@freesoft.cz>
3132
3133 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3134 definition (patch by Stefan Monnier).
3135 (glasses-mode): Use jit-lock instead of `after-change-functions'
3136 (patch by Stefan Monnier).
3137
c2def7a0
MB
31382000-12-12 Miles Bader <miles@gnu.org>
3139
3140 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3141 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3142
591b63b4
AC
31432000-12-12 Andrew Choi <akochoi@i-cable.com>
3144
3145 * term/mac-win.el: Remove load for ls-lisp.
3146
a924cf63 3147 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3148
5ff4ba3d
MB
31492000-12-12 Miles Bader <miles@gnu.org>
3150
3151 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3152 Respect field end too.
3153 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3154 (newline-and-indent, reindent-then-newline-and-indent):
3155 Use `delete-horizontal-space'.
5ff4ba3d 3156
d0c679bc
SM
31572000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3158
adf9c994
SM
3159 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3160 (so as to obey the field property in the minibuffer).
3161
4b0cd42d
SM
3162 * obsolete/c-mode.el: Moved from lisp/progmodes.
3163 * obsolete/auto-show.el: Moved from lisp.
3164 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3165
89f85863
CD
31662000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3167
3168 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3169 changes to list them here.
89f85863 3170
83c9cb8e
SM
3171 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3172 Too many changes to list them here.
89f85863 3173
83c9cb8e
SM
3174 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3175 Too many changes to list them here.
89f85863
CD
3176
3177 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3178
3e0d35ce
GM
31792000-12-11 Gerd Moellmann <gerd@gnu.org>
3180
83c9cb8e 3181 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3182
ca2ddd8e 3183 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3184 Comment fix.
3185
3e0d35ce
GM
3186 * hscroll.el: Moved to `obsolete' subdir.
3187
ff904dd6
MB
31882000-12-11 Miles Bader <miles@gnu.org>
3189
3190 * window.el (window-text-height): Function removed (now in C).
3191
fb97d87f
SM
31922000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3193
3194 * log-edit.el (log-edit-parent-buffer): New var.
3195 (log-edit): Set it. Add BUFFER argument.
3196 (log-edit-done): Use char-before.
3197 Don't bother checking validity of vc-comment-ring.
3198 Only bury the buffer if log-edit popped it up.
3199
3200 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3201 (cvs-mode-diff-help): Remove.
3202 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3203 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3204
3205 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3206 Remove binding for ? now made unnecessary.
3207
7de77417
CD
32082000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3209
83c9cb8e 3210 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3211 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3212
3213 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3214 when master file is not open.
3215
4efa209f
SM
32162000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3217
3218 * progmodes/ada-stmt.el: Update `maintainer'.
3219
0a8052bd
GM
32202000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3221
3222 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3223 choices to match documentation string.
3224
a12167c5
MB
32252000-12-09 Miles Bader <miles@gnu.org>
3226
2161605d
MB
3227 * minibuf-eldef.el: New file.
3228
a12167c5
MB
3229 * window.el (fit-window-to-buffer): Don't pass last argument to
3230 pos-visible-in-window-p, now that its meaning is inverted.
3231
9ea8de1b
EZ
32322000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3233
3234 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3235 <ceder@lysator.liu.se>.
3236
5002ddbb
SM
32372000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3238
b6114d80
SM
3239 * autoinsert.el (auto-insert-alist): Add missing final \n.
3240
ee8d23ee
SM
3241 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3242 (cvs-menu-map): Remove.
3243 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3244 (cvs-mode-quit): Turn it back into a plain function.
3245
5002ddbb 3246 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3247 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3248
3249 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3250 file where it's more visible.
3251 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3252 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3253 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3254 (texinfo-inside-macro-p): Only catch `scan-error's.
3255 (texinfo-inside-env-p): Make better use of the match info.
3256 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3257 (texinfo-insert-@end): Slight re-organization.
3258 Also remove useless `looking-at' call.
3259
30cd075d
AI
32602000-12-08 Andrew Innes <andrewi@gnu.org>
3261
3262 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3263 accessible in -nw mode.
3264
3265 * term/w32-win.el: Remove stuff about selection timeout, which is
3266 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3267 it is accessible in -nw mode.
3268
01b91009
DL
32692000-12-08 Dave Love <fx@gnu.org>
3270
83c9cb8e
SM
3271 * emacs-lisp/lisp-mode.el (lisp-mode):
3272 Set font-lock-keywords-case-fold-search.
01b91009 3273
842b2a94
GM
32742000-12-08 Gerd Moellmann <gerd@gnu.org>
3275
3276 * textmodes/ispell.el (ispell): Doc fix.
3277
f9d5f611
KH
32782000-12-08 Kenichi Handa <handa@etl.go.jp>
3279
3280 * international/quail.el (quail-insert-decode-map): Check the
3281 frame width of a window displaying the current buffer, not that of
3282 the selected frame.
3283 (quail-help): Make sure that the help buffer has window before
3284 inserting text in it.
3285
e04d21aa
SS
32862000-12-07 Sam Steingold <sds@gnu.org>
3287
3288 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3289 Backquote is used in isearch.el, so autoloading saves nothing.
3290
fc3e23a4
EZ
32912000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3292
83c9cb8e
SM
3293 * startup.el (normal-top-level-add-subdirs-to-load-path):
3294 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3295
fc3e23a4
EZ
3296 * dired.el (dired-insert-directory): If file-system-info is
3297 fboundp, call it instead of invoking dired-free-space-program.
3298
796ecd10
GM
32992000-12-07 Gerd Moellmann <gerd@gnu.org>
3300
0f5f7c3e
GM
3301 * server.el (server-visit-files): Push files on file-name-history.
3302
3764ba49
GM
3303 * progmodes/cc-langs.el: Update copyright.
3304
8e7931da
GM
3305 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3306
ae0d7485 3307 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3308
796ecd10
GM
3309 * bindings.el (mode-line-mode-menu): Reverse the order
3310 of define-keys so that the menu appears in alphabetical order.
3311
ae0d7485
GM
33122000-12-07 Milan Zamazal <pdm@freesoft.cz>
3313
3314 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3315 of the function.
3316
e2849090
DL
33172000-12-07 Dave Love <fx@gnu.org>
3318
3319 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3320
3321 * facemenu.el (facemenu-unlisted-faces): Fix value.
3322
5c7f629c
SM
33232000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3324
3325 * font-lock.el (font-lock-default-fontify-region):
3326 Include the terminating \n (off-by-one error).
3327 (font-lock-set-defaults): Use dolist.
3328
3329 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3330
73481ae3
KH
33312000-12-07 Kenichi Handa <handa@etl.go.jp>
3332
83c9cb8e
SM
3333 * international/mule-cmds.el (describe-language-environment):
3334 Fix for the case that an input method title is not string but a list.
ffbaa122 3335
73481ae3
KH
3336 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3337 of wrong SIZE record.
3338
e2896b22
DL
33392000-12-06 Dave Love <fx@gnu.org>
3340
67292061
DL
3341 * newcomment.el (comment-region, comment-dwim): Doc fix.
3342
3343 * textmodes/texinfo.el: Require tex-mode when compiling.
3344 (texinfo-update-node): Doc fix.
3345 (texinfo-imenu-generic-expression): Add @anchor.
3346 (texinfo-font-lock-keywords): Add @uref.
3347 (texinfo-inside-macro-p): Don't use ignore-errors.
3348 (texinfo-insert-quote): Match more contexts.
3349
e76938e7
DL
3350 * international/mule.el (decode-char, encode-char): Doc fix.
3351 (auto-coding-alist): Customize.
3352
3353 * files.el (load-file): Fix change of 2000-03-12.
3354
e2896b22
DL
3355 * wid-edit.el (widget-text-keymap): Doc fix.
3356
6610f4b2
AI
33572000-12-06 Andrew Innes <andrewi@gnu.org>
3358
3359 * makefile.w32-in (lisp): Set to an absolute directory, namely
3360 $(CURDIR).
3361
9e3366e4
EZ
33622000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3363
3364 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3365 read generated-autoload-file, and set buffer-file-coding-system to
3366 raw-text-unix after reading the file.
3367
83c9cb8e
SM
3368 * international/mule-conf.el (file-coding-system-alist):
3369 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3370
d94d636f
GM
33712000-12-06 Gerd Moellmann <gerd@gnu.org>
3372
384333ee
GM
3373 * replace.el (occur): Make line-number-width 1 smaller for the
3374 colon following the line number.
3375
83c9cb8e
SM
3376 * startup.el (fancy-splash-text, command-line-1):
3377 Use `File' for the menu name instead of `Files'.
e04d21aa 3378
d4b72d58
GM
3379 * tmm.el: Update copyright.
3380
d94d636f
GM
3381 * cus-start.el: Add entry for even-window-heights.
3382
6e424019
MB
33832000-12-06 Miles Bader <miles@gnu.org>
3384
3385 * faces.el (frame-set-background-mode): Avoid stomping on
3386 locally modified faces.
3387
e6477b58
KH
33882000-12-06 Kenichi Handa <handa@etl.go.jp>
3389
3390 * international/fontset.el: Correct the font registries for
3391 japanese-jisx0213-1 and japanese-jisx0213-2.
3392
21999ab9
GM
33932000-12-05 Gerd Moellmann <gerd@gnu.org>
3394
57d6e381
GM
3395 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3396
21999ab9
GM
3397 * iswitchb.el: Update customization commentary.
3398
7422819c
GM
33992000-12-05 Rob Riepel <riepel@Stanford.EDU>
3400
3401 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3402 (tpu-search-highlight): Fixed comparison of overlay end positions.
3403 (tpu-trim-line-ends): Implemented trimming logic locally.
3404
3405 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3406 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3407
73daff18
KH
34082000-12-05 Kenichi Handa <handa@etl.go.jp>
3409
3410 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3411 to cn-gb.
3412 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3413
6a4cd002
DL
34142000-12-04 Dave Love <fx@gnu.org>
3415
3416 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3417
6452929e
GM
34182000-12-04 Gerd Moellmann <gerd@gnu.org>
3419
e04d21aa 3420 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3421 (rmail-summary-expunge-and-save): Ask for confirmation with
3422 rmail-expunge-confirmed.
3423
3424 * mail/rmail.el (rmail-expunge-confirmed): New function.
3425 (rmail-expunge): Use it.
3426
1790abf4
FP
34272000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3428
0c68ce6f 3429 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3430 (etags-recognize-tags-table, find-tag-in-order):
3431 New functionality: interpret file names as tags.
e04d21aa 3432
7a53d8c8
EZ
34332000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3434
3435 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3436 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3437 the first subnode until the bottom of the current node is visible.
7a53d8c8 3438
caa15ef7
GM
34392000-12-04 Gerd Moellmann <gerd@gnu.org>
3440
3441 * format.el (format-decode): Don't change buffer's undo list.
3442
e225faa7
KH
34432000-12-04 Kenichi Handa <handa@etl.go.jp>
3444
3445 * faces.el (face-font-registry-alternatives): Add entries for CJK
3446 fonts. Doc-string adjusted for the actual usage of this data.
3447
3448 * international/fontset.el: Change the font registries for CJK
3449 fonts in the default fontset. Don't append '*' to registries.
3450
8b262a65
SM
34512000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3452
e04d21aa 3453 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3454 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3455
3456 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3457 (derived-mode-p): New function.
3458 (derived-mode-make-docstring): Add `docstring' argument.
3459 Use it if available and complete it if necessary.
3460
33c4460b
AS
34612000-12-03 Andreas Schwab <schwab@suse.de>
3462
3463 * type-break.el (type-break): Don't make parent of itself.
3464
5c9b3fac
MB
34652000-12-03 Miles Bader <miles@gnu.org>
3466
3467 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3468
27ce741e
SM
34692000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3470
07c16ec4
SM
3471 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3472 (tex-main-file, tex-file): Simplify.
3473 (tex-generate-zap-file-name): Use subst-char-in-string.
3474 (tex-strip-dots): Remove.
3475
c19cc275
SM
3476 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3477
27ce741e
SM
3478 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3479 to check if the match succeeded.
3480
285991dc
GM
34812000-12-02 Gerd Moellmann <gerd@gnu.org>
3482
3483 * startup.el (use-fancy-splash-screens-p): New function.
3484 (command-line-1): Use it to determine whether or not to use
3485 a fancy splash screen.
3486
52dca1b2
AS
34872000-12-02 Andreas Schwab <schwab@suse.de>
3488
3489 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3490
d3e7e7cf
EZ
34912000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3492
2dce2360
EZ
3493 * international/mule.el (make-char): Fix last change.
3494
9768eaa7
EZ
3495 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3496 New defcustoms.
3497 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3498 autoloading tex-mode; instead, do the same manually.
3499 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3500 with numeric argument. Docstring fix.
3501 (toplevel): Require cl when compiling.
e04d21aa 3502
285991dc 3503 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3504
0dd5e255
JR
35052000-12-02 Jason Rumney <jasonr@gnu.org>
3506
3507 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3508 the Emacs Lisp manual)
3509
fbb87147
EZ
35102000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3511
5cbb3e93
EZ
3512 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3513
fbb87147
EZ
3514 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3515 the Emacs Lisp manual).
3516
1636ca09
GM
35172000-12-02 Gerd Moellmann <gerd@gnu.org>
3518
3519 * simple.el (next-line-add-newlines): Change default to nil.
3520
68875f0e
EZ
35212000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3522
83c9cb8e
SM
3523 * files.el (revert-buffer, recover-file):
3524 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3525
fd9ac94c
GM
35262000-12-01 Gerd Moellmann <gerd@gnu.org>
3527
3528 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3529
45450dd5
MB
35302000-12-01 Miles Bader <miles@gnu.org>
3531
3532 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3533
09df8881
KH
35342000-12-01 Kenichi Handa <handa@etl.go.jp>
3535
3536 * international/mule-diag.el (describe-char-after): Fix typo.
3537 (describe-character-set, non-iso-charset-alist): Fix typo.
3538
dea0a87d
MB
35392000-12-01 Miles Bader <miles@gnu.org>
3540
b170205b
MB
3541 * image-file.el (image-file-name-regexp): Automatically add
3542 upper-case variants of each filename extension in
3543 `image-file-name-extensions', since they seem to be common.
3544
e04d21aa 3545 * simple.el (minibuffer-contents)
dea0a87d
MB
3546 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3547 New functions.
3548 * filecache.el (file-cache-directory-name)
3549 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3550
2b69bc11 35512000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3552
dea0a87d
MB
3553 * filecache.el (file-cache-minibuffer-complete): Don't try to
3554 delete the minibuffer prompt.
3555
a8a1b05d
DL
35562000-11-30 Dave Love <fx@gnu.org>
3557
3558 * cus-start.el: Fix read-buffer-function type.
3559
693c4692
GM
35602000-11-30 Gerd Moellmann <gerd@gnu.org>
3561
3562 * md5.el: Removed. There's a built-in function, now.
3563
2c0b1898
GM
35642000-11-30 Markus Rost <rost@math.ohio-state.edu>
3565
3566 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3567 as dummy 0-th char of rmail-deleted-vector.
3568
63dfcf4b
EZ
35692000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3570
3571 * ps-print.el (ps-end-job): Bind case-fold-search only after
3572 switching to ps-spool-buffer.
3573
35742000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3575
3576 * ps-print.el: Line number font customization. PostScript: Lines and
3577 PageCount are initialized on each page. Doc Fix.
3578 (ps-print-version): New version number (6.3.2).
3579 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3580 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3581 (ps-right-header): Customization fix.
3582 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3583 Fix code.
3584 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3585 New vars.
3586
df3aedcf
GM
35872000-11-30 Gerd Moellmann <gerd@gnu.org>
3588
edfb795e
GM
3589 * bs.el: Fix typos and spelling errors.
3590 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3591 (bs-configuration): Doc fix.
e04d21aa 3592
df3aedcf
GM
3593 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3594
8b8a7f01
GM
35952000-11-30 Rob Riepel <riepel@Stanford.EDU>
3596
3597 * emulation/tpu-edt.el (tpu-version): New version.
3598 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3599 (tpu-original-mode-line): Variable deleted.
3600 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3601 (tpu-set-mode-line): Don't redefine mode-line-format.
3602 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3603 (tpu-update-mode-line): New mark flag logic.
3604 (tpu-get): Use find-file-wildcards.
3605 (tpu-search-highlight): Move overlay less, reset overlay properly.
3606 (tpu-unselect): Deactivate mark.
3607 (tpu-lm-replace): Reset overlay properly.
3608 (tpu-forward-line): Use forward-visible-line.
3609 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3610
83c9cb8e 3611 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3612
c069a9d3
GM
36132000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3614
3615 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3616
b02cd40b
GM
36172000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3618
3619 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3620 and skip whitespace and newlines.
e04d21aa 3621
b7a90344
SM
36222000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3623
3624 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3625
be6bbb55
GM
36262000-11-29 Gerd Moellmann <gerd@gnu.org>
3627
0383ed60
GM
3628 * help.el (describe-function-1): Regexp-quote function name
3629 when used as part of a regexp.
3630
83c9cb8e
SM
3631 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3632 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3633 (tool-bar-add-item): Likewise, and handle unspecified colors.
3634
3635 * enriched.el (enriched-face-ans): Use face-attribute instead
3636 of face-foreground and face-background.
3637
3638 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3639 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3640
7423978d
GM
3641 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3642
ef128c78
GM
3643 * play/5x5.el: Remove version info.
3644
a81fc510
GM
3645 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3646
be6bbb55
GM
3647 * frame.el (blink-cursor-mode): Doc fix.
3648
f9396e03
GM
36492000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3650
3651 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3652 to create Makefile rules.
3653 (antlr-tool-command): New user option.
3654 (antlr-ask-about-save): New user option.
3655 (antlr-makefile-specification): New user option.
3656 (antlr-file-formats-alist): New variable.
3657 (antlr-special-file-formats): New variable.
3658 (antlr-unknown-file-formats): New user option.
3659 (antlr-help-unknown-file-text): New variable.
3660 (antlr-help-rules-intro): New variable.
3661 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3662 (antlr-mode-menu): Add entries.
3663 (antlr-file-dependencies): New function.
3664 (antlr-directory-dependencies): New function.
3665 (antlr-superclasses-glibs): New function.
3666 (antlr-run-tool): New command.
3667 (antlr-makefile-insert-variable): New function.
3668 (antlr-insert-makefile-rules): New function.
3669 (antlr-show-makefile-rules): New command.
3670
3671 * antlr-mode.el: More Emacs/XEmacs stuff.
3672 (antlr-no-action-keywords): New constant with value nil.
3673 (antlr-font-lock-keywords-alist): Use it. Old value would break
3674 syntax highlighting in Emacs-21.0.
3675 (antlr-default-directory): Emacs/XEmacs dependend function.
3676 (antlr-read-shell-command): Ditto.
3677 (antlr-with-displaying-help-buffer): Ditto.
3678
36792000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3680
3681 * antlr-mode.el: imenu, parsing and highlighting changes.
3682 (antlr-imenu-create-index-function): Don't create extra submenus
3683 for definitions in different grammar classes. It is not necessary
3684 for the menu and would make command `imenu' awkward to use.
3685 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3686 header actions and more than one.
3687 (antlr-font-lock-tokendef-face): Changed color.
3688 (antlr-font-lock-tokenref-face): Changed color.
3689 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3690 (antlr-mode-syntax-table): New variable.
3691 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3692 (antlr-with-syntax-table): Don't copy syntax table.
3693
36942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3695
3696 * antlr-mode.el: Minor changes: language setting.
3697 (antlr-language-alist): The value for file option "language" can
3698 be both an identifier and a string.
3699 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3700 (antlr-language-limit-n-regexp): Change accordingly.
3701
37022000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3703
3704 * antlr-mode.el: Minor changes: tabs, hiding.
3705 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3706 (antlr-action-visibility): Also allow value nil to also hide the
3707 braces. Renamed from `antlr-tiny-action-length'.
3708 Suggested by Jay@aol.com.
3709 (antlr-hide-actions): Change accordingly. Hide line if completely
3710 hidden action is on a line of its own.
e04d21aa 3711
6ad948eb
SM
37122000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3713
3714 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3715
3716 * sort.el (sort-columns): Don't concat strings with numbers.
3717
9c6a4107
DL
37182000-11-29 Dave Love <fx@gnu.org>
3719
3720 * cus-edit.el (face): Fix :format.
3721
3722 * mail/feedmail.el: Require smtpmail when compiling.
3723 (mail-do-fcc): Autoload.
3724 (feedmail) <defgroup>: Fix :link.
3725 (feedmail-nuke-body-in-fcc): Fix :type.
3726 (feedmail-send-it): Add autoload cookie.
3727
053b8d35
SM
37282000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3729
3730 * newcomment.el (comment-indent): Save excursion around call to
3731 comment-indent-function.
3732
242c13e8
MB
37332000-11-29 Miles Bader <miles@gnu.org>
3734
3735 * subr.el (member-ignore-case): Return the tail of the list who's
3736 car matches, like `member', not the matching element itself.
3737
8f4b5f28
KH
37382000-11-29 Kenichi Handa <handa@etl.go.jp>
3739
3740 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3741 should not contain `\n'.
3742
bebe4a2c
GM
37432000-11-28 Gerd Moellmann <gerd@gnu.org>
3744
fd9ac94c 3745 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3746
ba7e40eb
GM
3747 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3748
75ab0c79
GM
3749 * dired-aux.el (dired-do-create-files): Construct default file
3750 name for dired-mark-read-file-name so that when the user enters
3751 just RET, the target file will end up in the target directory.
3752
bebe4a2c
GM
3753 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3754 local-abbrev-table before changing buffers because it might
3755 have a buffer-local binding.
3756
fa6d1ca8
MB
37572000-11-28 Miles Bader <miles@gnu.org>
3758
3759 * simple.el (delete-horizontal-space): Handle fields more generally.
3760
8d2c2642
GM
37612000-11-28 Gerd Moellmann <gerd@gnu.org>
3762
3763 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3764
8b31236d
DL
37652000-11-28 Dave Love <fx@gnu.org>
3766
3cbd02d2
DL
3767 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3768 comment-start-skip locally.
3769
8b31236d
DL
3770 * progmodes/fortran.el (fortran-mode): Don't set
3771 fortran-comment-line-start-skip. Set comment-start to
3772 fortran-comment-line-start.
3773 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3774 (fortran-comment-line-start-skip): Simplify slightly.
3775
ae4bf56d
GM
37762000-11-28 Gerd Moellmann <gerd@gnu.org>
3777
17ef7534
GM
3778 * play/5x5.el: Remove RCS keyword.
3779
fd9ac94c 3780 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3781
665b27a6
GM
37822000-11-28 Milan Zamazal <pdm@freesoft.cz>
3783
83c9cb8e
SM
3784 * textmodes/tildify.el (tildify-string-alist):
3785 Add `plain-tex-mode' here.
665b27a6 3786
fe3c2ae3
GM
37872000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3788
3789 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3790 reference.
3791
d970106b
MB
37922000-11-28 Miles Bader <miles@gnu.org>
3793
36b80a0d
MB
3794 * cus-face.el (custom-face-attributes): Add post-filter function
3795 for :box. Make pre-filter function for :box handle all cases.
3796
d970106b
MB
3797 * wid-edit.el (widget-choose): Make sure pop-up window is large
3798 enough to display all the choices, as there's no way to scroll it.
3799
5a2bae6c
KH
38002000-11-28 Kenichi Handa <handa@etl.go.jp>
3801
3802 * international/mule-conf.el: Make the coding system no-conversion
3803 safe for all characters.
3804
9e836e23
DL
38052000-11-27 Dave Love <fx@gnu.org>
3806
8b31236d
DL
3807 * net/ldap.el (ldap) <defgroup>: Add :version.
3808
9e836e23
DL
3809 * tooltip.el (tooltip-use-echo-area): Doc fix.
3810
3811 * cus-start.el <minibuffer-prompt-properties>: Add version.
3812 <read-buffer-function>: Add.
3813
3814 * apropos.el (apropos-print): Add help-echo to active text.
3815
3816 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3817
4a74d071
GM
38182000-11-27 Gerd Moellmann <gerd@gnu.org>
3819
3820 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3821 type, group and version.
3822
76058c27
EZ
38232000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3824
4a74d071 3825 * select.el (x-get-selection): Docstring fix.
76058c27 3826
fd9ac94c 38272000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3828
fd9ac94c 3829 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3830
49060c51
AI
38312000-11-27 Andrew Innes <andrewi@gnu.org>
3832
3833 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3834
3835 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3836
b2a8e429
MB
38372000-11-27 Miles Bader <miles@gnu.org>
3838
3839 * dired.el (dired-get-filename): Return filename verbatim if
3840 LOCALP is `verbatim'.
3841 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3842 `verbatim' so that we don't inadvertently delete a non-existant
3843 directory name.
3844
5ac0366d
KH
38452000-11-27 Kenichi Handa <handa@etl.go.jp>
3846
3847 * international/characters.el: Specify cases and syntaxes for
3848 mule-unicode-0100-24ff.
3849
67f1cf4c
GM
38502000-11-27 Gerd Moellmann <gerd@gnu.org>
3851
3852 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3853 that foreground and/or background colors of the face `tool-bar'
3854 are unspecified.
3855
46c56972
MB
38562000-11-27 Miles Bader <miles@gnu.org>
3857
e04d21aa 3858 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3859 (widget-field-end): Handle widget field `pseudo-overlays'.
3860 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3861 if it's there instead of in `widget-field-list'.
3862
46c56972 3863 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3864 (help-make-xrefs): Delete extraneous newlines at the end of the
3865 docstring.
46c56972 3866
640a9cdd
JR
38672000-11-25 Jason Rumney <jasonr@gnu.org>
3868
3869 * startup.el (command-line): Call set-locale-environment after
3870 Window System init file is read, as it can result in a call to
3871 redraw-frame.
3872
0b3f96d4
EZ
38732000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3874
3875 * simple.el (shell-command): Mention the effect of the prefix
3876 argument in the doc string.
3877
8da6e2a1
MB
38782000-11-25 Miles Bader <miles@gnu.org>
3879
a658d039
MB
3880 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3881
8da6e2a1 3882 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3883 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3884
d3416cca
JR
38852000-11-24 Jason Rumney <jasonr@gnu.org>
3886
3887 * international/mule-cmds.el (locale-language-names): Add "jp" as
3888 a non-standard alternative for Japanese.
3889
17e37f53
AS
38902000-11-24 Andre Spiegel <spiegel@gnu.org>
3891
3892 * vc-hooks.el: Require 'cl during compilation.
3893
9aa5f148
GM
38942000-11-24 Gerd Moellmann <gerd@gnu.org>
3895
ba193890
GM
3896 * faces.el (face-set-after-frame-default): Let face attributes
3897 specified for new frames override frame parameters.
3898
9aa5f148
GM
3899 * startup.el (command-line): Fix computation of the source file
3900 for user-init-file when user-init-file is a compiled file.
3901
51a1edab
MB
39022000-11-24 Miles Bader <miles@gnu.org>
3903
e04d21aa 3904 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3905 (custom-post-filter-face-spec): New functions.
3906 (custom-face-set, custom-face-value-create): Filter the face spec
3907 before and after customization.
3908 (custom-face-set): If VALUE specifies a null face, pass a
3909 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3910 * cus-face.el (custom-face-attributes): Remove SET and GET
3911 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3912 cases they're needed.
3913
1ed74431
MB
3914 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3915 that it's distinguishable from the :off-glyph on dark-background
3916 displays. Set its background color too.
3917
67ee1125
MB
3918 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3919 so that people can easily turn it off.
3920
7d027816 39212000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3922
7d027816 3923 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3924
9aa5f148 3925 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3926
9aa5f148 3927 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3928
9aa5f148 3929 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3930 redundant skip-small-frames test.
e04d21aa 3931
9aa5f148 3932 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 3933 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 3934
9aa5f148
GM
3935 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3936 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
3937 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3938 New functions.
e04d21aa 3939
9aa5f148 3940 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3941
9aa5f148 3942 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3943
f07fa1b8
KH
39442000-11-24 Kenichi Handa <handa@etl.go.jp>
3945
83c9cb8e
SM
3946 * international/mule-diag.el (list-iso-charset-chars):
3947 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
3948 (list-non-iso-charset-chars): Fix the `while' condition.
3949
ba8299ff
SM
39502000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3951
79372165
SM
3952 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3953 if the variable is make-variable-buffer-local.
3954
83c9cb8e
SM
3955 * progmodes/ada-stmt.el (ada-template-map):
3956 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
3957 (ada-stmt-mode-hook): New function extracted from old code.
3958 Only change the buffer-local side of skeleton-*.
3959 (ada-mode-hook): Use it.
3960
68a887fa
EZ
39612000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3962
3963 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3964 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3965 we expect to be returned by minibuffer-depth once we prompt the
3966 user in the minibuffer.
3967 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3968 as recorded in iswitchb-minibuf-depth, return non-nil.
3969
3b345582
EZ
39702000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3971
3972 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3973 (hscroll-window-maybe): Docstring fix.
3974
595dead2
DL
39752000-11-23 Dave Love <fx@gnu.org>
3976
3977 * rect.el (string-rectangle): Don't test delete-selection-mode.
3978
1e66b27a
GM
39792000-11-23 Gerd Moellmann <gerd@gnu.org>
3980
02790ce2
GM
3981 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3982 is in the tool bar.
3983
1e66b27a 3984 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 3985 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 3986
a4caa65d
SM
39872000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3988
3989 * textmodes/outline.el (outline-flag-region):
3990 Don't bind inhibit-read-only since we don't modify the buffer.
3991 (outline-isearch-open-invisible): Don't jump to overlay-start
3992 since we're trying to unhide text around point.
3993 (outline-discard-overlays): Use dolist.
3994
3995 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3996
03e757c1
GM
39972000-11-22 Gerd Moellmann <gerd@gnu.org>
3998
83c9cb8e 3999 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4000
1598a961
SM
40012000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4002
4003 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4004 Fix ARG regexp to skip quoted braces.
4005 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4006 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4007 are (correctly) handled separately).
4008 Remove `caption' and `footnote' from `citations': they contain text.
4009 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4010 (latex-skeleton-end-hook): New function.
4011 (latex-mode): Use it.
4012 (tex-start-tex-marker): Remove.
4013 (tex-send-tex-command): Don't set tex-start-tex-marker.
4014 (tex-error-parse-syntax-table): New var.
4015 (tex-compilation-parse-errors): Use it.
4016 Ignore tex-start-tex-marker. Don't bother with marker-position.
4017 (tex-validate-buffer): Don't bother with marker-position.
4018
4019 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4020 (flyspell-generic-progmode-verify): Use it.
1598a961 4021
eaae8106
SS
40222000-11-22 Sam Steingold <sds@gnu.org>
4023
83c9cb8e 4024 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4025
eaae8106 4026 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4027 `ada-remove-trailing-spaces'.
eaae8106 4028 (ada-remove-trailing-spaces): Removed.
e04d21aa 4029
eaae8106 4030 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4031
1598a961
SM
4032 * textmodes/picture.el (picture-clean): Removed.
4033 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4034
a41d49e9
GM
40352000-11-22 Gerd Moellmann <gerd@gnu.org>
4036
e053c60f
GM
4037 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4038
a41d49e9
GM
4039 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4040 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4041 do anything special when jit-lock is active.
a41d49e9
GM
4042 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4043
197615f3
DL
40442000-11-22 Dave Love <fx@gnu.org>
4045
ddbfaa9f
DL
4046 * calendar/todo-mode.el (todo-top-priorities): Use
4047 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4048
ddc3c695
DL
4049 * language/chinese.el, language/cyrillic.el:
4050 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4051 * language/hebrew.el, language/indian.el, language/japanese.el:
4052 * language/korean.el, language/lao.el, language/misc-lang.el:
4053 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4054 Use provide.
4055
fb9fa98d
DL
4056 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4057 (custom-variable-set): Improve validation error mesage.
4058
197615f3
DL
4059 * rect.el (string-rectangle): Revert last change.
4060 (string-rectangle-line): New arg DELETE.
4061 (string-rectangle): Check delete-selection-mode.
4062
4063 * emacs-lisp/edebug.el (edebug-version)
4064 (edebug-maintainer-address): Deleted.
4065 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4066 (edebug-read-function): Account for other `'#' read forms.
4067 (edebug-mode-menus): Make some items toggles.
4068 (edebug-outside-unread-command-event, unread-command-event):
4069 Remove these to avoid warnings.
4070
f4117c4d
GM
40712000-11-22 David Ponce <david@dponce.com>
4072
4073 * recentf.el (recentf-menu-items-for-commands)
4074 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4075 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4076
f4117c4d
GM
4077 (recentf-build-dir-rules, recentf-dump-variable)
4078 (recentf-edit-list, recentf-open-files-item)
4079 (recentf-open-files): Replaced unnecessary `mapcar' with new
4080 built-in `mapc'.
eaae8106 4081
f8e2f3f2
MB
40822000-11-23 Miles Bader <miles@gnu.org>
4083
4084 * faces.el (menu): Make inverse-video on ttys too.
4085
4c4a541d
SM
40862000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4087
4088 * simple.el (comment-line-break-function): Use the new name
4089 indent-new-comment-line -> comment-indent-new-line.
4090 (clone-indirect-buffer): Don't ignore NORECORD.
4091 (next-completion): Properly handle the case where items are adjacent.
4092
4093 * mouse.el (popup-menu): Stupid typo.
4094
980d836e
GM
40952000-11-22 Gerd Moellmann <gerd@gnu.org>
4096
60e8e0a5
GM
4097 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4098 maintainer, keywords tags.
4099
980d836e
GM
4100 * rect.el (replace-rectangle): Don't call string-rectangle-line
4101 with too many arguments.
4102
e08b2069
AS
41032000-11-22 Andre Spiegel <spiegel@gnu.org>
4104
60e8e0a5 4105 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4106 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4107 vc-locking-user, which no longer exists.
4108
4109 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4110
c6779d8d
DL
41112000-11-22 Dave Love <fx@gnu.org>
4112
4113 * md5.el (md5): Provide.
4114 (md5): Fix error call.
4115
e672fdce
MB
41162000-11-22 Miles Bader <miles@gnu.org>
4117
eaae8106 4118 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4119 (refill-fill-paragraph-at): Remove debugging code.
4120
80e24c04
MB
4121 * calendar/calendar.el (generate-calendar-window): When we don't
4122 call `fit-window-to-buffer', make sure the top line is fully visible.
4123
3a17d6cc
MB
4124 * image-file.el (insert-image-file): Don't make `read-only'
4125 property rear-nonsticky.
4126
ae1a21c6
MB
4127 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4128 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4129 stashing away its original value.
4130 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4131 in the recursive edit.
4132 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4133 (isearch-done): Restore `minibuffer-message-timeout'.
4134
e672fdce
MB
4135 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4136
3ea79df8
SM
41372000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4138
4139 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4140
4141 * find-lisp.el (find-lisp-find-files-internal):
4142 Use dolist, when and file-name-as-directory.
4143
980d836e 4144 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4145 (define-derived-mode, define-minor-mode): Add specs.
4146
4147 * window.el: General comment and spacing fixes.
4148 (save-selected-window): Use backquotes.
4149 (window-safely-shrinkable-p): New function.
4150 (shrink-window-if-larger-than-buffer): Use it.
4151
4152 * subr.el (make-local-hook): Docstring fix.
4153
4154 * shell.el (shell-mode): Use define-derived-mode.
4155
4156 * newcomment.el (comment-indent): Insert comment before calling
4157 comment-indent-function. Don't insert in column 0.
4158 (comment-dwim): Indent before inserting comment.
4159
4160 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4161 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4162 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4163 Use mapc rather than map.
4164
4165 * files.el (find-buffer-visiting): Compare all attributes before
4166 declaring two files identical (rather than just their inode-no).
4167 (auto-mode-alist): Use \' rather than $.
4168
4169 * which-func.el: Update maintainer line.
4170
4171 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4172 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4173 (uniquify-buffer-file-name): Use it.
4174
8f62f2b8
MB
41752000-11-22 Miles Bader <miles@gnu.org>
4176
4177 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4178 * simple.el (minibuffer-avoid-prompt): New function.
4179
fb279a6d
GM
41802000-11-21 Gerd Moellmann <gerd@gnu.org>
4181
4182 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4183
867092e9
MB
41842000-11-21 Miles Bader <miles@gnu.org>
4185
ef860850
MB
4186 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4187 inclusion of `track-mouse'.
4188
867092e9
MB
4189 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4190 (refill-adjust-ignorable-overlay): New function.
4191 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4192 only the paragraph's tail if possible.
4193 Update `refill-ignorable-overlay'.
4194 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4195
4196 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4197 point inside the fill-prefix.
4198
4199 * textmodes/refill.el (refill-post-command-function): Don't reset
4200 refill-doit in the case where a self-insertion command doesn't
4201 case a refill. Use `refill-fill-paragraph-at', getting position
4202 from `refill-doit'.
4203 (refill-after-change-function): Set `refill-doit' to END.
4204 (refill-fill-paragraph-at): New function, mostly from old
4205 refill-fill-paragraph.
4206 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4207 (refill-pre-command-function): New function.
4208 (refill-mode): Add it to `pre-command-hook'.
4209
ff9ab414
GM
42102000-11-20 Gerd Moellmann <gerd@gnu.org>
4211
29a01b72
GM
4212 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4213
ff9ab414
GM
4214 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4215 javadoc tags.
eaae8106 4216
885b211b
AS
42172000-11-20 Andre Spiegel <spiegel@gnu.org>
4218
4219 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4220 vc.el).
4221
eaae8106 4222 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4223 require vc.
eaae8106
SS
4224
4225 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4226 checkouts.
eaae8106 4227
d1838556
DL
42282000-11-20 Dave Love <fx@gnu.org>
4229
4230 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4231
2b69bc11 42322000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4233
2b69bc11
GM
4234 * calculator.el (calculator-paste): Use `if' instead of `and'
4235 and `or'.
4236 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4237
b95b34e5
GM
42382000-11-19 Gerd Moellmann <gerd@gnu.org>
4239
030de92f
GM
4240 * info.el (info-menu-5): Doc fix.
4241
b95b34e5
GM
4242 * textmodes/artist.el: New file.
4243
54970452
AS
42442000-11-19 Andre Spiegel <spiegel@gnu.org>
4245
eaae8106 4246 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4247 and differentiate according to checkout model.
4248 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4249 since this function is only concerned with master state.
4250
83c9cb8e
SM
4251 * vc-hooks.el (vc-workfile-unchanged-p)
4252 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4253
83c9cb8e
SM
4254 * vc.el (vc-workfile-unchanged-p)
4255 (vc-default-workfile-unchanged-p): See above.
54970452 4256
e5a9dabf
MB
42572000-11-19 Miles Bader <miles@gnu.org>
4258
4259 * image-file.el (insert-image-file): Make `intangible' and
4260 `read-only' properties rear-nonsticky too.
4261
24127af0
GM
42622000-11-18 Gerd Moellmann <gerd@gnu.org>
4263
d392e9c5 4264 * ps-print.el: Update copyright notice.
eaae8106 4265
d392e9c5
GM
4266 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4267 (tooltip-show): Use the offsets.
4268
24127af0 4269 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4270 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4271 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4272
2b69bc11 42732000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4274
2b69bc11
GM
4275 * ps-print.el (toplevel): Test for find-coding-system being
4276 fboundp before calling ps-x-find-coding-system.
08ea6f17 4277
66321b2f
SM
42782000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4279
4280 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4281 (vc-version-backup-file): Docstring fix.
4282
046110c6
GM
42832000-11-16 Gerd Moellmann <gerd@gnu.org>
4284
4104194e
GM
4285 * files.el (basic-save-buffer): Don't add a newline if
4286 find-file-literally is non-nil.
4287 (find-file-literally): Extend doc string.
4288
046110c6
GM
4289 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4290 sort(1) with the `-f' argument.
4291
6505c16e
AS
42922000-11-16 Andre Spiegel <spiegel@gnu.org>
4293
fd063975
AS
4294 * vc.el: Updated backend documentation.
4295 (vc-default-check-headers): New function.
4296
3d02dd81 4297 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4298
4299 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4300 up-to-date.
eaae8106 4301 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4302 the minibuffer is not active.
fd063975 4303
eaae8106 4304 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4305 `vc-cvs-use-edit' is on.
eaae8106
SS
4306 (vc-cvs-checkout): When this is used for reverting the workfile,
4307 make a backup of the original contents and revert to that in case
8791d617 4308 of error.
eaae8106 4309 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4310 remote repositories.
eaae8106 4311
6505c16e
AS
4312 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4313 for both version and ratio in the minibuffer.
fd063975 4314
eaae8106 4315 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4316 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4317
a13f0660
KH
43182000-11-16 Kenichi Handa <handa@etl.go.jp>
4319
4320 * international/quail.el (quail-start-translation): Don't call
4321 `message' before reading key sequence.
4322
1389a414
MB
43232000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4324
4325 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4326
9256a532
KH
43272000-11-16 Kenichi Handa <handa@etl.go.jp>
4328
4329 * window.el (fit-window-to-buffer): Be sure to acquire at least
4330 one text line even if the buffer is empty.
4331
0e14fe9f
GM
43322000-11-16 Gerd Moellmann <gerd@gnu.org>
4333
eaae8106 4334 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4335 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4336 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4337
da645c53
DL
43382000-11-15 Dave Love <fx@gnu.org>
4339
83c9cb8e
SM
4340 * wid-edit.el (widget-specify-field, widget-specify-button):
4341 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4342 widget-mouse-help.
4343 (widget-mouse-help): New function.
4344 (widget-echo-help): Rewritten for :help-echo functions only taking
4345 a widget arg.
4346
83c9cb8e
SM
4347 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4348 Use display-graphic-p.
b12057b9
DL
4349 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4350 and that JPEG is available.
4351 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4352
da645c53
DL
4353 * international/mule-cmds.el (locale-charset-language-names):
4354 Match @euro.
4355
6d133d1f
GM
43562000-11-15 Gerd Moellmann <gerd@gnu.org>
4357
83c9cb8e
SM
4358 * faces.el (face-set-after-frame-default):
4359 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4360 default face from X resources.
4361
49ac2ac5
EZ
43622000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4363
4364 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4365 Don't set EMACSLOADPATH.
4366
4fb0a34c
EZ
43672000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4368
4369 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4370 texinfo-insert-@url.
4371 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4372 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4373
bb304a7a
SM
43742000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4375
82bc80bf
SM
4376 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4377 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4378 (checkdoc-minor-keymap): Backward compatibility.
4379 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4380 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4381 (checkdoc-this-string-valid-engine): Be a bit more strict
4382 to avoid matching substrings of `...' quoted vars/funs.
4383 (checkdoc-defun-info): Only look for `interactive' if alone.
4384 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4385
e8c87124
SM
4386 * progmodes/compile.el (grep): `tag-default' can be nil.
4387
bb304a7a
SM
4388 * newcomment.el (comment-indent): Paren typo.
4389
8628686a
DL
43902000-11-14 Dave Love <fx@gnu.org>
4391
25c269ef
DL
4392 * calculator.el: New maintainer version.
4393
66321b2f 4394 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4395
8628686a
DL
4396 * cmuscheme.el: Doc fixes.
4397 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4398 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4399
4400 * xscheme.el (scheme-program-name): Don't define here.
4401
4402 * progmodes/scheme.el (scheme-program-name): New variable
4403 (originally in cmuscheme).
4404
88f0a1eb
MB
44052000-11-14 Miles Bader <miles@gnu.org>
4406
4407 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4408 Handle header-lines. Don't loop forever if we can't enlarge the
4409 window anymore. Simplify a bit.
4410
cd9a000c
KH
44112000-11-14 Kenichi Handa <handa@etl.go.jp>
4412
4413 * window.el (fit-window-to-buffer): Don't check
4414 window-text-height. Assure that the last line is fully visible.
4415
83c9cb8e
SM
4416 * international/quail.el (quail-show-guidance-buf):
4417 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4418 buffer.
4419 (quail-update-guidance): Avoid making the guidance buffer shorter.
4420
d3fcda22
SM
44212000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4422
bdbd9606
SM
4423 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4424 rather than `prepend' and add an interesting comment.
4425 (tex-math-face, tex-font-lock-syntactic-face-function):
4426 New face and function to use it.
4427 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4428 than `menu-enable' symbol property.
4429 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4430 (tex-mode): Add some latex-mode commands for auto-selection.
4431 Use tex-font-lock-syntactic-face-function.
4432 (tex-insert-quote): Simplify.
4433 (tex-shell): New mode.
4434 (tex-start-shell): Use it.
4435 (tex-shell-proc, tex-shell-buf): New functions.
4436 (tex-send-command): Use it.
4437 (tex-main-file): Fix the meaning of the new arg REALFILE.
4438 (tex-send-tex-command): New function split from `tex-start-tex'.
4439 Set compilation-last-buffer and compilation-parsing-end.
4440
d3fcda22
SM
4441 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4442 when it follows non-comment text on the line.
4443
4444 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4445 Set font-lock-defaults.
4446 (lisp-mode-shared-map): Init inside the defvar.
4447 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4448 Use define-derived-mode.
4449
bdab1d43
MB
44502000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4451
4452 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4453
936ae731
GM
44542000-11-14 Gerd Moellmann <gerd@gnu.org>
4455
83c9cb8e
SM
4456 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4457 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4458 recursion; see comment there.
4459
1695ca2b
EZ
44602000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4461
4462 * faces.el (face-spec-set-match-display): Revert the change from
4463 2000-10-24. Add a FIXME for after v21.1.
4464
9d348294
MB
44652000-11-13 Miles Bader <miles@gnu.org>
4466
4467 * textmodes/fill.el (skip-line-prefix): New function.
4468 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4469 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4470 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4471 point inside the fill-prefix.
9d348294 4472
b85fa13c
MB
44732000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4474
83c9cb8e
SM
4475 * calendar/calendar.el (generate-calendar-window):
4476 Use `fit-window-to-buffer'.
b85fa13c 4477
a0b47716
SM
44782000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4479
4480 * gud.el (gud-minor-mode): New var.
4481 (gud-symbol, gud-val): New functions.
4482 (gud-find-file): Copy gud-minor-mode to the new buffer.
4483 (gud-menu-map): Include entries for commands that are not always
4484 available, using :enable to (de)activate them.
4485 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4486 (gud-mode-map): New map.
eaae8106 4487 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4488 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4489 Don't set up gud's menu (it's done by the minor-mode).
4490 (gud-minibuffer-local-map): New.
4491 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4492 (gud-query-cmdline): New function.
4493 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4494 (gud-mode): Use define-derived-mode.
4495 Don't set up gud's menu (it's done by the minor-mode).
4496 (gud-chop-words): Remove.
4497 (gud-common-init): Use split-string instead.
4498 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4499
4500 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4501 Add keyword arg :name.
4502
4503 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4504 (diff-count-matches, diff-split-hunk): New functions.
4505 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4506
4507 * pcvs-info.el (cvs-fi-conflict-face): New var.
4508
4509 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4510 Make it into a simple syntax-table, shared among all submodes.
4511 (sh-heredoc-face): Re-introduce.
4512 (sh-font-lock-syntactic-face-function): New function.
4513 (sh-mode): Use it. Also use define-derived-mode.
4514 Remove old bogus setting of indent-region-function.
4515 (sh-set-shell): Don't set the syntax-table any more.
4516 (sh-mode-syntax-table) <defun>: Remove.
4517
f5ed37df
MB
45182000-11-12 Miles Bader <miles@gnu.org>
4519
4520 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4521 message if interactive.
4522
0b074c2f
DL
45232000-11-12 Dave Love <fx@gnu.org>
4524
4525 * mail/feedmail.el: Fix header,
4526 (feedmail) <defgroup>: Add :link.
4527
4528 * view.el: Use local-map property, not keymap on mode-line string.
4529
83c9cb8e
SM
4530 * scroll-all.el (scroll-all-mode): Customize variable.
4531 Add autoload cookie to function.
0b074c2f
DL
4532
4533 * lazy-lock.el: Remove compatibility code.
4534
4535 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4536 (finder-help-echo): New variable.
4537 (finder-mouse-face-on-line): Add help-echo stuff.
4538 (finder-list-keywords, finder-list-matches): Use mapc.
4539
4540 * faces.el (face-font-registry-alternatives): Add :version.
4541
4542 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4543 tags-table-list.
4544
a0b47716 4545 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4546
a0b47716 4547 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4548 (mail-mode): Use [:alnum:] in some regexps.
4549
6d502396
DL
45502000-11-10 Dave Love <fx@gnu.org>
4551
4552 * ediff.el (ediff-regions-internal, ediff-documentation):
4553 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4554 fundamental mode.
4555
4556 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4557 buffer into fundamental mode.
4558 (ediff-set-difference): Use copy-sequence if available.
4559
83c9cb8e
SM
4560 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4561 Check ediff-patch-map non-nil.
6d502396
DL
4562 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4563 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4564 buffer into fundamental mode.
4565
4566 * ediff-merg.el (state-or-merge): Defvar when compiling.
4567
a82fe213
JR
45682000-11-10 Jason Rumney <jasonr@gnu.org>
4569
4570 * w32-fns.el (w32-add-charset-info): New function.
4571 (w32-charset-info-alist): Use it.
4572
52d89894
GM
45732000-11-10 Gerd Moellmann <gerd@gnu.org>
4574
4575 * faces.el (face-font-registry-alternatives): New user-option.
4576
178932de
SM
45772000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4578
d7fa3319
SM
4579 * textmodes/texinfo.el (texinfo-block-default): New var.
4580 (texinfo-insert-block): Use it. Insert a newline if needed.
4581
178932de
SM
4582 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4583 (fill-region-as-paragraph): Use it.
4584
4585 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4586 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4587 Tweak paragraph regexps to allow a leading [ \t]*.
4588 (tex-latex-block): Insert a newline if necessary.
4589 (latex-insert-item): Only insert a newline if necessary.
4590 (tex-guess-main-file): New function.
4591 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4592 Set tex-main-file if TeX-master is provided.
4593 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4594
bd02b8e0
GM
45952000-11-10 Gerd Moellmann <gerd@gnu.org>
4596
4597 * startup.el (command-line): Set the default tooltip-mode
4598 to t for graphical displays which implement x-show-tip.
4599
4600 * tooltip.el (tooltip-mode): Add a comment about startup.el
4601 setting the default value of this user-option.
4602
b29b03eb
SM
46032000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4604
4605 * font-lock.el (font-lock-*-face) <defvar>: Move.
4606 (font-lock-defaults-alist): Mark obsolete.
4607 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4608 (font-lock-mode): Use define-minor-mode.
4609 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4610 (font-lock-turn-off-thing-lock): Be more explicit.
4611 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4612 (font-lock-syntactic-face-function): New var.
4613 (font-lock-fontify-syntactically-region): Use it.
4614 (font-lock-doc-face): New.
4615
4616 * pcvs.el (cvs-enabledp): Ignore errors.
4617 (cvs-commit-filelist): Never query.
4618 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4619 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4620 (cvs-do-removal): Use cvs-partition rather than delete-if.
4621 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4622 cvs-bury-buffer.
4623
4624 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4625 Allow `next' to jump to after the end of the last match.
4626
778fbc46
GM
46272000-11-09 Gerd Moellmann <gerd@gnu.org>
4628
730c746c
GM
4629 * simple.el (byte-compiling-files-p): New function.
4630
4631 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4632 if it is there.
4633
4634 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4635 nil again.
4636
778fbc46
GM
4637 * textmodes/ispell.el (ispell-library-path): Don't call
4638 check-ispell-version when byte-compiling because that starts
4639 an ispell process, and ispell might not be installed.
4640 (toplevel): Don't set up a menu when byte-compiling.
4641
4642 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4643 it, so that a boundp test can be used to determine if we're
4644 currently byte-compiling.
4645
5912c5bb
DL
46462000-11-09 Dave Love <fx@gnu.org>
4647
83c9cb8e 4648 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4649
7bb054a5
GM
46502000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4651
83c9cb8e
SM
4652 * ps-print.el: Patch for variable initialization when spooling.
4653 Doc fix.
7bb054a5
GM
4654 (ps-output-list): Fun eliminated.
4655 (ps-begin-file, ps-begin-job): Code fix.
4656
9db2706e
DL
46572000-11-08 Dave Love <fx@gnu.org>
4658
83c9cb8e 4659 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4660
f7eb32aa
GM
46612000-11-08 Gerd Moellmann <gerd@gnu.org>
4662
4663 * simple.el (shell-command, display-message-or-buffer)
4664 (shell-command-on-region): Mention resize-mini-windows in the doc
4665 string.
4666 (display-message-or-buffer): Take the value of resize-mini-windows
4667 into account.
4668
7b01b08c
GM
46692000-11-07 Gerd Moellmann <gerd@gnu.org>
4670
acad3c0b
GM
4671 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4672
7b01b08c
GM
4673 * dired.el (dired-between-files): Add `^. find' as an alternative
4674 to the regular expression, for find-dired.
4675
6f602bd0
SM
46762000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4677
4678 * textmodes/texnfo-upd.el: Require texinfo.
4679 (defmacro, defgroup): Remove.
4680 (texinfo-section-to-generic-alist): Remove.
4681 Use texinfo-section-list instead (i.e. level is changed string->int).
4682 (texinfo-filter): New function.
4683 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4684 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4685 Use it. And use regexp-opt.
4686 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4687 (texinfo-update-menu-region-beginning)
4688 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4689 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4690 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4691 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4692 (texinfo-sequential-node-update): Remove autoload cookie.
4693
4694 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4695 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4696 (texinfo-chapter-level-regexp): Remove.
4697 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4698
bb216218
DL
46992000-11-06 Dave Love <fx@gnu.org>
4700
6f602bd0 4701 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4702
6f602bd0
SM
4703 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4704 Match defun*.
bb216218 4705
ff8dd5d5
KH
47062000-11-06 Kenichi Handa <handa@etl.go.jp>
4707
4708 * composite.el (composition-function-table): Variable declaration
4709 moved to src/composite.c.
4710 (compose-chars-after): New optional arg object.
4711
e9da51a1
GM
47122000-11-06 Gerd Moellmann <gerd@gnu.org>
4713
e0c12c68
GM
4714 * bindings.el (mode-line-toggle-read-only)
4715 (mode-line-toggle-modified, mode-line-widen)
4716 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4717 (make-mode-line-mouse2-map): Rewritten.
4718 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4719 functions so that C-h k can show something with a doc string.
eaae8106 4720
e9da51a1
GM
4721 * startup.el (fancy-splash-delay): Set to 10 seconds.
4722 (fancy-splash-max-time): New user-option.
4723 (fancy-splash-stop-time): New variable.
4724 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4725 (fancy-splash-screens-1): Throw `stop-splashing' when current
4726 time is greater than fancy-splash-stop-time.
4727
611dbdf0
SM
47282000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4729
4d2806e2
SM
4730 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4731
611dbdf0
SM
4732 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4733 Prompt user for a file rather than raising an error.
4734 (cvs-enabledp): Fix call to cvs-mode-marked.
4735 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4736 (cvs-mode-insert): Use it. Change the init prompt' value.
4737 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4738
4739 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4740 Don't pass default arg to ewoc-locate.
4741 (ewoc-collect): Return result in the right order.
4742
4743 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4744
4745 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4746 (cvs-status-get-tags): Fix regexp.
4747 (cvs-status-trees, cvs-status-cvstrees):
4748 Combine after change hooks and don't sit-for.
4d2806e2
SM
4749 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4750 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4751 Use make-char rather than hard-coded cryptic data.
4752 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4753
4754 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4755
4756 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4757 (cvs-insert-strings): New function.
4758
937b2877
MB
47592000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4760
4761 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4762 `mwheel-scroll-amount'.
4763 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4764 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4765 string-matching against the version string.
4766
c6c97763
KH
47672000-11-06 Kenichi Handa <handa@etl.go.jp>
4768
6eaec747
KH
4769 * language/thai.el ("Thai"): Set a lisp form that produces
4770 composed string in `sample-text' language info.
4771
4772 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4773 composed string in `sample-text' language info.
4774
83c9cb8e
SM
4775 * international/mule-cmds.el (describe-language-environment):
4776 Eval `sample-text' data and insert the result.
6eaec747 4777
c6c97763
KH
4778 * international/mule-conf.el (compound-text): Define this coding
4779 system here. Make x-ctext and ctext aliases of it.
4780
4781 * language/european.el (compound-text, ctext): Moved to
4782 international/mule-conf.el.
4783
d1145f85
AI
47842000-11-05 Andrew Innes <andrewi@gnu.org>
4785
4786 * w32-fns.el (w32-version): New function.
4787
178a6a45
SM
47882000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * progmodes/awk-mode.el: Update copyright.
4791 (awk-mode-abbrev-table): Remove.
4792 (awk-font-lock-keywords): Use regexp-opt.
4793 (awk-mode): Use define-derived-mode.
4794
4795 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4796 when extracting a suffix.
4797
1ba90166
AS
47982000-11-04 Andre Spiegel <spiegel@gnu.org>
4799
4800 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4801 auto-save-mode.
4802
546790cb
JR
48032000-11-04 Jason Rumney <jasonr@gnu.org>
4804
4805 * language/european.el (decode-mac-roman): Test against r1 not r0.
4806
d247e32d
SM
48072000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4808
fbf44f44
SM
4809 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4810 (icon-mode): Define indent-line-function.
4811 (icon-comment-indent): Simplify.
4812 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4813
4814 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4815
4816 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4817 Bind change-log-default-mode to defeat the caching done on it.
4818 Don't bother saving excursion any more.
4819
4820 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4821
4822 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4823 (set-frame-font): Use the new name (and the old for compatibility).
4824
eaae8106
SS
4825 * toolbar/tool-bar.el (tool-bar-mode):
4826 * time.el (display-time-mode):
4827 * recentf.el (recentf-mode):
4828 * paren.el (show-paren-mode):
4829 * mwheel.el (mouse-wheel-mode):
4830 * msb.el (msb-mode):
4831 * jka-compr.el (auto-compression-mode):
4832 * image-file.el (auto-image-file-mode):
4833 * hl-line.el (hl-line-mode):
4834 * delsel.el (delete-selection-mode):
4835 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4836 * complete.el (partial-completion-mode): Drop unneeded positional args.
4837
eaae8106 4838 * info.el (Info-mode):
79372165 4839 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4840
d247e32d
SM
4841 * log-edit.el (log-edit-menu): New menu.
4842
4921558e
MB
48432000-11-03 Miles Bader <miles@gnu.org>
4844
4845 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4846 definition, so that trailing spaces are handled properly.
4847 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4848
1fc02b3c
GM
48492000-11-03 Gerd Moellmann <gerd@gnu.org>
4850
4851 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4852 tab character.
4853 (fancy-splash-screens): Set tab-width to 20.
4854
51d001f7
DL
48552000-11-03 Dave Love <fx@gnu.org>
4856
4857 * comint.el (comint-completion-addsuffix): Fix custom type.
4858
ba22aeff
SM
48592000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * font-lock.el (font-lock-buffers): Remove.
4862 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4863 (font-lock-change-major-mode): Remove.
4864 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4865 (font-lock-default-fontify-region): Extend the multiline
4866 fontification to whole lines.
4867 (font-lock-fontify-anchored-keywords)
4868 (font-lock-fontify-keywords-region): If matching just one
4869 line (with \n) only mark the \n as multiline.
4870
4871 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4872 Correctly handle the case where several :group args are supplied.
4873 Allow :extra-args.
4874 (easy-mmode-define-global-mode): Allow :extra-args.
4875 Correctly handle the case where several :group args are supplied.
4876
9c887ada
MB
48772000-11-02 Miles Bader <miles@gnu.org>
4878
eaae8106 4879 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4880 (holiday-face): Remove dependency on `window-system'.
4881
7f25090d
KR
48822000-11-02 Ken Raeburn <raeburn@gnu.org>
4883
4884 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 4885 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 4886 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4887
7dd6009c
DL
48882000-11-02 Dave Love <fx@gnu.org>
4889
4890 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4891
94821e4f
EZ
48922000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4893
4894 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4895 punctuation in the warning inserted into the *mail* buffer.
4896
1ac3fc42
GM
48972000-11-02 Gerd Moellmann <gerd@gnu.org>
4898
57731876
GM
4899 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4900 (authors-public-domain-p): New function.
4901 (authors-print): Use it.
4902
975f82c9
GM
4903 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4904
1ac3fc42
GM
4905 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4906
4b3eb10f
GM
49072000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4908
975f82c9 4909 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4910 (ps-print-version): New version number (6.3.1).
4911 (ps-even-or-odd-pages): Customization fix.
4912 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4913 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4914 (ps-page-count): Var replaced by `ps-page-column'.
4915 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4916 (ps-print-sheet-p): New fun.
4917
7da794df
MB
49182000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4919
4920 * tooltip.el (tooltip-gud-tips-setup): New function.
4921 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4922 (tooltip-mode): Call tooltip-gud-tips-setup.
4923 (tooltip-gud-tips): Use `gud-basic-call' instead of
4924 process-send-string, so the prompt gets frobbed appropriately.
4925 Handle nil return value from `tooltip-gud-print-command'.
4926
0e40b809
EL
49272000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4928
4929 * comint.el (comint-add-to-input-history): New function.
4930 (comint-send-input): Use `comint-add-to-input-history'.
4931
50ada0db
MB
49322000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4933
973a3104
MB
4934 * info.el (info-menu-header): New face.
4935 (Info-fontify-menu-headers): New function.
4936 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4937
50ada0db
MB
4938 * info.el (Info-insert-dir): Don't include blank lines at
4939 beginning of additional dir files (one is added automatically).
4940
bff53411
SM
49412000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4942
4943 * emacs-lisp/easy-mmode.el (define-minor-mode):
4944 Revert the latest changes.
4945 Allow the three positional arguments to be skipped and replaced
4946 by keyword arguments.
4947 Add a :toggle argument to determine whether a nil arg means toggle
4948 or means turn-on. The default is unchanged.
4949 Add a call to force-mode-line-update.
4950
6b8a0b2d
DL
49512000-11-01 Dave Love <fx@gnu.org>
4952
83c9cb8e 4953 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 4954
5bf99100
MB
49552000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4956
83c9cb8e
SM
4957 * calendar/calendar.el (diary-face, holiday-face):
4958 Add dark-background variants.
5bf99100 4959
a4032611
SS
49602000-10-31 Sam Steingold <sds@gnu.org>
4961
4962 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4963 `tex-main-file' does not have directory in it.
4964
c286608e
SM
49652000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4966
4967 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4968
4836835a
TTN
49692000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4970
4971 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4972 functional change.
4973
26dcb81b
GM
49742000-10-31 Gerd Moellmann <gerd@gnu.org>
4975
4976 * files.el (find-file-noselect): When we expand a wildcard, return
4977 a list of buffers, as we should do according to the doc string.
4978
49fc4500
KR
49792000-10-31 Ken Raeburn <raeburn@gnu.org>
4980
4981 * loadup.el (top level): Adjust load path if program name is
4982 "../src/bootstrap-emacs", in case it's not dumped and thus the
4983 load path adjustment hasn't already been done.
4984
ea0c615d
GM
49852000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4986
83c9cb8e
SM
4987 * ps-print.el: Fix bug on selected pages for printing.
4988 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
4989 is on. Try to avoid warning messages when compiling. Doc Fix.
4990 (ps-print-version): New version number (6.3).
4991 (ps-color-device): Use `color-values' to determine if device
4992 supports color.
4993 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4994 (ps-print-page-p): Changed from defsubst to defun.
4995 (ps-page-number): Changed from defmacro to defun.
4996 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4997 printing.
c286608e 4998 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4999 (ps-end-file, ps-dummy-page): Funs eliminated.
5000 (ps-print-color-scale): Changed default value.
5001 (ps-page-n-up, ps-print-page-p): New internal vars.
5002 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5003 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5004
9e20722f
GM
5005 * delim-col.el: Little programming improvement.
5006 (delimit-columns-str): New macro.
5007 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5008
d7a0fd00
KH
50092000-10-31 Kenichi Handa <handa@etl.go.jp>
5010
c286608e
SM
5011 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5012 Moved to european.el.
d7a0fd00
KH
5013 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5014 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5015 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5016 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5017
234be340
DL
50182000-10-30 Dave Love <fx@gnu.org>
5019
5020 * progmodes/cc-menus.el (imenu-generic-expression)
5021 (imenu-progress-message): Only defvar when compiling.
5022
4edc4a39
DL
5023 * emacs-lisp/elp.el (elp-unload-hook): New function.
5024
5025 * loadhist.el (unload-feature): Call elp-restore-function,
5026 checking for symbols; don't use elp-restore-all.
5027 (loadhist-hook-functions): Doc fix.
5028
70c825df
SM
50292000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * log-edit.el (log-edit-confirm): Fix the default.
5032
1d3baf74
GM
50332000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5034
5035 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5036 delimit-columns-format.
5037 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5038
1ec321a7
MB
50392000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5040
5041 * comint.el (comint-replace-by-expanded-history): Don't use
5042 comint-get-old-input (we're not looking at *old* input).
5043 (comint-get-old-input-default): If using fields, signal an error
5044 when the point is not in an input field.
5045
70737ea9
KH
50462000-10-30 Kenichi Handa <handa@etl.go.jp>
5047
5048 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5049 and mule-unicode-e000-ffff.
5050
fa0cb51d 5051 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5052 (make-coding-system): Accept a symbol of translation table as a
5053 value of property `safe-chars'.
5054
5055 * international/mule-cmds.el (encode-coding-char): Check property
5056 safe-chars instead of safe-charsets.
5057
5058 * international/fontset.el (fontset-default): Modified for
5059 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5060 (x-font-name-charset-alist): Likewise.
5061 (ccl-encode-unicode-font): New CCL program. Record it in
5062 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5063
70c825df
SM
5064 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5065 New translation tables.
70737ea9
KH
5066 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5067 programs are modified and moved from mac-win.el.
5068 (mac-roman): Definition of this coding system is modified and
5069 moved from mac-win.el.
4836835a 5070
fda2ce24 50712000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5072
1d3baf74 5073 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5074 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5075
dd4d3cb6
MB
50762000-10-29 Miles Bader <miles@gnu.org>
5077
5078 * custom.el (custom-add-to-group): Allow multiple entries for a
5079 given value OPTION, as long as their widget types are different.
5080 * cus-edit.el (custom-face-value-create): If face name doesn't end
5081 with "face", add such here (similar to custom group widgets).
5082
5083 * comint.el (comint-highlight-prompt): Add :type.
5084
dace60cf
JW
50852000-10-28 John Wiegley <johnw@gnu.org>
5086
dace60cf
JW
5087 * calendar/timeclock.el (timeclock-log): Doc fix.
5088 (timeclock-last-event): Doc fix.
83c9cb8e 5089 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5090 (timeclock-find-discrep): Use a temp buffer to read in the
5091 timelog, instead of visiting the file.
5092 (timeclock-log-data): A new function, along with a host of helper
5093 functions, for the purpose of making timelog data accessible to
5094 programmers.
5095
5096 * eshell/esh-mode.el (window-height test): Make certain that
5097 `eshell-stringify-t' is non-nil.
5098 (eshell-password-prompt-regexp): Changed to a much simpler
5099 password regexp.
5100 (eshell-send-input): If `eshell-invoke-directly' returns t,
5101 directly invoke the parsed command using `eval'. This improves
5102 turn-around time on simple commands by a factor of three or
5103 greater, such as cd, ls, pwd, etc. -- which get used very often.
5104 It also conserves thousands of cons cells per call (since
5105 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5106 in the Pacific Cookie Company).
5107
5108 * eshell/esh-test.el (eshell-test): Whitespace fix.
5109
83c9cb8e
SM
5110 * eshell/em-ls.el (eshell-ls-insert-directory):
5111 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5112
5113 * eshell/em-script.el (eshell-script-initialize): Add names to
5114 `eshell-complex-commands, since `source' and `.' are complex.
5115
0467b076
EZ
5116 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5117 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5118 `eshell-copy-handles'.
5119 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5120 bodies.
5121 (eshell-separate-commands): Whitespace fix.
5122 (eshell-complex-commands): Added a new list of names, for
5123 determining whether a given command is as simple as it looks.
5124 (eshell-invoke-directly): New function. Returns t if a command
5125 should be invoked directly (using `eval'), rather than indirectly
5126 using `eshell-do-eval'.
5127 (eshell-do-eval): Whitespace fix.
5128
5129 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5130 which provides an emulation of the DOS shell behavior of assuming
5131 that cp/mv/ln should copy/move/link to the current directory.
5132 (eshell-remove-entries): Added a doc string.
5133 (eshell-shuffle-files): Removed the check for `target' being null.
5134 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5135 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5136 it to do a smarter check of whether a destination was provided.
5137 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5138 (eshell/ln): Enable `:preserve-args', and use
5139 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5140 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5141 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5142 list after flattening it. This makes it possible to cat files
5143 with numerical names.
5144 (eshell-unix-initialize): Added several names to
5145 `eshell-complex-commands.
5146 (eshell-unix-command-complex-p): Return t if a given command name
5147 may result in external processes being invoked.
5148
5149 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5150 variable nil by default, since it slows down glob processing by a
5151 factor of two or more, and increases memory consumption.
5152
5153 * eshell/em-smart.el: Added a note about how memory consumptive
5154 smart display mode can be (at least this is true in Emacs 21).
5155 (eshell-smart-initialize): Whitespace fix.
5156 (eshell-refresh-windows): Use `if' instead of `when'.
5157 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5158 not necessary.
83c9cb8e 5159 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5160
5161 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5162 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5163 Whitespace fix.
5164 (eshell-ls-exclude-hidden): Added this variable in addition to
5165 `eshell-ls-exclude-regexp'. This one prevents files beginning
5166 with . from even being read, which can improve memory consumption
5167 quite a bit.
5168 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5169 read file entries beginning with a dot. In home directories with
5170 lots of hidden files, fully two-thirds of the time spent in ls is
5171 used to read directory entries that are immediately thrown away.
5172 (eshell-ls-initial-args): Added back this configuration variable,
5173 for specifying default initial arguments to every call to ls.
5174 Much faster than using an alias to do the same thing.
5175 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5176 (eshell-ls-dir): Whitespace change.
5177
5178 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5179
83c9cb8e 5180 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5181 (eshell-stringify-t): Added a customization variable, to indicate
5182 whether `t' should be rendered as a string at all. If not, one
5183 can still determine if the result of an expression is true using
5184 "file-exists-p FILE && echo true".
5185 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5186 stringify t!
5187
5188 * eshell/esh-module.el: Whitespace fix.
5189
83c9cb8e
SM
5190 * eshell/em-alias.el (eshell-alias-initialize):
5191 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5192 (eshell-command-aliased-p): New function that returns t if a
5193 command name names an aliased.
5194
657f9cb8 51952000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5196
0467b076 5197 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5198 redrawing the screen when changing cursor color.
0467b076
EZ
5199 (viper-insert-state-pre-command-sentinel)
5200 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5201 (viper-replace-state-post-command-sentinel):
5202 Use viper-preserve-cursor-color.
657f9cb8
MK
5203 Many functions changed to use viper= instead of = when comparing
5204 characters.
0467b076 5205 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5206 working with characters.
0467b076 5207 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5208 Many functions changed to use viper= instead of = when comparing
5209 characters.
0467b076 5210 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5211
0467b076 5212 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5213 Several typos fixed in various docstrings.
0467b076 5214 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5215 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5216 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5217 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5218 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5219 (ediff-get-selected-buffers): New function.
5220 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5221 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5222 Use save-window-excursion.
0467b076 5223 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5224 termination check in while loop.
0467b076 5225 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5226 dired buffer.
0467b076
EZ
5227 (ediff-files,ediff-merge-files,ediff-files3)
5228 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5229
4f490d99
DL
52302000-10-28 Dave Love <fx@gnu.org>
5231
5232 * info.el (Info-fontify-node): Add help-echo for menu items.
5233
45b84006
EZ
52342000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5235
5ebc02b3
EZ
5236 * startup.el (normal-top-level): If the value of $TERM indicates
5237 we are running from xterm or one of its work-alikes, default to a
5238 light background mode.
5239
45b84006
EZ
5240 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5241 * faces.el (tty-handle-reverse-video): New function.
5242 (tty-create-frame-with-faces): Call it.
5243
5244 * frame.el (frame-notice-user-settings): Don't apply
5245 default-frame-alist and initial-frame-alist to MS-DOS frames.
5246 Call tty-handle-reverse-video, frame-set-background-mode, and
5247 face-set-after-frame-default for non-MS-DOS frames.
5248
5249 * startup.el (tty-long-option-alist): New variable.
5250 (tty-handle-args): New function.
5251 (command-line): Call tty-handle-args.
5252
5253 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5254 startup.el now does that for all character-terminal frames.
5255
eab6e8b9
MB
52562000-10-28 Miles Bader <miles@gnu.org>
5257
83c9cb8e
SM
5258 * emacs-lisp/easy-mmode.el (define-minor-mode):
5259 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5260 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5261 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5262 version using `easy-mmode-define-global-mode'.
5263 Add :conditional-turn-on keyword argument.
eab6e8b9 5264
51a29efc
DL
52652000-10-28 Dave Love <fx@gnu.org>
5266
83c9cb8e
SM
5267 * international/latin1-disp.el (latin1-char-displayable-p):
5268 Don't use window-system.
51a29efc 5269
d71d7114
EZ
52702000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5271
5272 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5273 Don't call find-buffer-file-type-coding-system. Instead, just
5274 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5275 if the file is on an untranslated filesystem.
5276 (add-untranslated-filesystem): Use "D" instead of "f" inside
5277 interactive.
5278
1f9cab4b
DL
52792000-10-27 Dave Love <fx@gnu.org>
5280
70c825df 5281 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5282 (refill-mode): Use it.
5283
70c825df
SM
52842000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5285
5286 * international/quail.el (quail-activate): Don't make-local-hook.
5287
7432cf10
AS
52882000-10-27 Andre Spiegel <spiegel@gnu.org>
5289
4836835a 5290 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5291 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5292 (vc-make-version-backup): Don't do it on MS-DOS without long file
5293 names.
4836835a 5294
7432cf10
AS
5295 * vc.el (vc-version-other-window): If an automatic backup of the
5296 desired version exists, rename it instead of copying it.
5297
4836835a
TTN
5298 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5299 after command. If there's an unexpected error, signal it instead
7432cf10 5300 of being silent.
e1483c38 5301 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5302
05ea7ef2
MB
53032000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5304
fd1035aa
MB
5305 * shell.el (shell): Add BUFFER argument.
5306 * comint.el (make-comint-in-buffer): New function.
5307 (make-comint): Use it.
5308
05ea7ef2
MB
5309 * faces.el (face-spec-choose): Change syntax so that the list of
5310 attribute-value pairs is now the cdr of each clause, not the cadr.
5311 Detect old-style entries, and handle them. Use pop.
5312
835a55fe
SM
53132000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5314
f5ab1cdd
SM
5315 * cus-edit.el (custom-mode-map): Use a sparse map.
5316 (custom-mode): Don't bother with make-local-hook.
5317
5318 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5319
835a55fe
SM
5320 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5321
c13b0ec8
GM
53222000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5323
5324 * ps-print.el: Avoid compilation gripes.
5325 (ps-print-version): New version number (6.2.1).
4836835a 5326
e9f63196
DL
53272000-10-26 Dave Love <fx@gnu.org>
5328
0b95284b
DL
5329 * menu-bar.el: Modify some menu item help strings.
5330 (menu-bar-help-menu): Add link to MORE.STUFF.
5331
e9f63196
DL
5332 * cus-edit.el (custom-mode): Add `special' mode-class property.
5333
5334 * wid-browse.el (widget-browse-mode): Likewise.
5335
5336 * wid-edit.el (widget-specify-field): Revert to using local-map
5337 property, not keymap.
5338
e276a14a
MB
53392000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5340
c1545d88
MB
5341 * wid-edit.el (widget-field-end): When checking for a `boundary'
5342 field, do so in the correct buffer.
5343
3c1b77ca
MB
5344 * simple.el (undo): Correctly distinguish between numeric and
5345 non-numeric prefix args in non-transient-mark-mode, as per the doc
5346 string. When in transient-mark-mode, treat all prefix-args as
5347 numeric.
5348
f5ab1cdd
SM
5349 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5350 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5351
5352 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5353 (comint-mode-map): Reverse order of `comint-write-output' and
5354 `comint-append-output-to-file'.
5355 (comint-append-output-to-file): Reinstate this function, for the
5356 benefit of the menu.
5357
d97151cb
SM
53582000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5359
5360 * vc.el (vc-version-other-window): Bind `file'.
5361
ea7d6f5b
GM
53622000-10-25 Gerd Moellmann <gerd@gnu.org>
5363
f5ab1cdd 5364 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5365
5366 * emacs-lisp/authors.el (batch-update-authors): New function.
5367 (authors-fixed-entries): New defconst.
5368 (authors-add-fixed-entries): New function.
5369 (authors): Call it.: Don't process lispref/.
5370
17c25cea
JR
53712000-10-25 Jason Rumney <jasonr@gnu.org>
5372
5373 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5374 Merge x w32 and mac definitions.
5375
4ecda532
GM
53762000-10-25 Gerd Moellmann <gerd@gnu.org>
5377
5378 * menu-bar.el (menu-bar-options-menu): Add a help string for
5379 `uniquify'.
5380
b6735035
GM
53812000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5382
f5ab1cdd
SM
5383 * time-stamp.el (time-stamp-string-preprocess):
5384 Fix a wrong type argument error.
b6735035 5385
f4cbc7a0
MB
53862000-10-25 Miles Bader <miles@gnu.org>
5387
5388 * recentf.el (recentf-mode): Variable removed.
5389 (recentf-mode): Use `define-minor-mode'.
5390
5391 * mwheel.el (mouse-wheel-mode): New global minor mode.
5392 (mwheel-install): Use `mouse-wheel-mode'.
5393
f4b020f6
DL
53942000-10-25 Dave Love <fx@gnu.org>
5395
f5ab1cdd
SM
5396 * progmodes/cperl-mode.el (cperl-mode):
5397 Set normal-auto-fill-function correctly.
072cb6f9 5398
83c9cb8e
SM
5399 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5400 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5401 bindings.
f4b020f6 5402
ebe2a441
MB
54032000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5404
ff4dcd4b
MB
5405 * wid-edit.el (widget-field-at): New function.
5406 (widget-at, widget-field-activate): Use it.
5407 (widget-tabable-at): Use `widget-at'.
5408 (widget-specify-field): If the terminating character of the widget
5409 field (which is read-only) is a newline, put it into a special
5410 `boundary' field so that C-n/C-p act more naturally.
5411 (widget-field-end): Also don't subtract one if a special
5412 `boundary' field has been added after the widget field.
5413
83c9cb8e
SM
5414 * comint.el (comint-output-filter, comint-send-input):
5415 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5416 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5417
ebe2a441
MB
5418 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5419 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5420 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5421
fe50b6ab
GM
54222000-10-24 Gerd Moellmann <gerd@gnu.org>
5423
53df4dda 5424 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5425 (authors): Set file coding system to iso-2022-7bit.
5426 Add file-local variables to output buffer.
53df4dda 5427
4836835a 5428 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5429 WARN is nil.
5430
53df4dda
GM
54312000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5432
5433 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5434
5435 * delim-col.el: Now there is a column formatting mechanism.
5436 Modified to customization mechanisms convention. Doc fix.
5437 (columns): New group for delim-col.
5438 (delimit-columns-before, delimit-columns-after)
5439 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5440 (delimit-columns-end): New vars.
5441 (delimit-columns-customize, delimit-columns-format): New funs.
5442 (delimit-columns-region, delimit-columns-rectangle)
5443 (delimit-columns-rectangle-line): Modified to support column
5444 formatting.
4836835a 5445
a9839779
DL
54462000-10-24 Dave Love <fx@gnu.org>
5447
5448 * log-edit.el (log-edit): Add :version and a :group for vc.
5449
df0267b8
GM
54502000-10-24 Gerd Moellmann <gerd@gnu.org>
5451
9acc3873
GM
5452 * files.el (after-find-file): Don't print a message ``New file''
5453 if WARN is nil.
5454
83c9cb8e
SM
5455 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5456 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5457 get duplicate tool-bar entries because we'll see the global ones
5458 on more than one path through keymaps.
5459
1946f901
GM
5460 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5461
df0267b8
GM
5462 * progmodes/cmacexp.el: Change Francesco's email address.
5463
ae3b264b
KH
54642000-10-24 Kenichi Handa <handa@etl.go.jp>
5465
5466 * window.el (fit-window-to-buffer): Adjust point of the window
5467 buffer, not that of the current buffer.
5468
23afac01
EZ
54692000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * progmodes/cmacexp.el: Update the euthor's email address.
5472
22d1a4ed
MB
54732000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5474
5475 * faces.el (face-spec-set-match-display): Add `graphic' display
5476 type (the inverse of `tty'). Use `display-graphic-p' instead of
5477 the window-system variable.
5478
f408aa48
KH
54792000-10-24 Kenichi Handa <handa@etl.go.jp>
5480
83c9cb8e
SM
5481 * international/isearch-x.el (isearch-with-input-method):
5482 Call input-method-function with the first event in
f408aa48
KH
5483 unread-command-events.
5484
94fe8a31
MB
54852000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5486
83c9cb8e 5487 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5488
8f47302e
AC
54892000-10-24 Andrew Choi <akochoi@i-cable.com>
5490
5491 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5492 New charsets.
5493
5494 * term/mac-win.el: Remove definitions of mac-roman-lower and
5495 mac-roman-upper, require dired, and define instead of set
5496 mac-ready-for-drag-n-drop to avoid compilation error.
5497
446c097e
AI
54982000-10-23 Andrew Innes <andrewi@gnu.org>
5499
83c9cb8e
SM
5500 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5501 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5502 expand-file-name after convert-standard-filename to ensure
5503 expected directory separators are used.
5504
379b70e7
EZ
55052000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5506
5507 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5508
85c766e9
DL
55092000-10-23 Dave Love <fx@gnu.org>
5510
b7e03a67
DL
5511 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5512 (tool-bar-add-item): Set foreground and background for XBM icons.
5513
83c9cb8e
SM
5514 * international/latin1-disp.el (latin1-char-displayable-p):
5515 New function (from Handa).
b7e03a67
DL
5516 (latin1-display-check-font): Use it.
5517
0dcf8835 5518 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5519 using :key-sequence, making it much more usable.
5520 Use nconc, not append.
0dcf8835
DL
5521 (imenu--create-keymap-1): Avoid append.
5522
85c766e9 5523 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5524
cb3069bb
MB
55252000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5526
5527 [the following changes fix a bug where `define-minor-mode' didn't
5528 correctly generate :require clauses for defcustoms in compiled files]
5529 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5530 (byte-compile-log-file, byte-compile-log-1): Don't set
5531 `byte-compile-current-file' to nil. Instead set
5532 `byte-compile-last-logged-file' to it. Test whether
5533 byte-compile-current-file equals byte-compile-last-logged-file
5534 instead of whether its nil.
3b6542ba 5535 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5536
6db6243b
SM
55372000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5538
5539 * textmodes/refill.el: Fix var names in doc.
5540 (refill-mode): Don't bother with make-local-hook anymore.
5541
98490598
MB
55422000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5543
e01cd227
MB
5544 * faces.el (face-user-default-spec, face-default-spec): New functions.
5545 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5546 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5547 Use `face-user-default-spec'. Simplify code slightly.
5548
4836835a 5549 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5550 (woman-unknown-face): Add dark-background variants.
5551 (woman-default-faces): Renamed from `woman-colour-faces'.
5552 Set using the stored defaults, rather than using hard-wired colors.
5553 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5554 Just make the foreground `unspecified' rather than "black".
5555 (woman-menu): Rename menu entries accordingly.
5556
98490598
MB
5557 * faces.el (header-line): Make more reasonable on mono/grayscale
5558 displays.
5559
1a578e9b
AC
55602000-10-23 Andrew Choi <akochoi@i-cable.com>
5561
5562 * cus-edit.el (custom-button-face): Use 3D look for mac.
5563 (custom-button-pressed-face): Likewise.
5564
5565 * faces.el (set-face-attributes-from-resources): Handle mac frames
5566 in the same way as x and w32 frames.
5567 (face-valid-attribute-values): Likewise.
5568 (read-face-attribute): Likewise.
5569 (defined-colors): Likewise.
5570 (color-defined-p): Likewise.
5571 (color-values): Likewise.
5572 (display-grayscale-p): Likewise.
5573 (face-set-after-frame-default): Likewise.
5574 (mode-line): Same default face as for x and w32.
5575 (tool-bar): Likewise.
5576
5577 * frame.el: Remove call to frame-notice-user-settings at end of
5578 the file.
5579
83c9cb8e 5580 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5581 as for x, pc, and w32 frame types.
5582
5583 * term/mac-win.el: New file.
5584
aaaf7be7
DL
55852000-10-22 Dave Love <fx@gnu.org>
5586
5587 * textmodes/refill.el: New file.
5588
5392d654
AS
55892000-10-22 Andre Spiegel <spiegel@gnu.org>
5590
4836835a 5591 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5592 MANUAL and REGEXP.
4836835a 5593 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5594 New functions.
5595 (vc-before-save): Use the latter.
5596 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5597 confusion.
5598
4836835a 5599 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5600 expected by vc[-hooks].el.
5601
5602 * vc.el (vc-checkout): Added `-p' suffix in call to
5603 vc-make-version-backups-p; use vc-make-version-backup to actually
5604 make the backup.
5605 (vc-version-other-window, vc-version-backup-file): Handle both
5606 automatic and manual backups.
5607 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5608 of all of them.
5609
1e221c16
MB
56102000-10-22 Miles Bader <miles@gnu.org>
5611
7ff4fda5
MB
5612 * comint.el (comint-highlight-input, comint-highlight-prompt):
5613 Renamed, `-face' at end removed.
5614 (comint-send-input, comint-output-filter): Use renamed faces.
5615
3511cde8
MB
5616 * window.el (fit-window-to-buffer): Change defaulting of
5617 MAX-HEIGHT slightly.
5618
1e221c16
MB
5619 * faces.el (color-values, color-defined-p): Use `member', not
5620 `memq', because it works correctly for strings.
5621 (frame-set-background-mode): Actually, "unspecified-fg" and
5622 "unspecified-bg" *are* strings. Use `member', not `memq', and
5623 `equal', not `eq', when a string value is possible.
5624
b6ef4898
EZ
56252000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5626
5627 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5628
34939e2c
SM
56292000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5630
5631 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5632 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5633 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5634 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5635 (sh-font-lock-syntactic-keywords): Use them.
5636 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5637 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5638 (sh-mode): Don't override font-lock-unfontify-region-function.
5639 Use a copy of sh-font-lock-syntactic-keywords.
5640 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5641 Don't call sh-scan-buffer since font-lock does it on the fly.
5642 (sh-get-indent-info): Use `face' rather than `syntax-table'
5643 text-property to detect here-documents.
5644 Replace sh-special-syntax with sh-st-punc.
5645 (sh-prev-line): Use `face' rather than `syntax-table'
5646 text-property to skip over here-documents.
5647 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5648 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5649 (sh-electric-less, sh-set-here-doc-region)
4836835a 5650 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5651 (sh-scan-buffer, sh-rescan-buffer): Remove.
5652
f3d3c491
AI
56532000-10-21 Andrew Innes <andrewi@gnu.org>
5654
5655 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5656 remote (ange-ftp) file names.
5657
b86c791c
MB
56582000-10-21 Miles Bader <miles@gnu.org>
5659
d9c30bdf
MB
5660 * window.el (fit-window-to-buffer): New function.
5661 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5662 (window-text-height): Don't expect minibuffers to have mode-lines.
5663
d9c30bdf 5664 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5665 * international/quail.el (quail-update-guidance):
5666 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5667
617fee5a
MB
5668 * international/quail.el (quail-show-guidance-buf): Make sure
5669 guidance window really has enough room.
5670 (quail-update-guidance): If quail-guidance-win is already shown,
5671 make sure its height is OK.
5672
b86c791c
MB
5673 * window.el (window-text-height, set-window-text-height):
5674 New functions.
5675 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5676 instead of `window-height' & `mode-line-window-height-fudge'.
5677 (mode-line-window-height-fudge): Add FACE parameter.
5678 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5679 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5680
e34850d1
MB
56812000-10-20 Miles Bader <miles@gnu.org>
5682
5683 * window.el (height-affecting-face-attributes): Use `defconst'.
5684
5685 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5686 New function, conditionally aliased to `mode-line-window-height-fudge'.
5687 (ispell-help): Use it.
5688 (ispell-choices-win-default-height): Don't include mode-line fudge.
5689 (ispell-choices-win-default-height): New function.
5690 (ispell-show-choices, ispell-command-loop): Use function
5691 `ispell-choices-win-default-height' instead of variable.
5692
a8b883c2
MB
56932000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5694
8c6e4a58
MB
5695 * window.el (mode-line-window-height-fudge): New variable.
5696 (height-affecting-face-attributes): New variable.
5697 (mode-line-window-height-fudge): New function.
5698 (shrink-window-if-larger-than-buffer): Use it.
5699 * help.el (resize-temp-buffer-window): Likewise.
5700
a8b883c2
MB
5701 * info.el (Info-fontify-node): Add support for @subsubsection
5702 titles, which use `Info-title-4-face'.
5703 (Info-title-4-face): New face.
5704 (Info-title-3-face): Inherit from Info-title-4-face instead of
5705 variable-pitch.
5706
e64c3a75
JR
57072000-10-19 Jason Rumney <jasonr@gnu.org>
5708
5709 * dired.el (dired-insert-directory): Do not let errors signalled by
5710 attempt to run dired-free-space-program prevent dired from working.
5711
c70fe852
SM
57122000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5713
5714 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5715
877cf6b4
GM
57162000-10-19 Gerd Moellmann <gerd@gnu.org>
5717
5de037e0
GM
5718 * dirtrack.el (dirtrack): Fix call to run-hooks.
5719
6deb9af9
GM
5720 * cmuscheme.el (cmuscheme-program-name): Renamed from
5721 scheme-program-name because xscheme.el contains a defcustom with
5722 the same name. As a consequence, customizing group `cmuscheme'
5723 loaded `xscheme' which redefined run-scheme.
5724 (run-scheme): Use cmuscheme-program-name.
5725
83c9cb8e 5726 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5727
e597d8fb 5728 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5729 anonymous address, and add a website for Befrienders International.
4836835a 5730
3e9cb08f
GM
57312000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5732
c70fe852
SM
5733 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5734 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5735 (ps-print-version): New version number (6.2).
5736 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5737 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5738 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5739 (ps-x-extent-priority, ps-x-extent-start-position)
5740 (ps-x-face-font-instance, ps-x-find-coding-system)
5741 (ps-x-font-instance-properties, ps-x-make-color-instance)
5742 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5743 avoid compilation gripes without defining functions.
5744 (ps-e-find-composition): Alias for function find-composition, to have a
5745 suitable function depending on Emacs version.
5746 (ps-color-device, ps-color-values, ps-face-foreground-name)
5747 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5748 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5749 (ps-print-ensure-fontified): Function definitions surrounded by
5750 `eval-and-compile' to avoid compilation gripes.
5751 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5752 by symbol-value to avoid compilation gripes.
5753 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5754 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5755
d8abcd91
MB
57562000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5757
13ab33c4
MB
5758 * startup.el (normal-top-level): Call `frame-set-background-mode'
5759 after `frame-notice-user-settings' because the latter doesn't call
5760 the former on a tty.
5761
d8abcd91
MB
5762 * faces.el (frame-set-background-mode): `unspecified' &c are
5763 symbols, not strings.
5764
e8bce0a9
EZ
57652000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5766
c70fe852
SM
5767 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5768 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5769
c70fe852
SM
5770 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5771 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5772
773272d8
KH
57732000-10-19 Kenichi Handa <handa@etl.go.jp>
5774
c70fe852 5775 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5776 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5777 for ISO10646-1 fonts.
5778 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5779
772139c0
EZ
57802000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5781
5782 * faces.el (frame-set-background-mode): If a tty frame defines a
5783 background color, use that to compute the background mode, instead
5784 of always defaulting to "dark".
5785
d134a19f
MB
57862000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5787
8bb84cb2
MB
5788 * comint.el (comint-write-output): New function.
5789 (comint-mode-map): Add it to the menu.
e40a778f 5790 Bind `C-c C-s' to comint-write-output.
d134a19f 5791
dada41e1
GM
57922000-10-18 Gerd Moellmann <gerd@gnu.org>
5793
5794 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5795 Use fancy-splash-delay.
5796
9b5360aa
GM
57972000-10-18 Alex Schroeder <alex@gnu.org>
5798
5799 * progmodes/sql.el (sql-sybase-options): New option.
5800 (sql-sybase): Use it. Add sql-database to the list of parameters
5801 provided for login. The options -w 2048 -n are not used any more.
5802
9035a35a
GM
5803 * comint.el (comint-read-input-ring): Bugfix such that the first
5804 and the last entry of the input ring file are not lost.
5805
3556c6dd
GM
58062000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5807
5808 * ps-print.el: Internal variable changes to defcustom,
5809 make-local-hook changes to defvar. Doc fix.
5810 (ps-print-version): New version number (6.1).
5811 (ps-setup, ps-do-despool): Code fix.
5812 (ps-printer-name): Customization fix.
5813 (ps-printer-name-option): Now is a defcustom instead of an
5814 internal variable.
5815 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5816 (ps-print-begin-column-hook): Now are defvar instead of
5817 make-local-hook.
4836835a 5818
4e217e50
MB
58192000-10-18 Miles Bader <miles@gnu.org>
5820
5821 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5822 (comint-kill-output): Changed into an alias for `comint-delete-output',
5823 and made obsolete.
5824 (comint-mode-map): Rename references to comint-kill-output.
5825
34460354
EZ
58262000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5827
5828 * diff-mode.el (diff-header-face, diff-file-header-face)
5829 (diff-changed-face): Add bold and italic attributes to tty faces.
5830 (diff-function-face): New face.
5831 (diff-font-lock-keywords): Use it.
5832
17ea3cdb
MB
58332000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5834
5835 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5836 Remove commented-out call to force-mode-line-update.
5837 (comint-kill-output): Use `forward-line 0' instead of
5838 beginning-of-line to make sure we get past the prompt.
5839
9244f2c7
SM
58402000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5841
5842 * diff-mode.el (diff-header-face, diff-file-header-face):
5843 Add specific setting for dark background.
5844 (diff-context-face): Renamed from diff-comment-face.
5845 Set explicitly rather than inheriting from font-lock-comment-face.
5846
1592c1ef
EZ
58472000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5848
5849 * startup.el (command-line): Move the code which sets the default
5850 TTY colors to before before-init-hook.
5851
f86292a9
GM
58522000-10-17 Gerd Moellmann <gerd@gnu.org>
5853
5854 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5855
f7f2e883
EZ
58562000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5857
e854cc22
EZ
5858 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5859 extensions, for MS-DOS.
5860
f7f2e883
EZ
5861 * diff-mode.el (diff-header-face, diff-file-header-face)
5862 (diff-changed-face): Define tty-specific colors.
5863
c7b4f0f9
GM
58642000-10-17 Gerd Moellmann <gerd@gnu.org>
5865
5866 * startup.el (fancy-splash-text): Realign the text.
5867
12a72271
EZ
58682000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * font-lock.el (font-lock-comment-face): Define a separate default
5871 for dark-background tty's.
5872
61dfccfd
MB
58732000-10-17 Miles Bader <miles@gnu.org>
5874
5875 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5876 being obscured by whizzy mode-lines on graphics displays.
5877
333cd59e
EZ
58782000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5879
5880 * info.el (Info-title-1-face, Info-title-2-face)
5881 (Info-title-3-face): Define colors for tty's.
dada41e1 5882 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5883
dbf1fcc1
EZ
58842000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5885
5886 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5887 reverse from the frame parameters, and don't invert foreground and
5888 background colors.
5889
ac629823
MB
58902000-10-16 Miles Bader <miles@gnu.org>
5891
5892 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5893 string "*Info*". Call propertized-buffer-identification to spruce
5894 up the result.
5895
76eebffc
GM
58962000-10-16 Gerd Moellmann <gerd@gnu.org>
5897
3a6b59d9
GM
5898 * help.el: Provide `help' for the sake of define-minor-mode
5899 which generates defcustoms with requires.
5900
6569c3d3
GM
5901 * jit-lock.el (jit-lock-after-change): If we're in text that
5902 matches a multi-line font-lock pattern, make sure the whole text
5903 will be redisplayed.
5904
c2e0a611
GM
5905 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5906 author's name is unknown.
5907
76eebffc
GM
5908 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5909 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5910 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5911 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5912 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5913 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5914 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5915 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5916 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5917 Add author information.
5918
cf1e7b12
MB
59192000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5920
5921 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5922 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5923 full-color version (using the Gimp) to eliminate dithering artifacts.
5924
5586f3eb
SM
59252000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5926
5927 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5928
5929 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5930
ad64a888
DL
59312000-10-15 Dave Love <fx@gnu.org>
5932
83c9cb8e 5933 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
5934
5935 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5936
5937 * whitespace.el: Doc fixes.
5938 (top-level): Don't add hooks here.
5939 (whitespace-running-emacs): Deleted.
5940 (timer): Don't require.
5941 (whitespace): Add back :version conditional on xemacs test.
5942 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5943 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5944 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5945 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5946 Avoid specific xemacs test.
5947 (whitespace-global-mode): New option.
5948 (whitespace-global-mode): New command.
5949 (whitespace-unload-hook): New function.
5950
5951 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5952 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5953 (Info-fontify-node): `Goto' goes to `Go to'.
5954 (Info-fontify-node): Add help-echo to xref links.
5955
1ef49fc6
EZ
59562000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5957
5958 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5959
8b7707e1
SM
59602000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5961
b3b7f42f
SM
5962 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5963 Use plist-get and allow :inherit.
5964
5965 * emacs-lisp/cl-macs.el (cl-do-arglist):
5966 Use plist-get and plist-member instead of memq.
5967
3c7fafc7
SM
5968 * emacs-lisp/ewoc.el (ewoc-location): New function.
5969 (ewoc-enter-after, ewoc-enter-before): Document return value.
5970 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5971 Don't need make-local-hook any more.
5972 (cvs-addto-collection): Return the new tin.
5973 (cvs-mode-insert): Jump to the new line.
5974
8b7707e1
SM
5975 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5976
5977 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5978
5979 * font-lock.el (font-lock-syntactically-fontified): New var.
5980 (font-lock-fontify-syntactic-keywords-region): Use it.
5981 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5982
5983 * diff-mode.el (diff-find-file-name): Fix regexp.
5984
5985 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5986 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5987
5988 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5989 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5990 (sh-mode): Don't make all vars local here.
5991 (sh-kw): Reformat.
5992 (sh-set-shell): Use dolist. Don't set indent-region-function.
5993 (sh-mode-syntax-table): Use pop.
5994 (sh-remember-variable): Use push.
5995 (sh-help-string-for-variable): Use memq.
5996 (sh-safe-backward-sexp): Remove.
5997 (sh-safe-forward-sexp): Add ARG.
5998 (sh-get-indent-info, sh-prev-stmt): Use it.
5999 (sh-prev-line): Simplify by using forward-comment.
6000 (sh-this-is-a-continuation): Simplify.
6001 (sh-learn-buffer-indent): Use dolist.
6002 (sh-do-nothing): Remove.
6003 (sh-set-char-syntax, sh-set-here-doc-region):
6004 Use inhibit-modification-hooks.
6005 (sh-name-style): Use mapcar and push.
6006 (sh-load-style): Use dolist.
6007 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6008 (sh-case, sh-while-getopts): Use propertize directly rather
6009 than sh-electric-rparen.
6010
60112000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6012
6013 * textmodes/tex-mode.el: Require CL when compiling.
6014 (tex-mode-syntax-table): Init immediately.
6015 (tex-mode-map): Bind M-RET to latex-insert-item.
6016 (latex-mode): Set indent-line-function to latex-indent.
6017 (tex-common-initialization): Don't setup the syntax-table any more.
6018 (latex-insert-item): New skeleton.
6019 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6020 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6021 (latex-indent, latex-find-indent): New functions.
4836835a 6022 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6023 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6024 (tex-compilation-parse-errors): Use with-syntax-table.
6025
86b7fcbb
MB
60262000-10-15 Miles Bader <miles@gnu.org>
6027
6028 * font-lock.el (font-lock-comment-face): Change dark-background,
6029 color, non-tty, default to `chocolate1'.
6030
57a24508
JW
60312000-10-13 John Wiegley <johnw@gnu.org>
6032
6033 * eshell/esh-util.el (require): Added a missing `require' form,
6034 needed when compiling (for an ange-ftp macro definition).
6035
40ad3db4
DL
60362000-10-13 Dave Love <fx@gnu.org>
6037
6038 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6039
db460189
GM
60402000-10-13 Gerd Moellmann <gerd@gnu.org>
6041
83c9cb8e 6042 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6043
4836835a 6044 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6045 transparent -colors 8).
6046
3b5e21df
GM
60472000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6048
6049 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6050 that breaks with old list format timestamps.
6051 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6052 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6053
16908a3f
JW
60542000-10-13 John Wiegley <johnw@gnu.org>
6055
d7103dda
JW
6056 * align.el, pcomplete.el, calendar/timeclock.el,
6057 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6058
dace60cf 6059 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6060 faulty math, where holiday hours were being computing as seconds.
6061
b6b70cda
JW
60622000-10-13 John Wiegley <johnw@gnu.org>
6063
6064 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6065 specifying what "other" kinds of buffers should be saved.
6066 This used to be hard-coded.
b6b70cda
JW
6067 (desktop-buffer-misc-functions): A global for specifying how
6068 auxiliary data should be determined for special buffer types.
6069 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6070 instead of hard-coding the special buffer types.
6071 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6072 auxiliary data, instead of hard-coding for Info buffers and dired.
6073 (desktop-buffer-info-misc-data): Aux function for determining Info
6074 buffer auxiliary info.
6075 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6076 (desktop-buffer-info): Changed this function to use the info
6077 gathered above.
6078 (desktop-create-buffer): Be a little more careful about what
6079 `minor-mode' means before calling it. This is important for some
6080 buffer types.
6081
8c6b1d83
JW
60822000-10-13 John Wiegley <johnw@gnu.org>
6083
6084 * eshell/esh-util.el: Added a global form which declares an
6085 autoload for `parse-time-string', if that function is not already
6086 defined, and if parse-time.el is available on the user's system.
6087
6088 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6089 to be aware of ange-ftp user info.
83c9cb8e 6090 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6091 (eshell-ls-annotate): Use `eshell-file-attributes'.
6092 (eshell-ls-file): Made the user-id printing code a bit smarter.
6093
6094 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6095 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6096 It's manual, but there's no other way to know when the current user
6097 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6098 (fboundp): Bind `ange-cache'.
6099 (eshell-directory-files-and-attributes): Re-organized the logic a
6100 bit to use `eshell-file-attributes' instead of `file-attributes'.
6101 The former is more sensitive to directories that are read via FTP,
6102 and knows how to use ange-ftp to determine full attribute
6103 information, instead of just the name and last modtime.
6104 (eshell-current-ange-uids): Return the current user id when in a
6105 remote directory.
6106 (eshell-parse-ange-ls): Parse a full directory listing that has
6107 been returned by ange-ftp.
6108 (eshell-file-attributes): This beefed up version of
6109 `file-attributes' is only special if the user is currently in a
6110 remote directory, in which case it does a lot of work to find out
6111 what the real attributes of a file are, as they appear on the
6112 remote machine. This makes usage of remote directories (i.e.,
6113 ange-ftp pathnames) much more useful. You can now use Eshell as a
6114 full-fledged FTP client, with much more manipulation ability than
6115 most other clients.
6116
6117 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6118 variable, which means that Eshell's du should always be preferred
6119 in remote directories.
6120 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6121 just `file-attributes'.
6122 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6123 when reading remote directories. This is an Eshell-specific
6124 variable (not part of ange-ftp).
6125 (eshell/ln): Bind `ange-cache'.
6126 (eshell/du): Added some extra logic for determining when to use
6127 Eshell's du (which is slow), and when to use the external version
6128 (which may or may not exist).
6129
83c9cb8e
SM
6130 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6131 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6132 `get-buffer-process', since backgrounded processes don't count in
6133 the context of this function's logic.
6134
6135 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6136 `forward-char', so that null strings are parsed correctly.
6137
87730e84 61382000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6139
83c9cb8e
SM
6140 * eshell/em-pred.el (eshell-pred-file-type)
6141 (eshell-pred-file-links, eshell-pred-file-size):
6142 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6143
6144 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6145 that remote file globbing is more efficient.
6146
6147 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6148 gathering the files and attributes within a directory.
6149
6150 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6151 the command line is a special file (not a regular file, directory
6152 or symlink), always attempt to call the external version of cat.
6153
87730e84 61542000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6155
6156 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6157 Eshell-friendly version of find-tag.
6158
1c7e37a9
MB
61592000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6160
4836835a 6161 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6162 (image-file-name-regexps): Add autoload cookies.
6163
11a7f341
KH
61642000-10-13 Kenichi Handa <handa@etl.go.jp>
6165
6166 * international/mule-cmds.el (select-safe-coding-system): If FROM
6167 is string, show it in *Warning* buffer.
6168
8ddddcb0
EZ
61692000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6170
6171 * startup.el (normal-top-level): Use display-popup-menus-p instead
6172 of window-system.
6173 (command-line): Use display-graphic-p instead of window-system.
6174 (command-line-1): Use display-popup-menus-p and display-mouse-p
6175 instead of window-system.
6176
72200f89
SS
61772000-10-12 Sam Steingold <sds@gnu.org>
6178
6179 * tooltip.el (tooltip-use-echo-area): New user variable.
6180 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6181
8661c643
DL
61822000-10-12 Dave Love <fx@gnu.org>
6183
d0b40dc1
DL
6184 * recentf.el: Maintainer's checkdoc fixes.
6185
83c9cb8e
SM
6186 * startup.el (normal-top-level-add-subdirs-to-load-path):
6187 Use character class, not ASCII when matching file names.
a622451f
DL
6188 (fancy-splash-head): Add trailing slash to URL.
6189 (command-line): Don't require XPM support for toolbar.
6190
8661c643
DL
6191 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6192 (cperl-invalid-face): Revert last change.
6193 (cperl-init-faces): Quote cperl-invalid-face.
6194
ef2ed8ab
KH
61952000-10-12 Kenichi Handa <handa@etl.go.jp>
6196
6197 * startup.el (fancy-splash-text): Remove superfluous quote.
6198
b0da379e
GM
61992000-10-12 Gerd Moellmann <gerd@gnu.org>
6200
dbeb499b
GM
6201 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6202 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6203 (command-line-1): Don't use fancy-splash-pending-command.
6204 (fancy-splash-screens-1): Goto point-min after inserting text.
6205
d861718a
GM
6206 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6207
b0da379e
GM
6208 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6209 instead of shared-lisp-mode-map.
6210
4fb2ad98
MB
62112000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6212
1cb4393e
MB
6213 * faces.el (header-line): Change tty-variant to use underlining.
6214
4fb2ad98
MB
6215 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6216 (isearch-highlight): Restore lazy-isearch face properties at old
6217 position, and suppress them at new position.
6218 (isearch-dehighlight): Restore lazy-isearch face properties.
6219 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6220 over the real isearch overlay, but in that case, don't give it a
6221 face property. Use `push'.
6222
eb991b25
KH
62232000-10-12 Kenichi Handa <handa@etl.go.jp>
6224
6225 * man.el (Man-getpage-in-background): Fix previous change.
6226 Decode the process output only when we are in multibyte mode.
6227
a818c1c0
DL
62282000-10-11 Dave Love <fx@gnu.org>
6229
c990f53a
DL
6230 * info.el (Info-mode-menu): Fix some help.
6231 (info-tool-bar-map): Add entry for Info-last.
6232
a818c1c0
DL
6233 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6234 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6235 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6236 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6237 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6238 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6239 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6240 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6241 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6242 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6243 Reduce colour requirements to 25 overall. (Probably wants
6244 revisiting from the originals to reduce further.)
6245
c1b096cb
EZ
62462000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6247
6248 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6249 buffer-file-coding-system, instead of raw-text.
6250 (dehexlify-buffer): Bind coding-system-for-read to
6251 buffer-file-coding-system, instead of raw-text.
6252
5c8b7eaf
SS
62532000-10-11 Sam Steingold <sds@gnu.org>
6254
83c9cb8e 6255 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6256 `underline' - fixes the bug introduced on 2000-09-21.
6257
2cfbdb7a
DL
62582000-10-11 Dave Love <fx@gnu.org>
6259
83c9cb8e
SM
6260 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6261 Avoid compiler warnings.
2cfbdb7a
DL
6262 (scheme-mode): Doc fix.
6263 (scheme-font-lock-keywords-1): Match `define-syntax'.
6264
62652000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6266
6267 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6268 face specs as well as default ones. Only do anything if the
6269 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6270 (region): Make dark-background `region' face less in-your-face.
4b33f290 6271
690ec649
SS
62722000-10-10 Sam Steingold <sds@gnu.org>
6273
6274 * chistory.el, ielm.el, ledit.el:
6275 * progmodes/inf-lisp.el, progmodes/scheme.el:
6276 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6277
3b95d6bb
SM
62782000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6279
6280 * textmodes/texinfo.el: Update copyright and fix typo.
6281
6282 * desktop.el (desktop-modes-not-to-save): New var.
6283 (desktop-save-buffer-p): Use it.
a30eb617
DL
6284 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6285 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6286
62872000-10-10 Dave Love <fx@gnu.org>
6288
6289 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6290 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6291
6292 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6293 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6294 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6295 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6296 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6297 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6298 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6299 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6300 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6301 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6302 the .xpms; probably need retouching.
6303
63042000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6305
6306 * subr.el (add-to-list): Add optional argument APPEND.
6307 * battery.el (display-battery): Use `add-to-list'.
6308
63092000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6310
83c9cb8e
SM
6311 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6312 properties.
a30eb617
DL
6313 (zone, zone-when-idle, zone-leave-me-alone)
6314 (zone-pgm-whack-chars): Use new symbol properties.
6315
6316 * battery.el (display-battery): Doc spelling fix.
6317
6318 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6319 property.
6320
63212000-10-09 Dave Love <fx@gnu.org>
6322
6323 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6324 has been initialized before calling tool-bar-setup.
6325 (tool-bar-add-item-from-menu): Add autoload cookie.
6326
63272000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6328
6329 * menu-bar.el (send-mail-item-name): New function.
6330 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6331 of mail-user-agent in the menu. Don't display the "Send Mail"
6332 item if mail-user-agent is nil or its value is ignore.
6333 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6334 if read-mail-command is nil or its value is ignore.
6335
6336 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6337
63382000-10-09 Miles Bader <miles@gnu.org>
6339
6340 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6341 Correct image size.
6342 * toolbar/left_arrow.xpm: Correct image size.
6343
6344 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6345 will be done by the definition of `auto-compression-mode' if
6346 necessary. Move code to uninstall existing file-name handler
6347 before definition of `auto-compression-mode'.
6348
6349 * image-file.el (auto-image-file-mode): Move to the end of the
6350 file, because `define-minor-mode' actually calls the mode-function
6351 if the associated variable is non-nil, which requires that all
6352 needed functions be already defined.
6353
6354 * mouse.el (popup-menu): Balance parens.
6355
63562000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6357
6358 * mouse.el (popup-menu): Move the command call outside the loop
6359 so that popup-menu returns whatever the command returns.
6360
6361 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6362 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6363 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6364 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6365
6366 * vc.el (vc-version-diff): diff-switches can be a list.
6367 Use relative filenames for prettier output.
6368
6369 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6370 (vc-post-command-functions): Remove old-VC compatibility code.
6371
6372 * newcomment.el (comment-indent-default): Autoload.
6373
6374 * font-lock.el (font-lock-defaults): Make buffer-local.
6375 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6376 (font-lock-choose-keywords):
6377 Ignore LEVEL unless KEYWORDS is a list of syms.
6378 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6379 Don't wrap regexp-opt things in \(...\) unnecessarily.
6380
6381 * jit-lock.el: Don't require font-lock any more.
6382 (jit-lock-functions): Make buffer-local.
6383 (jit-lock-saved-fontify-buffer-function): Remove.
6384 (jit-lock-mode): Remove autoload cookie.
6385 Remove font-lock specific code.
6386 (jit-lock-unregister): Don't bother handling complex hooks any more.
6387 (jit-lock-refontify): New function.
6388 (jit-lock-fontify-buffer): Use it.
6389 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6390 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6391 Add optional args START and END.
6392 Never call font-lock-fontify-region directly.
6393 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6394
6395 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6396
63972000-10-08 Dave Love <fx@gnu.org>
6398
6399 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6400
6401 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6402
6403 * play/studly.el (studlify-region, studlify-word): Add autoload
6404 cookie.
6405
6406 * play/morse.el (morse-region, unmorse-region): Add autoload
6407 cookie.
6408
6409 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6410 concat.
6411
6412 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6413 insist on symbols starting with word syntax.
6414 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6415 (eval-defun-1): Doc fix.
6416 (indent-sexp): Use nconc to build up indent-stack.
6417
6418 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6419 Gnus with little use.
6420 (mail-setup-hook): Add mail-abbrevs-setup to options.
6421
6422 * recentf.el: Doc fixes.
6423
6424 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6425 Clean up remainder.
6426
6427 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6428 without timezone and (8) with timezone to enforce some whitespace.
6429 Simplify code somewhat.
6430
6431 * options.el (list-options): Doc that you should use customize.
6432
6433 * iswitchb.el (iswitchb-mode): Add :require.
6434
6435 * info.el (Info-goto-node, Info-menu): Doc fix.
6436 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6437 (info-tool-bar-map): New variable.
6438 (Info-mode): Use it.
6439 (Info-edit-map): Define all in defvar.
6440 (speedbar-attached-frame): Avoid compiler warning.
6441
6442 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6443 (global-map): Bind [tool-bar] to a filtered map.
6444 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6445 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6446 Allow PBM icons.
6447 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6448
6449 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6450 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6451 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6452 icons, except up_arrow, which is left-arrow rotated.
6453
6454 * imenu.el (imenu-add-to-menubar): Fix last change.
6455
64562000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6457
6458 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6459 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6460
64612000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6462
6463 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6464 typos in doc strings.
6465
6466 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6467 the doc strings how to customize Font Lock faces.
6468
6469 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6470 computing growth when dragging the header line.
6471
64722000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6473
6474 * simple.el (kill-line): Doc fix.
6475
64762000-10-08 Miles Bader <miles@gnu.org>
6477
6478 * faces.el (secondary-selection): Make foreground visible on tty.
6479
6480 * jka-compr.el (auto-compression-mode): Move to the end of the
6481 file, because `define-minor-mode' actually calls the mode-function
6482 if the associated variable is non-nil, which requires that all
6483 needed functions be already defined.
6484 (with-auto-compression-mode): Add autoload cookie.
6485
64862000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6487
6488 * files.el (find-backup-file-name) [ms-dos]: If support for long
6489 file names is not available, behave as if version-control were set
6490 to never.
6491
64922000-10-07 Dave Love <fx@gnu.org>
6493
6494 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6495 (browse-url-gnome-moz): New function.
6496 (browse-url-browser-function): Use it.
6497 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6498
64992000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6500
6501 * indent.el (tab-always-indent): New var.
6502 (indent-for-tab-command): Use it.
6503
6504 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6505 raise an error. This way it can still default to a sane value.
6506
65072000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6508
6509 * startup.el (fancy-splash-screens): Use local rather than global map.
6510 Don't use `update-menu-bindings' any more.
6511 Get rid of assumptions about keymap representation.
6512
65132000-10-06 Dave Love <fx@gnu.org>
6514
6515 * textmodes/fill.el (sentence-end-double-space)
6516 (sentence-end-without-period): Doc fix.
6517 (adaptive-fill-regexp): Purecopy.
6518 (unjustify-current-line): Use line-end-position.
6519 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6520
6521 * net/eudc-vars.el (eudc): Add :version, :link.
6522
6523 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6524
6525 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6526 Fix for define-minor-mode.
6527 (function-at-point): Alias to function-called-at-point.
6528
6529 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6530
6531 * simple.el (backward-word): Doc fix.
6532
6533 * image-file.el (image-file-name-regexp): image-file-regexps ->
6534 image-file-name-regexps.
6535 (image-file-name-extensions): Add pbm.
6536
65372000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6538
6539 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6540 and add filename to the names so that diff-mode can jump to source.
6541
6542 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6543 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6544 (tex-font-lock-keywords-1): Remove.
6545 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6546 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6547 (font-lock-default-fontify-region):
6548 Expand beg..end correctly when just following a multiline region.
6549 (font-lock-fontify-anchored-keywords):
6550 Include the anchor text as part of the multiline.
6551
65522000-10-06 Gerd Moellmann <gerd@gnu.org>
6553
6554 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6555 latter needs the autoloaded define-minor-mode macro during the
6556 bootstrap.
6557
6558 * startup.el (command-line): For now, activate tool-bar-mode only
6559 if XPM images are supported.
6560
6561 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6562 window by dragging a header-line at the top of the frame; that's
6563 confusing because the header-line doesn't move.
6564 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6565 of treating the event as a list. Some cleanup.
6566
65672000-10-06 Miles Bader <miles@gnu.org>
6568
6569 * simple.el (display-message-or-buffer): New function.
6570 (shell-command-on-region): Use `display-message-or-buffer'.
6571
6572 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6573 docstring parts.
6574
6575 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6576 (smbclient-prompt-regexp): Add usage note to doc string.
6577 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6578 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6579 Use add-hook for adding the comint filter function, and only do so
6580 if it's not already in the global hook list.
6581 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6582 to `make-local-variable'.
6583 (nslookup-font-lock-keywords): Remove prompt entry.
6584 (nslookup): Don't set the process-filter.
6585 (finger): Exit the loop correctly when the regexps list runs out.
6586 (ftp, smbclient, smbclient-list-shares):
6587 Set the real major mode immediately, not after execing.
6588 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6589
6590 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6591
65922000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6593
6594 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6595
6596 * which-func.el (which-func-format): Remove spurious space.
6597 (which-func-mode): Don't make it permanent-local.
6598 (which-func-ff-hook): Allow which-func-maxout to be nil.
6599 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6600 (which-func-mode): Simplify.
6601 Use post-command-idle-hook rather than post-command-hook.
6602 Go through all buffers and update their state.
6603 (which-function): Also try add-log-current-defun-function.
6604
6605 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6606 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6607 Update call to with-vc-properties accordingly.
6608 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6609 (vc-revert-buffer): More careful about window selection and deletion.
6610 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6611
6612 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6613 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6614 (cvs-dired-action): Change the default to quickdir.
6615
6616 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6617 if comment-indent-function returns nil.
6618 (comment-indent-default): New function.
6619 (comment-indent-function): Use it and document the new semantics.
6620
6621 * image-file.el: Docstring fixes.
6622
6623 * help.el (help-xref-on-pp): Use match-string.
6624 (describe-variable): New arg BUFFER.
6625 Store the current buffer in the help-xref-stack.
6626 (temp-buffer-resize-mode): Use define-minor-mode.
6627
6628 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6629 consistently with its docstring.
6630 Set jit-lock-first-unfontify-pos in an idempotent way.
6631 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6632
66332000-10-05 Alex Schroeder <alex@gnu.org>
6634
6635 * sql.el (sql-mysql-options): New variable.
6636 (sql-mysql): Use it.
6637
66382000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6639
6640 * image.el (image): New group.
6641
6642 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6643 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6644
66452000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6646
6647 * net/net-utils.el (nslookup-font-lock-keywords)
6648 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6649 Ignore the value of wqindow-system; always define keywords
6650
66512000-10-05 Kenichi Handa <handa@etl.go.jp>
6652
6653 * startup.el (fancy-splash-screens): Remove the code for
6654 debugging; `(trace-to-stderr "EXITTT\n")'.
6655
66562000-10-05 Miles Bader <miles@gnu.org>
6657
6658 * diff-mode.el (diff-goto-source): Update call to
6659 `diff-hunk-status-msg' to reflect new REV variable.
6660
66612000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6662
6663 * progmodes/icon.el (icon-mode):
6664 Don't gratuitously override the default for comment-column.
6665
6666 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6667
6668 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6669 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6670 (jit-lock-functions): New var.
6671 (jit-lock-function-1): Use it if non-nil.
6672 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6673 Set the `fontified' property before doing the fontification to avoid
6674 repeatedly going through the same error.
6675 Don't turn errors into messages.
6676 (jit-lock-register, jit-lock-unregister): New functions.
6677
6678 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6679 Use with-current-buffer.
6680
6681 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6682 Turn comment into docstring.
6683
6684 * apropos.el (apropos-mode): Use define-derived-mode.
6685
66862000-10-04 Gerd Moellmann <gerd@gnu.org>
6687
6688 * startup.el (fancy-splash-pending-command): New variable.
6689 (fancy-splash-pre-command): New function.
6690 (fancy-splash-screens): Rewritten.
6691 (command-line-1): If fancy-splash-pending-command is set, call it
6692 interactively.
6693
66942000-10-04 Dave Love <fx@gnu.org>
6695
6696 * toolbar/tool-bar.el (tool-bar-setup): New function.
6697 (tool-bar-mode): Use it.
6698
6699 * subr.el (substitute-key-definition): Doc fix.
6700 (play-sound-file): New command.
6701
67022000-10-04 Andre Spiegel <spiegel@gnu.org>
6703
6704 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6705 vc-version-backup-file-name): New functions.
6706
6707 * files.el (basic-save-buffer): Call vc-before-save before saving.
6708
6709 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6710 vc-cvs-stay-local-p.
6711
6712 * vc.el (vc-revert-buffer): Handle empty diff properly.
6713 (vc-version-backup-file): New function.
6714 (vc-checkout): Create a version backup if necessary.
6715 (vc-checkin): If a version backup file exists, delete it.
6716 (vc-version-diff): Diff locally using version backups, if available.
6717 (vc-revert-file): If there's a version backup, revert locally.
6718 (vc-transfer-file): Use version backup for base version, if
6719 available. If not, ask for confirmation whether to get it from the
6720 server. Update mode line before check-in.
6721
67222000-10-04 Dave Love <fx@gnu.org>
6723
6724 * toolbar/tool-bar.el (tool-bar-setup): New function.
6725 (tool-bar-mode): Use it.
6726
67272000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6728
6729 * net/net-utils.el (nslookup-font-lock-keywords)
6730 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6731 Only set if window-system is non-nil
6732 (net-utils-run-program): Returns buffer.
6733 (network-connection-reconnect): Added this function.
6734
6735 * generic.el:
6736 Incorporates extensive cleanup and docfixes by
6737 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6738 Uses cl compile-time macros.
6739 (generic-mode-name, generic-comment-list)
6740 (generic-keywords-list, generic-font-lock-expressions)
6741 (generic-mode-function-list, generic-mode-syntax-table):
6742 Removed variables.
6743 (generic-mode-alist): Renamed to generic-mode-list.
6744 (generic-find-file-regexp): Default changed to "^#".
6745 (generic-read-type): Uses completing read on generic-mode-list.
6746 (generic-mode-sanity-check): removed this function.
6747 (generic-add-to-auto-mode): Removed this function
6748 (generic-mode-internal): Bind mode-specific definitions
6749 into function instead of putting them in alist.
6750 (generic-mode-set-comments): Reworked extensively.
6751 (generic-mode-find-file-hook): Simplified regexp searching
6752 (generic-make-keywords-list): Omit extra pair of parens
6753
6754 * find-lisp.el (find-lisp-find-files-internal):
6755 Make sure directory name ends with "/".
6756
6757 * generic-x.el (apache-conf-generic-mode):
6758 Regexp now allows leading whitespace.
6759 (rc-generic-mode): Added eval-when-compile
6760 around generic-make-keywords-list.
6761 Deleted duplicate regexp
6762 (rul-generic-mode): Added eval-when-compile
6763 around generic-make-keywords-list.
6764 (etc-fstab-generic-mode): New generic mode.
6765 (rul-generic-mode): Removed one eval-when-compile
6766 which caused a max-specpdl-size exceeded error.
6767
67682000-10-04 Miles Bader <miles@gnu.org>
6769
6770 * simple.el (minibuffer-temporary-goal-position): New variable.
6771 (next-history-element): Try to keep the position of point in the
6772 input string constant.
6773
6774 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6775 (dired-do-create-files): If there's only one file, pass it in as
6776 the DEFAULT arg to dired-mark-read-file-name.
6777
67782000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6779
6780 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6781 (diff-goto-source): Be smarter when choosing REVERSE or not.
6782
6783 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6784 (texinfo-mode-menu): Add an explicit shortcut for update all.
6785
67862000-10-03 Andre Spiegel <spiegel@gnu.org>
6787
6788 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6789 factorize backend-specific code cleanly (this was essentially
6790 conceived by Stefan Monnier).
6791 (vc-unregister): Function removed.
6792 (vc-revert-file): New function.
6793 (vc-revert-buffer): Delegate some of the work to it.
6794
6795 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6796 default branch unconditionally.
6797 (vc-rcs-set-default-branch): New function.
6798 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6799 (vc-rcs-checkin): If an appropriate default branch has been set,
6800 force creation of that branch.
6801 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6802 code (as suggested by Stefan Monnier).
6803
68042000-10-02 Gerd Moellmann <gerd@gnu.org>
6805
6806 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6807 highlighting overlay with a different face over the overlay
6808 isearch uses to highlight the current match because that can lead
6809 to bad face combinations.
6810
6811 * loadup.el (toplevel): Load faces before isearch.
6812
6813 * isearch.el (isearch-faces): New custom group.
6814 (isearch): New defface; was already tested for in the code.
6815 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6816 (isearch-highlight): Always use face `isearch'.
6817
68182000-10-02 Dave Love <fx@gnu.org>
6819
6820 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6821 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6822 comparison of opcode with operand.
6823
68242000-10-03 Miles Bader <miles@gnu.org>
6825
6826 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6827 buffer, since the echo area will now grow to accommodate them.
6828
68292000-10-02 Andre Spiegel <spiegel@gnu.org>
6830
6831 * vc-hooks.el (vc-registered): If FILE used to be registered under
6832 a certain backend, try that one first.
6833
6834 * vc.el (vc-responsible-backend): Undo the previous change in the
6835 argument list. Handle multiple backends correctly.
6836 (vc-find-new-backend): Function removed.
6837 (vc-register): Use vc-responsible-backend, as before.
6838 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6839
68402000-10-02 Gerd Moellmann <gerd@gnu.org>
6841
6842 * startup.el (fancy-splash-head): Change message below the
6843 logo.
6844
68452000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6846
6847 * diff-mode.el (diff-goto-source): Emit a status message.
6848 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6849 (diff-test-hunk): Fix doc string.
6850 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6851 (diff-advance-after-apply-hunk): New variable.
6852 (diff-apply-hunk): Don't return a value.
6853
68542000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6855
6856 * vc.el (vc-editable-p): Minor optimization.
6857 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6858 (vc-find-new-backend): New function split from vc-responsible-backend.
6859 (vc-register): Use it.
6860 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6861 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6862 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6863 (vc-clear-headers): Don't use find-file.
6864 (vc-revert-buffer): Use `and' again (must have been a braino).
6865 (vc-switch-backend): Only prompt if requested.
6866 Short circuit if nothing is to be done.
6867 Don't use vc-resynch-buffer which could lose unsaved editing.
6868 (vc-default-receive-file): Update call to vc-unregister.
6869 (with-vc-file, vc-next-action-on-file):
6870 Use vc-backend rather than vc-registered.
6871 (vc-next-action-on-file): Use intern-soft.
6872 Deal with read-only *vc-diff* buffer.
6873 (vc-transfer-file): Docstring fix.
6874
6875 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6876 (vc-rcs-receive-file): Avoid with-vc-properties.
6877 Update call to vc-unregister.
6878 Use constant `RCS' rather than (dynamically bound) var `backend'.
6879
68802000-10-01 Andre Spiegel <spiegel@gnu.org>
6881
6882 * vc.el (vc-next-action-on-file): Update mode line only if file
6883 is visited.
6884 (vc-start-entry): New argument initial-contents. Don't visit the file
6885 if it isn't already visited. Brought documentation up-to-date.
6886 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6887 (vc-checkin): New optional arg initial-contents, which is passed to
6888 vc-start-entry.
6889 (vc-finish-logentry): Make sure to bury log buffer only if there
6890 really is one. Call `vc-resynch-buffer' on log-file, not
6891 buffer-file-name.
6892 (vc-default-comment-history, vc-default-wash-log): New functions.
6893 (vc-index-of): Removed.
6894 (vc-transfer-file): Make do without the above.
6895 (vc-default-receive-file): Call comment-history unconditionally. Pass
6896 the resulting string to vc-checkin, instead of inserting it into the
6897 comment ring.
6898
6899 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6900 unconditionally. Use the comments as initial contents of the log
6901 entry buffer. Document the trick to force branch creation with no
6902 changes.
6903
69042000-10-01 Miles Bader <miles@gnu.org>
6905
6906 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6907 `recenter' with an arg to prevent redrawing the display.
6908
69092000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6910
6911 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6912
6913 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6914
6915 * progmodes/c-mode.el (c-mode):
6916 Don't gratuitously override the default for comment-column.
6917
6918 * textmodes/tex-mode.el (latex-metasection-list): New var.
6919 (latex-imenu-create-index): Use it.
6920 Move the regexp construction outside loops (and use push).
6921 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6922 (tex-font-lock-keywords): Moved from font-lock.el.
6923 (tex-comment-indent): Remove.
6924 (tex-common-initialization): Don't set comment-indent-function.
6925 (latex-block-default): New var.
6926 (tex-latex-block): Use it to provide a default choice.
6927 Add any unknown choice to latex-block-names.
6928 Insert [...] after {...}.
6929 (tex-last-unended-begin): Simplify regexp.
6930 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6931 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6932 (latex-mode): Set forward-sexp-function.
6933
6934 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6935 Add regexp for @ignore ... @end ignore.
6936 (texinfo-heading-face): New face.
6937 (texinfo-font-lock-keywords): Use it.
6938 (texinfo-mode-menu): New menu.
6939 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6940 New functions.
6941 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6942 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6943 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6944 Remove declaration.
6945 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6946
6947 * delsel.el (delete-selection-mode): Use define-minor-mode.
6948
6949 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6950
69512000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6952
6953 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6954
69552000-09-30 Gerd Moellmann <gerd@gnu.org>
6956
6957 * replace.el (keep-lines-read-args): New function.
6958 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6959 read arguments interactively. Add parameters RSTART and REND.
6960 Operate on the active region in Transient Mark mode.
6961
6962 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6963
6964 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6965 (authors-obsolete-files-regexps): New variable.
6966 (authors-add): Don't record changes in obsolete files.
6967
69682000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6969
6970 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6971
6972 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6973 (comment-indent): Make sure there's a space between code and comment.
6974 Shift comments left to avoid going past fill-column.
6975
69762000-09-29 Gerd Moellmann <gerd@gnu.org>
6977
6978 * startup.el (startup-echo-area-message): New function.
6979 (display-startup-echo-area-message): Use it.
6980 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6981 (fancy-splash-default-action): New function.
6982 (fancy-splash-screens-1): New function.
6983 (fancy-splash-head): Put a help-echo and a keymap under the image.
6984
69852000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6986
6987 * diff-mode.el (diff-add-log-file-name): Remove.
6988 (diff-mode): Use add-log-buffer-file-name-function.
6989
6990 * add-log.el (find-change-log): New arg BUFFER-FILE.
6991 (add-log-file-name): Obey add-log-file-name-function.
6992 (add-log-buffer-file-name-function): New var.
6993 (add-change-log-entry): Use it.
6994
69952000-09-29 Miles Bader <miles@gnu.org>
6996
6997 * image-file.el (image-file-name-extensions): New variable.
6998 (image-file-name-regexps): Renamed from `image-file-regexps'.
6999 New default value is nil. Call `auto-image-file-mode'.
7000 (image-file-name-regexp): New function.
7001 (auto-image-file-mode): New minor mode.
7002 (insert-image-file): Don't make conditional on the image-file
7003 handler being enabled.
7004 (image-file-handler): Make the call here conditional instead.
7005 (set-image-file-handler-enabled, enable-image-file-handler)
7006 (disable-image-file-handler): Functions removed.
7007
7008 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7009 string.
7010
70112000-09-29 Gerd Moellmann <gerd@gnu.org>
7012
7013 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7014 it's a function from CL.
7015 (latex-imenu-create-index): Replace eval-when-compile with progn
7016 because latex-section-alist is not bound while compiling.
7017
70182000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7019
7020 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7021 (outline-mode): Use define-derived-mode.
7022
7023 * progmodes/perl-mode.el (perl-mode):
7024 * progmodes/awk-mode.el (awk-mode):
7025 * progmodes/asm-mode.el (asm-mode):
7026 Don't gratuitously override the default for comment-column.
7027
7028 * emacs-lisp/lisp.el (lisp-complete-symbol):
7029 Distinguish the let-binding case from the funcall case.
7030 (forward-sexp-function): New variable.
7031 (forward-sexp): Use it.
7032
7033 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7034 (easy-mmode-defmap): Remove the now useless autoload.
7035
7036 * time.el (display-time-mode): Use define-minor-mode.
7037
7038 * subr.el (add-minor-mode): Don't eval NAME.
7039 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7040 Use if rather than cond.
7041
7042 * simple.el (read-expression-map): Define more properly.
7043 (comment-indent-hook): Remove.
7044 (string-to-syntax): Bug fix.
7045
7046 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7047 (cvs-ediff-diff): Fix typo.
7048 (cvs-revert-if-needed): Don't bother preserving read-only.
7049
7050 * paren.el (show-paren-mode): Use define-minor-mode.
7051
7052 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7053 (toggle-auto-compression): Remove.
7054 (jka-compr-build-file-regexp): Remove useless grouping.
7055
7056 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7057 Avoid user-reserved bindings.
7058 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7059 (diff-header-face): Revert to grey85.
7060
7061 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7062
7063 * complete.el (partial-completion-mode) <defcustom>: Remove.
7064 (partial-completion-mode): Use define-minor-mode.
7065 (PC-do-completion): Understand `completion-auto-help = delay'
7066 to mean to popup the completion buffer only the second time.
7067 (PC-include-file-all-completions, PC-include-file-all-completions)
7068 (PC-include-file-all-completions): Don't quote lambda.
7069
7070 * comint.el (comint-mode-hook): Docstring fix.
7071 (comint-mode): Use define-derived-mode.
7072 (comint-mode-map): Remove obsolete comment.
7073 (make-comint): Minor stylistic change.
7074 (comint-insert-clicked-input): Be more careful to find the overlay.
7075 Use this-command-keys rather than hardcoding mouse-2.
7076
7077 * font-lock.el: Replace confusing (,@ with ,
7078 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7079 Don't use regexp-opt-depth. Spice up the regexp for args.
7080 Don't distinguish between cmds that can take an opt arg or not.
7081 Use `append' and `prepend' rather than `keep'.
7082
7083 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7084 (latex-outline-regexp): New var.
7085 (latex-outline-level): New fun.
7086 (latex-section-alist): New var.
7087 (latex-imenu-create-index): Use it. Use `push' as well.
7088 (tex-shell-map): Initialize it properly.
7089 (tex-mode): Minor stylistic change.
7090 (plain-tex-mode): Use define-derived-mode.
7091 (latex-mode): Use define-derived-mode.
7092 Construct the paragraph regexps in a more readable way.
7093 Set the buffer-local outline-{level,regexp} vars.
7094 (slitex-mode): Derive from latex-mode.
7095 (tex-common-initialization): Don't kill-all-vars anymore.
7096 Add setting for comment-add and font-lock-defaults.
7097 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7098 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7099 (tex-start-tex): New arg DIR (and send a chdir command for it).
7100 Also display the shell buffer and save it in tex-last-buffer-texed.
7101 (tex-region): Use expand-file-name rather than concat.
7102 Remove code made useless by changes in tex-start-tex.
7103 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7104
7105 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7106
71072000-09-28 Dave Love <fx@gnu.org>
7108
7109 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7110
71112000-09-28 Gerd Moellmann <gerd@gnu.org>
7112
7113 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7114 `append'.
7115
71162000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7117
7118 * info.el (Info-extract-pointer): Undo last change.
7119 Instead, fix the position of the `bound' arg to re-search-backward.
7120
71212000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7122
7123 * info.el (Info-extract-pointer):
7124 Widen more carefully, to avoid finding pointers in other nodes.
7125 (Info-index): Use push.
7126
71272000-09-27 Gerd Moellmann <gerd@gnu.org>
7128
7129 * frame.el (set-frame-font): Remove call to obsolete function
7130 frame-update-faces.
7131 (set-foreground-color, set-background-color): Likewise for
7132 frame-update-face-colors.
7133
71342000-09-27 Miles Bader <miles@gnu.org>
7135
7136 * image-file.el: New file.
7137
71382000-09-27 Gerd Moellmann <gerd@gnu.org>
7139
7140 * frame.el (frame-notice-user-settings): Don't call
7141 frame-update-faces, which is a no-op now.
7142
7143 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7144 tool-bar-lines.
7145
71462000-09-27 Dave Love <fx@gnu.org>
7147
7148 * mouse.el: Fix last change.
7149
71502000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7151
7152 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7153
71542000-09-22 Kenichi Handa <handa@etl.go.jp>
7155
7156 * international/quail.el (quail-help): The output message is
7157 improved.
7158
71592000-09-26 Dave Love <fx@gnu.org>
7160
7161 * mouse.el (popup-menu): If POSITION is nil, set it using
7162 mouse-position.
7163
71642000-09-25 Sam Steingold <sds@gnu.org>
7165
7166 * net/browse-url.el (browse-url-file-url): Check for null maps.
7167
71682000-09-26 Gerd Moellmann <gerd@gnu.org>
7169
7170 * frame.el (frame-notice-user-settings): Don't add a
7171 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7172
7173 * frame.el (frame-notice-user-settings):
7174 Make tool-bar-mode and default-frame-alist consistent.
7175
7176 * toolbar/tool-bar.el (tool-bar-help): New function.
7177
71782000-09-25 Gerd Moellmann <gerd@gnu.org>
7179
7180 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7181 current-load-list in top-level forms. Else this leaks a cons cell
7182 every time a defun is called.
7183
7184 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7185
71862000-09-25 Dave Love <fx@gnu.org>
7187
7188 * startup.el (fancy-splash-head): Check XPM is available.
7189
7190 * autoinsert.el (auto-insert): Doc fix.
7191 (auto-insert-alist): Following GNU notices, don't say `copyright
7192 _by_'. Use line-beginning-position.
7193 (auto-insert): Check buffer-file-name is non-nil before use.
7194
71952000-09-25 Gerd Moellmann <gerd@gnu.org>
7196
7197 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7198 starting with `@def' or `@multitable', in addition to ones
7199 specified by the user in auto-fill-inhibit-regexp.
7200
72012000-09-25 Markus Rost <rost@math.ohio-state.edu>
7202
7203 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7204 rmail-dont-reply-to-names matches the empty string.
7205
72062000-09-25 Gerd Moellmann <gerd@gnu.org>
7207
7208 * startup.el (command-line-1, fancy-splash-text): Change the
7209 text to sound more friendly.
7210
72112000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7212
7213 * progmodes/hideshow.el: Update author email address.
7214 Generally, sync w/ maintainer version 5.22.
7215 (hs-hide-all-non-comment-function): New var.
7216 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7217 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7218 (hs-show-region): Delete this command.
7219 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7220
72212000-09-22 Dave Love <fx@gnu.org>
7222
7223 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7224 (hl-line-highlight): Specify buffer when moving overlay.
7225
7226 * progmodes/fortran.el (fortran-mode): Locally set
7227 normal-auto-fill-function.
7228 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7229 (fortran-mode-map): Adjust auto-fill menu entry.
7230
72312000-09-22 Gerd Moellmann <gerd@gnu.org>
7232
7233 * vc-rcs.el (toplevel): Require `vc' when compiling.
7234
7235 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7236
72372000-09-22 Andre Spiegel <spiegel@gnu.org>
7238
7239 * vc.el (vc-switch-backend): Signal an error if the file is not
7240 registered under the new backend.
7241
7242 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7243 without explicit revision number.
7244
72452000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7246
7247 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7248 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7249 (diff-xor): New function.
7250 (diff-find-source-location): Use it. Fix a stupid name clash.
7251 (diff-hunk-status-msg): New function.
7252 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7253 (diff-test-hunk): Use diff-find-source-location.
7254 (diff-goto-source): Favor the `reverse'.
7255 (diff-hunk-text): Properly handle one-sided context diffs.
7256 (diff-apply-hunk): When done, advance to the next hunk.
7257
72582000-09-21 Gerd Moellmann <gerd@gnu.org>
7259
7260 * startup.el (command-line): If frame was created with a non-zero
7261 tool-bar-lines parameter, switch tool-bar-mode on.
7262
7263 * add-log.el (change-log-date-face, change-log-name-face)
7264 (change-log-email-face, change-log-file-face)
7265 (change-log-list-face, change-log-conditionals-face)
7266 (change-log-function-face, change-log-acknowledgement-face):
7267 New faces, inheriting from font-lock faces.
7268 (change-log-font-lock-keywords): Use them.
7269
72702000-09-21 Dave Love <fx@gnu.org>
7271
7272 * progmodes/cperl-mode.el (top-level): Clean up
7273 `eval-when-compile's and assorted defvars.
7274 (cperl-invalid-face): Don't double-quote value. Change custom
7275 type.
7276 (cperl-mode): Set normal-auto-fill-function and don't zap
7277 auto-fill-function.
7278 (cperl-imenu--function-name-regexp-perl): Renamed from
7279 imenu-example--function-name-regexp-perl.
7280 (cperl-imenu--create-perl-index): Renamed from
7281 imenu-example--create-perl-index.
7282 (cperl-xsub-scan): Don't require cl.
7283
7284 * msb.el (msb-mode-map): Use substitute-key-definition.
7285 (msb-mode): Use msb-mode-map.
7286
72872000-09-21 Andre Spiegel <spiegel@gnu.org>
7288
7289 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7290 New functions.
7291 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7292 (vc-switch-backend): New function.
7293 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7294 (vc-register): Fix prompt.
7295 (vc-unregister, vc-default-unregister): New functions.
7296 (vc-version-diff): Handle empty buffer in sentinel.
7297
7298 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7299 (vc-rcs-state-heuristic): Use it to guess the state of files with
7300 non-strict locking.
7301 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7302 been set with -b, but not created yet.
7303 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7304 contents in order to find the state.
7305 (vc-rcs-checkin): Allow creation of branches with no changes.
7306 (vc-rcs-unregister, vc-rcs-receive-file)
7307 (vc-rcs-set-non-strict-locking): New functions.
7308
7309 * vc-hooks.el (vc-name): Force correct computation of the value
7310 in case it is missing.
7311
73122000-09-21 Gerd Moellmann <gerd@gnu.org>
7313
7314 * startup.el (fancy-splash-tail): Use a different foreground
7315 color on a dark frame background.
7316
73172000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7318
7319 * info.el: Use the correct capitalization when making Info-mode
7320 and Info-edit-mode `special' modes.
7321
73222000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7323
7324 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7325 (diff-mode): Add support for add-log.el.
7326 (diff-hunk-text): Use char offsets rather than line offsets.
7327 (diff-find-source-location): Replace LINE with line-offset (nil
7328 if not found) and always set POS to a meaningful position.
7329 Adapt to the new char-offsets.
7330 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7331 Adapt to the new diff-find-source-location.
7332 (diff-goto-source): Adapt to the new diff-find-source-location.
7333
7334 * add-log.el (add-log-file-name): New function (split out of
7335 add-change-log-entry).
7336 (add-change-log-entry): Use it.
7337 Call add-log-file-name-function with the changelog file name if
7338 the current buffer is not associated with any file.
7339 Avoid find-file if the selected window is dedicated.
7340
7341 * diff-mode.el (diff-find-source-location):
7342 Move code from diff-apply-hunk. Return buffer rather than file.
7343 (diff-apply-hunk): Use the new result from diff-find-source-location.
7344 (diff-goto-source): Use the new diff-find-source-location.
7345
73462000-09-20 Dave Love <fx@gnu.org>
7347
7348 * iswitchb.el: Some doc fixes.
7349 (iswitchb-mode-map): Define completely initially. Inherit
7350 minibuffer-local-map.
7351 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7352 fundamental-mode.
7353 (iswitchb-global-map): New variable.
7354 (iswitchb-summaries-to-end): Amalgamate regexps.
7355 (iswitchb-mode): New.
7356 (iswitchb-mode-hook): New variable.
7357 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7358 `extensions'.
7359
73602000-09-20 Gerd Moellmann <gerd@gnu.org>
7361
7362 * ehelp.el (electric-help): New defgroup.
7363 (electric-help-shrink-window): New user-option.
7364 (with-electric-help): Use it.
7365
7366 * window.el (shrink-window-if-larger-than-buffer): If face
7367 `mode-line' has a :box, and we're on a graphical frame, add 1
7368 to the needed window height.
7369
7370 * frame.el (frame-notice-user-settings): Add a last parameter nil
7371 to a call to `append', because the last list passed to `append' is
7372 not copied, and so subsequent calls to assq-delete-all will modify
7373 default-frame-alist.
7374
7375 * startup.el (fancy-splash-image): Change :type.
7376 (fancy-splash-head): Use an XBM image if appropriate.
7377 (command-line-1): Show splash screens in more cases.
7378
7379 * startup.el (fancy-splash-text): Don't quote faces.
7380
7381 * dired.el (dired-font-lock-keywords): Undo last change.
7382 (dired-readin): Bind indent-tabs-mode to nil.
7383
7384 * startup.el (fancy-splash-head): If frame's background mode
7385 is `dark', change the black background of the image to gray.
7386 (fancy-splash-screens): Display startup echo area message.
7387 (display-startup-echo-area-message): New function.
7388
73892000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7390
7391 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7392
7393 * info.el (info-header-node): Tweak for color ttys.
7394
7395 * faces.el (face-valid-attribute-values): Make sure directories we
7396 search for stipples both exist and are readable before trying to
7397 search them.
7398
7399 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7400 in the dry-run case.
7401
7402 * jka-compr.el (with-auto-compression-mode): New macro.
7403
7404 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7405 (custom-group-tag-face, custom-variable-tag-face): Use relative
7406 :height and inherit from `variable-pitch' face instead of
7407 hardwiring :family.
7408 * hi-lock.el (hi-black-hb): Likewise.
7409
7410 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7411 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7412 toolbar-add-item, if image doesn't have a mask add a `:mask
7413 heuristic'.
7414
74152000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7416
7417 * diff-mode.el: Docstring fixes.
7418 (diff-header-face, diff-comment-face): New faces.
7419 (diff-font-lock-keywords): Highlight a bit differently.
7420 (diff-find-source-location): Don't return SPAN any more.
7421 (diff-hunk-text): Don't bother erasing the temp buffer.
7422 (diff-find-text): Drop argument LINE.
7423 (diff-apply-hunk): Update calls to diff-find-text.
7424 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7425
7426 * calendar/calendar.el: Docstring fixes.
7427 (calendar-make-alist): Don't quote lambda.
7428 (calendar-star-date): Use make-local-variable.
7429
74302000-09-19 Dave Love <fx@gnu.org>
7431
7432 * toolbar/tool-bar.el: Renamed from toolbar.el.
7433 Change `toolbar' to `tool-bar' generally in symbols.
7434 Make some items invisible in `special' major modes.
7435 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7436 Add arg PROPS.
7437
7438 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7439 Add :version here.
7440 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7441
74422000-09-19 Gerd Moellmann <gerd@gnu.org>
7443
7444 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7445
7446 * files.el (find-file-suppress-same-file-warnings): New user-option.
7447 (find-file-noselect): Use it.
7448
7449 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7450 (fancy-splash-screen): Defgroup.
7451
7452 * add-log.el (change-log-font-lock-keywords): Match names
7453 more exactly for the case that font-lock-constant-face is
7454 underlined.
7455
74562000-09-19 Richard M. Stallman <rms@gnu.org>
7457
7458 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7459
74602000-09-19 Andre Spiegel <spiegel@gnu.org>
7461
7462 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7463
74642000-09-19 Gerd Moellmann <gerd@gnu.org>
7465
7466 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7467 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7468 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7469 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7470 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7471 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7472 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7473 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7474 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7475 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7476 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7477 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7478
7479 * startup.el (fancy-splash-text): New variable.
7480 (fancy-splash-delay, fancy-splash-image): New user-options.
7481 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7482 (fancy-splash-screens): New functions.
7483 (command-line-1): If display has a `display' frame parameter, has
7484 colors, and we have XPM support, show more fancy splash screens.
7485
74862000-09-19 Dave Love <fx@gnu.org>
7487
7488 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7489 with null `help'. Use modern backquote syntax.
7490
74912000-09-19 Gerd Moellmann <gerd@gnu.org>
7492
7493 * font-lock.el (font-lock-mode): Change message telling the user
7494 that ``the buffer is too big''.
7495
7496 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7497 for instance for the case that tab-width is 2.
7498
74992000-09-18 Gerd Moellmann <gerd@gnu.org>
7500
7501 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7502 toolbar-add-item, if image doesn't have a mask add a `:mask
7503 heuristic'.
7504
75052000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7506
7507 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7508 and return a cons if it's non-nil.
7509 (diff-apply-hunk): Try to jump to the line in the source text
7510 corresponding to the position of point in the in the hunk.
7511
7512 * info.el (Info-title-3-face, Info-title-2-face)
7513 (Info-title-1-face): Use face inheritance and relative sizes
7514 instead of hard-wiring things.
7515
7516 * faces.el (secondary-selection): Make dark-background variant sane.
7517
75182000-09-16 Andrew Innes <andrewi@gnu.org>
7519
7520 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7521 read-only, since they aren't under VC now.
7522
75232000-09-17 Dave Love <fx@gnu.org>
7524
7525 * tmm.el: Replace mapcar with mapc in several places.
7526
7527 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7528 ad-unadvise.
7529
7530 * international/latin1-disp.el: New file.
7531
7532 * calendar/cal-move.el (scroll-calendar-left)
7533 (scroll-calendar-right): Make arg optional (for active mode line).
7534
7535 * calendar/calendar.el (calendar-mode-line-format): Make fields
7536 mouse-sensitive.
7537 (calendar-read-date, calendar-read-date, calendar-window-list):
7538 Unquote lambda.
7539 (calendar-month-name): Use aref, not sref.
7540
7541 * view.el (minor-mode-alist): Propertize the string.
7542
7543 * international/characters.el (standard-case-table): Add entries
7544 for Greek.
7545
75462000-09-18 Miles Bader <miles@gnu.org>
7547
7548 * info.el (info-node, info-xref): Add dark-background variants.
7549
7550 * faces.el (header-line): Change defaults to be less confusing
7551 when mixed with mode-lines.
7552
7553 * info.el (Info-fontify-node): Make a few cleanups.
7554 Add extra `help-echo' and `local-map' props to node xrefs.
7555 Use header-specific faces for node-names & xrefs.
7556 (Info-use-header-line): New variable.
7557 (info-header-xref, info-header-node): New faces.
7558 (Info-setup-header-line): New function.
7559 (Info-select-node): Call Info-setup-header-line when enabled.
7560 (Info-extract-pointer): Work even if the header line is hidden.
7561 (Info-header-line): New variable.
7562
75632000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7564
7565 * vms-patch.el (print-region-function): Don't quote lambda.
7566
7567 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7568
7569 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7570 (lm-get-header-re): Allow spaces between the header and the colon.
7571 (lm-header): Allow $ in non-RCS headers.
7572 (lm-header-multiline): Put the strings back into order.
7573 Stop at an empty line. Don't require two space chars if the
7574 line is clearly not another header line.
7575
7576 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7577 (popup-menu-popup): Remove.
7578
75792000-09-15 Gerd Moellmann <gerd@gnu.org>
7580
7581 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7582 specification if or if not tool-bar item contains an `:enabled'
7583 property.
7584
7585 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7586 current buffer has no file name.
7587
75882000-09-15 Dave Love <fx@gnu.org>
7589
7590 * strokes.el: Sync with maintainer's current version with changes
7591 for Emacs, but avoid runtime cl and levents.
7592 (toplevel): Change autoloads and compilation requires.
7593 (strokes-version, strokes-bug-address, strokes-lift): Values
7594 changed.
7595 (strokes-xpm-header, strokes-insinuated): New variable.
7596 (strokes): Add :link.
7597 (strokes-mode): Customized.
7598 (strokes-while-inhibiting-garbage-collector): New macro.
7599 (strokes-remassoc): Avoid remove-if.
7600 (strokes-fix-button2-command): Don't use ad-do-it.
7601 (strokes-insinuate): New function.
7602 (strokes-button-press-event-p, strokes-button-release-event-p):
7603 New functions, used instead of non-`strokes-' versions..
7604 (strokes-mouse-event-p): Rewritten.
7605 (strokes-event-closest-point): Avoid event-point.
7606 (strokes-get-grid-position): Avoid cdadr, caadr
7607 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7608 functions.
7609 (strokes-help): Use with-output-to-temp-buffer.
7610 (strokes-window-configuration-changed-p): New function.
7611 (strokes-update-window-configuration): Use buffer-live-p,
7612 strokes-window-configuration-changed-p.
7613 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7614 (strokes-char-face): New face.
7615 (strokes-char-table, strokes-base64-chars): New variable.
7616 (strokes-xpm-for-stroke, strokes-list-strokes)
7617 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7618 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7619 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7620 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7621 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7622 functions.
7623
76242000-09-15 Gerd Moellmann <gerd@gnu.org>
7625
7626 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7627
7628 * image.el (create-image): Doc fix.
7629
7630 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7631 instead of `:heuristic-mask t'.
7632
76332000-09-14 Andrew Innes <andrewi@gnu.org>
7634
7635 * makefile.w32-in: Revert to Unix line endings.
7636
76372000-09-14 Andrew Innes <andrewi@gnu.org>
7638
7639 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7640 when installing.
7641
7642 * makefile.nt (DONTCOMPILE): Fix typo.
7643
7644 * shell.el (shell-write-history-on-exit): New function.
7645 (shell-dumb-shell-regexp): New custom variable.
7646 (shell-mode): Make shell-write-history-on-exit the process
7647 sentinel if shell name matches shell-dumb-shell-regexp.
7648
7649 * w32-fns.el: Comment out before-init-hook function which resets
7650 source-directory based; this breaks bootstrap.
7651
76522000-09-14 Dave Love <fx@gnu.org>
7653
7654 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7655 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7656 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7657 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7658 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7659 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7660 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7661 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7662 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7663
7664 * toolbar/toolbar.el: New.
7665
7666 * subdirs.el: Add toolbar.
7667
76682000-09-14 Gerd Moellmann <gerd@gnu.org>
7669
7670 * indent.el (indent-for-tab-command): Doc fix.
7671
76722000-09-14 Alex Schroeder <alex@gnu.org>
7673
7674 * ansi-color.el (ansi-colors): Doc change.
7675 (ansi-color-get-face): Simplified regexp.
7676 (ansi-color-faces-vector): Added more faces, doc change.
7677 (ansi-color-names-vector): Doc change.
7678 (ansi-color-regexp): Simplified regexp.
7679 (ansi-color-parameter-regexp): New regexp.
7680 (ansi-color-filter-apply): Doc change.
7681 (ansi-color-filter-region): Doc change.
7682 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7683 deal with zero length parameters.
7684 (ansi-color-apply-on-region): Doc change.
7685 (ansi-color-map): Doc change.
7686 (ansi-color-map-update): Removed debugging message.
7687 (ansi-color-get-face-1): Added condition-case to trap
7688 args-out-of-range errors.
7689 (ansi-color-get-face): Doc change.
7690 (ansi-color-make-face): Removed.
7691 (ansi-color-for-shell-mode): New option.
7692
76932000-09-13 Kenichi Handa <handa@etl.go.jp>
7694
7695 * international/quail.el (quail-start-translation): Translate KEY
7696 if necessary even if it doesn't have any mapping in the current
7697 input method.
7698 (quail-start-conversion): Likewise.
7699 (quail-help): The output message is improved.
7700
77012000-09-13 Miles Bader <miles@gnu.org>
7702
7703 * comint.el (comint-output-filter): Revert to using
7704 `insert-before-markers'. Add bletcherous hack to undo damage
7705 caused by `insert-before-markers'. Put `front-sticky' property on
7706 overlays created here so that the field code understands how the
7707 overlay works. Use a let when making comint-last-prompt-overlay,
7708 so that the code is easier to read.
7709
77102000-09-13 Dave Love <fx@gnu.org>
7711
7712 * wid-edit.el (widget-default-format-handler): DTRT when
7713 doc-property is a function.
7714
77152000-09-12 Francesco Potorti` <pot@gnu.org>
7716
7717 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7718 filed name if it's not there.
7719
77202000-09-12 Dave Love <fx@gnu.org>
7721
7722 * simple.el (read-mail-command): Doc fix.
7723 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7724
7725 * vc.el (vc-dired-listing-switches): Fix :version.
7726
7727 * vc-hooks.el: Doc fixes.
7728
7729 * subr.el (add-minor-mode): Use toggle-fun arg.
7730
7731 * speedbar.el: Add :version to several defcustoms.
7732
7733 * imenu.el (imenu--truncate-items, imenu--cleanup)
7734 (imenu--generic-function): Avoid mapcar.
7735 (imenu--replace-spaces): Function removed.
7736 (imenu--completion-buffer): Use subst-char-in-string.
7737 (imenu-add-to-menubar): Use keymap inheritance.
7738
77392000-09-12 Miles Bader <miles@gnu.org>
7740
7741 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7742 (diff-mode-map): Bind `diff-test-hunk'.
7743 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7744
77452000-09-11 Gerd Moellmann <gerd@gnu.org>
7746
7747 * bytecomp.el (byte-compile-defvar): Undo last change
7748 because it breaks '(make-variable-buffer-local (defvar ...)'
7749 which is used at least in dired.
7750
77512000-09-12 Kenichi Handa <handa@etl.go.jp>
7752
7753 * international/quail.el (quail-define-package): Docstring
7754 modified.
7755
77562000-09-12 Kenichi Handa <handa@etl.go.jp>
7757
7758 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7759 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7760 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7761 docstring of "chinese-py".
7762
7763 * international/quail.el (quail-translation-docstring): New
7764 variable.
7765 (quail-show-keyboard-layout): Docstring modified.
7766 (quail-select-current): Likewise.
7767 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7768 infinite recursive call.
7769 (quail-help): Check quail-translation-docstring. Format of the
7770 output changed.
7771 (quail-help-insert-keymap-description): Adjusted for the above
7772 change.
7773
77742000-09-11 Gerd Moellmann <gerd@gnu.org>
7775
7776 * bytecomp.el (byte-compile-defvar): Only cons onto
7777 current-load-list in top-level forms. Else this leaks a cons cell
7778 every time a defun is called.
7779
77802000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7781
7782 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7783 Now understands non-unified diffs. Some functionality moved into
7784 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7785 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7786 modify anything. Only reposition point in the patched file if the
7787 patch succeeds. Only pop up another window if POPUP is true.
7788 Emit a message describing what happened if successful, and at what
7789 line-offset. Automatically detect reversed hunks and do something
7790 appropriate.
7791 (diff-hunk-text, diff-find-text): New functions.
7792 (diff-filter-lines): Function removed.
7793 (diff-test-hunk): New function.
7794 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7795
77962000-09-10 Dave Love <fx@gnu.org>
7797
7798 * textmodes/tildify.el: Minor doc/commentary fixes.
7799 (tildify) <defgroup>: Add :version.
7800
7801 * faces.el (face-x-resources): Make custom type more specific.
7802 (frame-background-mode): Use mapc.
7803 (region) <defcustom>: Add :version.
7804
78052000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7806
7807 * vc-sccs.el (vc-sccs-register):
7808 * vc-rcs.el (vc-rcs-register):
7809 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7810 * vc.el (vc-register): Clear file's properties.
7811
78122000-09-08 Gerd Moellmann <gerd@gnu.org>
7813
7814 * faces.el (face-spec-set): Only face-spec-reset-face when
7815 ATTRS is non-nil.
7816
78172000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7818
7819 * help.el (help-insert-xref-button): Fix a typo in doc string.
7820
78212000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7824 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7825 methods.
7826
7827 * menu-bar.el (read-mail-item-name): New function.
7828 (menu-bar-tools-menu): Use it to compute and display the package
7829 used to read email.
7830 (menu-bar-tools-menu): Fix typo in GUD's help string.
7831
78322000-09-07 Dave Love <fx@gnu.org>
7833
7834 * diff-mode.el (diff-mouse-goto-source): New function.
7835
7836 * vc-sccs.el: Doc fixes.
7837 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7838
7839 * vc-rcs.el: Doc fixes.
7840 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7841 (vc-rcs-checkout-switches, vc-rcs-header)
7842 (vc-rcs-master-templates): Add or change :version.
7843
7844 * vc-cvs.el: Doc fixes.
7845 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7846 (vc-cvs-stay-local): Add :version.
7847
7848 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7849
78502000-09-07 Kenichi Handa <handa@etl.go.jp>
7851
7852 * international/quail.el (quail-help): Fix previous change.
7853
78542000-09-07 Gerd Moellmann <gerd@gnu.org>
7855
7856 * faces.el (color-values): Doc fix.
7857
7858 * faces.el (frame-set-background-mode): Use frame-parameter
7859 instead of frame-parameters.
7860
7861 * frame.el (filtered-frame-list): Reduce consing.
7862 (frames-on-display-list): Call frame-parameter instead of
7863 frame-parameters.
7864
78652000-09-07 Kenichi Handa <handa@etl.go.jp>
7866
7867 * language/devan-util.el (devanagari-to-indian-region): In the
7868 loop, change the following char, not preceding char.
7869
78702000-09-07 Gerd Moellmann <gerd@gnu.org>
7871
7872 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7873 instead of frame-parameters.
7874
7875 * faces.el (set-face-attribute): Simplify by calling
7876 internal-set-lisp-face-attribute with FRAME being 0.
7877
7878 * vc.el: Remove `Id' version control keyword.
7879
78802000-09-07 Kenichi Handa <handa@etl.go.jp>
7881
7882 * help.el (help-make-xrefs): Adjusted for the change of
7883 help-xref-mule-regexp.
7884 (help-insert-xref-button): New function.
7885
7886 * international/mule-cmds.el (help-xref-mule-regexp-template):
7887 Include the pattern for character set.
7888 (leim): New group.
7889
7890 * international/quail.el: Don't require face.
7891 (quail): New group.
7892 (quail-other-command): Dummy command to make quail-help work better.
7893 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7894 (quail-keyboard-layout-substitution): New variable.
7895 (quail-update-keyboard-layout): New function.
7896 (quail-keyboard-layout-type): New customizable variable.
7897 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7898 (quail-keyboard-translate): Pay attention to
7899 quail-keyboard-layout-substitution.
7900 (quail-insert-kbd-layout): New function.
7901 (quail-show-keyboard-layout): New function.
7902 (quail-get-translation): If the definition is a vector of length
7903 1, and the element is a string of length 1, return the character
7904 in that string.
7905 (quail-update-current-translations): Fix the case of
7906 relative-index out of range.
7907 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7908 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7909 Show key sequences for all available characters.
7910 (quail-help-insert-keymap-description): Don't show such verbose
7911 key bindings as quail-self-insert-command.
7912
7913 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7914 Format changed, and each element now have extra documentations.
7915 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7916 Adjusted for the change of quail-cxterm-package-ext-info.
7917
79182000-09-06 Gerd Moellmann <gerd@gnu.org>
7919
7920 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7921 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7922 during bootstrap.
7923
79242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7925
7926 * vc.el: (toplevel): Don't require `dired' at run-time.
7927 (vc-dired-resynch-file): Remove autoload cookie.
7928
79292000-09-05 Andre Spiegel <spiegel@gnu.org>
7930
7931 * vc.el: Made several backend functions optional.
7932 (vc-default-responsible-p): New function.
7933 (vc-merge): Use RET for first version to trigger merge-news, not
7934 prefix arg.
7935 (vc-annotate): Handle backends that do not support annotation.
7936 (vc-default-merge-news): Removed. The existence of a merge-news
7937 implementation is now checked on caller sites.
7938
7939 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7940 case.
7941
7942 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7943 special case that has been removed from the default in vc-hooks.el.
7944
79452000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7946
7947 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7948
79492000-09-05 Andre Spiegel <spiegel@gnu.org>
7950
7951 * vc-hooks.el: Require vc during compilation.
7952 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7953 macro `with-vc-properties' in vc.el.
7954 (vc-file-getprop): Doc fix.
7955 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7956
7957 * vc.el: Require dired-aux during compilation.
7958 (vc-name-assoc-file): Moved to vc-sccs.el.
7959 (with-vc-properties): New macro.
7960 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7961 vc-finish-steal): Use it.
7962 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7963 to the backend-specific function is now supposed to do the checkout,
7964 too.
7965 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7966
7967 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7968 set file properties; that gets done in the generic code now.
7969
7970 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7971 Changed parameter list, added code from vc.el that does the
7972 checkout, possibly with a double-take.
7973
7974 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7975 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7976 the above under the new name.
7977 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7978 parameter list, added checkout command.
7979 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7980 properties; that gets done in the generic code now.
7981
79822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7983
7984 * vc.el: Docstring fixes (courtesy of checkdoc).
7985
79862000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7987
7988 * vc.el (vc-checkout-writable-buffer-hook)
7989 (vc-checkout-writable-buffer): Remove.
7990 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7991 (vc-log-mode): Make it into a clean derived major mode.
7992 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7993 vc-log-mode if log-edit is not available.
7994 (vc-dired-mode-map): Don't set-keymap-parent yet.
7995 (vc-dired-mode): Do set-keymap-parent here.
7996 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7997
79982000-09-05 Gerd Moellmann <gerd@gnu.org>
7999
8000 * faces.el (set-face-attribute, face-spec-reset-face)
8001 (face-spec-set): Avoid consing by removing calls to `apply'.
8002
8003 * frame.el (frame-parameter): Move to C code.
8004
80052000-09-05 Dave Love <fx@gnu.org>
8006
8007 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8008 insert-before-markers-and-inherit. Now checked systematically!
8009
80102000-09-05 Alex Schroeder <alex@gnu.org>
8011
8012 * sql.el (sql-postgres): Use sql-postgres-options.
8013 (sql-postgres-options): New variable.
8014
80152000-09-05 Alex Schroeder <alex@gnu.org>
8016
8017 * sql.el (sql-mode-menu): Work around missing variable mark-active
8018 in XEmacs.
8019 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8020 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8021 compatibility.
8022
80232000-09-04 Gerd Moellmann <gerd@gnu.org>
8024
8025 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8026
8027 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8028
8029 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8030
80312000-09-04 Andre Spiegel <spiegel@gnu.org>
8032
8033 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8034 don't support anything else under SCCS yet.
8035
8036 * vc-hooks.el: Minor doc fixes.
8037
80382000-09-04 Andre Spiegel <spiegel@gnu.org>
8039
8040 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8041 not necessary. If verbose in state `needs-patch', do the same as
8042 under `up-to-date'. When NOT verbose and `needs-patch', check out
8043 latest version instead of `merge-news'.
8044 (vc-next-action-dired): Don't mess with default-directory here; it
8045 breaks other parts of dired. It is the job of the
8046 backend-specific functions to adjust it temporarily if they need it.
8047 (vc-next-action): Remove a special CVS case.
8048 (vc-clear-headers): New optional arg FILE.
8049 (vc-checkin, vc-checkout): Set properties vc-state and
8050 vc-checkout-time properly.
8051 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8052 (vc-print-log): Use new backend function `show-log-entry'.
8053 (vc-cancel-version): Do the checks in a different order. Added a
8054 FIXME concerning RCS-only code.
8055
8056 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8057 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8058
8059 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8060
8061 * vc-hooks.el (vc-default-mode-line-string): Show state
8062 `needs-patch' as a `-' too.
8063
80642000-09-04 Andre Spiegel <spiegel@gnu.org>
8065
8066 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8067 (vc-default-could-register): New function.
8068 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8069 (vc-resynch-buffer): Call vc-dired-resynch-file.
8070 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8071 vc-resynch-buffer instead of vc-resynch-window.
8072 (vc-next-action-dired): Don't redisplay here, that gets done as a
8073 result of the individual file operations.
8074 (vc-retrieve-snapshot): Corrected prompt order.
8075
8076 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8077
8078 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8079 as well.
8080 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8081 hostname regexps. Updated all callers.
8082 (vc-cvs-responsible-p): Handle directories as well.
8083 (vc-cvs-could-register): New function.
8084 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8085 properties up-to-date.
8086
8087 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8088 user whether to create one.
8089
80902000-09-04 Andre Spiegel <spiegel@gnu.org>
8091
8092 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8093 check out a non-existing file.
8094
8095 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8096 workfile does not exist.
8097
8098 * vc.el (vc-version-diff): Use `require' to check for existence of
8099 diff-mode.
8100
81012000-09-04 Andre Spiegel <spiegel@gnu.org>
8102
8103 * vc-cvs.el (vc-cvs-registered): Use new function
8104 vc-cvs-parse-entry to do the actual work.
8105
81062000-09-04 Andre Spiegel <spiegel@gnu.org>
8107
8108 * vc-hooks.el (vc-find-backend-function): If function doesn't
8109 exist, return nil instead of error.
8110 (vc-call-backend): Doc fix.
8111
8112 * vc.el (vc-do-command): Doc fix.
8113 (vc-finish-logentry): When checking in from vc-dired, choose the
8114 right backend for logentry check.
8115 (vc-dired-mode-map): Inherit from dired-mode-map.
8116 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8117 simplified.
8118 (vc-dired-state-info): Removed, updated caller.
8119 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8120 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8121 (vc-dired-listing-switches): New variable.
8122 (vc-directory): Use it, instead of dired-listing-switches.
8123
8124 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8125 (vc-cvs-dir-state): New function.
8126 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8127 (vc-cvs-parse-entry): New function, also to be used in
8128 vc-cvs-registered.
8129
81302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8131
8132 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8133 *or* single-window-frames.
8134
81352000-09-04 Andre Spiegel <spiegel@gnu.org>
8136
8137 * vc.el (vc-update-changelog): Split into generic part and default
8138 implementation. Doc string adapted.
8139 (vc-default-update-changelog): New function. Call the `rcs2log'
8140 script in exec-directory, to fix a long-standing nuisance.
8141
8142 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8143 simply signals an error.
8144
81452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8146
8147 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8148 control-flow more clear and to avoid running `cvs' twice.
8149
8150 * vc.el (vc-next-action-on-file): Doc fix.
8151 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8152 (vc-print-log): Eval `file' before constructing the continuation.
8153
81542000-09-04 Andre Spiegel <spiegel@gnu.org>
8155
8156 * vc.el (vc-next-action-on-file): Corrected several messages.
8157 (vc-merge): Add prefix arg `merge-news'; handle it.
8158
8159 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8160 is not reached. It is.
8161 (vc-cvs-merge): Set state to 'edited after merge.
8162 (vc-cvs-merge-news): Set workfile version to nil if not known.
8163 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8164
8165 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8166 via stdout. (Merge from main line.)
8167
81682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8169
8170 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8171 detection.
8172
81732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8174
8175 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8176 against kill-all-local-variables.
8177 (vc-log-edit): Don't save vc-parent-buffer any more.
8178 (vc-last-comment-match): Initialize to an empty string.
8179 (vc-post-command-functions): New hook.
8180 (vc-do-command): Run it.
8181 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8182 (vc-finish-logentry): Only add the comment to the ring if it's
8183 different from the last comment entered.
8184 (vc-new-comment-index): New function.
8185 (vc-previous-comment): Use it. Make the minibuffer message
8186 slightly less terse.
8187 (vc-comment-search-reverse): Make it work forward as well. Don't
8188 set vc-comment-ring-index if no match is found. Use
8189 vc-new-comment-index.
8190 (vc-comment-search-forward): Use vc-comment-search-reverse.
8191 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8192 define-derived-mode will do it for us. Bind `v' to a keymap that
8193 inherits from vc-prefix-map so that we can bind `vt' without
8194 binding C-x v t.
8195 (vc-retrieve-snapshot): Parenthesis typo.
8196
8197 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8198 to 1. Make sure to switch to *vc* before looking for an error
8199 message. Use vc-parse-buffer.
8200
82012000-09-04 Andre Spiegel <spiegel@gnu.org>
8202
8203 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8204 and NAME.
8205 (vc-retrieve-snapshot): Split into two parts.
8206 (vc-default-retrieve-snapshot): New function.
8207
8208 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8209 (vc-cvs-retrieve-snapshot): New function (untested).
8210 (vc-cvs-stay-local): Default to t.
8211 (vc-cvs-remote-p): New function and property.
8212 (vc-cvs-state): Stay local only if the above is t.
8213 (vc-handle-cvs): Removed.
8214 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8215 done via vc-handled-backends now.
8216 (vc-cvs-header): Escape Id.
8217
82182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8219
8220 * vc.el (vc-do-command): Remove unused commands.
8221 (vc-version-diff): Make sure default-directory ends with a slash.
8222 Move the window commands into a vc-exec-after.
8223 (vc-print-log): Move more of the code into the `vc-exec-after'.
8224
82252000-09-04 Andre Spiegel <spiegel@gnu.org>
8226
8227 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8228 (vc-print-log): Search current revision from beginning of buffer.
8229 (vc-revert-buffer): Clear echo area after the diff is finished.
8230 (vc-prefix-map): Removed definition of "t" for terse display in vc
8231 dired.
8232 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8233 definition of "vt" for terse display.
8234 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8235
82362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8237
8238 * vc.el (vc-exec-after): Avoid caddr.
8239
82402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * vc.el (vc-exec-after): New function.
8243 (vc-do-command): Use it to add a termination message for async
8244 procs.
8245 (vc-checkout): Try to handle a missing-backend situation.
8246 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8247 of a directory with a backend using async diffs.
8248 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8249 present.
8250
8251 * vc-sccs.el (vc-sccs-state-heuristic): Use
8252 file-ownership-preserved-p.
8253
8254 * vc-rcs.el (vc-rcs-state-heuristic): Use
8255 file-ownership-preserved-p.
8256 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8257
82582000-09-04 Andre Spiegel <spiegel@gnu.org>
8259
8260 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8261 vc-do-command.
8262
8263 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8264 when there are no changes.
8265
82662000-09-04 Andre Spiegel <spiegel@gnu.org>
8267
8268 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8269
8270 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8271
82722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8273
8274 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8275
8276 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8277 the `fset' outside of the defvar so that it works even if
8278 vc-prefix-map was already defined.
8279 (vc-setup-buffer): New function, split out of vc-do-command.
8280 (vc-do-command): Allow BUFFER to be t to mean `just use the
8281 current buffer without any fuss'.
8282 (vc-version-diff): Change the `diff' backend operation to just put
8283 the diff in the current buffer without erasing it. Always use
8284 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8285 shrink-window-if-larger-than-buffer.
8286 (vc-print-log): Change the `print-log' backend operation to just
8287 put the log in the current buffer without erasing it. Protect
8288 shrink-window-if-larger-than-buffer.
8289 (vc-update-change-log): Fix setd typo.
8290
8291 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8292 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8293
8294 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8295 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8296 CMP.
8297
8298 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8299 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8300 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8301
83022000-09-04 Andre Spiegel <spiegel@gnu.org>
8303
8304 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8305 not possible, use vc-BACKEND-workfile-unchanged-p.
8306 (vc-default-workfile-unchanged-p): New function. Delegates to a
8307 full vc-BACKEND-diff.
8308
8309 * vc-hooks.el (vc-simple-command): Removed.
8310
8311 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8312 instead of vc-simple-command.
8313 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8314 avoid doing a diff when opening a file.
8315 (vc-rcs-state): Added check for unlocked-changes.
8316 (vc-rcs-header): Escape Id.
8317 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8318 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8319 version.
8320
8321 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8322 (vc-sccs-diff): Remove optional arg CMP.
8323 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8324 SCCS-specific function.
8325
8326 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8327 vc-simple-command.
8328
83292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8332 (with-vc-file, vc-merge): Use vc-editable-p.
8333 (vc-do-command): Remove unused var vc-file and fix the
8334 doubly-defined `status' var. Add a user message when starting an
8335 async command.
8336 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8337 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8338 Use with-current-buffer.
8339 (vc-buffer-sync): Use unless.
8340 (vc-next-action-on-file): If the file is 'edited by read-only,
8341 make it read-write instead of trying to commit.
8342 (vc-version-diff, vc-update-change-log): Use `setq
8343 default-directory' rather than `cd'.
8344 (vc-log-edit): Don't forget to set default-directory in the
8345 buffer.
8346
8347 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8348 (vc-sccs-state-heuristic): Use file-writable-p instead of
8349 comparing userids.
8350 (vc-sccs-checkout): Use `unless'.
8351
8352 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8353 of comparing userids.
8354 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8355 Simplify the logic by eliminating unreachable code.
8356 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8357 just do a recursive call if we need to retry.
8358 (vc-rcs-checkout): Handle the case where rcs is missing by making
8359 the buffer read-write if requested and re-signalling the error.
8360
8361 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8362
83632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * vc-hooks.el (vc-handled-backends): Docstring change.
8366 (vc-ignore-vc-files): Mark obsolete.
8367 (vc-registered): Check vc-ignore-vc-files.
8368 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8369 vc-ignore-vc-files.
8370
8371 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8372
83732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8374
8375 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8376 files since ange-ftp already has vc-registered return nil.
8377
8378 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8379 (vc-sccs-workfile-version): Use with-temp-buffer and new
8380 vc-parse-buffer and don't bother setting the property.
8381 (vc-sccs-add-triple): Use with-current-buffer and
8382 find-file-noselect.
8383 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8384
8385 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8386 derives from the old vc-parse-buffer but uses the revision number
8387 rather than the date (much easier to compare robustly).
8388 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8389 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8390 locking-user more directly. Check strict locking and set
8391 checkout-model appropriately.
8392 (vc-rcs-parse-locks): Remove.
8393 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8394 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8395 (vc-rcs-system-release): Use with-current-buffer and
8396 vc-parse-buffer.
8397 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8398
8399 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8400 (vc-simple-command): Docstring fix.
8401 (vc-registered): Align the way the file-handler is called with the
8402 way the function itself works.
8403 (vc-file-owner): Remove.
8404
8405 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8406 extraction of fields and call to file-attributes because of a
8407 temporary bug in rcp.el.
8408 (vc-cvs-fetch-status): Use with-current-buffer.
8409
84102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8411
8412 * vc.el (vc-do-command): Use file-relative-name.
8413 (vc-responsible-backend): Use vc-backend if possible.
8414 (vc-create-snapshot): Improve the `interactive' spec. Add support
8415 for branches and dispatch to backend-specific `create-snapshot'.
8416 (vc-default-create-snapshot): New function, containing the bulk of
8417 the old vc-create-snapshot.
8418 (vc-retrieve-snapshot): Improve the interactive spec.
8419
8420 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8421 (vc-backend-hook-functions): Remove.
8422 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8423 (vc-backend): Reintroduce the test for `file = nil' now that I
8424 know why it was there (and added a comment to better remember).
8425
8426 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8427 code from vc-sccs-hooks.el.
8428 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8429 'vc anymore.
8430 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8431 and file-directory-p instead of file-exists-p.
8432 (vc-sccs-check-headers): Simplify the regexp.
8433
8434 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8435 from vc-rcs-hooks.el. Don't require 'vc anymore.
8436 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8437 file-directory-p instead of file-exists-p.
8438
8439 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8440 from vc-cvs-hooks.el.
8441 (proto vc-cvs-registered): Require 'vc-cvs instead of
8442 'vc-cvs-hooks. Don't require 'vc anymore.
8443 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8444 file-directory-p instead of file-exists-p.
8445 (vc-cvs-create-snapshot): New function, replacing
8446 vc-cvs-assign-name.
8447 (vc-cvs-assign-name): Remove.
8448
84492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8450
8451 * vc-cvs.el (vc-cvs-header): New var.
8452
8453 * vc-rcs.el (vc-rcs-exists): Remove.
8454 (vc-rcs-header): New var.
8455
8456 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8457 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8458 (vc-sccs-header): New var.
8459
8460 * vc.el (vc-do-command): Get rid of the `last' argument.
8461 (vc-header-alist): Remove, replaced by vc-X-header.
8462 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8463 (vc-dired-hook): Use expand-file-name instead of concat.
8464 (vc-directory): Use file-name-as-directory.
8465 (vc-snapshot-precondition, vc-create-snapshot)
8466 (vc-retrieve-snapshot): Allow the command to operate on any
8467 directory.
8468
8469 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8470 just removing the 'WORKFILE argument or by removing the 'MASTER
8471 argument and replacing `file' with (vc-name file).
8472
84732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8474
8475 * vc.el: Update Copyright and add a crude list of backend funs.
8476 (vc-writable-p): New function.
8477 (with-vc-file): Use vc-writable-p.
8478 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8479 (vc-register): Avoid vc-name.
8480 (vc-locking-user): Remove.
8481 (vc-steal-lock): Make the `owner' arg non-optional.
8482 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8483 vc-checkout-model.
8484 (vc-default-dired-state-info): Use vc-state instead of
8485 vc-locking-user and return special strings for special states.
8486 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8487 and get rid of one of the special CVS cases.
8488 (vc-cancel-version): prettify error message with \\[...].
8489 (vc-rename-master): New function.
8490 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8491 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8492 the CVS special case generic.
8493 (vc-default-record-rename): Remove.
8494 (vc-file-tree-walk-internal): Only call FUNC for files that are
8495 under control of some VC backend and replace `concat' with
8496 expand-file-name.
8497 (vc-file-tree-walk): Update docstring.
8498 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8499 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8500
8501 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8502 vc-sccs-record-rename. Use `find-file-noselect' rather than
8503 `find-file' and call `vc-rename-master' to do the actual move.
8504 (vc-sccs-diff): Remove unused `backend' variable.
8505
8506 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8507 to delay loading of vc-sccs until it is really used.
8508 (vc-sccs-master-templates): Preload.
8509 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8510 (vc-sccs-project-dir): Remove (merged into
8511 vc-sccs-search-project-dir).
8512 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8513 rather than `concat', make sure it is preloaded and don't bother
8514 to check that the file actually exists.
8515 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8516 `locks' argument (use buffer's content instead) and eliminate n^2
8517 behavior.
8518
8519 * vc-rcs.el: Update Copyright.
8520 (vc-rcs-rename-file): New function.
8521 (vc-rcs-diff): Remove unused `backend' variable.
8522
8523 * vc-hooks.el: Update Copyright.
8524 (vc-backend): Don't accept a nil argument any more.
8525 (vc-up-to-date-p): Turn into a defsubst.
8526 (vc-possible-master): New function.
8527 (vc-check-master-templates): Use `vc-possible-master' and allow
8528 funs in vc-X-master-templates to return a non-existent file.
8529
8530 * vc-cvs.el: Update Copyright.
8531 (vc-cvs-diff): Remove unused `backend' variable.
8532 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8533
8534 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8535
85362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8537
8538 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8539 since it can be called from vc-rcs.el.
8540 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8541
85422000-09-04 Andre Spiegel <spiegel@gnu.org>
8543
8544 * vc.el (vc-version-diff): Expand file name read from the
8545 minibuffer. Handle the case when a previous version number can't
8546 be guessed. Give suitable messages when there were no differences
8547 found.
8548 (vc-clear-headers): Call backend-specific implementation, if one
8549 exists.
8550 (vc-cancel-version): Made error checks generic. When done, clear
8551 headers generically, too.
8552
8553 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8554 from vc-clear-headers in vc.el.
8555
8556 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8557 correctly.
8558 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8559 optional. Handle the case when it's not there.
8560
85612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8562
8563 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8564
85652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8566
8567 * vc-hooks.el (vc-loadup): Remove.
8568 (vc-find-backend-function): Use `require'. Also, handle the case
8569 where vc-BACKEND-hooks.el doesn't exist.
8570 (vc-call-backend): Cleanup.
8571
85722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8573
8574 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8575 vc-rcs-grab-templates)
8576 (vc-rcs-registered): Remove. The default function works as well.
8577 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8578 vc-sccs-grab-templates)
8579 (vc-sccs-registered): Remove. The default function works as well.
8580
8581 * vc.el (vc-version-diff): Left out a vc- in call to
8582 vc-call-backend.
8583 (vc-default-dired-state-info, vc-default-record-rename)
8584 (vc-default-merge-news): Update for the new backend argument.
8585
8586 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8587 using the default function.
8588 (vc-call-backend): If calling the default function, pass it the
8589 backend as first argument. Update the docstring accordingly.
8590 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8591 for the new backend argument.
8592 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8593 (vc-find-backend-function): Use the new name.
8594 (vc-default-registered): New function.
8595
85962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8597
8598 * vc.el (vc-merge): Use vc-find-backend-function.
8599
8600 * vc-hooks.el (vc-backend-functions): Remove.
8601 (vc-loadup): Don't setup 'vc-functions.
8602 (vc-find-backend-function): New function.
8603 (vc-call-backend): Use above fun and populate 'vc-functions
8604 lazily.
8605 (vc-backend-defines): Remove.
8606
86072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8608
8609 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8610 Call vc-call-backend without the leading vc-.
8611 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8612 (vc-check-headers): Call vc-call-backend without the leading vc-.
8613 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8614 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8615 Call vc-call-backend without the leading vc-.
8616
8617 * vc-cvs.el (tail): Provide vc-cvs.
8618 * vc-sccs.el (tail): Provide vc-sccs.
8619 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8620
8621 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8622 (vc-make-backend-function, vc-call): Pass names without leading
8623 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8624 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8625 (vc-call-backend): Always try to load vc-X-hooks.
8626 (vc-registered): Remove vc- in call to vc-call-backend.
8627
86282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8629
8630 * vc.el (vc-process-filter): New function.
8631 (vc-do-command): Setup `vc-process-filter' for the async process.
8632 (vc-maybe-resolve-conflicts): New function to reduce
8633 code-duplication. Additionally, it puts the buffer in
8634 `smerge-mode' if applicable.
8635 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8636 calling `merge-news'.
8637 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8638 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8639 interfacing to log-edit.el.
8640 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8641 log-edit is available.
8642 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8643
86442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8645
8646 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8647 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8648 defvar and the initialization.
8649 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8650
8651 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8652 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8653
8654 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8655
86562000-09-04 Andre Spiegel <spiegel@gnu.org>
8657
8658 * vc.el (vc-file-clear-masterprops): Removed.
8659 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8660 (vc-version-diff): Use buffer-size without argument.
8661 (vc-register): Heed vc-initial-comment.
8662
8663 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8664 default branch.
8665
8666 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8667 file name and workfile version.
8668 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8669
8670 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8671 vc-file-clear-masterprops.
8672
8673 * vc-sccs.el (vc-sccs-checkout): Removed call to
8674 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8675 rather than user login name.
8676
8677
86782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8679
8680 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8681 `want-differences-if-changed' and simplify.
8682 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8683 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8684 output (which is invalid for async vc-diff) to decide whether to
8685 do the revert silently or not.
8686
86872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8688
8689 * vc-hooks.el (vc-loadup): Load files quietly.
8690 (vc-call-backend): Oops, brain fart.
8691
86922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8693
8694 * vc-cvs.el (vc-cvs-state): Typo.
8695 (vc-cvs-merge-news): Return the status code rather than the error msg.
8696
86972000-09-04 Andre Spiegel <spiegel@gnu.org>
8698
8699 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8700 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8701 vc-state or vc-up-to-date-p.
8702 (vc-merge): Use vc-backend-defines to check whether merging is
8703 possible. Set state to 'edited after successful merge.
8704
8705 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8706 return that name. Redocumented.
8707
87082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8709
8710 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8711 new `vc-state' semantics.
8712 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8713 'vc-locking-user to the current user.
8714 (vc-merge): Inline vc-backend-merge. Comment out code that I
8715 don't understand and hence can't adapt to the new `vc-state' and
8716 `vc-locking-user' semantics.
8717 (vc-backend-merge): Remove.
8718
8719 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8720 rather than 'vc-locking-user.
8721
8722 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8723
8724 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8725 (vc-state): Don't use 'reserved any more. Just use the same
8726 convention as the one used for vc-<backend>-state where the
8727 locking user (as a string) is returned.
8728 (vc-locking-user): Update, based on the above convention. The
8729 'vc-locking-user property has disappeared.
8730 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8731
8732 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8733 with a heuristic one.
8734 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8735 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8736 error. That allows us to get to 'needs-merge even in the
8737 stay-local case. There's still no way to detect 'needs-patch in
8738 such a setup (or to force an update for that matter).
8739 (vc-cvs-logentry-check): Remove, the default works as well.
8740
87412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8742
8743 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8744
8745 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8746 major-mode in which the buffer might have been put earlier. Use
8747 `remove' and `when'. Allow `okstatus' to be `async' and use
8748 `start-process' in this case.
8749 (vc-version-diff): Handle the case where the diff looks empty
8750 because of the use of an async process.
8751
87522000-09-04 Andre Spiegel <spiegel@gnu.org>
8753
8754 * vc.el (vc-next-action-on-file): Removed optional parameter
8755 `simple'. Recompute state unconditionally.
8756 (vc-default-toggle-read-only): Removed.
8757
8758 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8759 (vc-toggle-read-only): Undid prev change.
8760
8761 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8762 vc-cvs-simple-toggle. Redocumented.
8763 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8764 (vc-cvs-toggle-read-only): Removed.
8765
87662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8767
8768 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8769 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8770 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8771 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8772 still is. So maybe it should be removed.
8773 (vc-head-version, vc-find-binary): Remove.
8774 (vc-recompute-state): Move from vc-hooks.el.
8775 (vc-next-action-on-file): Add a `simple' argument to allow
8776 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8777 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8778 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8779 (vc-dired-mode-map): Properly defvar it.
8780 (vc-print-log): Call log-view-mode if available.
8781 (small-temporary-file-directory): defvar instead of use boundp.
8782 (vc-merge-news): Moved to vc-cvs.el.
8783 (vc-default-merge-news): New function.
8784
8785 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8786 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8787 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8788 unknown `vc-latest-version' function. It should probably refer to
8789 vc-workfile-version or somesuch, but it's very unclear to me and I
8790 don't have SCCS to test things.
8791
8792 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8793 (vc-sccs-state-heuristic): Fix typo.
8794 (vc-sccs-workfile-unchanged-p): Add missing argument.
8795
8796 * vc-rcs.el: Require vc and vc-rcs-hooks.
8797 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8798 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8799 (vc-release-greater-or-equal-p): Move from vc.
8800 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8801 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8802 (vc-rcs-checkout): Add a missing `new-version' argument in the
8803 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8804
8805 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8806 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8807 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8808 than the apparently unbound `workfile-version'.
8809
8810 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8811 (vc-file-prop-obarray): Use `make-vector'.
8812 (vc-backend-functions): Add new hookable functions
8813 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8814 (vc-loadup): If neither backend nor default functions exist, use
8815 the backend function rather than nil.
8816 (vc-call-backend): If the function if not bound yet, try to load
8817 the non-hook file to see if it provides it.
8818 (vc-call): New macro plus use it wherever possible.
8819 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8820 nor `vc-find-binary' since it's only called from
8821 vc-mistrust-permission which is only used once the backend is known.
8822 (vc-checkout-model): Fix parenthesis.
8823 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8824
8825 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8826 (vc-cvs-release, vc-cvs-system-release): Remove.
8827 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8828 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8829 status symbols.
8830 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8831 (vc-cvs-toggle-read-only): First cut at a function to allow a
8832 cvs-status-free vc-toggle-read-only.
8833 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8834 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8835 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8836 (vc-cvs-checkout): Modify access rights directly if the user
8837 requested not to use `cvs edit'. And refresh the mode line.
8838
8839 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8840 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8841
88422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8843
8844 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8845 workfile' that got lost when the code was extracted from vc.el.
8846 And merged the tail with the rest of the code (not possible in the
8847 old vc.el where the tail was shared among all backends). And
8848 explicitly set the state to 'edited if `writable' is set.
8849
8850 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8851 (vc-cvs-state): Be careful to return the value from
8852 vc-cvs-parse-state.
8853 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8854 property but return it instead. Also be careful to handle a nil
8855 or "" `rev' when workfile is non-nil (it was handled properly when
8856 workfile was nil).
8857
8858 * vc.el: Removed those pesky unnecessary `(function' quotes.
8859 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8860 directly in the defvar.
8861 (vc-do-command): Bind inhibit-read-only so as to properly handle
8862 the case where the destination buffer has been made read-only.
8863 (vc-diff): Delegate to vc-version-diff in all cases.
8864 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8865 (vc-annotate-mode-variables): Removed (code moved partly to
8866 defvars and partly to vc-annotate-add-menu).
8867 (vc-annotate-mode): Turned into a derived-mode.
8868 (vc-annotate-add-menu): Moved in code in
8869 vc-annotate-mode-variables.
8870 (vc-update-change-log): Use make-temp-file if available.
8871
88722000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8873
8874 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8875 `vc-checkout-model' updated to `vc-cvs-update-model'.
8876
88772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8878
8879 * vc.el (vc-next-action-on-file): Added handling of state
8880 `unlocked-changes'.
8881 (vc-checkout-carefully): Is now practically obsolete, unless the
8882 above is too slow to be enabled unconditionally.
8883 (vc-update-change-log): Fixed typo.
8884
8885 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8886
8887 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8888 Now handles state `unlocked-changes'.
8889 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8890
8891 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8892
8893 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8894 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8895 `unlocked-changes'.
8896 (vc-rcs-workfile-unchanged-p): Renamed from
8897 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8898 function yet, but supposed to become one soon.
8899
8900 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8901 `vc-steal-lock'.
8902 (vc-call-backend): Changed error message.
8903 (vc-state): Added description of state `unlocked-changes'.
8904
89052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8906
8907 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8908 always return t in CVS-controlled directories.
8909
8910 * vc.el (vc-responsible-backend): New function.
8911 (vc-register): Largely rewritten.
8912 (vc-admin): Removed (implementation moved into vc-register).
8913 (vc-checkin): Redocumented.
8914 (vc-finish-logentry): If no backend defined yet (because we are in
8915 the process of registering), use the responsible backend.
8916
8917 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8918 Updated function lists.
8919 (vc-call-backend): Fixed typo.
8920
8921 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8922 New functions.
8923 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8924 Removed query option. Redocumented.
8925
89262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8927
8928 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8929
8930 * vc.el: Updated callers of `vc-checkout-required' to use
8931 `vc-checkout-model'.
8932
89332000-09-04 Martin Lorentzson <martinl@gnu.org>
8934
8935 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8936 stuff updated to reference this function instead of the old
8937 `vc-backend-release-p'.
8938
89392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8940
8941 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8942 vc-checkout-model. Return appropriate values. Updated callers.
8943
89442000-09-04 Martin Lorentzson <martinl@gnu.org>
8945
8946 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8947 (vc-backend-revert): Function moved into `vc-revert';
8948 `vc-next-action' must be updated to accomodate this change.
8949 (vc-backend-steal): Function moved into `vc-finish-steal'.
8950 (vc-backend-logentry-check): Function moved into
8951 `vc-finish-logentry'.
8952 (vc-backend-printlog): Function moved into `vc-print-log'.
8953 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8954 (vc-backend-assign-name): Function moved into
8955 `vc-create-snapshot'.
8956
89572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8958
8959 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8960 Rename to vc-checkout-model. Return appropriate values.
8961 Update callers.
8962
8963 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8964 to vc-checkout-model.
8965 (vc-checkout-required): Rename to vc-checkout-model.
8966 Re-implement and re-comment.
8967 (vc-after-save): Use vc-checkout-model.
8968
89692000-09-04 Martin Lorentzson <martinl@gnu.org>
8970
8971 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8972 Update to use the vc-BACKEND-diff functions instead.
8973 `vc-diff' is now working.
8974
8975 * vc-rcs.el (vc-rcs-logentry-check): New function.
8976
8977 * vc-cvs.el (vc-cvs-logentry-check): New function.
8978
8979 * vc-sccs.el (vc-sccs-diff): Function changed name from
8980 `vc-backend-diff'. This makes `vc-diff' work.
8981
8982 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8983 of functions possibly implemented in a vc-BACKEND library.
8984 (vc-checkout-required): Fix bug that caused an error to be
8985 signaled during `vc-after-save'.
8986
8987 * vc.el: Fix typo.
8988 This checkin is made with our new VC code base for the very first time.
8989 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8990
8991 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8992 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8993
8994 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8995 updated to `vc-uses-locking'.
8996 (vc-checkout-required): Call to backend function.
8997 `vc-checkout-required' updated to `vc-uses-locking' instead.
8998
8999 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9000 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9001
9002 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9003 to match the split into various backends.
9004 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9005 (vc-retrieve-snapshot): Bug fix.
9006
90072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9008
9009 * vc-sccs.el (vc-sccs-release): Doc fix.
9010
90112000-09-04 Martin Lorentzson <martinl@gnu.org>
9012
9013 * vc.el (vc-next-action-on-file): Bug found and fixed.
9014 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9015 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9016
9017 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9018 (vc-rcs-checkout): Name space cleaned up. No more revision number
9019 crunching function names that are not prefixed with vc-rcs.
9020 (vc-rcs-checkout-model): Function added. References to
9021 `vc-checkout-model' replaced.
9022
90232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9024
9025 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9026 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9027 still need to be split, and implemented for RCS).
9028
90292000-09-04 Martin Lorentzson <martinl@gnu.org>
9030
9031 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9032
9033 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9034 required by the vc.el file.
9035
9036 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9037 required by the vc.el file.
9038 (vc-rcs-exists): Function added.
9039
9040 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9041 required by the vc.el file.
9042
9043 * vc.el (vc-admin): Updated to handle selection of appropriate
9044 backend. Current implementation is crufty and need re-thinking.
9045
9046 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9047
90482000-09-04 Martin Lorentzson <martinl@gnu.org>
9049
9050 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9051 beginning of annotate buffers correctly.
9052
9053 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9054 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9055 functionality updated quite a lot to support multiple backends.
9056 Variables `vc-annotate-mode', `vc-annotate-buffers',
9057 `vc-annotate-backend' added.
9058
9059 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9060 `vc-annotate-difference' added to supported backend functions.
9061
90622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9063
9064 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9065 Use with-temp-file instead of /bin/sh. Merged from mainline
9066
90672000-09-04 Martin Lorentzson <martinl@gnu.org>
9068
9069 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9070
9071 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9072
9073 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9074
90752000-09-04 Martin Lorentzson <martinl@gnu.org>
9076
9077 * vc-hooks.el: vc-state-heuristic added to
9078 vc-backend-hook-functions.
9079
9080 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9081
9082 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9083
9084 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9085 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9086 state to `reserved'.
9087
9088 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9089 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9090
90912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9092
9093 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9094 untouched.
9095
9096 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9097
9098 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9099 if defined. (Merged from main line, slightly adapted.)
9100
9101 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9102 millenium problem (merged from mainline).
9103
91042000-09-04 Martin Lorentzson <martinl@gnu.org>
9105
9106 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9107 part and moved the non-BACKEND stuff to vc.el.
9108
9109 * vc.el: Split the annotate feature into a BACKEND specific part
9110 and moved it from the vc-cvs.el file to this one.
9111
91122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9113
9114 * vc-hooks.el: Implement new state model.
9115 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9116 (vc-locking-user): Simplify. Now only needed if the file is
9117 locked by somebody else.
9118 (vc-lock-from-permissions): Remove. Functionality is in
9119 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9120 (vc-mode-line-string): New name for former vc-status. Adapted.
9121 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9122
9123 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9124 Various simplifications and adaptations all over the place.
9125
9126 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9127 Simplify and adapt the rest.
9128
9129 * vc.el (vc-resynch-window): Add TODO comment: check for
9130 interaction with view mode according to recent RCS change.
9131 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9132
91332000-09-04 Martin Lorentzson <martinl@gnu.org>
9134
9135 * vc.el: Convert the remaining function comments to docstrings.
9136
91372000-09-04 Martin Lorentzson <martinl@gnu.org>
9138
9139 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9140 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9141 (vc-minor-part, vc-previous-version): Functions that operate and
9142 compare revision numbers got proper documentation. Comments added
9143 about their possible removal.
9144
91452000-09-04 Martin Lorentzson <martinl@gnu.org>
9146
9147 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9148 the vc-backend.el files.
9149
9150 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9151
9152 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9153 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9154 (vc-rcs-previous-version): Functions added.
9155
9156 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9157
9158 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9159
91602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9161
9162 * vc-hooks.el (vc-master-templates): Is really obsolete.
9163 Comment out the definition for now. What is the right procedure
9164 to get rid of it?
9165 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9166 rewritten.
9167 (vc-default-registered): Remove.
9168 (vc-check-master-templates): New function; does mostly what the
9169 above did before.
9170 (vc-locking-user): Don't rely on the backend to set the property.
9171
9172 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9173 Rewrite documentation.
9174 (vc-rcs-templates-grabbed): New variable.
9175 (vc-rcs-grab-templates): New function.
9176 (vc-rcs-registered): Rewrite to use above mechanism.
9177
9178 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9179 Rewrite documentation.
9180 (vc-sccs-templates-grabbed): New variable.
9181 (vc-sccs-grab-templates): New function.
9182 (vc-sccs-registered): Rewrite to use above mechanism.
9183 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9184 Don't throw the result, simply return it.
9185
9186 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9187 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9188 (vc-cvs-registered): Does the check itself now. Simplify.
9189
9190 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9191 from main line.
9192
91932000-09-04 Martin Lorentzson <martinl@gnu.org>
9194
9195 * vc-cvs.el (vc-cvs-diff): New function.
9196
9197 * vc-sccs.el (vc-sccs-diff): New function.
9198
9199 * vc-rcs.el (vc-rcs-diff): New function.
9200 (vc-rcs-checkout): Bug (typo) found and fixed.
9201 (vc-rcs-register-switches): New variable.
9202
9203 * vc.el (vc-backend-diff): Function removed and placed in the
9204 backend files.
9205
92062000-09-04 Martin Lorentzson <martinl@gnu.org>
9207
9208 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9209
9210 * vc.el (vc-backend-checkout): Function removed and replaced in
9211 the vc-backend.el files.
9212
9213 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9214
9215 * vc.el (vc-backend-admin): Removed and replaced in the
9216 vc-backend.el files.
9217
9218 * vc.el (Martin): Removed all the annotate functionality since it
9219 is CVS backend specific.
9220
92212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9222
9223 * spec.txt: Added specification of vc-state.
9224
9225 * vc-sccs-hooks.el (vc-sccs-master-properties):
9226 Remove handling of vc-latest-version and
9227 vc-your-latest-version. What used to be vc-latest-version, is now
9228 returned as vc-workfile-version.
9229 (vc-sccs-workfile-version): Adapt.
9230
92312000-09-04 Dave Love <fx@gnu.org>
9232
9233 * vc.el: [Merged from mainline.]
9234 (vc-dired-mode): Make the dired-move-to-filename-regexp
9235 regexp match the date, to avoid treating date as file size.
9236 Add YYYY S option to WESTERN/
9237
92382000-09-04 Dave Love <fx@gnu.org>
9239
9240 * vc.el: Require `compile' when compiling.
9241 (vc-logentry-check-hook): New option.
9242 (vc-steal-lock): Use compose-mail.
9243 (vc-dired-mode-map): Defvar when compiling.
9244 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9245 vc-sccs.el and renamed. Callers changed.
9246 (vc-backend-checkout, vc-backend-logentry-check)
9247 (vc-backend-merge-news): Doc fix.
9248 (vc-default-logentry-check): New function.
9249 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9250 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9251 (vc-backend-merge): Doc fix. Use backend functions.
9252 (vc-check-headers): Use backend functions.
9253
9254 * vc-cvs.el: Require vc when compiling.
9255 (vc-cvs-register-switches): Doc fix.
9256 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9257 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9258 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9259 New functions (code from vc.el).
9260 (vc-annotate-display-default): Fix interactive spec.
9261 (vc-annotate-time-span): Doc fix.
9262
9263 * vc-rcs.el: Require vc when compiling.
9264 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9265 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9266 (vc-rcs-checkin): New functions (code from vc.el).
9267 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9268 Doc fix.
9269 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9270
9271 * vc-sccs.el: Require vc when compiling.
9272 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9273 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9274 (vc-sccs-revert)
9275 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9276 from vc.el).
9277 (vc-sccs-add-triple, vc-sccs-record-rename)
9278 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9279 (vc-sccs-admin): Doc fix.
9280
92812000-09-04 Martin Lorentzson <martinl@gnu.org>
9282
9283 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9284 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9285 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9286 from vc.el.
9287
9288 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9289
9290 * vc-cvs.el: Moved the annotate functionality from vc.el.
9291 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9292
92932000-09-04 Dave Love <fx@gnu.org>
9294
9295 * vc.el (vc-backend-release): Call vc-system-release.
9296
9297 * vc-sccs.el (vc-sccs-system-release):
9298 Renamed from vc-sccs-backend-release.
9299
9300 * vc-rcs.el (vc-rcs-system-release):
9301 Renamed from vc-rcs-backend-release.
9302
9303 * vc-cvs.el (vc-cvs-system-release):
9304 Renamed from vc-cvs-backend-release.
9305
93062000-09-04 Dave Love <fx@gnu.org>
9307
9308 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9309 backend files.
9310 (vc-backend-release): Dispatch to backend functions.
9311 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9312 probably needs attention.]
9313
9314 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9315 (vc-sccs-backend-release): New function.
9316
9317 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9318 (vc-cvs-backend-release): New function.
9319
9320 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9321 Doc fix.
9322 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9323 (vc-default-dired-state-info): New function.
9324 (vc-dired-state-info): Dispatch to backends.
9325 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9326
9327 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9328 from vc.el and renamed.
9329
93302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9331
9332 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9333 (vc-version-other-window, vc-backend-assign-name): Removed
9334 references to vc-latest-version; sometimes changed into
9335 vc-workfile-version.
9336
9337 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9338 vc-rcs-master-workfile-version.
9339 (vc-rcs-workfile-version): Use the above. Don't call
9340 vc-latest-version (that was unreachable code, anyway).
9341 (vc-rcs-fetch-master-properties): Doc fix.
9342
9343 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9344 (vc-backend-hook-functions): Removed them from this list, too.
9345 (vc-fetch-properties): Removed.
9346 (vc-workfile-version): Doc fix.
9347
9348 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9349 (vc-rcs-workfile-version, vc-rcs-locking-user)
9350 (vc-rcs-uses-locking): Use it.
9351
9352 * vc-hooks.el (vc-consult-rcs-headers):
9353 Moved into vc-rcs-hooks.el, under the name
9354 vc-rcs-consult-headers.
9355
9356 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9357 headers.
9358 (vc-cvs-find-master): Use this name only; correct different
9359 versions of the name.
9360
9361 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9362 New functions.
9363 (vc-sccs-locking-user): Use the latter.
9364
9365 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9366 New functions.
9367
9368 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9369 Moved into both
9370 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9371 functions are implementation details of those two backends.
9372
93732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9374
9375 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9376 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9377
9378 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9379 (vc-sccs-parse-locks): SCCS-specific code moved here from
9380 vc-hooks.
9381
9382 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9383 code moved here from vc-hooks.
9384
9385 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9386 into back-end specific parts and removed. Callers not updated
9387 yet; because I guess these callers will disappear into back-end
9388 specific files anyway.
9389
93902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9391
9392 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9393 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9394 `vc-uses-locking'.
9395
9396 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9397 Store yes/no in the property, and return t/nil. Updated all
9398 callers.
9399
9400 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9401 vc-sccs-uses-locking. Don't set property.
9402 (vc-sccs-locking-user): Don't set property.
9403
9404 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9405 vc-cvs-uses-locking. Don't set property here; leave that to
9406 vc-hooks.
9407 (vc-cvs-locking-user): Reflect above change. Streamlined.
9408
9409 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9410 vc-rcs-uses-locking.
9411 (vc-rcs-locking-user): Reflect above change.
9412
94132000-09-04 Dave Love <fx@gnu.org>
9414
9415 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9416
9417 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9418
9419 * vc-hooks.el (vc-checkout-model): Punt to backends.
9420
9421 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9422
9423 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9424
9425 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9426 New functions.
9427
9428 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9429 New functions.
9430
9431 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9432 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9433
9434 * vc-hooks.el (vc-default-locking-user): New function.
9435 (vc-locking-user, vc-workfile-version): Punt to backends.
9436
94372000-09-04 Dave Love <fx@gnu.org>
9438
9439 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9440 (vc-master-workfile-version): Moved from vc-hooks.
9441
9442 * vc-rcs-hooks.el: Fix duplicate code in last change.
9443
9444 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9445 (vc-rcs-master-templates): Improve :type.
9446 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9447 vc-master-workfile-version): Moved from vc-hooks.
9448
9449 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9450 (vc-sccs-master-templates): Improve :type.
9451 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9452
9453 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9454
9455 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9456 (vc-cvs-master-templates): Improve :type. Use
9457 vc-cvs-find-cvs-master.
9458 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9459 from vc-hooks.
9460 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9461
9462 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9463 Moved to vc-cvs-hooks.
9464
9465 * vc-hooks.el: Add doc strings in various places. Simplify the
9466 minor mode setup.
9467 (vc-handled-backends): New user variable.
9468 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9469 simplification.
9470
94712000-09-04 Dave Love <fx@gnu.org>
9472
9473 * vc.el: Some doc fixes for autoloaded and interactive functions.
9474 Fix compilation warnings from ediff stuff.
9475 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9476
9477 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9478
9479 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9480
9481 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9482
94832000-09-04 Dave Love <fx@gnu.org>
9484
9485 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9486 New variable.
9487 (vc-make-backend-function, vc-loadup, vc-call-backend)
9488 (vc-backend-defines): New functions.
9489
9490 * vc-hooks.el: Various doc fixes.
9491 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9492 (vc-match-substring): Function removed. Callers changed to use
9493 match-string.
9494 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9495 Simplify.
9496
94972000-09-04 Dave Love <fx@gnu.org>
9498
9499 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9500 type.
9501 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9502 (vc-sccs-registered): Doc fix.
9503
9504 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9505 (vc-cvs-registered): Doc fix.
9506
9507 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9508 (vc-rcs-registered): Doc fix.
9509
95102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9511
9512 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9513
9514 * vc-hooks.el: vc-registered has been renamed
9515 vc-default-registered. Some functions have been moved to the
9516 backend specific files. they all support the
9517 vc-BACKEND-registered functions.
9518
95192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9520
9521 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9522
9523 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9524
95252000-09-04 Dave Love <fx@gnu.org>
9526
9527 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9528 menu-bar-update-hook.
9529
9530 * help.el (help-manyarg-func-alist): Add
9531 find-operation-coding-system.
9532
9533 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9534
9535 * custom.el (custom-set-variables): Print message about errors in
9536 setting.
9537
95382000-09-03 Andrew Innes <andrewi@gnu.org>
9539
9540 * makefile.w32-in: Change to DOS line endings.
9541
95422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9543
9544 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9545 minor-mode keymaps, if they don't have one.
9546
95472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9548
9549 * eshell/esh-module.el (eval-when-compile): Don't lose if
9550 esh-module.el's file name is truncated to DOS 8+3 limits.
9551
95522000-09-01 John Wiegley <johnw@gnu.org>
9553
9554 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9555 predicate, which caused entries in the completion list to be
9556 doubled.
9557
95582000-08-30 John Wiegley <johnw@gnu.org>
9559
9560 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9561 sending to subprocesses. Also, hook pre-command-hook if
9562 `eshell-send-direct-to-subprocesses' is non-nil.
9563 (eshell-send-direct-to-subprocesses): New config variable. If t,
9564 subprocess input is send immediately.
9565 (eshell-toggle-direct-send): New function.
9566 (eshell-self-insert-command): New function.
9567 (eshell-intercept-commands): New function.
9568 (eshell-send-input): If direct subprocess sending is enabled,
9569 don't echo any input to the Eshell buffer. Let the subprocess
9570 handle that. This requires "stty echo" in bash, for example.
9571
95722000-08-28 John Wiegley <johnw@gnu.org>
9573
9574 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9575 completion function for Eshell's implementation of `unset'.
9576
95772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9578
9579 * info.el (Info-directory-list): Doc fix.
9580
95812000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9582
9583 * filecache.el (file-cache-add-directory-using-find): Don't quote
9584 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9585
95862000-08-31 Kenichi Handa <handa@etl.go.jp>
9587
9588 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9589 coding systems.
9590
95912000-08-30 Andrew Innes <andrewi@gnu.org>
9592
9593 * timer.el (run-with-idle-timer): Undo last change, so that timer
9594 is not activated immediately if Emacs is already idle. Some
9595 existing code relies on this behaviour.
9596
95972000-08-30 Miles Bader <miles@gnu.org>
9598
9599 * frame.el (set-frame-font): Do completion of font-name for
9600 interactive use.
9601
96022000-08-30 Kenichi Handa <handa@etl.go.jp>
9603
9604 * international/quail.el (quail-start-translation): Bind locally
9605 last-command-event, last-command, and this-command.
9606 (quail-start-conversion): Likewise.
9607 (quail-self-insert-command): Fix docstring.
9608
96092000-08-29 Gerd Moellmann <gerd@gnu.org>
9610
9611 * progmodes/executable.el
9612 (executable-make-buffer-file-executable-if-script-p): Check that
9613 buffer contains at least 2 characters.
9614
96152000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9616
9617 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9618
96192000-08-29 Dave Love <fx@gnu.org>
9620
9621 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9622 (diff-mode-shared-map): Bind mouse-2.
9623 (diff-imenu-generic-expression): New variable.
9624 (diff-mode): Use it.
9625
9626 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9627 (mouse-popup-menubar): Add minor mode menus.
9628 (popup-menu): Check for lookup-key returning number.
9629
96302000-08-29 Miles Bader <miles@gnu.org>
9631
9632 * comint.el (comint-send-input): Create overlays using the proper
9633 front/read-advance arguments.
9634
96352000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9636
9637 * ps-print.el: Even/odd pages printing. Doc fix.
9638 (ps-print-version): New version number (6.0).
9639 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9640 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9641 (ps-print-duplex-feature): Variable eliminated.
9642 (ps-even-or-odd-pages): New variable.
9643
9644 * progmodes/ebnf2ps.el: Doc fix.
9645 (ebnf-version): New version (3.3).
9646 (ebnf-user-arrow): Change variable customization to sexp.
9647 (ebnf-user-arrow): Function eliminated.
9648 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9649
96502000-08-29 Kenichi Handa <handa@etl.go.jp>
9651
9652 * help.el (help-xref-mule-regexp): New variable.
9653 (help-make-xrefs): Handle help-xref-mule-regexp.
9654
9655 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9656 variable.
9657 (describe-input-method): Temporarily activate the specfied input
9658 method to display the information.
9659 (describe-language-environment): Hyperlinks to mule related items.
9660
9661 * international/mule-diag.el (charset-multibyte-form-string): New
9662 function.
9663 (list-character-sets-1): Use charset-multibyte-form-string.
9664 (describe-character-set): New function.
9665 (describe-coding-system): Hyperlinks to safe character sets.
9666
9667 * international/quail.el (quail-help): New arg PACKAGE.
9668 Hyperlinks to mule related items.
9669 (quail-help-insert-keymap-description): Use
9670 substitute-command-keys instead of describe-bindings.
9671 (quail-translation-help): Hyperlinks to mule related items.
9672
96732000-08-28 John Wiegley <johnw@gnu.org>
9674
9675 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9676 have a defsubst call itself. Made `eshell-flatten-list' back into
9677 a function again.
9678
9679 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9680 catch, in case re-centering point at bottom messes up the display.
9681 This happens frequently in Emacs 21, due I believe to variable
9682 line heights.
9683
9684 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9685 to call `find-tag-interactive'.
9686
9687 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9688 the list of remember directories.
9689
96902000-08-28 John Wiegley <johnw@gnu.org>
9691
9692 * align.el: Test align-region-separate to see if it's a symbol.
9693
96942000-08-28 John Wiegley <johnw@gnu.org>
9695
9696 * eshell/esh-util.el (eshell-flatten-list): Made this function
9697 into a defsubst form. It gets used very frequently, although
9698 calls don't occur all that often.
9699
9700 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9701 examining it.
9702
9703 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9704 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9705 `eshell-protect'.
9706 (eshell-copy-handles): Created a new macro for duplicating the
9707 current set of open handles. This is needed by the looping
9708 functions.
9709 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9710 is not incorrectly stomped on.
9711
9712 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9713 declaration for pcomplete-use-paring.
9714 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9715 value of eshell-cmpl-use-paring.
9716 * pcomplete.el (pcomplete-use-paring): New config variable, to
9717 indicate whether paring should be used.
9718 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9719 completion alternatives that have already been used.
9720
9721 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9722 bound to C-c C-y, which will repeat the previous N arguments
9723 (based on prefix argument).
9724 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9725
9726 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9727 if there is no *Help* buffer. This is for XEmacs, which renames
9728 its help buffers uniquely. TODO: Find out what the current buffer
9729 name to delete is.
9730
9731 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9732 first entry that correlates to a passwd/group number. Later
9733 entries (used for group/user name aliasing to multiple IDs) are
9734 ignored.
9735
9736 * eshell/em-xtra.el (eshell/expr):
9737 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9738 (eshell-grep, eshell/diff, eshell/locate):
9739 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9740 argument list, before passing it to the system command.
9741
9742 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9743 `find-tag' for use at final position in Eshell buffers (which
9744 otherwise triggers an error on Emacs 21).
9745 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9746 buffer, if it is currently bound to `find-tag'.
9747
9748 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9749 in the list of matched Makefile names.
9750 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9751 directory, prefer its contents to Makefile.
9752
9753 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9754 directory parts (like "cd old new", or "cd =regexp"), are now case
9755 sensitive on non-Windows/DOS platforms.
9756
9757 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9758 types RET after an open delimiter (like "), display a message
9759 indicating that Eshell is waiting for the closing delimiter.
9760
9761 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9762 environment variables.
9763
9764 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9765 gracefully if the user enters incorrect arguments.
9766
9767 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9768 Eshell buffers.
9769
9770 * eshell/esh-var.el (eshell-interpolate-variable):
9771 * eshell/esh-mode.el (eshell-move-argument):
9772 * eshell/em-unix.el (eshell-du-sum-directory):
9773 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9774 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9775 (not (= ...)).
9776
9777 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9778 to ensure the `preserve' flag gets propagated when doing recursive
9779 directory copies.
9780
97812000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9782
9783 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9784 Don't convert \n into \0177 in memory.
9785 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9786 and back again, when reading and writing.
9787
97882000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9789
9790 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9791 testing of `fboundp' on `processp'.
9792
9793 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9794 (eshell/jobs): Don't call process-list if it is not bound.
9795 (eshell-gather-process-output): Support systems where async
9796 subprocesses aren't supported.
9797 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9798 variables.
9799
9800 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9801 eshell-do-eval returns t.
9802 (eshell-do-pipelines-synchronously): New defmacro.
9803 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9804 when async subprocesses aren't supported.
9805 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9806 if async subprocesses aren't supported.
9807 (eshell-resume-command): Don't assume STATUS is a string.
9808
9809 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9810
9811 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9812 (eshell-close-target, eshell-get-target): Use eshell-processp.
9813 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9814 fix.
9815 (eshell-get-target, eshell-create-handles): Doc fix.
9816
98172000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9818
9819 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9820 criterion to include commands that output something, as long as it
9821 leaves both the command and the end-of-buffer visible when the
9822 command has exited.
9823 (eshell-review-quick-commands): Adjust the help doc string
9824 accordingly.
9825
98262000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9827
9828 * locate.el (locate): Cleaned up locate command's interactive prompting
9829 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9830
9831 * filecache.el (file-cache-case-fold-search): New variable
9832 (file-cache-assoc-function): New variable
9833 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9834 Use file-cache-case-fold-search variable
9835 (file-cache-add-file): Use file-cache-assoc-function
9836 (file-cache-delete-file): likewise
9837 (file-cache-directory-name): likewise
9838 (file-cache-debug-read-from-minibuffer): likewise
9839
98402000-08-28 Gerd Moellmann <gerd@gnu.org>
9841
9842 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9843 (abbrev-table-name): New function.
9844 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9845 If non-nil list local abbrev, only.
9846
98472000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9848
9849 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9850 from Gnus support code, and use special article copy buffer
9851 `(gnus-original-article-buffer)' instead. This allows to get rid
9852 of article-hide-headers usage (which breaks in the latest Gnus
9853 version). Thanks to Detlev Zundel.
9854
98552000-08-28 Kenichi Handa <handa@etl.go.jp>
9856
9857 * international/quail.el (quail-use-package): Hide "... loaded"
9858 message.
9859 (quail-start-translation, quail-start-conversion): Likewise.
9860
9861 * international/kkc.el (kkc-region): Hide "... loaded" message.
9862
98632000-08-27 Dave Love <fx@gnu.org>
9864
9865 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9866
98672000-08-27 Miles Bader <miles@gnu.org>
9868
9869 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9870
98712000-08-27 Kenichi Handa <handa@etl.go.jp>
9872
9873 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9874 'ja-dic-cnv), not (require 'skkdic-cnv).
9875
98762000-08-26 Miles Bader <miles@gnu.org>
9877
9878 * faces.el (face-x-resources): Add entry for :inherit.
9879 * cus-face.el (custom-face-attributes): Add support for :inherit
9880 attribute. Add support for relative face heights.
9881 (custom-face-attributes-get): Treat `nil' as being a default value
9882 for :inherit (as well as `unspecified').
9883
9884 * faces.el (set-face-attribute): Update doc string.
9885 (face-attribute-name-alist): Add :inherit.
9886 (face-valid-attribute-values): Handle :inherit.
9887 (face-read-string): Rephrase prompt to be less confusing.
9888 Assume that DEFAULT is a string, since we must return a string.
9889 (face-read-integer): Use `format' to turn DEFAULT into an
9890 acceptable default for face-read-string. Match NEW-VALUE against
9891 the string "unspecified", not the symbol `unspecified', since
9892 that's what face-read-string returns.
9893 (read-face-attribute): Lookup a name for old-value in valid, and
9894 use it as a default if we find one. Treat all values from
9895 face-read-string as strings. If the default is used, don't do any
9896 more processing on the value, just use the old value directly.
9897 (read-face-and-attribute, modify-face): Tweak prompt.
9898 (read-face-name): Don't assume prompt ends with a space.
9899
9900 * faces.el (describe-face): Add support for :inherit attribute.
9901
99022000-08-25 Kenichi Handa <handa@etl.go.jp>
9903
9904 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9905 concat doesn't accept interger.
9906
9907 * international/kkc.el: Remove SKK from Keywords. Require
9908 ja-dic-utl instead of skkdic-utl.
9909
9910 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9911 Provide ja-dic-cnv instead of skkdic-cnv.
9912 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9913 (iso-2022-7bit-short): Add safe-charsets property.
9914 (skkdic-convert-postfix): Search Japanese chou-on character in
9915 addition to Hiragana character.
9916 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9917 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9918 (batch-skkdic-convert): Likewise.
9919
9920 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9921 Provide ja-dic-utl instead of skkdic-utl.
9922 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9923
99242000-08-24 Dave Love <fx@gnu.org>
9925
9926 * disp-table.el (standard-display-default): Make the test of `l'
9927 useful.
9928
9929 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9930 mod sample text.
9931
9932 * international/iso-ascii.el: Make pilcrow convenient string
9933 consistent with section.
9934 (iso-ascii-display): Set up multibyte characters as well as
9935 unibyte.
9936
99372000-08-24 Kenichi Handa <handa@etl.go.jp>
9938
9939 * international/mule-cmds.el (reset-language-environment): Set
9940 default-process-coding-system to '(undecided . iso-latin-1), which
9941 makes process I/O almost consistent with file I/O. Call this
9942 function when mule-cmds.el[c] is loaded.
9943
99442000-08-22 Andrew Innes <andrewi@gnu.org>
9945
9946 * makefile.w32-in: New file.
9947
99482000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9949
9950 * comint.el (comint-output-filter): Compare end of
9951 comint-last-output-overlay with the start of the newly inserted
9952 text, not the end, when deciding whether to extend it.
9953 Set saved-point's insertion type to advance after insertion.
9954
9955 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9956 since this is now done independently of font-lock mode.
9957
99582000-08-21 Gerd Moellmann <gerd@gnu.org>
9959
9960 * server.el (server-kill-new-buffers): New user option.
9961 (server-existing-buffer): New buffer-local variable.
9962 (server-visit-files): When using an existing buffer, set
9963 server-existing-buffer to t.
9964 (server-buffer-done): If server-kill-new-buffers is t, kill the
9965 buffer, unless it was already present before visiting it with
9966 Emacs server.
9967
99682000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9969
9970 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9971 even if the display doesn't support colors: some displays will
9972 support bold/underline faces.
9973
99742000-08-21 Gerd Moellmann <gerd@gnu.org>
9975
9976 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9977
9978 * startup.el (command-line): If user's init file had an error,
9979 add explanatory text to *Messages*.
9980
99812000-08-21 Kenichi Handa <handa@etl.go.jp>
9982
9983 * man.el (Man-getpage-in-background): Decode the process output by
9984 the system locale coding system.
9985
99862000-08-20 Dave Love <fx@gnu.org>
9987
9988 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9989 Don't test x-popup-menu.
9990 (function) <complete-function>: Complete only fbound symbols.
9991 <validate, value>: New.
9992 (variable) <complete-function>: Complete only bound symbols.
9993 (coding-system): Add :base-only, :complete-function, :validate,
9994 :value, :prompt-match.
9995 (widget-coding-system-prompt-value): Use read-coding-system and
9996 act on :base-only.
9997 (editable-field): Add :help-echo.
9998 (widget-push-button-gui, widget-push-button-cache)
9999 (widget-gui-action, widget-editable-list-gui): COmment out, along
10000 with uses.
10001 (widget-at): Make arg optional.
10002 (widget-echo-help): Adjust for current help-echo calling sequence.
10003 (widget-specify-field, widget-specify-button)
10004 (widget-specify-insert, widget-get-sibling, widget-image-find)
10005 (widget-convert, widget-insert, widget-leave-text)
10006 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10007 (widget-setup, widget-field-find, widget-before-change)
10008 (widget-after-change, widget-default-complete)
10009 (widget-default-create, widget-default-delete)
10010 (widget-push-button-value-create, editable-field)
10011 (widget-field-prompt-value, widget-field-validate)
10012 (widget-choice-value-create, widget-choice-action)
10013 (widget-choice-validate, widget-checklist-add-item)
10014 (widget-radio-add-item, widget-radio-chosen)
10015 (widget-radio-value-inline, widget-editable-list-value-create)
10016 (widget-editable-list-entry-create)
10017 (widget-documentation-link-add)
10018 (widget-documentation-string-value-create)
10019 (widget-regexp-validate, widget-file-complete)
10020 (widget-sexp-validate, widget-plist-convert-widget)
10021 (widget-plist-convert-widget, widget-alist-convert-widget)
10022 (widget-alist-convert-widget, widget-color-complete): Simplify,
10023 particularly to avoid bindings which aren't optimized out.
10024
10025 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10026 Doc fix.
10027 (down-list, backward-up-list, up-list, kill-sexp)
10028 (backward-kill-sexp, mark-sexp): Make arg optional.
10029 (lisp-complete-symbol): Add optional arg PREDICATE.
10030
10031 * cus-start.el: Add display-buffer-reuse-frames,
10032 file-coding-system-alist.
10033
100342000-08-20 Gerd Moellmann <gerd@gnu.org>
10035
10036 * startup.el (command-line): Clear realized faces after
10037 modifying TTY color mappings.
10038
100392000-08-20 Miles Bader <miles@gnu.org>
10040
10041 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10042 merely a subset of FACE's attributes.
10043
100442000-08-19 Miles Bader <miles@gnu.org>
10045
10046 * comint.el (comint-output-filter): Save the point with a marker,
10047 not just a buffer position.
10048
10049 * international/mule.el (set-buffer-process-coding-system): Make
10050 interactive prompt less confusing.
10051
100522000-08-19 Gerd Moellmann <gerd@gnu.org>
10053
10054 * hilit-chg.el: General cleanup of doc strings, comments and
10055 code formatting.
10056
100572000-08-19 Miles Bader <miles@gnu.org>
10058
10059 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10060 Compiler macro removed; beginning-of-line is no longer always
10061 equivalent to forward-line, in the presence of fields.
10062
10063 * comint.el (comint-output-filter): Remove ad-hoc saving of
10064 restriction, and just use save-restriction, now that it works
10065 correctly. Don't adjust comint-last-input-start to account for
10066 our insertion; it shouldn't have moved because we don't use
10067 insert-before-markers anymore. Comment out call to
10068 `force-mode-line-update'; why is it here?
10069
10070 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10071 while checking for prompt to delete. Use `forward-line 0'
10072 instead of beginning-of-line.
10073 (gud-filter): Temporarily widen gud comint buffer while
10074 examining output.
10075
100762000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10077
10078 * progmodes/sh-script.el: Big bag of typos.
10079
10080 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10081 check since ispell-process is not bound when ispell is not yet loaded.
10082
100832000-08-18 Dave Love <fx@gnu.org>
10084
10085 * image.el (find-image): Copy `spec' before using plist-put.
10086
100872000-08-18 Gerd Moellmann <gerd@gnu.org>
10088
10089 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10090 `portugues'.
10091
10092 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10093 backward-kill-sexp, analogous to kill-sexp.
10094
10095 * progmodes/icon.el (icon-indent-line)
10096 (icon-is-continuation-line): Handle comments specially.
10097
100982000-08-17 Ken Stevens <k.stevens@ieee.org>
10099
10100 * ispell.el: Set to standard author/maintainer/keyword fields.
10101 Fine tuning to menu map appearance and operation, and added help.
10102 Remove `start' and `end' error messages when compiling.
10103 (ispell-choices-win-default-height): Fixed comment string.
10104 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10105 castellano8 dictionaries.
10106 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10107 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10108 dictionary, added italiano dictionary.
10109 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10110 word character
10111 (ispell-tex-skip-alists): Added psfig support.
10112 (ispell-skip-html): Renamed from ispell-skip-sgml.
10113 (ispell-begin-skip-region-regexp, ispell-skip-region)
10114 (ispell-minor-check): Improved html skipping support to skip across
10115 code, and recognize `&' commands without propper `;' syntax;
10116 (ispell-process-line): Fix alignment error when manually
10117 correcting spelling.
10118 (ispell): Fix comment string.
10119 (ispell-add-per-file-word-list): Always put word list on new line.
10120
101212000-08-17 Gerd Moellmann <gerd@gnu.org>
10122
10123 * format.el (format-encode-run-method): Fix error message to say
10124 `encode' instead of `decode'. Use save-window-excursion around
10125 shell-command-on-region as in format-decode-run-method because
10126 shell-command-on-region can display a buffer with error output.
10127 (format-decode): Don't record undo information for the decoding.
10128 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10129 that number part of the temporary buffer name so that more than
10130 one decoding using a temporary buffer can happen safely.
10131
10132 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10133 of `A-z' in the regexp.
10134
10135 * hilit-chg.el: Fix typos in commentary.
10136
10137 * help.el (view-emacs-news): Rewritten for new naming scheme
10138 for old NEWS files.
10139
10140 * startup.el (command-line): Pop to *Messages* in case an error
10141 is signaled while loading user-init-file.
10142
101432000-08-17 Andreas Schwab <schwab@suse.de>
10144
10145 * files.el (insert-directory): Don't lose original file name,
10146 undoing an undocumented change.
10147
101482000-08-17 Alex Schroeder <alex@gnu.org>
10149
10150 * sql.el (sql-magic-go): Use comint-bol.
10151 (sql-copy-column): Use comint-line-beginning-position.
10152 (comint-line-beginning-position): Define a replacement for
10153 comint-line-beginning-position if it is not fboundp.
10154
101552000-08-17 Alex Schroeder <alex@gnu.org>
10156
10157 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10158 it didn't have any effect anyway.
10159
101602000-08-17 Alex Schroeder <alex@gnu.org>
10161
10162 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10163 --pset and pager=off instead of sending \\o|cat at the beginning
10164 of the session.
10165
101662000-08-17 Miles Bader <miles@gnu.org>
10167
10168 * progmodes/octave-inf.el: Add compatibility definition of
10169 comint-line-beginning-position.
10170
101712000-08-17 Kenichi Handa <handa@etl.go.jp>
10172
10173 * startup.el (normal-top-level): Look in each dir in load-path for
10174 a leim-list.el file too. This assures of loading leim-list.el
10175 that is created at Emacs installation time even if a user have his
10176 own leim-list.el.
10177
101782000-08-17 Miles Bader <miles@gnu.org>
10179
10180 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10181 foreground color to black if the background is dark.
10182
101832000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10184
10185 * loadhist.el (unload-feature): Typo.
10186
10187 * finder.el (finder-compile-keywords):
10188 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10189 to the generated file.
10190
10191 * mail/mh-e.el (mh-make-local-vars):
10192 Replace make-variable-buffer-local with make-local-variable.
10193
10194 * play/landmark.el:
10195 * options.el (Edit-options-{set,toggle,t,nil}):
10196 * mail/mailabbrev.el (mail-abbrevs-mode):
10197 * textmodes/tex-mode.el (tex-expand-files):
10198 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10199
10200 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10201
10202 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10203 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10204 Allow going past the last element.
10205 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10206 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10207 (cvs-mouse-toggle-mark): Don't move point.
10208 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10209
10210 * progmodes/compile.el (grep): Provide a default set of files.
10211 (next-error): Docstring fix.
10212 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10213
10214 * emacs-lisp/easy-mmode.el (define-minor-mode):
10215 Use `symbol-value' to keep the byte-compiler quiet.
10216
10217 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10218 (diff-find-source-location): New fun, extracted from diff-goto-source.
10219 (diff-goto-source): Use it.
10220 (diff-next-complex-hunk, diff-filter-lines): New function.
10221 (diff-apply-hunk): New command.
10222
10223 * smerge-mode.el (smerge-mode-menu): Doc fix.
10224
10225 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10226
102272000-08-16 Dave Love <fx@gnu.org>
10228
10229 * windmove.el (windmove) <defgroup>: Add :version.
10230
10231 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10232 (goto-address-fontify-p, goto-address-highlight-p)
10233 (goto-address-url-face, goto-address-url-mouse-face)
10234 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10235 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10236 (goto-address-fontify, goto-address-at-mouse): Simplify,
10237 (goto-address-at-point): browse-url-url-at-point,
10238 goto-address-find-address-at-point can return nil.
10239 (goto-address-find-address-at-point): Return nil on failure.
10240
10241 * align.el (align) <defgroup>: Add :version.
10242
10243 * calculator.el (calculator): Add :version.
10244 (calculator): Use two lines for calculator window if `modeline'
10245 face is boxed.
10246
10247 * play/5x5.el: Doc fixes.
10248 (5x5) <defgroup>: Add :version.
10249
10250 * play/fortune.el (fortune) <defgroup>: Add :version.
10251 (fortune-append): Fix error message.
10252 (fortune-from-region): Doc fix.
10253
10254 * play/pong.el (pong): Doc fix.
10255
10256 * play/morse.el: Keywords, commentary, autoloads.
10257
102582000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10259
10260 * desktop.el (desktop-save): Don't look at symbol-value of a
10261 member of minor-mode-alist, unless it is boundp.
10262
102632000-08-16 Sam Steingold <sds@gnu.org>
10264
10265 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10266 `while'; use `with-current-buffer' instead of `save-excursion'.
10267 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10268
102692000-08-16 Kenichi Handa <handa@etl.go.jp>
10270
10271 * international/ccl.el (declare-ccl-program): Docstring modified.
10272 (ccl-execute-with-args): Likewise.
10273
102742000-08-16 Miles Bader <miles@gnu.org>
10275
10276 * progmodes/sql.el: Add compatibility definition of
10277 comint-line-beginning-position.
10278
102792000-08-15 Gerd Moellmann <gerd@gnu.org>
10280
10281 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10282 'buffer-menu' property.
10283 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10284 fails.
10285 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10286 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10287 wasn't killed.
10288
10289 * buff-menu.el (list-buffers-noselect): Don't display the
10290 *Buffer List* buffer.
10291
10292 * font-lock.el: Require jit-lock to prevent a very late
10293 `Loading jit-lock' message.
10294
10295 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10296 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10297 mail address.
10298
102992000-08-15 Miles Bader <miles@gnu.org>
10300
10301 * textmodes/ispell.el (ispell-graphic-p): New constant.
10302 (ispell-choices-win-default-height, ispell-help): Use
10303 `ispell-graphic-p' instead of `xemacsp'.
10304
103052000-08-15 Dave Love <fx@gnu.org>
10306
10307 * simple.el: Autoload widget-convert when compiling.
10308 (mail-user-agent): Doc fix.
10309
10310 * help.el (function-called-at-point, variable-at-point): Use
10311 with-syntax-table.
10312 (help-manyarg-func-alist): Add insert-and-inherit.
10313
10314 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10315
10316 * delsel.el (delsel-unload-hook): New function.
10317
10318 * find-file.el: Doc fixes. Move provide to end.
10319 (ff) <defgroup>: Add :link.
10320 (ff-goto-click): Deleted.
10321 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10322 Use mouse-set-point.
10323
10324 * textmodes/tildify.el: Doc fixes.
10325 (tildify) <defgroup>: Add:version.
10326
10327 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10328 (glasses-custom-set): Use set-default, not set.
10329 (minor-mode-alist): Propertize the lighter.
10330 (glasses-mode): Provide optional arg.
10331
10332 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10333 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10334 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10335 option. Provide :type.
10336 (cwarn-configuration): Provide :type.
10337 (cwarn-mode): Doc fix.
10338
10339 * add-log.el (change-log-merge): Doc fix.
10340 (change-log-redate): New command.
10341
10342 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10343 Doze and Dog.
10344 (browse-url): Use dolist, not mapcar.
10345 (browse-url-at-point): Check for null url.
10346 (browse-url-event-buffer, browse-url-event-point): Functions
10347 deleted.
10348 (browse-url-at-mouse, browse-url-netscape): Simplify.
10349
10350 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10351 modes.
10352 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10353 Fix previous change to mapcan.
10354 (msb--init-file-alist, msb--add-separators)
10355 (msb--make-keymap-menu): Simplify.
10356 (msb--choose-file-menu): Use copy-sequence.
10357 (msb-mode-map): Add title to keymap.
10358 (msb-unload-hook): New function.
10359
10360 * bs.el: Fix indentation.
10361 (bs) <defgroup>: Add :links.
10362 (bs-show): Doc fix.
10363 (bs-apply-sort-faces): Don't use window-system.
10364 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10365
103662000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10367
10368 * calendar/timeclock.el (timeclock-file): Run .timelog through
10369 convert-standard-filename.
10370
103712000-08-14 Gerd Moellmann <gerd@gnu.org>
10372
10373 * emacs-lisp/authors.el: New file.
10374
10375 * paren.el (show-paren-priority): New user option.
10376 (show-paren-function): Set overlay priorities to
10377 show-paren-priority.
10378
103792000-08-14 Miles Bader <miles@gnu.org>
10380
10381 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10382 beginning-of-line with inhibit-field-text-motion bound.
10383
103842000-08-14 Gerd Moellmann <gerd@gnu.org>
10385
10386 * calendar/timeclock.el: New file.
10387
103882000-08-14 David Ponce <david@dponce.com>
10389
10390 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10391 `widget-button-click'. so that one can use left mouse button to
10392 click on dialog buttons.
10393
103942000-08-14 Emmanuel Briot <briot@gnat.com>
10395
10396 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10397 identifiers, since XML is case sensitive
10398
103992000-08-12 Miles Bader <miles@gnu.org>
10400
10401 * comint.el (comint-output-filter): Don't bother frobbing
10402 window-start, it doesn't seem to be necessary.
10403
10404 * comint.el (comint-send-string, comint-send-region): Make into
10405 real functions. Snapshot the prompt before sending.
10406
104072000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10408
10409 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10410 technique similar to Info-index, instead of relying on specific
10411 names of relevant Index nodes.
10412 (Info-goto-emacs-command-node): Bind Info-history to nil when
10413 going to the first node found by Info-find-emacs-command-nodes.
10414
104152000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10418
104192000-08-10 Miles Bader <miles@gnu.org>
10420
10421 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10422
104232000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10424
10425 * info.el (Info-file-list-for-emacs): More elements for the
10426 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10427 and woman manuals.
10428
104292000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10430
10431 * comint.el (comint-send-input): Make the newline boundary overlay
10432 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10433 (comint-output-filter): Use `insert' instead of
10434 `insert-before-markers'. Extend comint-last-output-overlay when
10435 necessary since we can't rely on insert-before-markers to do it.
10436 * gud.el (gud-filter): Use `with-current-buffer' instead of
10437 save-excursion when inserting the output, so that point gets
10438 updated correctly; the old method relied on a rather dodgy
10439 side-effect of comint-output-filter to avoid the effect of
10440 save-excursion.
10441
104422000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10443
10444 * files.el (recover-file): Call insert-directory instead of
10445 invoking `ls' directly.
10446
104472000-08-10 Miles Bader <miles@gnu.org>
10448
10449 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10450 (comint-last-prompt-overlay): New variables.
10451 (comint-output-filter): Implement prompt highlighting.
10452 (comint-snapshot-last-prompt): New function.
10453 (comint-send-input): Snapshot the last prompt.
10454 Use comint-highlight-input-face.
10455 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10456 Use defface instead of defcustom.
10457 (send-invisible, comint-send-eof): Snapshot the last prompt.
10458 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10459 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10460
104612000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10462
10463 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10464 (regexp-opt-group): Use a list of chars for `letters'.
10465 (regexp-opt-charset): `chars' is now a list of chars.
10466 Use a char-table rather than a vector so it works for multibyte chars.
10467
10468 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10469 Set cvs-minor-current-files to the selected fileinfo.
10470 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10471 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10472
104732000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10474
10475 * files.el (insert-directory): Don't call access-file on
10476 directories on DOS and Windows.
10477
104782000-08-09 Kenichi Handa <handa@etl.go.jp>
10479
10480 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10481 longer if necessary.
10482 (ccl-embed-code): Call ccl-embed-data to store CODE in
10483 ccl-program-vector.
10484
104852000-08-09 Miles Bader <miles@gnu.org>
10486
10487 * comint.el (comint-output-filter): Properly handle the case where
10488 the text surrounded by comint-last-output-overlay was deleted.
10489
104902000-08-08 Gerd Moellmann <gerd@gnu.org>
10491
10492 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10493 non-nil.
10494 (Info-file-list-for-emacs): Remove "info" from the list because
10495 that leads to trying to use the documentation from file `info'
10496 in various situations where it isn't appropriate, for instance
10497 C-h C-k C-h i.
10498
10499 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10500 DIR and/or STRING are nil.
10501
10502 * progmodes/compile.el (compilation-setup): Make variable
10503 compilation-error-screen-columns buffer-local, as some comment
10504 in the code suggests it should be.
10505
10506 * files.el (auto-mode-interpreter-regexp): New variable.
10507 (set-auto-mode): Use it.
10508
10509 * indent.el (indent-for-tab-command): Doc fix.
10510
10511 * mouse-sel.el (mouse-sel-mode): Doc fix.
10512
10513 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10514 labels.
10515
10516 * help.el (print-help-return-message): When
10517 display-buffer-reuse-frames is set, let the help window been quit,
10518 instead of deleting it, which might delete a reused frame.
10519
105202000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10521
10522 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10523 rename a directory to a name that differs only by its letter case.
10524
105252000-08-08 Kenichi Handa <handa@etl.go.jp>
10526
10527 * international/quail.el (quail-define-rules): Handle Quail decode
10528 map correctly. Add code for supporting annotations.
10529 (quail-install-decode-map): New function.
10530 (quail-defrule-internal): New optional arguments decode-map and
10531 props.
10532 (quail-advice): New function.
10533
105342000-08-07 Sam Steingold <sds@gnu.org>
10535
10536 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10537 `defconst', `define-condition', `with-slots'.
10538 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10539
105402000-08-03 Miles Bader <miles@gnu.org>
10541
10542 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10543 New variable.
10544 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10545 comint-use-prompt-regexp-instead-of-fields.
10546 (comint-send-input): Add `input' field property to stuff we send to
10547 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10548 (comint-output-filter): Add `output' field property to process
10549 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10550 (comint-replace-by-expanded-history)
10551 (comint-get-old-input-default, comint-show-output)
10552 (comint-backward-matching-input, comint-forward-matching-input)
10553 (comint-next-prompt, comint-previous-prompt): Use field
10554 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10555 (comint-line-beginning-position): New function.
10556 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10557 (comint-replace-by-expanded-history-before-point): Use
10558 comint-line-beginning-position and line-end-position.
10559 (comint-last-output-overlay): New variable.
10560 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10561
10562 * shell.el (shell-prompt-pattern): Doc change.
10563 (shell-backward-command): Use line-beginning-position.
10564
10565 * gud.el (gud-gdb-complete-command): Use
10566 comint-line-beginning-position.
10567
10568 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10569 comint-bol doesn't actually go to the beginning of the line.
10570
10571 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10572 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10573 (try-expand-line-all-buffers): Likewise.
10574
10575 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10576 explicitly matching comint-prompt-regexp.
10577 (sql-copy-column): Use comint-line-beginning-position instead of
10578 explicitly matching comint-prompt-regexp.
10579
10580 * progmodes/octave-inf.el (inferior-octave-complete): Use
10581 comint-line-beginning-position.
10582
10583 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10584
10585 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10586 looking for a prompt, use `forward-line 0' instead of
10587 `beginning-of-line', to avoid getting caught by an input field.
10588
105892000-08-07 Gerd Moellmann <gerd@gnu.org>
10590
10591 * files.el (shell-quote-wildcard-pattern): Make sure to return
10592 PATTERN, in the Unix case.
10593
105942000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10595
10596 * play/zone.el (zone): Discard any pending input before running
10597 the randomly-chosen pgm.
10598
105992000-08-07 Kenichi Handa <handa@etl.go.jp>
10600
10601 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10602 checking the existence of any multibyte characters.
10603
106042000-08-06 Gerd Moellmann <gerd@gnu.org>
10605
10606 * help.el (describe-mode): Test minor-mode symbol for being
10607 bound before testing its value for being nil.
10608
10609 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10610 `first', `second', and `third'.
10611
10612 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10613 (second): Make it an alias for `cadr'.
10614
106152000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10616
10617 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10618 types of display support faces now.
10619
106202000-08-05 Gerd Moellmann <gerd@gnu.org>
10621
10622 * pcvs.el (require): Require `cl' during compilation, only.
10623
10624 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10625 (toplevel): Remove `remq' and `remove' from autoloads.
10626 (cl-fake-autoloads): New variable. If set, arrange for an error
10627 when CL functions etc. are autoloaded.
10628
106292000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10630
10631 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10632
10633 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10634 popped up, but the user clicks outside the menu, return an empty
10635 regexp (that causes unhighlight-regexp to have no effect).
10636
10637 * menu-bar.el (menu-bar-games-menu): Add Zone.
10638
10639 * hi-lock.el (toplevel): Require font-lock.
10640
106412000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10642
10643 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10644 (ebnf-8-bit-chars): New var for bug fix.
10645 (ebnf-string): Bug fix.
10646
106472000-08-03 Sam Steingold <sds@gnu.org>
10648
10649 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10650 instead of `buffer-string'.
10651 (require 'cl): Always, not just when compiling.
10652 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10653 necessary.
10654
106552000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10656
10657 * international/mule-cmds.el (select-safe-coding-system): Make
10658 the message text about selecting a safe coding system more clear.
10659
106602000-08-02 Gerd Moellmann <gerd@gnu.org>
10661
10662 * hi-lock.el: New file.
10663
10664 * play/zone.el: New file.
10665
10666 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10667 value of tab-width in the original buffer. Choose a line number
10668 format that's a multiple of the original buffer's tab width, so
10669 that lines appear right.
10670
10671 * textmodes/ispell.el (ispell): New function, replacing an alias.
10672 Spell-check active region if in transient-mark-mode and mark
10673 is active; otherwise spell-check buffer.
10674
106752000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10676
10677 * ps-mule.el: Fix a customization problem on
10678 ps-mule-font-info-database-default.
10679
106802000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10681
10682 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10683 display-mouse-p instead of window-system.
10684 (ebrowse-member-mode-map): Ditto.
10685
106862000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10687
10688 * progmodes/ebnf2ps.el: Update ps-print functions call.
10689 Indentation fix. Doc fix.
10690 (ebnf-version): New version number (3.2).
10691 (ebnf-format-color, ebnf-begin-job): Code fix.
10692
106932000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10694
10695 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10696 font lock support on window-system.
10697 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10698
10699 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10700 display-color-p, if fboundp, instead of window-system.
10701
107022000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10703
10704 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10705 instead of window-system.
10706
10707 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10708 window-system.
10709 (widget-choice-mouse-down-action): Use display-popup-menus-p
10710 instead of window-system.
10711
10712 * strokes.el (strokes-file): Run the file name through
10713 convert-standard-filename.
10714 (strokes-mode): Call display-mouse-p instead of looking at
10715 window-system. Change the error message accordingly.
10716
10717 * progmodes/cpp.el (toplevel): Support faces on tty's.
10718
10719 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10720 (lm-plot-square, lm-init-display): Don't use window-system.
10721
10722 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10723 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10724
10725 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10726 instead of looking at window-system.
10727
107282000-07-30 Gerd Moellmann <gerd@gnu.org>
10729
10730 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10731 of testing if iswitchb-prepost-hooks is bound, because the
10732 latter will always be true when invoking a recursive minibuffer
10733 from an active Iswitchb buffer.
10734
107352000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10736
10737 * files.el (shell-quote-wildcard-pattern): New function.
10738 (insert-directory): Call it. Only prepend "\" to command on Unix
10739 and GNU/Linux systems.
10740
107412000-07-30 Gerd Moellmann <gerd@gnu.org>
10742
10743 * eshell/esh-groups.el: Change custom :link file names
10744 from `eshell.info' to `eshell'.
10745
107462000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10747
10748 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10749 correctly in recursive ange-ftp listings.
10750
107512000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10752
10753 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10754 ps-header-font-size-internal and
10755 ps-header-title-font-size-internal variables are not set,
10756 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10757 face text property is (foreground-color . COLOR) or
10758 `(background-color . COLOR)', ps-print crashes. Doc fix.
10759 (ps-print-version): New version number (5.2.4).
10760 (ps-plot-region): Code fix.
10761 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10762 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10763 Bug fix 2.
10764
107652000-07-30 Milan Zamazal <pdm@freesoft.cz>
10766
10767 * glasses.el (glasses-make-readable): Fix uncapitalization of
10768 identifiers like `myXMLDocument'.
10769
107702000-07-28 Karl Fogel <kfogel@red-bean.com>
10771
10772 * mail/mail-hist.el (mail-hist-previous-input)
10773 (mail-hist-next-input): Do the obvious code factorization.
10774 (mail-hist-retrieve-and-insert): New func, contains common
10775 code of above two.
10776 If inserting a message body, leave point at top.
10777
107782000-07-28 Sam Steingold <sds@gnu.org>
10779
10780 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10781 Use `<=', not `<' to compare times!
10782 (ange-ftp-ls): Remove.
10783
107842000-07-27 Gerd Moellmann <gerd@gnu.org>
10785
10786 * play/cookie1.el: Add explanation of how to make cookie.el
10787 compatible with strfile(1) to comment.
10788
10789 * subr.el (remove, remq): New functions.
10790
10791 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10792 escape `*' in regexps.
10793 (midnight-find): Reverse order of arguments in the funcall of
10794 TEST.
10795
10796 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10797 and `.class'.
10798
10799 * play/meese.el: Add Commentary section.
10800
108012000-07-27 Alex Schroeder <alex@gnu.org>
10802
10803 * sql.el (sql-ms): Added autoload cookie.
10804 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10805 (sql-oracle): Ditto.
10806 (sql-help): Doc change.
10807
10808 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10809 types and exceptions.
10810
108112000-07-27 Alex Schroeder <alex@gnu.org>
10812
10813 * sql.el (sql-placeholder-history): New variable.
10814 (sql-query-placeholders-and-send): New function that will query
10815 the user and replace placeholders with user input.
10816 (sql-oracle): If running on NT, set comint-input-sender to
10817 sql-query-placeholders-and-send.
10818
10819 (sql-stop): If in the SQLi buffer, insert stop notification, else
10820 present it as a message.
10821
108222000-07-27 Alex Schroeder <alex@gnu.org>
10823
10824 * sql.el (sql-input-ring-separator): Doc change.
10825 (sql-input-ring-file-name): Doc change.
10826 (sql-interactive-mode): Use `sql-input-ring-separator' and
10827 `sql-input-ring-file-name' to set the comint-mode equivalents
10828 without making them local variables.
10829 (sql-stop): Don't bind `sql-input-ring-separator' and
10830 `sql-input-ring-file-name' dynamically to their comint-mode
10831 equivalents.
10832
108332000-07-27 Kenichi Handa <handa@etl.go.jp>
10834
10835 * international/mule.el (register-char-codings): New function.
10836 (make-coding-system): Handle `safe-chars' specification in the arg
10837 PROPERTY.
10838
10839 * international/mule-cmds.el
10840 (find-coding-systems-region-subset-p): This function deleted.
10841 (sort-coding-systems-predicate): New variable.
10842 (sort-coding-systems): New function.
10843 (find-coding-systems-region): Use
10844 find-coding-systems-region-internal.
10845 (find-coding-systems-string): Use find-coding-systems-region.
10846 (find-coding-systems-for-charsets): Check
10847 char-coding-system-table.
10848 (select-safe-coding-system-accept-default-p): New variable.
10849 (select-safe-coding-system): Mostly rewritten. New argument
10850 ACCEPT-DEFAULT-P.
10851 (select-message-coding-system): Call select-safe-coding-system
10852 with ACCEPT-DEFAULT-P arg.
10853 (reset-language-environment): Reset default-sendmail-coding-system
10854 to the default value iso-latin-1.
10855 (set-language-environment): Don't set the obsolete variable
10856 charset-origin-alist.
10857
10858 * international/codepage.el (cp-coding-system-for-codepage-1):
10859 Give `safe-chars' property to make-coding-system.
10860
10861 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10862 calling select-message-coding-system twice.
10863
10864 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10865 instead of `safe-charsets'.
10866 (cyrillic-alternativnyj): Likewise.
10867 (ccl-encode-alternativnyj): Don't check the charset
10868 cyrillic-iso8859-5.
10869
108702000-07-27 Kenichi Handa <handa@etl.go.jp>
10871
10872 * composite.el (compose-chars-after): Preserve match data.
10873
108742000-07-26 Sam Steingold <sds@gnu.org>
10875
10876 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10877 (ange-ftp-real-file-newer-than-file-p): New function.
10878 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10879 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10880
10881 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10882 * midnight.el (midnight-float-time): Ditto.
10883
108842000-07-26 Andreas Schwab <schwab@suse.de>
10885
10886 * files.el (normal-backup-enable-predicate): Correct
10887 interpretation of the return value of compare-strings.
10888
108892000-07-26 Gerd Moellmann <gerd@gnu.org>
10890
10891 * isearch.el (isearch-resume): New function.
10892 (isearch-done): Add something to command-history to resume
10893 the search.
10894 (isearch-yank-line, isearch-yank-word): Use
10895 buffer-substring-no-properties instead of buffer-substring.
10896
10897 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10898 of flyspell-mouse-map.
10899
10900 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10901 duplicate definition.
10902 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10903
10904 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10905 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10906
109072000-07-25 Sam Steingold <sds@gnu.org>
10908
10909 * net/ange-ftp.el: Get modtime over the net.
10910 (ange-ftp-file-modtime): New function.
10911 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10912 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10913 Use it.
10914 (ange-ftp-dot-to-slash): New function.
10915 (ange-ftp-fix-name-for-vms): Use it.
10916
10917 * midnight.el (midnight-buffer-display-time): Use
10918 `with-current-buffer'.
10919
109202000-07-25 Gerd Moellmann <gerd@gnu.org>
10921
10922 * find-dired.el: Update copyright notice.
10923 (find-dired): Offer to kill a running `find'.
10924
10925 * enriched.el (enriched-face-ans): For a `foreground-color'
10926 property, return '(("x-color" COLOR))' so that COLOR will be
10927 output as a parameter of the x-color annotation. Likewise for the
10928 `background-color' property. In the case of normal face
10929 properties, don't return annotations for unspecified foreground
10930 and background face attributes.
10931
109322000-07-25 Kenichi Handa <handa@etl.go.jp>
10933
10934 * language/japan-util.el (japanese-katakana-region): Fix handling
10935 HANKAKU argument.
10936
109372000-07-25 Miles Bader <miles@gnu.org>
10938
10939 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10940 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10941 constrain-to-field.
10942
109432000-07-24 Andrew Innes <andrewi@gnu.org>
10944
10945 * timer.el (timer-activate-when-idle): Add optional parameter
10946 DONT-WAIT. Update docstring.
10947 (run-with-idle-timer): Specify extra parameter to
10948 timer-activate-when-idle, so that timer will be activated
10949 immediately if Emacs is already idle.
10950
10951 * w32-fns.el (w32-using-nt): Fix docstring.
10952
109532000-07-24 Dave Love <fx@gnu.org>
10954
10955 * mouse.el (popup-menu): Set last-command-event.
10956 (mouse-major-mode-menu-prefix): Declare.
10957
109582000-07-24 Gerd Moellmann <gerd@gnu.org>
10959
10960 * textmodes/flyspell.el: Update to author's version 1.5d.
10961
10962 * progmodes/hideshow.el: Update copyright notice.
10963
10964 * vcursor.el: Set maintainer to FSF, since author cannot
10965 be reached.
10966
109672000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10968
10969 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10970 the prompt.
10971
10972 * mouse.el (popup-menu): Run the keymap through indirect-function,
10973 in case it was defined with define-prefix-key. If the menu is a
10974 list of keymaps, look up the binding of user's choice in each one
10975 of the keymaps.
10976 (mouse-popup-menubar): If the global and local menu-bar keymaps
10977 don't have a prompt string, create one and insert it into the
10978 keymap. Don't barf if current-local-map returns nil.
10979
109802000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10981
10982 * dired.el (dired-sort-R-check): Added to allow recursive listing
10983 to be undone.
10984 (dired-sort-other): Use it.
10985
109862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10987
10988 * Release of cc-mode 5.27
10989
109902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10991
10992 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10993 c-beginning-of-statement-1 that caused a bad case of recursion
10994 which could consume a lot of CPU in large classes in languages
10995 that have in-expression classes (i.e. Java and Pike).
10996
10997 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10998 statements before top level constructs (i.e. case 6 is moved
10999 before case 5 and is now case 4) to catch in-expression
11000 classes in top level expressions correctly.
11001
110022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11003
11004 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11005 objc-method-intro. Case 4 removed and case 5I added.
11006
11007 * cc-langs.el (c-append-paragraph-start): New variable used by
11008 c-common-init to get paragraph-start correct.
11009 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11010 initialize paragraph-start to make it correct both with and
11011 without the javadoc special case.
11012
11013 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11014 initialize paragraph-start for javadoc markup.
11015
11016 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11017 change by defaulting this to t. It's motivated by the
11018 confusing behavior that otherwise arise from the style system
11019 when editing both java and non-java files at the same time
11020 (see the comments about style setting in c-common-init).
11021
110222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11023
11024 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11025 similar to the one in c-fill-paragraph to check the fill
11026 prefix from the adaptive fill function for sanity.
11027
110282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11029
11030 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11031 defun block.
11032
a30eb617
DL
110332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11034
11035 * cc-align.el (c-lineup-multi-inher): Handle lines with
11036 leading comma nicely. Extended to handle member initializers
11037 too.
11038
11039 * cc-engine.el: (c-beginning-of-inheritance-list,
11040 c-guess-basic-syntax): Fixed recognition of inheritance lists
11041 when the lines begins with a comma.
11042
a30eb617
DL
11043 * cc-vars.el (c-offsets-alist): Changed default for
11044 member-init-cont to c-lineup-multi-inher since it now handles
11045 member initializers and indents better for leading commas.
11046
110472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11048
11049 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11050 handling that caused class open lines to be recognized as
11051 statement-conts in some cases.
11052
11053 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11054 guessed by the adaptive fill function unless point is on the
11055 first line of a block comment.
11056
11057 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11058 when the buffer ends with a macro continuation char.
11059
11060 * cc-engine.el (c-guess-basic-syntax): Added support for
11061 function definitions as statements in Pike. The first
11062 statement in a lambda block is now labeled defun-block-intro
11063 instead of statement-block-intro.
11064
11065 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11066 so that the class surrounding point is selected, not the one
11067 innermost in the state.
11068
11069 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11070 recognition of switch labels having hanging multiline
11071 statements.
11072
11073 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11074 some code in c-guess-basic-syntax to a separate function.
11075 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11076 recognition of member inits with multiple line arglists.
11077 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11078 member-init-cont when the commas are in funny places.
11079
110802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11081
11082 * cc-defs.el (c-auto-newline): Removed this macro since it's
11083 not used anymore.
11084
11085 * cc-engine.el (c-looking-at-bos): New helper function.
11086 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11087 inexpr and toplevel classes apart in Pike.
11088
11089 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11090 of case 9A.
11091
11092 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11093 constant, since "class" can introduce an in-expression class
11094 in Pike nowadays.
11095
110962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11097
11098 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11099 indentation on cpp-macro lines.
11100
11101 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11102 a syntax modifier like comment-intro, to make it possible to
11103 get syntactic indentation for preprocessor directives. It's
11104 incompatible wrt to lineup functions on cpp-macro, but it has
11105 no observable effect in the 99.9% common case where cpp-macro
11106 is set to -1000.
11107
111082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11109
11110 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11111 member-init-cont when the preceding arglist is several lines.
11112
111132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11114
11115 * cc-styles.el (c-style-alist): The basic offset for the BSD
11116 style corrected to 8.
11117
111182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11119
11120 * cc-styles.el (c-style-alist): Adjusted the indentation of
11121 brace list openers in the gnu style.
11122
111232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11124
11125 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11126
11127 * cc-cmds.el (c-electric-brace, c-electric-slash,
11128 c-electric-star, c-electric-semi&comma, c-electric-colon,
11129 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11130 when c-syntactic-indentation is nil.
11131
11132 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11133 we were left at comments preceding the first statement when
11134 reaching the beginning of the buffer.
11135
11136 * cc-vars.el (c-syntactic-indentation): New variable to turn
11137 off all syntactic indentation.
11138
111392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11140
11141 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11142 between the text and the block comment ender when it hangs,
11143 depending on how many there are before the fill.
11144
111452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11146
11147 * cc-engine.el (c-beginning-of-closest-statement): New helper
11148 function to go back to the closest preceding statement start,
11149 which could be inside a conditional statement.
11150 * cc-engine.el (c-guess-basic-syntax): Use
11151 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11152
11153 * cc-engine.el (c-guess-basic-syntax): Better handling of
11154 arglist-intro, arglist-cont-nonempty and arglist-close when
11155 the arglist is nested inside parens. Cases 7A, 7C and 7F
11156 changed.
11157
11158 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11159 up-to-date with javadoc 1.2.
11160
111612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11162
11163 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11164 multiline Pike type decls.
11165
111662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11167
11168 * cc-cmds.el (c-indent-new-comment-line): Always break
11169 multiline comments in multiline mode, regardless of
11170 comment-multi-line.
11171
111722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11173
11174 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11175 fully::qualified::names in C++ member init lists. Preamble in
11176 case 5D changed.
11177
111782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11179
11180 * cc-langs.el (c-common-init): Handling of obsolete variables
11181 moved to c-initialize-cc-mode. More compatible style override
11182 when using global style variables.
11183 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11184 variables moved here.
11185
a30eb617
DL
11186 * cc-styles.el (c-make-styles-buffer-local): Flag style
11187 variable localness in c-style-variables-are-local-p to make
11188 the compatibility measure in c-common-init work well.
11189
11190 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11191 longer contain set-from-style.
11192 * cc-styles.el (c-initialize-builtin-style): Don't check for
11193 set-from-style on c-special-indent-hook.
11194 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11195 copy-alist is sufficient now.
11196
11197 * cc-styles.el (c-set-style, c-set-style-1,
11198 c-get-style-variables): Fixes to variable initialization so
11199 that duplicate entries in styles have the same effect
11200 regardless of DONT-OVERRIDE.
11201
11202 * cc-styles.el (c-set-style-2): Fixed bug where the
11203 initialization of inheriting styles failed when the
11204 dont-override flag is set.
11205
11206 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11207 on this.
11208
112092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11210
11211 * cc-defs.el (c-forward-comment): Removed the workaround
11212 introduced in 5.38 since it had worse side-effects. If a line
11213 contains the string "//\"", it regarded the // as a comment
11214 start since the \ temporarily doesn't have escape syntax.
11215
112162000-07-17 Emmanuel Briot <briot@act-europe.fr>
11217
11218 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11219 ada-xref.el before ada-prj.el, so that the Project menu is created
11220 when ada-prj tries to add to it.
11221 (ada-activate-keys-for-case): Suppress the characters that are not
11222 part of the Ada syntax. Better compatibility with else-mode
11223 (ada-adjust-case-interactive): When auto-casing is not active,
11224 correctly insert newlines (used to insert only ^M). Prevent the
11225 syntax table from being changed in case of an error
11226 (or '_' becomes part of a word and some commands are confused).
11227 Do nothing if ada-auto-case is nil.
11228 (ada-after-keyword-p): Ignore keywords that are also attributes
11229 (ada-batch-reformat): Update usage comment
11230 (ada-call-from-contextual-menu): New function
11231 (ada-case-read-exceptions): Reinitialize the casing exception list
11232 first to nil first, so that the casing exception file can be
11233 shared.
11234 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11235 files.
11236 (ada-compile-goto-error): Fix regexp used to detect a file:line
11237 anywhere in the error message
11238 (ada-contextual-menu-last-point): New variable
11239 (ada-create-keymap): If the variable delete-key-deletes-forward is
11240 t on XEmacs, it means that DEL should delete one character
11241 forward.
11242 (ada-create-menu): Use :included instead of :visible for XEmacs.
11243 New submenu "Options".
11244 (ada-end-stmt-re): Correctly indent "select ... then abort"
11245 statements.
11246 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11247 even if they don't match ada-fill-comment-prefix Fix handling of
11248 paragraphs on the first or last line of a file.
11249 (ada-format-paramlist): Fix handling of default parameter values.
11250 (ada-get-body-name): New function.
11251 (ada-get-current-indent): Optimized by searchling directly for an
11252 existing generic part or a statement outside of it. Handle
11253 ada-indent-align-comments when indenting comments Replaced some
11254 regexps by testing directly the next character. This results in a
11255 huge speedup on some files. New indentation scheme for renames
11256 statements. Stop looking for the 'while' or 'for' associated with
11257 a 'loop' at the first semicolon encountered. A "return" can also
11258 match an anonymous access subprogram declaration.
11259 (ada-get-indent-noindent): Ignore strings and comments when
11260 looking for the keywords "record" and "private".
11261 (ada-goto-matching-decl-start): When matching "if", make sure we
11262 are not in fact seeing "end if". Ignore "when" statements except
11263 when initial keyword was "begin". Fix handling of nested
11264 procedures. Add a recursive call to this function to skip over
11265 other 'end' statmts. Fix indentation for "when .. => begin"
11266 (ada-in-open-paren-p): Fix indentation for complex boolean
11267 expressions, where 'and then', 'or else' and parenthesis
11268 statements are mixed up.
11269 (ada-in-paramlist-p): Skip comments while searching for the
11270 beginning Fix handling of operator declarations.
11271 (ada-indent-align-comments): New variable
11272 (ada-indent-current): Change the syntax table only in the
11273 protected section, so that we are sure it is restored correctly.
11274 (ada-indent-on-previous-lines): Use ada-use-indent and
11275 ada-with-indent Correctly indent "select ... then"
11276 (ada-indent-region): Slight speedup.
11277 (ada-indent-renames): New variable.
11278 (ada-last-which-function-subprog, ada-last-which-function-line):
11279 New variables
11280 (ada-looking-at-semi-private): Correctly indent the 'private'
11281 keyword when it is the first word in a package declaration.
11282 (ada-loose-case-word): Stop searching if at the end of the buffer.
11283 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11284 even if point is not initially at the end of the word.
11285 (ada-matching-decl-start-re): Add "when".
11286 (ada-mode): Add support for abbrev-mode, outline-mode and
11287 which-func-mode Override the old find-file.el entry in
11288 ff-special-constructs since it is using the obsolete
11289 ada-spec-suffix variable
11290 (ada-no-auto-case): New function
11291 (ada-scan-paramlist): When parsing the argument type, accept
11292 spaces (as in "X 'Class", generated by Rational Rose).
11293 (ada-other-file-name): No longer loads the other file.
11294 (ada-popup-menu): Save and restore the current buffer and cursor
11295 position before and after displaying the menu.
11296 (ada-search-ignore-complex-boolean): New function.
11297 (ada-uncomment-region): Emacs21 already knows how to delete
11298 comments not starting in the first column.
11299 (ada-use-indent): New variable
11300 (ada-which-function): New function.
11301 (ada-with-indent): New variable
11302 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11303 can be batch-compiled from the command line.
11304
11305 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11306 Add to the menu when the file is loaded, not in ada-mode-hook.
11307 Add -toolbar to the default ddd command Switches moved from
11308 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11309 ada-prj-default-comp-opt
11310 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11311 Reference Manual to the menu
11312 (ada-check-current): rewritten as a call to ada-compile-current
11313 (ada-compile): Removed.
11314 (ada-compile-application, ada-compile-current, ada-check-current):
11315 Set the compilation-search-path so that compile.el automatically
11316 finds the sources in src_dir. Automatic scrollong of the
11317 compilation buffer. C-uC-cC-c asks for confirmation before
11318 compiling
11319 (ada-compile-current): New parameter, prj-field
11320 (ada-complete-identifier): Load the .ali file before doing
11321 processing
11322 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11323 conform to gnatmake's behavior.
11324 (ada-find-file-in-dir): New function
11325 (ada-find-references): Set the environment variables for gnatfind
11326 (ada-find-src-file-in-dir): New function.
11327 (ada-first-non-nil): Removed
11328 (ada-gdb-application): Add support for jdb, the java debugger.
11329 (ada-get-ada-file-name): Load the original-file first if not done
11330 yet.
11331 (ada-get-all-references): Handles the new ali syntax (parent types
11332 are found between <>).
11333 (ada-initialize-runtime-library): New function
11334 (ada-mode-hook): Always load a project file when a file is opened,
11335 so that the casing exceptions are correctly read.
11336 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11337 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11338 to open the project file, since the latter does not work with
11339 speedbar Get default values before loading the prj file, or the
11340 default executable file name is wrong. Use the absolute value of
11341 src_dir to initialize ada-search-directories and
11342 compilation-search-path,... Add the standard runtime library to
11343 the search path for find-file.
11344 (ada-prj-default-debugger): Was missing an opening '{'
11345 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11346 variables.
11347 (ada-prj-default-gnatmake-opt): New variable
11348 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11349 buffers, the project file is the default one Save the windows
11350 configuration before displaying the menu.
11351 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11352 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11353 ...) regexp-quote identifiers names to support operators +,
11354 -,... in regexps.
11355 (ada-remote): New function.
11356 (ada-run-application): Erase the output buffer before starting the
11357 run Support remote execution of the application. Use
11358 call-process, or the arguments are incorrectly parsed
11359 (ada-set-default-project-file): Reread the content of the active
11360 project file, not the one from the current buffer When a project
11361 file is set as the default project, all directories are
11362 automatically associated with it.
11363 (ada-set-environment): New function
11364 (ada-treat-cmd-string): New special variable ${current}
11365 (ada-treat-cmd-string): Revised. The substitution is now done for
11366 any ${...} substring
11367 (ada-xref-current): If no body was found, compiles the spec
11368 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11369 compiler to get rid of command line length limitations.
11370 (ada-xref-get-project-field): New function
11371 (ada-xref-project-files): New variable
11372 (ada-xref-runtime-library-specs-path)
11373 (ada-xref-runtime-library-ali-path): New variables
11374 (ada-xref-set-default-prj-values): Default run command now does a
11375 cd to the build directory. New field: main_unit Provide a default
11376 file name even if the current buffer has no prj file.
11377
11378 * ada-prj.el:
11379 Rewritten to show a tabbed-dialog.
11380 (ada-prj-add-ada-menu): Remove the map and name parameters.
11381 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11382 New function
11383 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11384 (ada-prj-load-from-file): New function
11385 (ada-prj-save): Always save fields that depend on the current buffer
11386 (ada-prj-show-value): New function
11387
11388 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11389 Ada mode. This will allow us to display the Ada menu in any buffer
11390 we want (for project items).
11391 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11392 number of spaces in the header.
11393
113942000-07-24 Dave Love <fx@gnu.org>
11395
11396 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11397
113982000-07-23 Noah Friedman <friedman@splode.com>
11399
11400 * type-break.el (type-break): perform autosave.
11401 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11402 (type-break-do-query): Cancel query schedule while performing
11403 actual query, to avoid possibility of a second query being made
11404 while first one is already in progress.
11405 (type-break-time-stamp-format): New variable.
11406 (type-break-time-stamp): New function.
11407 (type-break-time-warning): Use it.
11408 (type-break-keystroke-warning): Use it.
11409 (type-break-noninteractive-query): Use it.
11410
11411 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11412 cookie.
11413 Use add-minor-mode to set minor-mode-alist, if available.
11414 (eldoc-echo-area-use-multiline-p): New user option.
11415 (eldoc-echo-area-multiline-supported-p): New variable.
11416 (eldoc-docstring-format-sym-doc): Use them.
11417 (eldoc-mode): If not using idle timers, append to local post and
11418 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11419 (eldoc-display-message-no-interference-p): Don't interfere with
11420 edebug.
11421 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11422 (eldoc-function-arglist): New function.
11423 (eldoc-function-argstring): Use it.
11424
11425 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11426 auto save directory exists before calling directory-files.
11427
114282000-07-23 Dave Love <fx@gnu.org>
11429
11430 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11431 ^o, ^u.
11432
114332000-07-21 Dave Love <fx@gnu.org>
11434
11435 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11436 now passed to the function. It now works properly.
11437
11438 * smerge-mode.el (smerge-mode-menu): Fill it out.
11439
114402000-07-20 Gerd Moellmann <gerd@gnu.org>
11441
11442 * info-look.el (info-lookup): If *info* is shown in another frame
11443 on the same display, select that frame, instead of switching to
11444 the Info buffer in another window of the selected frame.
11445
11446 * simple.el (universal-argument-map): Bind numeric keypad keys
11447 kp-0 to kp-9 and kp-subtract.
11448 (digit-argument): Handle these keys.
11449
114502000-07-20 Dave Love <fx@gnu.org>
11451
11452 * net/goto-addr.el (goto-address-fontify): Don't bother with
11453 buffer-modified and read-only stuff -- irrelevant with overlays.
11454 Put an extra property on the overlays and use it to clean up in
11455 case goto-address is re-run.
11456
114572000-07-19 Richard M. Stallman <rms@gnu.org>
11458
11459 * timer.el (run-with-idle-timer): Doc fix.
11460
11461 * mail/mail-utils.el (mail-strip-quoted-names):
11462 Handle case where <...> appears inside "...".
11463 Use replace-match to edit the string more simply.
11464 (rmail-dont-reply-to): Cope with an unmatched ".
11465
114662000-07-19 Dave Love <fx@gnu.org>
11467
11468 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11469 implementation.
11470
11471 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11472 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11473 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11474
114752000-07-19 Gerd Moellmann <gerd@gnu.org>
11476
11477 * textmodes/refer.el: Correct maintainer's email address.
11478
11479 * progmodes/hideif.el: Correct author's email address.
11480 Fix typo in comment.
11481
11482 * xml.el: New file.
11483
11484 * mail/mailheader.el: Correct author's mail address.
11485
11486 * gnus/parse-time.el: Correct author's mail address.
11487
114882000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11489
11490 * comint.el (comint-highlight-input, comint-highlight-face):
11491 New user options.
11492 (comint-input-ring-file-name): Change custom type.
11493 (comint-mode-map): Bind mouse-2.
11494 (comint-insert-clicked-input): New function.
11495 (comint-send-input): Handle input highlighting.
11496
114972000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11498
11499 * mouse.el (popup-menu): New function.
11500 (mouse-major-mode-menu): Use it.
11501
115022000-07-18 Dave Love <fx@gnu.org>
11503
11504 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11505 improvements.
11506
115072000-07-18 Gerd Moellmann <gerd@gnu.org>
11508
11509 * faces.el (face-font-selection-order)
11510 (face-font-family-alternatives): Add custom type.
11511
115122000-07-18 Dave Love <fx@gnu.org>
11513
11514 * cus-edit.el (custom-variable-reset-saved)
11515 (custom-variable-reset-standard): Remove unused bindings.
11516
11517 * rect.el (open-rectangle-line): Remove unused let.
11518
11519 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11520
115212000-07-18 Gerd Moellmann <gerd@gnu.org>
11522
11523 * cdl.el: Fix `Maintainer' keyword.
11524
11525 * play/pong.el: Add author's email address.
11526
115272000-07-17 Sam Steingold <sds@gnu.org>
11528
11529 * files.el (insert-directory): Call `split-string' instead of
11530 re-implementing it.
11531
115322000-07-18 Gerd Moellmann <gerd@gnu.org>
11533
11534 * mail/vms-pmail.el: Change maintainer to FSF.
11535
11536 * net/goto-addr.el: Change maintainer to FSF.
11537
11538 * info.el (Info-title-face-alist): Removed.
11539
115402000-07-18 David Ponce <david@dponce.com>
11541
11542 * recentf.el (recentf-open-files): New command that works like
11543 `recentf-open-more-files', but shows the whole list of files (not just
11544 those omitted from the menu). Useful if you don't use a menu-bar!
11545 (recentf-open-more-files) Modified to use `recentf-open-files'.
11546
11547 (recentf-open-files, recentf-open-more-files)
11548 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11549
11550 (recentf-dialog-mode): New mode for dialogs. You can now just type
11551 "q" to cancel the dialogs.
11552
115532000-07-18 David Ponce <david@dponce.com>
11554
11555 * recentf.el: This is a major update of recentf.el. It adds new
11556 features to better organize the recentf menu and "More..." buffer.
11557
11558 Using new provided menu filtering functions you can now organize the
11559 recent files list:
11560
11561 - by major modes
11562 - by directories
11563 - by user defined rules
11564
11565 Finally, with the new `recentf-filter-changer' customizable filter you
11566 can define a ring of filters and dynamically (via the menu) cycle on
11567 each menu organization in the ring (a la msb).
11568
115692000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11570
11571 * eshell/eshell.el (eshell): Replace links to eshell.info with
11572 links to eshell, to avoid problems on systems where the manual is
11573 installed as `eshell'.
11574 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11575 * eshell/em-smart.el (eshell-smart): Ditto.
11576 * eshell/em-banner.el (eshell-banner): Ditto.
11577 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11578
11579 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11580 same-file check in the MS-DOS version (it does support inodes).
11581
11582 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11583
11584 * eshell/eshell.el (eshell-directory-name):
11585 Run default directory name through convert-standard-filename.
11586
115872000-07-18 Kenichi Handa <handa@etl.go.jp>
11588
11589 * international/mule-cmds.el (select-safe-coding-system):
11590 Fix typo in the comment.
11591
11592 * language/european.el (compound-text):
11593 Force katakana-jisx0201 to be designated to G1.
11594
11595 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11596 Don't translate some national variant characters of latin-jisx0201.
11597 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11598
11599 * international/kkc.el (kkc-after-update-conversion-functions):
11600 New variable.
11601 (kkc-update-conversion): Run functions in it at the tail.
11602
116032000-07-16 John Wiegley <johnw@gnu.org>
11604
11605 * lisp/align.el (align-newline-and-indent):
11606 Adding new function. for auto-aligning blocks of code on RET.
11607 (align-region): Fixed badly formatted minibuffer message.
11608
116092000-07-17 Kenichi Handa <handa@etl.go.jp>
11610
11611 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11612 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11613 the conversion list at first if appropriate.
11614 (kkc-next): Don't update kkc-next-count here.
11615 (kkc-prev): Don't update kkc-prev-count here.
11616 (kkc-show-conversion-list-update): Fix setting up of conversion
11617 list message.
11618
116192000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11620
11621 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11622
116232000-07-16 Dave Love <fx@gnu.org>
11624
11625 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11626 function to be more specific.
11627
11628 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11629 non-string help-echo.
11630 (widget-types-convert-widget): Defsubst it.
11631 (widget-echo-help): Try to cope with a help-echo function of two
11632 possible sorts.
11633
116342000-07-15 Jason Rumney <jasonr@gnu.org>
11635
11636 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11637 Declare as obsolete.
11638
11639 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11640
116412000-07-14 Gerd Moellmann <gerd@gnu.org>
11642
11643 * hilit-chg.el: Fix typo.
11644
116452000-07-14 Dave Love <fx@gnu.org>
11646
11647 * info.el (Info-mode-menu): Fix use of :help, :enable.
11648
116492000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11650
11651 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11652
116532000-07-13 Dave Love <fx@gnu.org>
11654
11655 * emacs-lisp/easymenu.el: Doc fixes.
11656 (easy-menu-remove): Defalias to ignore.
11657
11658 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11659 Call throw correctly.
11660
116612000-07-13 Gerd Moellmann <gerd@gnu.org>
11662
11663 * faces.el (frame-background-mode): Doc fix.
11664
11665 * simple.el (eval-expression-print-length): Change custom type to
11666 allow entering nil as value.
11667
116682000-07-13 Dave Love <fx@gnu.org>
11669
11670 * progmodes/fortran.el (fortran-imenu-generic-expression):
11671 Change definition layout.
11672 (fortran-mode-menu): Reinstate customize entries.
11673
11674 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11675 Use :filter, per old XEmacs code.
11676
116772000-07-12 Gerd Moellmann <gerd@gnu.org>
11678
11679 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11680 event when deciding what to send to the terminal.
11681
116822000-07-12 Dave Love <fx@gnu.org>
11683
11684 * cus-start.el: Add optional version as 4th element of specs and
11685 use it for several things new in v21. Remove load-path. Fix type
11686 of line-number-display-limit.
11687
116882000-07-11 Dave Love <fx@gnu.org>
11689
11690 * progmodes/fortran.el: Don't require easymenu.
11691 Use repeat counts in various regexps.
11692 (fortran-mode-syntax-table): Defvar directly.
11693 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11694 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11695 Use defvar, not defconst.
11696 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11697 (fortran-mode): Set fortran-comment-line-start-skip,
11698 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11699 (fortran-comment-indent): Use defsubst.
11700 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11701 Use fortran-comment-indent, not fortran-comment-indent-function.
11702 (fortran-comment-region, fortran-electric-line-number): Simplify.
11703 (fortran-auto-fill): New function.
11704 (fortran-do-auto-fill): Deleted.
11705 (fortran-find-comment-start-skip):
11706 Check for non-null comment-start-skip.
11707 (fortran-auto-fill-mode, fortran-fill-statement):
11708 Use fortran-auto-fill.
11709 (fortran-fill): Use fortran-auto-fill. Check for null
11710 comment-start-skip. Simplify final clause and use end-of-line finally.
11711
11712 * widget.el (widget-plist-member): New alias.
11713
117142000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11715
11716 * eshell/esh-module.el (toplevel): Reference
11717 byte-compile-current-file only if it is bound.
11718
117192000-07-10 Gerd Moellmann <gerd@gnu.org>
11720
11721 * dired.el: Don't require `dired-aux'.
11722
117232000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11724
11725 * dired-aux.el (dired-show-file-type): New function.
11726 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11727 (dired-show-file-type): Add autoload.
11728
117292000-07-10 Kenichi Handa <handa@etl.go.jp>
11730
11731 * international/mule-diag.el (describe-font): Adjusted for the
11732 change of fontset-info.
11733 (print-fontset): Likewise.
11734
117352000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11736
11737 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11738
117392000-07-07 Gerd Moellmann <gerd@gnu.org>
11740
11741 * bindings.el: Bind `[delete]' to delete-char.
11742
11743 * dired.el (dired-find-alternate-file): New function.
11744 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11745 (toplevel): Require dired-aux when compiling.
11746 (dired-buffers): Move defvar within file to avoid compiler warning.
11747
11748 * info.el (Info-last-search): Variable removed.
11749 (Info-search-history): New variable.
11750 (Info-search): New Info-search-history.
11751
11752 * battery.el, info-look.el: Change author's mail address.
11753
117542000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11755
11756 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11757 if rmail-ignored-headers is nil.
11758 (rmail-retry-failure): Bind rmail-ignored-headers and
11759 rmail-displayed-headers to nil.
11760
117612000-07-06 Gerd Moellmann <gerd@gnu.org>
11762
11763 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11764 (print-region-1): Don't hard code `-h' here.
11765
11766 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11767
117682000-07-01 Francesco Potorti` <pot@gnu.org>
11769
11770 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11771 exim can use "your message" instead of "the message".
11772
117732000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11774
11775 * facemenu.el: Docstrings fixes.
11776 (facemenu-get-face): Don't use internal-find-face.
11777 (facemenu-iterate): Rename arg to match the docstring.
11778
11779 * newcomment.el (uncomment-region): Be more careful when skipping
11780 backwards over `=' not to bump into BOBP.
11781
117822000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11783
11784 * ediff-diff.el (ediff-wordify): Use syntax table.
11785 * ediff-init.el (ediff-has-face-support-p): Use
11786 ediff-color-display-p.
11787 (ediff-color-display-p): Use display-color-p, changed to defun
11788 from defsubst.
11789 Got rid of special cases for NeXT and OS/2.
11790 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11791 face.
11792
117932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11794
11795 * emacs-lisp/lucid.el: Require CL.
11796 (copy-tree, remprop): Remove, it's provided by CL.
11797 (map-keymap): Define in terms of cl-map-keymap.
11798 (extent-property, set-extent-end-glyph): New functions.
11799
11800 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11801
118022000-07-05 Gerd Moellmann <gerd@gnu.org>
11803
11804 * Makefile.in (DONTCOMPILE): Add comment that the name may
11805 not be changed without changing the make-dist script.
11806
11807 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11808 (cl-mapc): Use mapc instead of cl-old-mapc.
11809
118102000-07-05 Andrew Innes <andrewi@gnu.org>
11811
11812 * makefile.nt: Add support for `bootstrap' and related targets.
11813
118142000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11815
11816 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11817 (easy-menu-do-define): Use `menu-item' format.
11818 Handle case where easy-menu-create-menu returns a symbol.
11819 Manually call the potential top-level filter in the function binding.
11820 (easy-menu-filter-return): New arg NAME.
11821 Convert to a keymap if MENU is an XEmacs menu.
11822 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11823 (easy-menu-converted-items-table, easy-menu-convert-item):
11824 New var and fun to memoize easy-menu-convert-item-1.
11825 (easy-menu-do-add-item): Use it.
11826 (easy-menu-create-menu): Use easy-menu-convert-item.
11827 Wrap easy-menu-filter-return around any :filter specification.
11828 Don't convert the menu if a filter was specified.
11829 Tell easy-menu-make-symbol not to check for MENU being an expression.
11830 (easy-menu-make-symbol): New arg NOEXP.
11831
118322000-07-05 Gerd Moellmann <gerd@gnu.org>
11833
11834 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11835 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11836 (eval-defun): If called with prefix arg, instrument code for
11837 Edebug.
11838
11839 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11840 similar to that of eval-defun.
11841
118422000-07-04 Dave Love <fx@gnu.org>
11843
11844 * hl-line.el (hl-line-overlay): Make it permanent-local.
11845
11846 * calendar/todo-mode.el: Replaced with a working version, based on
11847 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11848
118492000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11850
11851 * paths.el (prune-directory-list): New function.
11852 (Info-default-directory-list): Rewritten to more methodically
11853 enumerate a big list of possible info directories (based on the
11854 list used by the standalone info reader).
11855
11856 * info.el (info-initialize): Use prune-directory-list to remove
11857 non-existent directories from Info-directory-list.
11858
11859 * paths.el (Info-default-directory-list): Try a list of possible
11860 info-directories instead of a single one. Add the possible
11861 info directory "/usr/share/info".
11862
11863 * woman.el (woman-man.conf-path): Explicitly include the debian
11864 man-db config file "/etc/manpath.config".
11865 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11866 are present in `manpath.config'.
11867 (woman-manpath): Include "/usr/share/man".
11868
118692000-07-03 Gerd Moellmann <gerd@gnu.org>
11870
11871 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11872
11873 * startup.el (command-line): Initialize blink-cursor based
11874 on window-system.
11875
11876 * frame.el (blink-cursor): Default to nil if not running under
11877 a window-system.
11878
11879 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11880 (face-x-resources): Remove duplicate entry for :font.
11881
11882 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11883 instead of cycling through windows with next-window.
11884
11885 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11886 of cycling through windows with next-window.
11887
11888 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11889 of cycling through windows with next-window.
11890
11891 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11892 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11893 instead of cycling through windows with next-window.
11894
11895 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11896 instead of cycling through windows with next-window.
11897
11898 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11899 of cycling through windows with next-window.
11900
11901 * terminal.el (te-process-output): Use walk-windows instead of
11902 cycling through windows with next-window.
11903
11904 * server.el (server-switch-buffer): Use some-window instead of
11905 cycling through windows with next-window.
11906
11907 * window.el (some-window): New function.
11908 (walk-windows): Remove reference to walk-windows-start.
11909
11910 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11911
119122000-07-03 Richard Stallman <rms@gnu.org>
11913
11914 * window.el (walk-windows): Guarantee termination by keeping a list
11915 of all the windows already handled.
11916
119172000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11918
11919 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11920 window-system.
11921
11922 * man.el (Man-notify-when-ready): Don't use window-system. If
11923 Man-notify-method is newframe, and the display is not
11924 multi-frame, select the frame created for the man page.
11925 (Man-init-defvars): Doc fix.
11926
119272000-06-28 Gerd Moellmann <gerd@gnu.org>
11928
11929 * faces.el (region): Change background color for light background.
11930
11931 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11932 attribute from mode-line face of Ediff control frame.
11933
11934 * replace.el (query-replace-map): Bind `e' like `E'.
11935
119362000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11937
11938 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11939 Change name to "Select All".
11940
11941 * dos-fns.el (convert-standard-filename): Fix last change.
11942
119432000-06-27 Gerd Moellmann <gerd@gnu.org>
11944
11945 * help.el (describe-variable): Don't insert a second `'s' in front
11946 of the string `value is shown below'. Since the syntax-table is
11947 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11948 an existing `'s', so that this won't be deleted.
11949
11950 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11951 * pcmpl-unix.el: New files.
11952
119532000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11954
11955 * wid-edit.el (widget-member): Use the new plist-member.
11956
119572000-06-26 Gerd Moellmann <gerd@gnu.org>
11958
11959 * replace.el (perform-replace): Undo change of 2000-04-04.
11960 Instead, move backward 1 character at the end of the loop when
11961 necessary.
11962
11963 * faces.el (fringe): Change face for different backgrounds.
11964
11965 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11966 patch from John.
11967
11968 * eshell/*.el: Change spelling of the Free Software Foundation.
11969
11970 * eshell/esh-toggle.el: Removed.
11971
11972 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11973
11974 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11975 interactively.
11976
119772000-06-26 Alex Schroeder <alex@gnu.org>
11978
11979 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11980 `define-key'; instead of checking `(emacs-version)' check for
11981 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11982 for `;' and `o' which might be electric.
11983
11984 (sql-electric-stuff): New user option.
11985 (sql-magic-go): New function which uses `sql-electric-stuff'.
11986 (sql-magic-semicolon): New function which uses
11987 `sql-electric-stuff'.
11988
11989 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11990 is not fboundp.
11991
11992 (sql-oracle-options): New variable.
11993 (sql-oracle): Use it.
11994
11995 (sql-imenu-generic-expression): Doc change.
11996 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11997 is used.
11998
11999 (sql-informix): Added command line parameter "-" to force
12000 sql-informix-program to use stdout.
12001
120022000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12003
12004 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12005 (cp864-decode-table): Doc fix.
12006 (cp720-decode-table): New variable, supports the Arabic OEM
12007 codepage used by Windows.
12008 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12009
120102000-06-23 Dave Love <fx@gnu.org>
12011
12012 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12013 (font-lock-fontify-anchored-keywords): Use
12014 line-beginning-position.
12015 (global-font-lock-mode): Use mapc.
12016
120172000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12018
12019 * eshell/esh-module.el: Require CL when compiling.
12020
120212000-06-23 Gerd Moellmann <gerd@gnu.org>
12022
12023 * comint.el (comint-substitute-in-file-name): Call replace-match
12024 with second and third arg t.
12025
12026 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12027 Specify foreground color.
12028
12029 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12030 color.
12031
12032 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12033
12034 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12035 cddr instead of cdddr.
12036
12037 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12038 instead of copy-list.
12039
12040 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12041 of copy-list.
12042
12043 * subdirs.el: Add eshell subdirectory.
12044
12045 * eshell: New subdirectory containing the Eshell package.
12046
12047 * pcomplete.el: New file.
12048
120492000-06-23 Paul Eggert <eggert@twinsun.com>
12050
12051 * mail/mailpost.el (post-mail-send-it): Make sure file has
12052 proper permissions from birth.
12053
12054 * files.el (basic-save-buffer-2): When temporarily setting
12055 file modes, set them to current modes plus 0200, not to 0777.
12056
12057 * emerge.el (emerge-make-temp-file): Make sure file has proper
12058 permissions from birth.
12059
120602000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12061
12062 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12063 backup file name through convert-standard-filename.
12064
12065 * dos-fns.el (convert-standard-filename): Convert leading
12066 directories as well. When long file names are supported, convert
12067 characters that are invalid in Windows file names.
12068
120692000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12070
12071 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12072 ps-print crashes. New feature: page selection for printing. Create
12073 raw-text-unix coding system for XEmacs. Doc fix.
12074 (ps-print-version): New version number (5.2.3).
12075 (ps-plot-region): Bug fix.
12076 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12077 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12078 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12079 funs.
12080 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12081 (ps-last-page): New vars.
12082
120832000-06-21 Gerd Moellmann <gerd@gnu.org>
12084
12085 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12086 empty option string.
12087
120882000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12089
12090 * man.el (man): Doc fix.
12091
120922000-06-21 Kenichi Handa <handa@etl.go.jp>
12093
12094 * international/mule-cmds.el (set-language-info-alist): Docstring
12095 fixed.
12096
120972000-06-20 Gerd Moellmann <gerd@gnu.org>
12098
12099 * version.el (emacs-version): Use ISO date format.
12100
12101 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12102 instead of `M-backspace'.
12103
12104 * simple.el (turn-off-auto-fill): New function.
12105
121062000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12107
12108 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12109 Renamed from with-buffer-prepared-for-font-lock and use
12110 inhibit-modification-hooks rather than setting *-change-functions.
12111 Update all functions to use the new name.
12112 (jit-lock-first-unfontify-pos): New semantics (and doc).
12113 (jit-lock-mode): Make non-interactive.
12114 Don't automatically turn on font-lock.
12115 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12116 Always use jit-lock-after-change.
12117 Remove and restore font-lock-after-change-function.
12118 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12119 (jit-lock-after-unfontify-buffer): Remove.
12120 (jit-lock-stealth-fontify):
12121 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12122 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12123
121242000-06-20 Sam Steingold <sds@gnu.org>
12125
12126 * emacs-lisp/cl-indent.el (toplevel): Indent
12127 `print-unreadable-object' properly. Untabify.
12128
121292000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12130
12131 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12132 Support for bibentry.
12133 (reftex-compile-variables): Fixed problem with end of section-re.
12134
12135 * texmodes/reftex-dcr.el (reftex-view-crossref,
12136 reftex-view-crossref-from-bibtex):
12137 Deal with changed `reftex-find-citation-regexp-format'.
12138 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12139 Replaced `remprop' with `put'.
12140 (reftex-view-crossref, reftex-view-crossref-when-idle):
12141 Support for bibentry.
12142
12143 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12144 New entry for bibentry package.
12145
12146 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12147 Regexp also matches "\nobibliography".
12148
12149 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12150 Call `reftex-ensure-write-access' before doing anything.
12151 (reftex-ensure-write-access): New function.
12152
121532000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12154
12155 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12156
12157 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12158
12159 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12160
12161 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12162
12163
121642000-06-20 Dave Love <fx@gnu.org>
12165
12166 * faces.el (frame-background-mode): Use set-default, not set, in
12167 setter.
12168 (frame-update-faces, frame-update-face-colors): Define with
12169 defalias.
12170
12171 * enriched.el (enriched-decode-foreground)
12172 (enriched-decode-background): Don't use internal-find-face.
12173
12174 * apropos.el: Doc fixes.
12175
12176 * cus-edit.el (customize-changed-options): Check arg.
12177 (customize-version-lessp): Don't require decimal point.
12178
12179 * custom.el (defcustom, defgroup): Doc fix.
12180
12181 * newcomment.el (comment) <defgroup>: Add :version.
12182 (comment-multi-line): Doc fix.
12183
12184 * emulation/mlsupport.el (define-hooked-local-abbrev,
12185 define-hooked-global-abbrev): Fix, using define-abbrev.
12186
121872000-06-19 Gerd Moellmann <gerd@gnu.org>
12188
12189 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12190 the whole buffer.
12191
121922000-06-19 Dave Love <fx@gnu.org>
12193
12194 * menu-bar.el (menu-bar-options-save): New function.
12195 (menu-bar-options-menu): Use it.
12196 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12197 Simplify.
12198
121992000-06-19 Andreas Schwab <schwab@suse.de>
12200
12201 * progmodes/etags.el (tags-query-replace): Put new parameters
12202 START and END at the end, for backward compatibility.
12203
122042000-06-19 Kenichi Handa <handa@etl.go.jp>
12205
12206 * international/codepage.el:
12207 (cp-coding-system-for-codepage-1): Delete special codes for
12208 generating xxx-dos coding system because now a CCL based coding
12209 system can handle EOL conversion by default.
12210
12211 * international/mule.el (make-coding-system): Generate subsidiary
12212 coding systems for EOL handling variants even for a CCL based
12213 coding system.
12214
122152000-06-19 Kenichi Handa <handa@etl.go.jp>
12216
12217 * international/isearch-x.el (isearch-minibuffer-input-method)
12218 (isearch-minibuffer-input-method-function): These variables
12219 deleted.
12220 (isearch-with-input-method): Don't use the above variables.
12221 (isearch-process-search-multibyte-characters): Likewise. Call
12222 read-string with the arg INHERIT-INPUT-METHOD t.
12223
122242000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12225
12226 * font-lock.el (font-lock-after-fontify-buffer)
12227 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12228
12229 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12230 Use consistent make-local-variable style for font-lock-fontified.
12231 (jit-lock-fontify-buffer):
12232 Don't bother checking for font-lock-mode and jit-lock-mode.
12233
12234 * time.el: Remove trailing ^M that prevent CVS-merging.
12235
122362000-06-16 Gerd Moellmann <gerd@gnu.org>
12237
12238 * Makefile.in (distclean): New target.
12239
122402000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12241
12242 * Makefile.in (srcdir): Define for update-subdirs.
12243
122442000-06-16 Gerd Moellmann <gerd@gnu.org>
12245
12246 * find-lisp.el: New file.
12247
122482000-06-16 Andrew Innes <andrewi@gnu.org>
12249
12250 * time.el (display-time-mail-function): New variable, to allow
12251 external packages to indicate when new mail is available.
12252 (display-time-update): Use it.
12253
122542000-06-16 Kenichi Handa <handa@etl.go.jp>
12255
12256 * international/mule.el (mule-version): Change version name to
12257 SAKAKI. AOI has already been used by Meadow.
12258
12259 * international/quail.el (quail-show-guidance-buf): To find the
12260 bottom window (but minibuffer), pay attention to the height of
12261 minibuffer.
12262
122632000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12264
12265 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12266 menu-bar menus. Add help strings. Don't remove the Edit menu
12267 from the menu bar, as the menu bar has enough space now.
12268
12269 * Makefile.in (SHELL): Make sure /bin/sh is used.
12270
12271 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12272 characters, which use series of two ^H characters instead of one.
12273
122742000-06-15 Gerd Moellmann <gerd@gnu.org>
12275
12276 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12277 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12278 functions.
12279 (Info-find-node-2): Try a case-sensitive search first, then
12280 do a case-insensitive search.
12281
12282 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12283 tutorials.
12284
12285 * complete.el (PC-env-vars-alist): New variable.
12286 (PC-complete-as-file-name): New function.
12287 (partial-completion-mode): Initialize PC-env-vars-alist from
12288 process-environment.
12289 (PC-do-completion): Handle completion of env vars.
12290
12291 * info.el (Info-set-mode-line): Show file name in mode line,
12292 use `*Info*' instead of `Info:'.
12293
12294 * startup.el (command-line-1): Change copyright messages to year
12295 2000.
12296
122972000-06-15 Dave Love <fx@gnu.org>
12298
12299 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12300 not local-map.
12301
123022000-06-15 Kenichi Handa <handa@etl.go.jp>
12303
12304 * international/mule.el (set-buffer-file-coding-system): Almost
12305 rewritten to handle `undecided' as no-op.
12306
123072000-06-14 Gerd Moellmann <gerd@gnu.org>
12308
12309 * Makefile.in: New file.
12310
12311 * Makefile: Removed.
12312
12313 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12314 (goto-address-highlight-keymap): Bind C-c RET.
12315
123162000-06-14 Kenichi Handa <handa@etl.go.jp>
12317
12318 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12319 inherits buffer-file-coding-system of the current buffer.
12320
12321 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12322 0. Give correct argument to set-auto-coding-function.
12323 (tar-expunge): For goto-char, use (point-min), not 0.
12324 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12325 (tar-subfile-save-buffer): Likewize.
12326
12327 * international/mule.el
12328 (after-insert-file-set-buffer-file-coding-system): Call
12329 set-buffer-file-coding-system with the arg FORCE t.
12330
123312000-06-13 Gerd Moellmann <gerd@gnu.org>
12332
12333 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12334 nil. Contemporary sendmails issue an X-Authentication-Warning if
12335 the sender is set with `-f'.
12336
123372000-06-13 Dave Love <fx@gnu.org>
12338
12339 * help.el (describe-function-1): Kluge around cases of functions
12340 fset to subrs whose doc doesn't match their symbol-name.
12341
12342 * image.el (insert-image): Default STRING to a space.
12343
12344 * info.el Doc fixes.
12345 (Info-build-node-completions): Match Ref tags.
12346
123472000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * frame.el (display-multi-frame-p, display-multi-font-p): New
12350 defaliases for display-graphic-p.
12351
12352 * hl-line.el: Fixed a typo in commentary.
12353
123542000-06-13 Kenichi Handa <handa@etl.go.jp>
12355
12356 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12357 fixed.
12358
123592000-06-12 Dave Love <fx@gnu.org>
12360
12361 * image.el (insert-image): Save a little consing.
12362
123632000-06-12 Kenichi Handa <handa@etl.go.jp>
12364
12365 * language/tibet-util.el: Convert all tibetan-1-column characters
12366 to the corresponding tibetan characters.
12367 (tibetan-add-components): Delete code for the special treatment of
12368 'a chung.
12369
12370 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12371 change.
12372 (tibetan-vowel-transcription-alist): More rules added.
12373 (tibetan-composite-vowel-alist): New variable.
12374 (tibetan-precomposition-rule-alist): More rules added.
12375
123762000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12377
12378 * startup.el (command-line): Only call menu-bar-mode if interactive.
12379
12380 * thingatpt.el (toplevel symbol-properties):
12381 * textmodes/makeinfo.el (makeinfo-compile):
12382 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12383 * progmodes/hideif.el (hif-compress-define-list)
12384 (hide-ifdef-use-define-alist):
12385 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12386 (ange-ftp-vms-add-file-entry):
12387 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12388 * man.el (Man-build-man-command):
12389 * mail/rnewspost.el (news-reply-header-hook):
12390 * info.el (Info-insert-dir):
12391 * emulation/mlconvert.el (backward-word, forward-word, setq):
12392 * emacs-lisp/gulp.el (gulp-send-requests):
12393 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12394 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12395 (byte-optimize-apply, end of file):
12396 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12397 (ad-make-freeze-definition):
12398 * startup.el (command-line, command-line-1): Don't quote lambdas.
12399
12400 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12401 (cvs-cleanup-removed): New function.
12402 (cvs-cleanup-functions): New var.
12403 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12404 some flexibility in specifying additional entries to auto-cleanup.
12405 (cvs-quickdir): New function.
12406 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12407 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12408 (cvs-mode-find-file): Check that we are on a filename or dirname
12409 when invoked through a mouse-click.
12410 (cvs-full-path): Remove.
12411 (cvs-dired-action): Re-introduced.
12412 (cvs-dired-noselect): Use it.
12413 (vc-post-command-functions): use this new hook if available.
12414
12415 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12416 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12417 (cvs-filename-map, cvs-dirname-map): Remove.
12418 (cvs-default-action): Remove.
12419 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12420 if the arg is really a keymap.
12421 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12422 Don't hardcode the mapping from state (aka type) to face, but check
12423 the var cvs-fi-<type>-face instead.
12424 (cvs-fileinfo-from-entries): New function.
12425
12426 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12427 Docstring fix.
12428 (cvs-find-file-and-jump): Change default to be safer.
12429 (cvs-mode-diff-map): Define it as a function as well.
12430 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12431 Bind mouse-2 in this global map rather than with text-properties.
12432
12433 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12434 file to resolve the ambiguity between C(conflict) and C(need-merge).
12435
124362000-06-12 Kenichi Handa <handa@etl.go.jp>
12437
12438 * international/mule.el (set-buffer-file-coding-system): If
12439 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12440 unconditionally.
12441
124422000-06-12 Dave Love <fx@gnu.org>
12443
12444 * wid-edit.el (widget-specify-button): Really suppress the face if
12445 required.
12446
124472000-06-11 Gerd Moellmann <gerd@gnu.org>
12448
12449 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12450
124512000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12452
12453 * imenu.el (imenu-generic-expression): Docstring fix.
12454
12455 * composite.el (composition-function-table): Move the `put'
12456 below the autoload cookie so we can load the file before loaddefs.
12457
12458 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12459
12460 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12461 Handle easy-mmode-define-global-mode.
12462 For complex macros like define-minor-mode that can generate
12463 several autoload entries, try to autoload entries in the
12464 macroexpanded code.
12465
12466 * emacs-lisp/easy-mmode.el (define-minor-mode):
12467 If KEYMAP is a symbol, just use it.
12468 Use byte-compile-current-file and load-file-name to infer the
12469 proper :require to pass to defcustom.
12470 Wrap the hook var into `progn' so as not to autoload it.
12471 Add a :autoload-end cookie.
12472 Be more careful about the evaluation of KEYMAP.
12473 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12474 (define-derived-mode): Move define-abbrev-table outside of defvar.
12475
124762000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12477
12478 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12479 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12480 (backup-compiled-files): Ignore errors during `tar'.
12481 (bootstrap): Make autoloads before elc files.
12482
124832000-06-10 Kenichi Handa <handa@etl.go.jp>
12484
12485 * international/mule.el (set-buffer-file-coding-system): If one of
12486 undecided-XXX is specified, change only EOL conversion.
12487
12488 * international/mule-conf.el (unix): New alias for the coding
12489 system undecided-unix.
12490
124912000-06-09 Dave Love <fx@gnu.org>
12492
12493 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12494
12495 * progmodes/executable.el: Byte compile dynamic.
12496 (executable-insert): Change custom type.
12497 (executable-find): Add autoload cookie.
12498 (executable-make-buffer-file-executable-if-script-p): New
12499 function. After Noah Friedman.
12500
12501 * files.el (after-save-hook): Customize, with
12502 executable-make-buffer-file-executable-if-script-p as an option.
12503
125042000-06-09 Kenichi Handa <handa@etl.go.jp>
12505
12506 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12507 "tib24p-mule.bdf" for Tibetan.
12508
12509 * composite.el (decompose-composite-char): Declare it as obsolete.
12510
12511 * man.el (Man-fontify-manpage): Pay attention to underline and
12512 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12513
125142000-06-08 Gerd Moellmann <gerd@gnu.org>
12515
12516 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12517 Set maintainer to FSF since author isn't reachable.
12518
125192000-06-08 Dave Love <fx@gnu.org>
12520
12521 * international/mule-cmds.el (select-safe-coding-system): If
12522 DEFAULT-CODING-SYSTEM is not specified, also check the most
12523 preferred coding-system if buffer-file-coding-system is
12524 `undecided'. From Handa.
12525
125262000-06-08 Kenichi Handa <handa@etl.go.jp>
12527
12528 * international/mule.el
12529 (after-insert-file-set-buffer-file-coding-system): If the buffer
12530 size is greater than INSERTED, judget that we are not visiting.
12531
125322000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12533
12534 * whitespace.el (defgroup whitespace): Comment out `:version'.
12535 XEmacs 20.4 has problems defining the group with this present.
12536 We'll have this commented out till get resolve the problem.
12537
125382000-06-07 John Wiegley <johnw@gnu.org>
12539
12540 * align.el (align-dq-string-modes, align-sq-string-modes)
12541 (align-open-comment-modes): Add pyhton-mode.
12542 (align-rules-list): Use get-text-property instead of
12543 text-properties-at.
12544 (align-rules-list): Add python-assignment.
12545 (align-rules-list): Change perl-comma-delimiter to
12546 basic-comma-delimiter. Use if for Perl modes and python-mode.
12547 (align-rules-list): Add python-chain-logic and
12548 basic-line-continuation.
12549
125502000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12551
12552 * apropos.el (apropos-mode-hook): New user variable.
12553 (apropos-mode): Run apropos-mode-hook.
12554
125552000-06-07 David Ponce <david@dponce.com>
12556
12557 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12558 commands. Require `wid-edit' at run-time.
12559
125602000-06-07 David Ponce <david@dponce.com>
12561
12562 * recentf.el: Added some "Commentary".
12563 (recentf-open-more-files, recentf-edit-list): Minor changes to
12564 move the point at the top of the file list. This behaviour is
12565 consistent with the menu one when the list contains a lot of
12566 files.
12567 (recentf-cleanup): Now displays the number of items removed from
12568 the list.
12569 (recentf-relative-filter) New menu filter to show filenames
12570 relative to `default-directory'.
12571
125722000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12573
12574 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12575 with/without giving an error if PostScript printer doesn't have this
12576 kind of page size. Zebra Stripe continues or restarts on next page.
12577 Manual/automatic paper feeding. Switch or not the header.
12578 (ps-print-version): New version number (5.2.2).
12579 (ps-windows-system): Include emx as a Windows system.
12580 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12581 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12582 (ps-background-text): Code fix.
12583 (ps-error-handler-message, ps-user-defined-prologue)
12584 (ps-print-prologue-header, ps-printer-name)
12585 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12586 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12587 (ps-use-face-background): Customization fix.
12588 (ps-n-up-database): Data fix.
12589 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12590 (ps-switch-header): New vars.
12591 (ps-xemacs-color-name, ps-face-foreground-name)
12592 (ps-face-background-name, ps-boolean-constant): New funs.
12593
125942000-06-07 Dave Love <fx@gnu.org>
12595
12596 * allout.el: New version from Manheimer.
12597
125982000-06-07 Kenichi Handa <handa@etl.go.jp>
12599
12600 * textmodes/fill.el (fill-find-break-point): Check the validity of
12601 charset.
12602
126032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12604
12605 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12606 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12607 Call display-color-p and display-mouse-p instead of looking at
12608 window-system.
12609
126102000-06-06 Dave Love <fx@gnu.org>
12611
12612 * image.el (find-image): Doc fix. Return nil if image not found.
12613 (put-image, insert-image): Make STRING arg optional.
12614
126152000-06-06 Kenichi Handa <handa@etl.go.jp>
12616
12617 * language/vietnamese.el: Remove eval-when-compile.
12618 (viet-viscii-nonascii-translation-table): Define it as a
12619 translation table made from viet-viscii-decode-table.
12620 (viet-viscii-encode-table): Define it as a translation table made
12621 from the reverse map of above.
12622 (viet-vscii-nonascii-translation-table): Define it as a
12623 translation table made from viet-vscii-decode-table.
12624 (viet-vscii-encode-table): Define it as a translation table made
12625 from the reverse map of above.
12626 (ccl-decode-viscii): Use translate-character.
12627 (ccl-encode-viscii, ccl-encode-viscii-font)
12628 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12629 Likewize.
12630
12631 * language/cyrillic.el: Remove eval-when-compile.
12632 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12633 translation table made from cyrillic-koi8-r-decode-table.
12634 (cyrillic-koi8-r-encode-table): Define it as a translation table
12635 made from the reverse map of above.
12636 (ccl-decode-koi8): Use translate-character.
12637 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12638 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12639 a translation table made from cyrillic-alternativnyj-decode-table.
12640 (cyrillic-alternativnyj-encode-table): Define it as a translation
12641 table made from the reverse map of above.
12642 (ccl-decode-alternativnyj): Use translate-character.
12643 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12644 Likewize
12645
12646 * international/mule-diag.el (non-iso-charset-alist): Specify
12647 translation table symbol instead of translation table itself.
12648 (list-block-of-chars): CHARSET may be a translation table symbol.
12649
12650 * international/mule.el (make-coding-system): If CODING-SYSTEM
12651 already exists, override it.
12652
12653 * international/fontset.el: Use family `proportional' for Tibetan
12654 fonts.
12655
12656 * international/ccl.el (ccl-compile-translate-character): Don't
12657 check if Rrr has property translation-table.
12658 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12659
126602000-06-05 Gerd Moellmann <gerd@gnu.org>
12661
12662 * info.el: Bind case-fold-search to t when searching in case
12663 a user sets it to nil in a hook.
12664
126652000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12666
12667 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12668 * hl-line.el (hl-line-mode): Use the new :global key argument.
12669
12670 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12671 (tar-clip-time-string): Prepend a space.
12672 (tar-grind-file-mode): Construct a string rather than modifying one.
12673 (tar-header-block-summarize): Fix docstring.
12674 Use `format' rather than an error-prone set of copy-loops.
12675
12676 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12677 (diff-goto-source, diff-unified->context, diff-context->unified)
12678 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12679 understand the format output by the `-p' argument to diff.
12680
12681 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12682 (sh-re-done): Use defconst.
12683 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12684 (sh-help-string-for-variable, sh-guess-basic-offset):
12685 Don't quote lambdas.
12686 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12687 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12688
12689 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12690 (mh-letter-mode): Derive from text-mode.
12691 This implicitly means that it now calls kill-all-local-variables.
12692 Also remove the Emacs-18 compatibility code.
12693
12694 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12695 Make use of symbol-property doc-string-elt.
12696 Use memq rather than a sequence of eq.
12697 (doc-string-elt): Fix the wrong or missing previously unused values.
12698 (autoload-print-form): New function extracted from
12699 generate-file-autoloads to allow recursion when handling progn
12700 so that defvar's and defun's docstrings are properly printed.
12701 (generate-file-autoloads): Use it.
12702
12703 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12704 Use find-file-hooks in the minor-mode function.
12705 Be careful not to loop indefinitely in the post-command-hook function.
12706
127072000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12708
12709 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12710 tty's.
12711 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12712 differences whenever appropriate.
12713 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12714 * viper.el (find-file, find-file-other-window): Get viper to do
12715 wildcards.
12716
127172000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12718
12719 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12720 (jit-lock-fontify-buffer): New function for JIT refontification.
12721 (jit-lock-mode): Fix docstring.
12722 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12723 Remove jit-lock-after-change from the _local_ hook.
12724 (jit-lock-function-1): Fix docstring.
12725
12726 * info.el (Info-on-current-buffer): Initialize info.
12727
12728 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12729
12730 * progmodes/tcl.el (tcl-indent-for-comment):
12731 Ignore comment-indent-hook.
12732
12733 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12734 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12735 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12736 and improve to use the lighter to guess the capitalization.
12737 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12738 Add keyword arguments to specify global-ness or the custom group.
12739 Add local-map and help-echo properties to the lighter.
12740 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12741 (easy-mmode-define-global-mode): New macro.
12742
127432000-06-02 Dave Love <fx@gnu.org>
12744
12745 * wid-edit.el: byte-compile-dynamic since we typically don't use
12746 all the widgets. Don't require cl or widget. Remove
12747 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12748 (widget-read-event): Removed. Callers changed to use read-event.
12749 (widget-button-release-event-p): Renamed from
12750 button-release-event-p.
12751 (widget-field-add-space, widget-field-use-before-change):
12752 Uncustomize.
12753 (widget-specify-field): Use keymap property, not local-map.
12754 (widget-specify-button): Obey :suppress-face.
12755 (widget-specify-insert): Use modern backquote syntax.
12756 (widget-image-directory): Renamed from widget-glyph-directory.
12757 (widget-image-enable): Renamed from widget-glyph-enable.
12758 (widget-image-find): Replaces widget-glyph-find.
12759 (widget-button-pressed-face): Move defvar.
12760 (widget-image-insert): Replaces widget-glyph-insert.
12761 (widget-convert): Use keywordp.
12762 (widget-leave-text, widget-children-value-delete): Use mapc.
12763 (widget-keymap): Remove XEmacs stuff.
12764 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12765 (widget-button-click): Don't set point at the click, but re-centre
12766 if we scroll out of window. Rewritten for images v. glyphs &c.
12767 (widget-tabable-at): Use POS arg, not point.
12768 (widget-beginning-of-line, widget-end-of-line)
12769 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12770 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12771 (widget-default-create): Use widget-image-insert; some rewriting.
12772 (widget-visibility-value-create)
12773 (widget-push-button-value-create, widget-toggle-value-create): Use
12774 widget-image-insert.
12775 (checkbox): Create on and off images dynamically.
12776 (documentation-link): Change :help-echo.
12777 (widget-documentation-link-echo-help): Remove.
12778
127792000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12780
12781 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12782
12783 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12784 (easy-mmode-define-toggle, define-minor-mode): Use it.
12785 (easy-mmode-define-keymap): Docstring fix.
12786 (define-derived-mode): Default PARENT to fundamental-mode.
12787 Add the derived-mode-parent symbol-property.
12788 (easy-mmode-derived-mode-p): New function.
12789
127902000-06-02 Dave Love <fx@gnu.org>
12791
12792 * files.el (convert-standard-filename): Doc fix.
12793 (normal-backup-enable-predicate): New function.
12794 (backup-enable-predicate): Use it to replace the lambda form.
12795
12796 * calendar/todo-mode.el: [This needs more work on the outline
12797 stuff.] Doc fixes.
12798 (todo) <defgroup>: Add :version.
12799 (todo-add-category): Don't use pushnew.
12800 (todo-cmd-raise): Fix typo.
12801 (todo-top-priorities): Change temp buffer name.
12802 (todo-category-alist): Avoid redundant lambda.
12803 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12804 Use outline-next-heading.
12805
12806 * autoarg.el: Rewritten to use define-minor-mode.
12807 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12808 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12809
128102000-06-02 Kenichi Handa <handa@etl.go.jp>
12811
12812 * isearch.el (isearch-other-meta-char): Fix previous change.
12813
128142000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12815
12816 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12817 (log-edit-done): Only add the comment to the ring if it's different
12818 from the last comment entered.
12819
12820 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12821
128222000-06-01 Dave Love <fx@gnu.org>
12823
12824 * hl-line.el: Rewritten using define-minor-mode.
12825
12826 * help.el (describe-function-1): Distinguish special form from
12827 builtin function. Sanity-check presence of arglist for builtins.
12828
128292000-06-01 Kenichi Handa <handa@etl.go.jp>
12830
12831 * international/characters.el: Fix syntax/category setting of
12832 Tibetan characters.
12833
12834 * language/tibet-util.el (tibetan-add-components): Fixes for new
12835 encoding of Tibetan characters.
12836 (tibetan-decompose-precomposition-alist): New variable.
12837 (tibetan-decompose-region): Convert precomposed characters to
12838 non-precomposed characters.
12839 (tibetan-decompose-string): Likewise.
12840 (tibetan-composition-function): Fix args to
12841 thibetan-compose-string.
12842
12843 * language/tibetan.el (tibetan-composable-pattern): More
12844 characters included.
12845 (tibetan-consonant-transcription-alist): Rule for "R" added.
12846 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12847 "+R" added.
12848 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12849
12850 * language/lao-util.el (lao-composition-function): Fix args to
12851 compose-string.
12852
12853 * language/thai-util.el (thai-composition-function): Fix args to
12854 compose-string.
12855
12856 * isearch.el (isearch-update): Set disable-point-adjustment to t
12857 to prevent the point moving to the end of a composition when a
12858 part of a composition is searched.
12859 (isearch-other-meta-char): If the key invoking this command can be
12860 mapped by function-key-map to a printing char, call
12861 isearch-process-search-char directly.
12862
128632000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12864
12865 * emacs-lisp/bytecomp.el:
12866 * frame.el:
12867 * international/mule-cmds.el:
12868 * international/mule-util.el:
12869 * international/mule.el:
12870 * mouse.el:
12871 * subr.el:
12872 * faces.el: Update calls to make-obsolete with a WHEN argument.
12873
12874 * byte-run.el (make-obsolete, make-obsolete-variable):
12875 Add an optional WHEN argument and change the format of the
12876 symbol-property information.
12877 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12878 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12879 new obsolete-symbol-property format and print WHEN if it is provided.
12880
128812000-05-31 Dave Love <fx@gnu.org>
12882
12883 * loadhist.el (loadhist-hook-functions): Remove
12884 before-change-function, after-change-function.
12885 (unload-feature): Deal with symbols which are both bound and
12886 fbound.
12887
12888 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12889 before-change-function, after-change-function.
12890
12891 * simple.el (newline): Don't bind before-change-function,
12892 after-change-function.
12893
128942000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12895
12896 * whitespace.el (whitespace-rescan-timer-time): Update interval
12897 set to 600 seconds (10 minutes) instead of 60 seconds since
12898 a large number of whitespace buffers causes emacs to `freeze'
12899 for a considerable amount of time.
12900
12901 * whitespace.el: Updated email address
12902
129032000-05-31 Dave Love <fx@gnu.org>
12904
12905 * add-log.el (change-log-font-lock-keywords) <function>: Add
12906 pattern for function of change.
12907 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12908 acknowledgements patterns.
12909
129102000-05-31 Kenichi Handa <handa@etl.go.jp>
12911
12912 * isearch.el (isearch-printing-char): If keyboard coding system is
12913 being used, call isearch-process-search-multibyte-characters.
12914
12915 * international/isearch-x.el: Mostly rewritten.
12916
12917 * international/quail.el (quail-start-conversion): Don't include
12918 unhandled events in the returned events, but set them in
12919 unread-command-events. Exit if all inputs are deleted.
12920
129212000-05-30 Jason Rumney <jasonr@gnu.org>
12922
12923 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12924
12925 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12926 Reenable code to create initial fontsets.
12927 Use set-fontset-font in place of put-charset-property.
12928
129292000-05-30 Gerd Moellmann <gerd@gnu.org>
12930
12931 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12932 label, ensure that the first colon isn't followed by another.
12933
12934 * paths.el (Info-default-directory-list): Doc fix.
12935
12936 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12937 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12938 send a query containing USER only, not USER@HOST.
12939
12940 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12941 and rmail-msgend to compute the restriction at the end, instead of
12942 computing it.
12943
129442000-05-29 Gerd Moellmann <gerd@gnu.org>
12945
12946 * dabbrev.el (dabbrev-expand): Don't display messages in the
12947 echo area if the minibuffer window is active.
12948
12949 * jit-lock.el (jit-lock-mode): Add after change function to
12950 local hook.
12951
129522000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12953
12954 * antlr-mode.el: New commands: hide/unhide actions,
12955 upcase/downcase literals.
12956 (antlr-tiny-action-length): New user option.
12957 (antlr-hide-actions): New command. Suggested by
12958 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12959 (antlr-mode-map): New binding [C-c C-v].
12960 (antlr-mode-menu): New entries.
12961 (antlr-downcase-literals): New command.
12962 (antlr-upcase-literals): Ditto.
12963
12964 * antlr-mode.el: Minor changes: indendation, mode-name.
12965 (antlr-indent-line): Indent cpp directive at column 0.
12966 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12967
12968 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12969 (antlr-font-lock-additional-keywords): Workaround for intentional
12970 bug in XEmacs version of font-lock.
12971 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12972 be used by a smarter version of `buffers-menu-grouping-function'.
12973
129742000-05-29 Gerd Moellmann <gerd@gnu.org>
12975
12976 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12977 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12978
129792000-05-29 Kenichi Handa <handa@etl.go.jp>
12980
12981 * international/encoded-kb.el
12982 (encoded-kbd-iso2022-designation-map): Pay attention to that
12983 charset-iso-final-char return -1 for eight-bit-control and
12984 eight-bit-graphic.
12985
129862000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12987
12988 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12989 (speedbar-easymenu-definition-base): Use display-graphic-p where
12990 available, instead of window-system.
12991
129922000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12993
12994 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12995 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12996 coding systems.
12997
129982000-05-26 Dave Love <fx@gnu.org>
12999
13000 * disp-table.el (standard-display-underline): Don't use
13001 internal-find-face.
13002
13003 * mail/reporter.el: Maintainer change. Doc fixes.
13004 (reporter-version): Deleted.
13005
13006 * emacs-lisp/elp.el: Maintainer change.
13007 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13008
130092000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13010
13011 * add-log.el (add-change-log-entry): Merge the current entry with the
13012 previous one if the previous one is empty.
13013
130142000-05-26 Dave Love <fx@gnu.org>
13015
13016 * loadhist.el (unload-feature): Fix interactive spec [from
13017 lijnzaad@ebi.ac.uk].
13018
13019 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13020 subr-arity to check primitives.
13021 (byte-compile-flush-pending, byte-compile-file-form-progn)
13022 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13023 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13024 mapcar.
13025
130262000-05-26 Kenichi Handa <handa@etl.go.jp>
13027
13028 * international/fontset.el: Set family names of non-latin charsets
13029 in default fontset to "*".
13030
13031 * international/mule-diag.el (print-fontset): Combine family part
13032 and registry part of the fontname by "-*-" instead of "-".
13033
13034 * international/mule-cmds.el (encode-coding-char): Make strings
13035 multibyte before calling encode-coding-string.
13036
130372000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13038
13039 * derived.el: Fix keywords.
13040 (define-derived-mode): Only define if needed.
13041
13042 * simple.el (fill-comment, comment-column, comment-start)
13043 (comment-start-skip, comment-end, comment-indent-function)
13044 (block-comment-start, block-comment-end, indent-for-comment)
13045 (set-comment-column, kill-comment, comment-padding, comment-region)
13046 (comment-multi-line, indent-new-comment-line): Remove.
13047
13048 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13049 function names for comment operations.
13050
13051 * newcomment.el: Add abundant autoload cookies.
13052 (comment-style): Don't depend on runtime data at compile-time.
13053 (comment-indent-hook): Remove.
13054 (comment-indent): Check if comment-indent-hook is bound.
13055 (comment-region): Docstring fix.
13056
130572000-05-25 Dave Love <fx@gnu.org>
13058
13059 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13060 byte-code-function-p.
13061
13062 * mail/rmailsum.el: Add provide.
13063
13064 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13065
13066 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13067 defcustom.
13068
130692000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13070
13071 * ediff-diff.el (ediff-exec-process): delete --binary option from
13072 non-buffer ediff jobs.
13073
130742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13075
13076 * hilit-chg.el (highlight-changes-mode): Ask about color or
13077 grayscale support, not about window-system.
13078
13079 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13080 window-system.
13081 (ffap-highlight): Always default to t.
13082
13083 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13084 display-popup-menus-p instead of looking at window-system.
13085
13086 * disp-table.el (standard-display-g1, standard-display-graphic):
13087 Only refuse to use string glyphs on X and MS-Windows.
13088
13089 * avoid.el: Remove window-system from commentary, suggest to use
13090 display-*-p instead.
13091
13092 * apropos.el (apropos-print): Use display-mouse-p instead of
13093 window-system.
13094
130952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13096
13097 * international/codepage.el (cp-decoding-vector-for-codepage):
13098 Fill up unsupported characters with their own codes. From Kenichi
13099 Handa.
13100
131012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13102
13103 * international/mule-diag.el (describe-char-after): Use
13104 display-graphic-p instead of window-system, so that this function
13105 works on MS-DOS.
13106
131072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13108
13109 * international/codepage.el (cp-make-coding-systems-for-codepage):
13110 Remove the eight-bit-graphic and eight-bit-control charsets from
13111 the list of charsets which we convert into `?'.
13112
131132000-05-25 Kenichi Handa <handa@etl.go.jp>
13114
13115 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13116 private charsets.
13117 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13118 japanese-jisx0213-2): New charsets.
13119
13120 * international/fontset.el: Setup default fontset for new charsets.
13121
131222000-05-24 Dave Love <fx@gnu.org>
13123
13124 * info.el (Info-find-node-2): Restructure [following "Vadim
13125 S. Solomin" <sovs@uic.nnov.ru>].
13126
13127 * icomplete.el: Fix header for Finder.
13128
131292000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13130
13131 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13132 STAY.
13133
13134 * rmail.el (rmail-automatic-folder-directives): New user variable.
13135 (rmail-show-message): Add call to `rmail-auto-file' during
13136 display.
13137 (rmail-auto-file): New function.
13138
131392000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13140
13141 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13142 account.
13143 (ediff-test-utility,ediff-diff-mandatory-option)
13144 (ediff-reset-diff-options): Utilities for proper initialization of
13145 ediff-diff-options and ediff-diff3-options on Windows.
13146
13147 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13148 variable.
13149
13150 * ediff-mult.el (ediff-filegroup-action): Use
13151 ediff-merge-filename-prefix.
13152
131532000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13154
13155 * viper-ex.el (ex-write): Set selective display to nil.
13156
131572000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13158
13159 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13160 aliases for hebrew-iso-8bit.
13161
131622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13163
13164 * woman.el: New version from Francis J. Wright
13165 <F.J.Wright@Maths.QMW.ac.uk>.
13166 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13167 names in environment variables regardless of the path separator.
13168 (woman-topic-all-completions-1): Don't call file-name-directory-p
13169 on all files, since woman-file-regexp already filters out any
13170 directories.
13171
131722000-05-24 Kenichi Handa <handa@etl.go.jp>
13173
13174 * international/quail.el (quail-start-translation): Don't change
13175 modified-p of the current buffer.
13176 (quail-start-conversion): Likewise.
13177
13178 * international/kkc.el (kkc-region): Don't change modified-p of
13179 the current buffer.
13180
13181 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13182 conform to RFC1468.
13183 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13184
131852000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13186
13187 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13188 (speedbar-insert-button): Invisible text property fix.
13189 (speedbar-directory-plus): Renamed from speedbar-directory-+
13190 (speedbar-directory-minus): Renamed from speedbar-directory--
13191 (speedbar-page-plus): Renamed from speedbar-file-+
13192 (speedbar-page-minus): Renamed from speedbar-file--
13193 (speedbar-page): Renamed from speedbar-file-
13194 (speedbar-tag): Renamed from speedbar-tag-
13195 (speedbar-tag-plus): Renamed from speedbar-tag-+
13196 (speedbar-tag-minus): Renamed from speedbar-tag--
13197 (speedbar-expand-image-button-alist): Use above renames.
13198
13199 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13200 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13201 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13202 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13203 * sb-pg.xpm: Renamed from sb-file.xpm
13204 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13205 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13206
132072000-05-24 Kenichi Handa <handa@etl.go.jp>
13208
13209 * international/quail.el (quail-show-guidance-buf): Set
13210 current-input-method of the guidance buffer to the name of the
13211 curren input method.
13212
132132000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13214
13215 * progmodes/compile.el (compile-internal): Style typo.
13216
13217 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13218 quote vars and functions in the docstring.
13219
13220 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13221
13222 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13223 Don't quote lambdas.
13224
13225 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13226
132272000-05-23 Gerd Moellmann <gerd@gnu.org>
13228
13229 * startup.el (command-line): Determine source file of compiled
13230 user init file differently. Warn if compiled user init file
13231 is older than its source file.
13232
13233 * ffap.el (ffap-url-regexp): Add `https'.
13234
132352000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13236
13237 * files.el (make-backup-file-name-1): Replace slashes with `!'
13238 rather than `|' (which is not allowed on Windows). Replace the
13239 drive letters with a string "drive_X".
13240
132412000-05-23 Gerd Moellmann <gerd@gnu.org>
13242
13243 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13244
13245 * files.el (interpreter-mode-alist): Add `bash2'.
13246
132472000-05-22 Dave Love <fx@gnu.org>
13248
13249 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13250 mapc.
13251 (feature-file): Avoid calling symbol-name. Doc fix.
13252 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13253 (loadhist-hook-functions): Add mouse-position-function.
13254 (unload-feature): Change uses of mapcar.
13255
13256 * files.el (parse-colon-path): Doc fix.
13257 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13258 (set-auto-mode): Use mapc.
13259
13260 * complete.el (PC-look-for-include-file): Use :alnum: character
13261 class.
13262 (partial-completion-mode): Add autoload cookie.
13263
132642000-05-22 Sam Steingold <sds@gnu.org>
13265
13266 * info.el (Info-fontify-node): Fixed the call to
13267 `add-text-properties' (bug introduced on 2000-05-18).
13268
132692000-05-22 Dave Love <fx@gnu.org>
13270
13271 * bindings.el: Remove debug-ignored-errors set in other files.
13272
13273 * progmodes/etags.el: Add to debug-ignored-errors.
13274 (visit-tags-table-buffer): Clear out buffers holding old tables
13275 when making a new list.
13276 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13277 mapc.
13278
13279 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13280 quote keywords.
13281 (cmpl-string-case-type): Use character classes.
13282
13283 * comint.el:
13284 * textmodes/ispell.el:
13285 * imenu.el:
13286 * mail/mh-e.el:
13287 * progmodes/compile.el: Add to debug-ignored-errors.
13288
13289 * dabbrev.el: Add to debug-ignored-errors.
13290 (dabbrev-completion): Use mapc.
13291
132922000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13293
13294 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13295 (woman-mapcan, woman-parse-man.conf)
13296 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13297 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13298 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13299 path syntax better.
13300 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13301 (woman-manpath): Call woman-parse-man.conf.
13302 (woman-emulation): New defcustom, defaults to nroff.
13303 (woman-font-support): New defconst.
13304 (woman-use-symbol-font): New defcustom.
13305 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13306 "Emulation".
13307 Many functions: Doc fix.
13308
133092000-05-22 Kenichi Handa <handa@etl.go.jp>
13310
13311 * international/quail.el (quail-simple-translation-keymap): Map
13312 128..255 to quail-self-insert-command.
13313 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13314
133152000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13316
13317 * help.el (help-manyarg-func-alist): Typo.
13318
13319 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13320 intervals which makes it heaps simpler.
13321
13322 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13323 the nested comment markers.
13324
13325 * subr.el (remove-hook): Don't turn the hook's value into a list.
13326
133272000-05-21 Dave Love <fx@gnu.org>
13328
13329 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13330 are invalid characters.
13331
13332 * international/mule-util.el (detect-coding-with-priority): Use
13333 mapc. Remove redundant lambda.
13334
13335 * international/mule-diag.el (list-non-iso-charset-chars)
13336 (describe-fontset): Remove redundant lambda.
13337
13338 * emulation/crisp.el (brief-mode): New alias.
13339
13340 * emacs-lisp/ring.el (ring-elements): New function.
13341
13342 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13343 (easy-menu-do-add-item): Use keywordp.
13344
13345 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13346
13347 * replace.el: Doc and error message fixes.
13348 (replace-highlight): Use facep, not internal-find-face.
13349
133502000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13351
13352 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13353
13354 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13355 (log-edit-insert-changelog): Drop `:' as well.
13356
13357 * log-view.el: Fix file description.
13358 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13359 available.
13360 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13361 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13362
13363 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13364 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13365 Print a status message if the toggle is called interactively.
13366 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13367 for global minor modes and use `defcustom' for them.
13368 Use add-minor-mode.
13369 (easy-mmode-define-derived-mode): Remove.
13370 (define-derived-mode): Fancier default docstring.
13371 (easy-mmode-define-navigation): Signal an error rather than (ding).
13372
13373 * newcomment.el (comment-styles): New `box-multi'.
13374 (comment-normalize-vars): Better default for comment-continue to
13375 avoid whitespace-only continuations.
13376 (comment-search-forward): Always move even in the no-syntax case.
13377 (comment-padright): Only obey N if it's only obeyed for padleft.
13378 (comment-make-extra-lines): Better handling of empty continuations.
13379 Use `=' for the filler if comment-start has only one character.
13380 (uncomment-region): Try handling the special `=' filler.
13381 (comment-region): Allow LINES even if MULTI is nil.
13382 (comment-box): Choose box style based on comment-style.
13383
133842000-05-20 Kenichi Handa <handa@etl.go.jp>
13385
13386 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13387 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13388
133892000-05-20 Kenichi HANDA <handa@etl.go.jp>
13390
13391 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13392 and insert, not subst-char-in-region.
13393
13394 * international/mule-diag.el (list-character-sets-1): Handle
13395 charsets eight-bit-control and eight-bit-graphic.
13396 (list-iso-charset-chars): Likewise.
13397 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13398 charactes as is. Use indent-to to align characters.
13399
13400 * international/mule-cmds.el (find-multibyte-characters): Never
13401 exclude charsets eight-bit-control and eight-bit-graphic.
13402
134032000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13404
13405 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13406 Don't quote lambdas.
13407
13408 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13409
134102000-05-19 Gerd Moellmann <gerd@gnu.org>
13411
13412 * gud.el (gud-jdb-directories): Doc fix.
13413
134142000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13415
13416 * newcomment.el: New file.
13417
134182000-05-19 Gerd Moellmann <gerd@gnu.org>
13419
13420 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13421
134222000-05-18 Andreas Schwab <schwab@suse.de>
13423
13424 * dired.el (dired-between-files): Also skip lines beginning with
13425 `used'.
13426
134272000-05-18 Gerd Moellmann <gerd@gnu.org>
13428
13429 * msb.el (msb-menu-cond): Add choice `user'.
13430
134312000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13432
13433 * ps-print.el: Compatibility, customization and doc fix.
13434 (ps-printer-name-option): Replace defconst by defvar.
13435 (ps-postscript-code-directory): XEmacs compatibility.
13436 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13437 fix.
13438 (ps-user-defined-prologue, ps-print-prologue-header)
13439 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13440 compatibility and code fix.
13441 (ps-print-background-image, ps-print-background-text):
13442 Customization fix.
13443 (ps-line-number-start, ps-n-up-on): New vars.
13444
134452000-05-18 Espen Skoglund <esk@ira.uka.de>
13446
13447 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13448 the indent-comment function to just return the appropriate indent.
13449
134502000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13451
13452 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13453 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13454 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13455
134562000-05-18 Dave Love <fx@gnu.org>
13457
13458 * info.el (Info-fontify-node): Add intangible property as well as
13459 invisible.
13460
13461 * calendar/appt.el (appt-make-list): Match all lines of entry.
13462 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13463
134642000-05-18 Kenichi Handa <handa@etl.go.jp>
13465
13466 * international/mule-diag.el (describe-char-after): Call
13467 internal-char-font, not char-font. If internal-char-font returns
13468 nil, display "-- none --".
13469
134702000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13471
13472 * image.el (image-type-available-p): Don't reference image-types
13473 if it isn't bound.
13474
134752000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13476
13477 * autoarg.el (autoarg-mode): Typo in the :set argument.
13478
134792000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13480
13481 * startup.el (command-line-1): Don't signal an error if the
13482 directory for auto-save-list files does not yet exist.
13483
134842000-05-17 Kenichi Handa <handa@etl.go.jp>
13485
13486 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13487
134882000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13489
13490 * subr.el (remove-hook): `setq' hook-value, not `set'.
13491
134922000-05-16 Sam Steingold <sds@gnu.org>
13493
13494 * info.el (debug-ignored-errors): More errors to ignore.
13495
134962000-05-16 Dave Love <fx@gnu.org>
13497
13498 * cus-edit.el: Don't require cl or easymenu.
13499 (custom-variable-prompt): Test standard-value property, not
13500 user-variable-p.
13501
135022000-05-16 Sam Steingold <sds@gnu.org>
13503
13504 * subr.el (add-hook): `setq' hook-value, not `set'.
13505
135062000-05-16 Gerd Moellmann <gerd@gnu.org>
13507
13508 * startup.el (command-line-1): Mention the FAQ in the startup
13509 message.
13510
13511 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13512
13513 * progmodes/compile.el (compilation-parse-errors): Collect
13514 `nomessage' regexps last.
13515
13516 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13517
13518 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13519 to the function name.
13520
135212000-05-15 Dave Love <fx@gnu.org>
13522
13523 * speedbar.el (speedbar-recenter): Typo.
13524 (speedbar-expand-line): Make arg optional.
13525 (speedbar-mode): Avoid a compiler warning.
13526
135272000-05-15 Gerd Moellmann <gerd@gnu.org>
13528
13529 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13530 user-specified option string is empty.
13531
13532 * mouse.el (mouse-yank-at-click): Doc fix.
13533
135342000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13535
13536 * term/internal.el (IT-character-translations): More updates of
13537 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13538 documents.
13539
135402000-05-15 Gerd Moellmann <gerd@gnu.org>
13541
13542 * env.el (getenv): New function, interactively callable.
13543 (setenv, getenv): Remove autoload cookies.
13544
13545 * loadup.el: Load `env'.
13546
13547 * progmodes/f90.el: Change author's mail address.
13548
135492000-05-14 Dave Love <fx@gnu.org>
13550
13551 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13552 goto-addr as an option.
13553
13554 * help.el (help-xref-stack): Doc fix.
13555 (help-xref-following): New variable.
13556 (help-make-xrefs): Use it.
13557 (help-xref-go-back): Use position information from stack element.
13558 (help-follow): Make position in stack element a pair. Use
13559 help-xref-following.
13560
13561 * autoarg.el: New file.
13562
13563 * faces.el: Declare more functions obsolete.
13564
13565 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13566 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13567 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13568 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13569 Remove all the setup-...-environment functions.
13570
135712000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13572
13573 * speedbar.el: Updated the commentary section. xemacs20p now uses
13574 >= when detecting. Require `defimage' safely.
13575 (speedbar-easymenu-definition-base): Add toggle for images.
13576 (speedbar-easymenu-definition-special): Add flush cache & expand.
13577 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13578 (speedbar-reconfigure-keymaps-hook): New variable.
13579 (speedbar-frame-parameters): Updated documentation.
13580 (speedbar-use-imenu-flag): Updated custom tag
13581 (speedbar-dynamic-tags-function-list): New variable.
13582 (speedbar-tag-hierarchy-method): Updated doc & custom.
13583 (speedbar-indentation-width, speedbar-indentation-width) New
13584 variables.
13585 (speedbar-hide-button-brackets-flag): Customizable.
13586 (speedbar-vc-indicator): Doc update.
13587 (speedbar-ignored-path-expressions): Updated default value.
13588 (speedbar-supported-extension-expressions): Updated default value.
13589 (speedbar-syntax-table): Remove {} paren status.
13590 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13591 as "+". Added overlay aliases.
13592 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13593 `force-mode-line-update'.
13594 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13595 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13596 `mouse-set-point'
13597 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13598 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13599 of arbitrary text, and new helper functions.
13600 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13601 filename finder.
13602 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13603 (speedbar-directory-buttons): Update path search/expansion.
13604 (speedbar-make-tag-line): Pay attention to
13605 `speedbar-indentation-width'. Use more care w/ invisible
13606 properties.
13607 (speedbar-change-expand-button-char): Call
13608 `speedbar-insert-image-button-maybe'.
13609 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13610 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13611 (speedbar-trim-words-tag-hierarchy)
13612 (speedbar-simple-group-tag-hierarchy): New functions
13613 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13614 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13615 functions.
13616 (speedbar-mouse-set-point): New function
13617 (speedbar-power-click): Updated documentation.
13618 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13619 of tag prefix text.
13620 (speedbar-expand-line, speedbar-contract-line): Make more robust
13621 to strange text.
13622 (speedbar-expand-line): Takes universal argument to flush the
13623 cache.
13624 (speedbar-flush-expand-line): New function.
13625 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13626 Use new generator insertion method.
13627 (speedbar-fetch-dynamic-tags): New function.
13628 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13629 `speedbar-fetch-dynamic-imenu'.
13630 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13631 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13632 "Revert Buffer" menu items.
13633 (speedbar-buffer-buttons-engine): Be smarter when creating a
13634 filename tag (for expansion purposes.).
13635 (speedbar-highlight-one-tag-line,
13636 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13637 (speedbar-recenter): New functions.
13638 (defimage-speedbar): Image loading abstraction.
13639 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13640 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13641 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13642 (speedbar-tag-type, speedbar-tag-mail): New images.
13643 (speedbar-expand-image-button-alist): New variable.
13644 (speedbar-insert-image-button-maybe): Insert an image over some
13645 buttons.
13646
136472000-05-13 Kenichi Handa <handa@etl.go.jp>
13648
13649 * international/mule-cmds.el (encode-coding-char): An ASCII
13650 character is always encodable.
13651
13652 * international/mule-conf.el: Add more information in descriptions
13653 of character sets.
13654
13655 * international/mule-diag.el (describe-char-after): New function.
13656 (describe-font-internal): Adjusted for the change of font-info.
13657 (describe-font): Likewise.
13658 (print-fontset): Rewritten for the new fontset implementation.
13659 (describe-fontset): Include fontset alias names in completion.
13660 (list-fontsets): Adjusted for the change of print-fontset.
13661
13662 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13663 describe-char-after instead of displaying the detail in the echo
13664 area.
13665 (syntax-code-table): Format changed.
13666 (string-to-syntax): Adjusted for the above change.
13667
136682000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13669
13670 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13671
136722000-05-12 Dave Love <fx@gnu.org>
13673
13674 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13675 dependence. Use line-{beginning,end}-position, not
13676 point-at{b,e}ol. Some doc fixes.
13677 (todo-position): New function. Fix callers of position to use it.
13678 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13679
136802000-05-12 Gerd Moellmann <gerd@gnu.org>
13681
13682 * time.el (display-time-mail-icon): Use `:ascent center'.
13683
13684 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13685 handling FTP security extensions.
13686
136872000-05-11 Dave Love <fx@gnu.org>
13688
13689 * calendar/todo-mode.el: New file.
13690
136912000-05-11 Gerd Moellmann <gerd@gnu.org>
13692
13693 * comint.el (comint-read-input-ring): Move reference to
13694 comint-input-ring-size outside of the save-excursion. It was
13695 causing the default value to be the only one ever seen.
13696
13697 * font-lock.el: Update copyright. Remove Simon Marshall's email
13698 address on request from him.
13699
13700 * subr.el (substitute-key-definition): Add comment describing
13701 the meaning of PREFIX.
13702
137032000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13704
13705 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13706
13707 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13708 (add-minor-mode): Don't make the variable buffer-local and add a
13709 reference to define-minor-mode in the docstring.
13710
13711 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13712 HEADER/FOOTER and fix bug with trailing empty directory.
13713 (cvs-append-to-ignore): Use vc-editable-p if available.
13714 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13715 (vc-do-command): Tweak advice to handle the new VC.
13716
13717 * log-view.el (log-view-goto-rev): New function for the new VC.
13718 (log-view-minor-wrap): Use mark-active.
13719
13720 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13721 (log-edit-changelog-full-paragraphs): New var.
13722 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13723 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13724 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13725 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13726 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13727 Replace the `cvs' prefix with `log-edit'.
13728
13729 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13730
13731 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13732 (diff-font-lock-defaults): Explicitly turn off multiline.
13733 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13734 (diff-ediff-patch): Fix call to ediff-patch-file.
13735 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13736 Handle comments.
13737
13738 * frame.el (automatic-hscrolling): Typo.
13739
13740 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13741
137422000-05-09 Sam Steingold <sds@goems.com>
13743
13744 * apropos.el (apropos-print): use `describe-face' instead of
13745 `customize-face-other-window'.
13746
137472000-05-09 Dave Love <fx@gnu.org>
13748
13749 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13750
13751 * help.el (describe-variable): Have customize button pop the
13752 help-xref stack when invoked.
13753 (help-xref-symbol-regexp): Add `face'.
13754 (help-make-xrefs): Check for quoted face names and adapt regexp
13755 submatch numbers to cope.
13756 (help-xref-interned): Maybe insert face doc too. Separate
13757 sections with a line of hyphens.
13758
13759 * faces.el: Some doc fixes. Declare some functions obsolete.
13760 (describe-face): Add customize button. Return the help
13761 text. Fix prompt.
13762
137632000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13764
13765 * term/internal.el (IT-character-translations): Fix last change.
13766
137672000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13768
13769 * woman.el: New file
13770 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13771
137722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13773
13774 * term/internal.el (IT-character-translations): Update ASCII
13775 simulations for greek-iso8859-7, add latin-iso8859-14 and
13776 latin-iso8859-15.
13777
13778 * international/mule-cmds.el (set-language-info-alist): Call
13779 define-prefix-command with 3 arguments, to make the map suitable
13780 for a menu.
13781
137822000-05-07 Dave Love <fx@gnu.org>
13783
13784 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13785
137862000-05-05 Dave Love <fx@gnu.org>
13787
13788 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13789 list in doc string. Don't quote keyword symbols.
13790 * emacs-lisp/cl.el: Likewise
13791 * emacs-lisp/cl-seq.el: Likewise
13792
137932000-05-05 Gerd Moellmann <gerd@gnu.org>
13794
13795 * abbrev.el (abbrev-mode): Make ARG optional.
13796
137972000-05-04 Gerd Moellmann <gerd@gnu.org>
13798
13799 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13800
13801 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13802
13803 * subr.el (substitute-key-definition): Clarify documentation.
13804
138052000-05-04 Milan Zamazal <pdm@freesoft.cz>
13806
13807 * glasses.el (glasses-convert-to-unreadable): Use
13808 `glasses-separator' instead of the hard-wired "_".
13809 (glasses-mode): Call `glasses-make-unreadable' only in a single
13810 place.
13811
138122000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13813
13814 * term/internal.el (cjk-codepages-alist): Add associations for
13815 Chinese and Korean codepages. Remove FIXME comment.
13816
138172000-05-03 Dave Love <fx@gnu.org>
13818
13819 * time.el (display-time-mail-face, display-time-use-mail-icon):
13820 New option.
13821 (display-time-mail-icon): New variable.
13822 (display-time-string-forms): Use the above. Fix the local-map.
13823
138242000-05-03 Gerd Moellmann <gerd@gnu.org>
13825
13826 * replace.el (query-replace-map): Add binding for `E'.
13827 (query-replace-help): Extend help text.
13828 (perform-replace): Allow editing the replacement string.
13829
13830 * make-mode.el (makefile-mode-abbrev-table): New variable.
13831 (makefile-mode): Set local abbrev table to
13832 makefile-mode-abbrev-table.
13833 (makefile-font-lock-keywords): Fontify includes and conditionals.
13834
13835 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13836 set TOGGLE's value.
13837
13838 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13839 mail-interactive-insert-alias.
13840 (mail-abbrev-complete-alias): New command.
13841 (mail-mode-map): Bind it to `M-TAB'.
13842
138432000-05-03 Kenichi Handa <handa@etl.go.jp>
13844
13845 * language/lao-util.el (lao-compose-region): New function.
13846
138472000-05-02 Gerd Moellmann <gerd@gnu.org>
13848
13849 * files.el (recover-session): Make directories as necessary
13850 if they don't exist yet.
13851
13852 * calendar/cal-french.el
13853 (french-calendar-multibyte-special-days-array)
13854 (french-calendar-special-days-array): Change French text.
13855 (calendar-french-date-string): Change output.
13856 (calendar-goto-french-date): Likewise.
13857
138582000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13859
13860 * wid-edit.el (widget-default-active): Obey `:always-active'.
13861 (widget-documentation-string-value-create): Set `:always-active'.
13862
138632000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13864
13865 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13866 default prefix to `~/_emacs.d/auto-save.list/_s'.
13867 (normal-top-level): Create the directory for auto-save files, if
13868 it doesn't already exist (in the ms-dos case only).
13869
138702000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13871
13872 * international/mule-cmds.el (set-language-environment): Don't
13873 concat an integer (dos-codepage), use format instead.
13874
138752000-05-02 Dave Love <fx@gnu.org>
13876
13877 * help.el (help-xref-on-pp): Check for constant symbols.
13878
138792000-04-29 Gerd Moellmann <gerd@gnu.org>
13880
13881 * startup.el (normal-top-level): Put a condition-case around
13882 the code loading subdirs.el.
13883
138842000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13885
13886 * ps-print.el: Upside-down and face background color printing,
13887 line number step, doc fix.
13888 (ps-print-version): New version number (5.2).
13889 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13890 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13891 (ps-spool-config): Var fix.
13892 (ps-printer-name-option): Const fix.
13893 (ps-print-upside-down, ps-use-face-background)
13894 (ps-line-number-step): New vars.
13895 (ps-window-system, ps-lp-system): New consts.
13896 (ps-face-background): New fun.
13897
138982000-04-28 Richard Stallman <rms@gnu.org>
13899
13900 * files.el (make-auto-save-file-name):
13901 Apply auto-save-file-name-transforms to visited file name
13902 before generating auto save file name.
13903 (auto-save-file-name-transforms): New variable.
13904
13905 * files.el (backup-enable-predicate):
13906 Correctly test for a file under a temporary directory.
13907
139082000-04-28 Gerd Moellmann <gerd@gnu.org>
13909
13910 * subr.el (add-minor-mode): Rewritten.
13911
139122000-04-28 Kenichi Handa <handa@etl.go.jp>
13913
13914 * mail/sendmail.el (sendmail-send-it): Set
13915 buffer-file-coding-system to the selected coding system for MIME
13916 header.
13917
139182000-04-27 Gerd Moellmann <gerd@gnu.org>
13919
13920 * dired.el (dired-move-to-filename-regexp): Allow format where
13921 YYYY is followed by two spaces.
13922
13923 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13924 in the second character class of the regexp.
13925
13926 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13927 mh-etc, too.
13928
13929 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13930 nil.
13931
13932 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13933
13934 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13935 argument.
13936
139372000-04-27 Sen Nagata <sen@eccosys.com>
13938
13939 * emacs-lisp/crm.el (crm-completion-table): New variable.
13940 (crm-collection-fn, crm-test-completion)
13941 (completing-read-multiple): Use it.
13942
139432000-04-27 Dave Love <fx@gnu.org>
13944
13945 * help.el (locate-library): Use mapc.
13946 (help-manyarg-func-alist): Add call-process-region.
13947
139482000-04-26 Gerd Moellmann <gerd@gnu.org>
13949
13950 * subr.el (add-minor-mode): Make argument MAP optional.
13951
13952 * desktop.el (desktop-save): Save list of minor modes.
13953 (desktop-create-buffer): Restore minor modes.
13954 (desktop-minor-mode-table): New user-option.
13955
13956 * subr.el (add-minor-mode): New function.
13957
13958 * image.el (find-image): New function.
13959 (defimage): Rewritten to find image at load time.
13960
13961 * startup.el (normal-top-level-add-to-load-path): Handle
13962 case that the default directory is not in load-path.
13963
13964 * help.el: Old patch from Stefan Monnier.
13965 (help-xref-on-pp): New function.
13966 (describe-variable): Use it to display xrefs in a symbol's value.
13967
139682000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13969
13970 * cus-edit.el (custom-face): Fix parenthesis.
13971
139722000-04-26 Kenichi Handa <handa@etl.go.jp>
13973
13974 * mail/rmail.el (rmail-expunge): When there are no deleted
13975 messages, do nothing.
13976
139772000-04-26 Dave Love <fx@gnu.org>
13978
13979 * international/mule-cmds.el (locale-translation-file-name):
13980 Defvar to nil.
13981 (set-locale-environment): Set it here (at runtime).
13982
139832000-04-25 Gerd Moellmann <gerd@gnu.org>
13984
13985 * replace.el (perform-replace): Add parameters START and END. Use
13986 them instead of the check for a region in Transient Mark mode.
13987 (query-replace-read-args): Return two more list elements for the
13988 start and end of the region in Transient Mark mode.
13989 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13990 (map-query-replace-regexp, replace-string, replace-regexp): Add
13991 optional last arguments START and END and pass them to
13992 perform-replace.
13993
13994 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13995 form with additional arguments for perform-replace.
13996
13997 * progmodes/etags.el (tags-query-replace): Add parameters START
13998 and END. Construct a form with additional arguments for
13999 perform-replace.
14000
14001 * simple.el (shell-command): Set default directory for "*Shell
14002 Command Output" buffer.
14003
14004 * language/european.el (iso-latin-4): Fix typo.
14005
14006 * emacs-lisp/crm.el: New file.
14007
140082000-04-24 Dave Love <fx@gnu.org>
14009
14010 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14011 (Custom-reset-saved, Custom-reset-standard)
14012 (custom-group-value-create, custom-group-set, custom-group-save)
14013 (custom-group-reset-current, custom-group-reset-saved)
14014 (custom-group-reset-standard): Use mapc.
14015 (custom-buffer-create-internal): Disable undo when creating items.
14016 Use mapc.
14017 (custom-face): Avoid redundant lambda.
14018
140192000-04-24 Gerd Moellmann <gerd@gnu.org>
14020
14021 * startup.el (auto-save-list-file-prefix): Set default to
14022 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14023
140242000-04-24 Sam Steingold <sds@gnu.org>
14025
14026 * time-stamp.el (time-stamp-string-preprocess): Always convert
14027 `field-result' to a string.
14028
140292000-04-24 Gerd Moellmann <gerd@gnu.org>
14030
14031 * frame.el (scrolling): New group.
14032 (automatic-hscrolling): New user-option.
14033
14034 * startup.el (command-line-x-option-alist): Add `-lsp' and
14035 `--line-spacing'.
14036
140372000-04-19 Dave Love <fx@gnu.org>
14038
14039 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14040 (cl-mapc): Rename from mapc. Fix the funcall.
14041
140422000-04-19 Gerd Moellmann <gerd@gnu.org>
14043
14044 * simple.el (clone-indirect-buffer-other-window): New command.
14045 (clone-indirect-buffer): Add optional arg NORECROD.
14046 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14047
14048 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14049
14050 * window.el (count-screen-lines): New function.
14051 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14052 instead of window-buffer-height.
14053
14054 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14055 non-existing variable comint-input-sentinel.
14056 (inferior-lisp-args-to-list): Removed.
14057 (inferior-lisp): Use split-string instead of
14058 inferior-lisp-args-to-list.
14059
14060 * hexl.el (hexl-insert-hex-string): New command.
14061
14062 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14063 instead of concat.
14064
140652000-04-18 Gerd Moellmann <gerd@gnu.org>
14066
14067 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14068 at the start of an existing but empty folder.
14069
140702000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14071
14072 * ps-mule.el: Customization fix, doc fix.
14073 (ps-multibyte-buffer): Customization fix.
14074
140752000-04-17 Richard M. Stallman <rms@gnu.org>
14076
14077 * subr.el (read-passwd): Use read-char-exclusive.
14078
140792000-04-17 Gerd Moellmann <gerd@gnu.org>
14080
14081 * textmodes/texinfo.el (texinfo-insert-@email)
14082 (texinfo-insert-@emph, texinfo-insert-@quotation)
14083 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14084 (texinfo-mode-map): Add key bindings for them.
14085
14086 * files.el (basic-save-buffer-2): Use a template with `$'
14087 instead of `#' for VMS.
14088
14089 * simple.el (clone-indirect-buffer): New function.
14090
140912000-04-16 Stephen Eglen <stephen@gnu.org>
14092
14093 * iswitchb.el (iswitchb-case): New function. If the user input
14094 contains any upper-case characters, the search is made
14095 case-sensitive.
14096
140972000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14098
14099 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14100 comment-end.
14101 (texinfo-font-lock-syntactic-keywords): New var.
14102 (texinfo-font-lock-keywords): Remove comment regexp.
14103 (texinfo-insert-block): New function.
14104 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14105 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14106 and font-lock-defaults. Use regexp-opt for outline-regexp.
14107 (texinfo-environments): New var.
14108 (texinfo-environment-regexp): Use regexp-opt and
14109 texinfo-environments.
14110
14111 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14112 ispell-process is bound since this might be eval'd before ispell
14113 is loaded.
14114 (ispell-message): Use a tiny bit less magic and a bit more hard
14115 data to figure out what kind of sc-cite-regexp to use.
14116
14117 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14118
14119 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14120 (insert-cyclic-diary-entry): Unquote the lambda.
14121
14122 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14123
14124 * files.el (backup-enable-predicate): Unquote the lambda.
14125
14126 * cus-edit.el (custom-face, face): Unquote the lambda.
14127
141282000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14129
14130 * ps-print.el: Check for line-beginning-position definition.
14131
14132 * ps-print.el: Fix counting lines in a region.
14133 (ps-print-version): New version number (5.1.5).
14134 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14135 (ps-printing-region): Fun code fix.
14136
141372000-04-15 Gerd Moellmann <gerd@gnu.org>
14138
14139 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14140 to file-directory-p.
14141
141422000-04-14 Gerd Moellmann <gerd@gnu.org>
14143
14144 * gud.el (gud-jdb-build-source-files-list): Check that directory
14145 exists before calling directory-files.
14146
141472000-04-13 Dave Love <fx@gnu.org>
14148
14149 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14150 syntax.
14151
14152 * emacs-lisp/cl-specs.el: Remove when, unless.
14153
14154 * emacs-lisp/cl-extra.el: Don't quote keywords.
14155 (cl-old-mapc): New variable.
14156 (mapc): Use it.
14157 (cl-map-intervals): Use with-current-buffer. Don't check for
14158 next-property-change.
14159 (cl-map-overlays): Use with-current-buffer.
14160 (cl-expt): Remove.
14161 (copy-tree, remprop): Define unconditionally.
14162
14163 * emacs-lisp/cl-compat.el (keywordp): Remove.
14164
14165 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14166 to use keywordp.
14167 (edebug-spec): Enable keywordp.
14168
14169 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14170 string-lessp.
14171
14172 * cus-start.el: Use keywordp.
14173
141742000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14175
14176 * diary-lib.el (include-other-diary-files): Fix the fix of
14177 2000-02-18 by doing a save-excursion.
14178
141792000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14180
14181 * ps-print.el: Customization fix, doc fix.
14182 (ps-print-version): New version number (5.1.4).
14183 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14184 (ps-print-preprint): Adjust code.
14185 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14186 (ps-print-prologue-header, ps-print-control-characters)
14187 (ps-spool-config): Customization fix.
14188
141892000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14190
14191 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14192 converted to the new menu-item format, names silightly changed,
14193 help strings added.
14194
14195 Support for spelling without async subprocesses:
14196
14197 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14198 (ispell-session-buffer): New variables.
14199 (ispell-start-process, ispell-process-status,
14200 ispell-accept-output, ispell-send-string): New functions, for
14201 Ispell invocation when async subprocesses aren't supported.
14202 (ispell-word, ispell-pdict-save, ispell-command-loop,
14203 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14204 to process-send-string with calls to ispell-send-string, and
14205 accept-process-output with ispell-accept-output.
14206 (ispell-init-process): Call ispell-process-status instead of
14207 process-status with.
14208 (ispell-init-process): Call ispell-start-process. Call
14209 ispell-accept-output and ispell-send-string. Don't call
14210 process-kill-without-query and kill-process if they are unbound.
14211 (ispell-async-processp): New function.
14212
142132000-04-12 Dave Love <fx@gnu.org>
14214
14215 * info.el: Add debug-ignored-errors.
14216 (Info-mode-menu): Add some items.
14217 (Info-directory): Add autoload cookie.
14218
14219 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14220 Modify `truncate-lines'. Make `describe-language-environment'
14221 always visible and add help. Modify `describe-key' help. Invoke
14222 Info-directory from `info'. New entry `emacs-manual'.
14223
142242000-04-10 Gerd Moellmann <gerd@gnu.org>
14225
14226 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14227 propertized-buffer-identification.
14228 (ebrowse-update-member-buffer-mode-line): Likewise.
14229 (ebrowse--mode-strings): Removed.
14230 (ebrowse--mode-line-props): Removed.
14231
14232 * files.el (auto-mode-alist): Add `EBROWSE'.
14233
14234 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14235 space before testing for end of buffer.
14236 (ebrowse-load): Removed.
14237 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14238 (ebrowse-create-tree-buffer): Rewritten.
14239 (ebrowse-tree-mode): Read tree from buffer.
14240
14241 * progmodes/ebrowse-ffh.el: Removed.
14242
142432000-04-10 Kenichi Handa <handa@etl.go.jp>
14244
14245 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14246
142472000-04-10 Gerd Moellmann <gerd@gnu.org>
14248
14249 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14250 at the wrong place.
14251
142522000-04-09 Dave Love <fx@gnu.org>
14253
14254 * files.el (backup-enable-predicate): Use
14255 temporary-file-directory, small-temporary-file-directory.
14256 (make-backup-file-name-function, backup-directory-alist): New
14257 variables.
14258 (make-backup-file-name-1): New function.
14259 (make-backup-file-name): Use it.
14260 (find-backup-file-name): Likewise. Use format for clarity, not
14261 concat.
14262 (file-newest-backup): Use make-backup-file-name.
14263
142642000-04-09 Gerd Moellmann <gerd@gnu.org>
14265
14266 * progmodes/ebrowse-ffh.el: New file.
14267
14268 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14269 to ebrowse-ffh.el.
14270 (ebrowse-load): Add autoload.
14271
14272 * finder.el (finder-commentary): Add autoload cookie.
14273
14274 * mail/rfc2368.el: Correct author's email address.
14275
14276 * progmodes/ebrowse.el: New file.
14277
14278 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14279 item help string.
14280 (easy-menu-do-add-item): Ditto.
14281 (easy-menu-define): Extend doc string.
14282
14283 * jit-lock.el (with-buffer-unmodified): Use
14284 restore-buffer-modified-p.
14285 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14286 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14287 with-buffer-unmodified.
14288
142892000-04-08 Dave Love <fx@gnu.org>
14290
14291 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14292 unless, when.
14293
142942000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14295
14296 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14297 (viper-flash-search-pattern): No operation when using Emacs
14298 doesn't support face.
14299 Use `viper-put-on-search-overlay'.
14300
143012000-04-04 Gerd Moellmann <gerd@gnu.org>
14302
14303 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14304 like C-r.
14305
14306 * progmodes/make-mode.el: Some doc fixes.
14307 (makefile-mode-abbrev-table): New variable.
14308 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14309 (makefile-font-lock-keywords): Fontify includes and conditionals.
14310 (toplevel): Require `dabbrev' and `add-log' when compiling.
14311
14312 * replace.el (perform-replace): Don't move forward one char
14313 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14314 to do that because it leaves point 1 position after the last
14315 replacement, after everything has been replaced.
14316
14317 * jit-lock.el (with-buffer-unmodified): New macro.
14318 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14319 modified state.
14320 (jit-lock-function-1): Extracted from jit-lock-function; not
14321 preserving buffer's modified state.
14322 (jit-lock-function, jit-lock-stealth-fontify): Call
14323 jit-lock-function-1.
14324
14325 * mail/rfc2368.el: Remove supernumerary copyright line.
14326
143272000-04-04 Milan Zamazal <pdm@freesoft.cz>
14328
14329 * glasses.el: Provide facilities for inserting space before left
14330 parentheses and uncapitalization of identifiers.
14331 (glasses-mode): Try to remove old overlays in all cases.
14332
143332000-04-03 Gerd Moellmann <gerd@gnu.org>
14334
14335 * progmodes/compile.el (compile-internal): Display the compilation
14336 buffer in a different frame, if it's already displayed there.
14337
14338 * mail/rfc2368.el: New file.
14339
14340 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14341 header and insert its value as mail body.
14342
14343 * subr.el (member-ignore-case): New function.
14344
14345 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14346 (dabbrev--find-expansion): Ignore buffers matching a regexp
14347 from dabbrev-ignored-regexps.
14348
14349 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14350 to extensions handled by gzip.
14351
143522000-04-03 Richard M. Stallman <rms@gnu.org>
14353
14354 * files.el (insert-directory): List the total free space
14355 along with the used space.
14356
14357 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14358 line is followed by one that matches CITATION-REGEXP, end the
14359 paragraph.
14360
143612000-04-03 Markus Rost <rost@delysid.gnu.org>
14362
14363 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14364 (rmail-make-basic-summary-line): Use that option.
14365
143662000-04-03 Kenichi Handa <handa@etl.go.jp>
14367
14368 * international/mule-cmds.el (encoded-string-description):
14369 Rewritten. Try pretty description for ISO 2022 escape sequences
14370 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14371 for hexadecimal format.
14372
143732000-04-01 Dave Love <fx@gnu.org>
14374
14375 * cpp.el: Change customization group to `c' from `C'.
14376
14377 * vcursor.el (vcursor-move): Use display-color-p.
14378
14379 * international/mule-util.el: Provide mule-utils.
14380 (string-to-sequence): Simplify and speed up.
14381
14382 * international/mule.el (make-coding-system): Purecopy doc-string.
14383
14384 * international/mule-cmds.el: Various menu changes.
14385 (describe-specified-language-support): Handle `Default'.
14386 (set-language-info): Purecopy `info'.
14387
143882000-03-31 Andrew Innes <andrewi@gnu.org>
14389
14390 * vc.el (vc-backend-diff): Return the correct status if we had to
14391 retry the rcsdiff command without the --brief option.
14392
143932000-03-31 Dave Love <fx@gnu.org>
14394
14395 * help.el (help-manyarg-func-alist): Correct several omissions.
14396
14397 * add-log.el: Don't require cl, fortran.
14398 (add-log-current-defun-function): Doc fix.
14399 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14400 fix.
14401 (change-log-version-rcs): Function deleted.
14402 (change-log-version-number-search): Doc fix. Use
14403 vc-workfile-version. Avoid CL dolist.
14404 (add-change-log-entry): Just call add-log-current-defun to get
14405 defun. Simplify somewhat.
14406 (change-log-get-method-definition-1): Likewise.
14407 (add-log-current-defun): Return nil if calling
14408 add-log-current-defun-function does so. Move Fortran stuff to
14409 fortran.el. Return string without properties.
14410
14411 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14412 and :alpha: char classes.
14413
14414 * mail/supercite.el: Defvar curline when compiling.
14415 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14416 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14417 rather than a-zA-Z0-9 to allow non-ASCII characters.
14418
144192000-03-31 Gerd Moellmann <gerd@gnu.org>
14420
14421 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14422
14423 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14424 Re-enable new code.
14425
14426 * lpr.el (print-region-1): Use -d to specify printer name for
14427 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14428
144292000-03-31 Dave Love <fx@gnu.org>
14430
14431 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14432 for function definition in symbol's function value slot first
14433 instead of first consulting byte-compile-function-environment.
14434
144352000-03-31 Kenichi Handa <handa@etl.go.jp>
14436
14437 * language/european.el ("Polish"): New language environment.
14438 (setup-polish-environment): New function.
14439
144402000-03-30 Gerd Moellmann <gerd@gnu.org>
14441
14442 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14443 Disable new code.
14444
14445 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14446 trying to `load' the symbol of an autoload instead of the file
14447 recorded in the autoload. Fix error messages.
14448
144492000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14450
14451 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14452 (ps-print-version): New version number (5.1.3).
14453 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14454 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14455 (ps-generate-postscript-with-faces): Code fix.
14456 (ps-color-values): XEmacs compatibility.
14457 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14458 (ps-default-fg, ps-default-bg): Adjust customization.
14459 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14460 (ps-color-scale): Renaming old ps-color-value fun.
14461 (ps-print-headers): Replace ps-print-header group to avoid conflict
14462 with ps-print-header variable.
14463 (ps-print-miscellany): New group.
14464 (ps-format-color, ps-rgb-color): New funs.
14465 (ps-default-foreground): New var.
14466 (ps-printer-name-option): New const.
14467
144682000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14469
14470 * net/net-utils.el:
14471 (network-connection-host, network-connection-service): New variables
14472 (network-connection-mode): New mode, derived from comint-mode
14473 (network-connection-mode-setup): New function, saves host and
14474 service information in local variables.
14475
14476 * lisp/locate.el:
14477 (locate-word-at-point): Added this function
14478 (locate): Default to using locate-word-at-point as input
14479 Run dired-mode-hook
14480
144812000-03-29 Dave Love <fx@gnu.org>
14482
14483 * calendar/appt.el: Doc fixes.
14484 (appt-check): Convert min-to-app to a string before passing to
14485 appt-disp-window-function or concat.
14486 (appt-delete-window): Remove test for frame-root-window.
14487 (appt-select-lowest-window, appt-convert-time): Simplify.
14488
14489 * emacs-lisp/bytecomp.el: Doc fixes.
14490 (byte-compile-file-form-autoload): Update
14491 byte-compile-function-environment.
14492
144932000-03-29 Andreas Schwab <schwab@suse.de>
14494
14495 * emacs-lisp/autoload.el: Also print defsubst doc string
14496 specially.
14497
14498 * dired.el (dired-insert-directory): If dired-free-space-program
14499 failed just delete its output.
14500
145012000-03-29 Dave Love <fx@gnu.org>
14502
14503 * international/iso-cvt.el: Move provide to end. Doc fixes.
14504 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14505 (iso-iso2sgml, iso-sgml2iso): New functions.
14506 (iso-cvt-define-menu): Fix some entries and use backquote for
14507 clarity.
14508
14509 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14510
145112000-03-28 Gerd Moellmann <gerd@gnu.org>
14512
14513 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14514 ISO-DATE. If non-nil, return date in ISO 8601 format.
14515
145162000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14517
14518 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14519 if it ever becomes used.
14520 (log-edit-mode-hook): Default to vc-log-mode-hook.
14521 (log-edit-mode): Fix the docstring.
14522
14523 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14524 the code.
14525
145262000-03-26 Dave Love <fx@gnu.org>
14527
14528 * net/browse-url.el (browse-url): Re-fix case of
14529 browse-url-browser-function being an alist.
14530 (browse-url): Add :link to defgroup.
14531
14532 * files.el: Doc fixes.
14533 (file-truename): Include `[' in wildcard characters.
14534 (automount-dir-prefix): Customize.
14535 (find-file-wildcards): Add :version.
14536 (find-file-noselect): Simplify a mapcar call.
14537
14538 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14539 compatible with inf-lisp version.
14540 (eval-defun-1): Fix custom-declare-variable case.
14541
145422000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14543
14544 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14545
145462000-03-24 Gerd Moellmann <gerd@gnu.org>
14547
14548 * Makefile (COMPILE_FIRST): New macro.
14549 (compile-files): Compile files from COMPILE_FIRST first.
14550
14551 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14552 code.
14553
14554 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14555 matching open parenthesis in column 0 to defun-prompt-regexp
14556 only if open-paren-in-column-0-is-defun-start is set.
14557
14558 * sun-curs.el: Require CL at compile-time only.
14559
14560 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14561 instead of copy-list which is a function from CL.
14562 (msb--choose-menu, msb--mode-menu-cond)
14563 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14564 (msb--init-file-alist): Use mapcar instead of mapcan.
14565 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14566 `(' in column 0 in doc string.
14567 (msb--add-separators): Use mapcar instead of mapcan.
14568
14569 * cus-dep.el: Require CL at compile-time only.
14570
145712000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14572
14573 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14574 (byte-compile-warnings): New warning `noruntime'.
14575 (byte-compile-constants, byte-compile-variables): Fix docstring.
14576 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14577 execute `eval-whenc-compile's body.
14578 (byte-compile-unresolved-functions): Fix docstring.
14579 (byte-compile-eval): New function.
14580 (byte-compile-callargs-warn): Check if the function will be available
14581 at runtime (via property `byte-compile-noruntime').
14582 (byte-compile-print-syms): New function.
14583 (byte-compile-warn-about-unresolved-functions): Also warn about
14584 `noruntime' functions (and use `byte-compile-print-syms').
14585 (byte-compile-file): Capitalize the message.
14586
145872000-03-24 Gerd Moellmann <gerd@gnu.org>
14588
14589 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14590 (rmail-expunge): Ask for confirmation depending on the setting
14591 of rmail-confirm-expunge.
14592
145932000-03-23 Gerd Moellmann <gerd@gnu.org>
14594
14595 * Makefile (bootstrap-clean): If $(emacs) exists, build
14596 loaddefs.el first. A loaddefs.el that's not up-to-date might
14597 cause a bootstrap failure because things don't autoload as
14598 expected.
14599
146002000-03-23 Dave Love <fx@gnu.org>
14601
14602 * net/browse-url.el: Restore previous use of
14603 browse-url-maybe-new-window.
14604
146052000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14606
14607 * ps-print.el: Skip banner page fix.
14608 (ps-print-version): New version number (5.1.2).
14609 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14610
146112000-03-23 Dave Pearson <davep@davep.org>
14612
14613 * net/quickurl.el Changed the type of parameter passed to the
14614 function defined by `quickurl-format-function'. Before only the
14615 text of the URL was passed. Now the whole URL structure is passed
14616 and the function is responsible for extracting the parts it
14617 requires. Changed the default of `quickurl-format-function'
14618 accordingly.
14619 (quickurl-insert): Changed the `funcall' of
14620 `quickurl-format-function' to match the above change.
14621 (quickurl-list-insert): Changed the `url' case so that it makes
14622 use of `quickurl-format-function', previous to this the format was
14623 hard wired.
14624
146252000-03-22 Gerd Moellmann <gerd@gnu.org>
14626
14627 * startup.el: Change some spellings for the X Window System.
14628
146292000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14630
14631 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14632 up the code and the regexp and make sure the cursor is temporarily
14633 moved to the suspicious line while querying the user.
14634
146352000-03-22 Jason Rumney <jasonr@gnu.org>
14636
14637 * w32-fns.el (w32-charset-info-alist): Initialize.
14638
146392000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14640
14641 * ps-print.el: N-up last page fix.
14642 (ps-print-version): New version number (5.1.1).
14643 (ps-end-file, ps-end-job, ps-generate): Code fix.
14644
146452000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14646
14647 * files.el (find-file-run-dired): Update docstring.
14648 (find-directory-functions): New hook.
14649 (find-file-noselect): Run find-directory-functions rather than
14650 calling dired directly.
14651
14652 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14653
14654 * pcvs.el: Add a minimal leading commentary.
14655 (cvs-make-cvs-buffer): Change the header part by removing the startup
14656 message and adding a `Module' entry. Also replace the FOOTER and
14657 HEADER special fileinfos with the new support in ewoc for updating
14658 its own footer and header.
14659 (cvs-update-header): Update to use the header/footer of the ewoc.
14660 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14661 (cvs-is-within-p): New function.
14662 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14663 to only examine some subset of the buffers.
14664
14665 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14666 `format' instead of our own ad-hoc functions.
14667 Remove HEADER and FOOTER cases, now handled in the EWOC.
14668 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14669
14670 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14671 output to avoid scaring the user.
14672 (cvs-parse-table): Catch message for non-up-to-date commits.
14673
14674 * pcvs-defs.el (cvs-startup-message): Remove.
14675 (cvs-global-menu): New autoloaded menu.
14676
14677 * pcvs-util.el (cvs-string-fill): Remove.
14678
14679 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14680 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14681 PP part of it and also make it work for footers and headers.
14682 (ewoc-create): Drop POS and BUFFER arguments.
14683 Use the DLL's dummy node to store the end-of-footer position.
14684 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14685 (ewoc-refresh): Remove unused `header' variable.
14686 (ewoc-(get|set)-hf): New functions.
14687
14688 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14689 log-view-*-(message|file) and use easy-mmode-define-navigation.
14690 (log-view-message-re): Match SCCS format as well.
14691 And match the revision line rather than the dashed separator line.
14692 (log-view-mode): Use the new define-derived-mode.
14693 (log-view-current-tag): Fill in with an actual implementation.
14694
14695 * cvs-status.el (cvs-status-(prev|next)): Rename from
14696 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14697 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14698 to let the output "breathe" a little more (more readable).
14699 (cvs-status-mode): Use the new define-derived-mode.
14700
14701 * smerge-mode.el (smerge-auto-leave): New function and variable.
14702 (smerge-basic-map): Rename from smerge-basic-keymap.
14703 Change the bindings for smerge-diff-*.
14704 (smerge-*-map): Use easy-mmode-defmap.
14705 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14706 (smerge-keep-*): Use smerge-auto-leave.
14707
147082000-03-21 Jason Rumney <jasonr@gnu.org>
14709
14710 * cus-edit.el (custom-button-face): Use 3D look for w32.
14711 (custom-button-pressed-face): Likewise.
14712
147132000-03-21 Gerd Moellmann <gerd@gnu.org>
14714
14715 * progmodes/etags.el (tags-case-fold-search): New user-option.
14716 (tags-loop-eval): New function. Bind case-fold-search around eval
14717 depending on the value of tags-case-fold-search.
14718 (tags-loop-continue): Use tags-loop-eval.
14719 (find-tag-in-order): Bind case-fold-search depending on the value
14720 of tags-case-fold-search.
14721
147222000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14725 (diff-end-of-hunk): Return the end position for use in
14726 `easy-mmode-define-navigation'.
14727 (diff-recenter): Remove.
14728 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14729 of `easy-mmode-define-navigation'.
14730 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14731 previous renaming) and fix to use new names.
14732 (diff-merge-strings): Use \n as separator: simpler, faster.
14733 (diff-mode): Use `define-derived-mode'.
14734
14735 * derived.el (define-derived-mode): Don't autoload anymore.
14736 Prefer the macro-only version provided by easy-mmode.el.
14737
14738 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14739 `easy-mmode-define-derived-mode'.
14740 Use `combine-run-hooks'.
14741 (easy-mmode-define-navigation): New macro.
14742
14743 * subr.el (combine-run-hooks): New function.
14744
147452000-03-21 Kenichi HANDA <handa@etl.go.jp>
14746
14747 * term/x-win.el: Fontsets related initialization is simplified.
14748
14749 * international/mule-diag.el (describe-font): Don't refer to
14750 global-fontset-alist, instead call font-list.
14751 (describe-fontset, list-fontsets, mule-diag): Likewise.
14752 (print-fontset): Adjusted for the change of fontset
14753 implementation.
14754
14755 * international/fontset.el (x-charset-registries): Variable
14756 removed, instead the corresponding data is stored in the default
14757 fontset.
14758 (register-alternate-fontnames): Function removed.
14759 (resolved-ascii-font): Variable removed.
14760 (x-compose-font-name): Ignore the second argument REDOCE.
14761 (x-complement-fontset-spec): Complement only an ASCII font and
14762 element for those charsets than can use that ASCII font.
14763 (generate-fontset-menu): Don't refer to global-fontset-alist,
14764 instead call fontset-list.
14765 (uninstantiated-fontset-alist): Variable removed.
14766 (x-style-funcs-alist): Likewise.
14767 (fontset-default-styles): Likewise.
14768 (x-modify-font-name): Function removed.
14769 (create-fontset-from-fontset-spec): Ignore the argument
14770 STYLE-VARIANT.
14771 (create-fontset-from-ascii-font): Docsting adjusted for the above
14772 change.
14773 (instantiate-fontset, resolve-fontset-name): Functions removed.
14774 (fontset-list): Now implemented by C code.
14775
14776 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14777 (describe-face): Include `font' attribute in the description.
14778
147792000-03-21 Kenichi Handa <handa@etl.go.jp>
14780
14781 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14782
147832000-03-20 Gerd Moellmann <gerd@gnu.org>
14784
14785 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14786 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14787 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14788
14789 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14790 about behavior of set-buffer-modified-p wrt redisplay.
14791
147922000-03-19 Richard M. Stallman <rms@gnu.org>
14793
14794 * view.el (view-mode-disable): Kill local binding of view-read-only.
14795
147962000-03-18 Gerd Moellmann <gerd@gnu.org>
14797
14798 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14799 is a string, convert it to a syntax cell using string-to-syntax.
14800
14801 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14802 (string-to-syntax): New function.
14803
14804 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14805 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14806 try to use passive ftp mode.
14807
148082000-03-17 Gerd Moellmann <gerd@gnu.org>
14809
14810 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14811
14812 * simple.el (append-to-buffer): Update point of windows after
14813 insertion.
14814
14815 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14816 forward then moving backward. Reindent.
14817
14818 * frame.el (other-frame): Call x-focus-frame only if
14819 focus-follows-mouse is off.
14820
148212000-03-17 Dave Love <fx@gnu.org>
14822
14823 * pcvs-util.el (cvs-strings->string): Rename
14824 replace-regexps-in-string.
14825
148262000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14827
14828 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14829 regexp for labels cannot span several lines.
14830
14831 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14832 `(setq :<key> ':<key>)' to the macro expansion.
14833
148342000-03-16 Dave Love <fx@gnu.org>
14835
14836 * progmodes/f90.el (f90): Put custom group under `languages', not
14837 `fortran'.
14838 (f90-mode-hook): Customize.
14839 (f90-mode): Set add-log-current-defun-function.
14840 (f90-current-defun): New function.
14841
148422000-03-16 Gerd Moellmann <gerd@gnu.org>
14843
14844 * cus-edit.el (custom-variable-tag-face): Handle case that
14845 default face's height is not a number.
14846 (custom-face-tag-face, custom-group-tag-face-1)
14847 (custom-group-tag-face): Ditto.
14848 (custom-group-tag-face-1): Add :group.
14849
14850 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14851
148522000-03-15 Gerd Moellmann <gerd@gnu.org>
14853
14854 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14855 requiring easymenu.
14856
148572000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14858
14859 * ps-print.el: PostScript user-defined prologue, PostScript error
14860 handler, doc fix.
14861 (ps-print-version): New version number (5.1).
14862 (ps-user-defined-prologue, ps-error-handler-message)
14863 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14864 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14865 (ps-insert-string): New function.
14866
148672000-03-15 Kenichi Handa <handa@etl.go.jp>
14868
14869 * international/ccl.el (ccl-compile-expression): Don't generate
14870 invalid self-assignment code.
14871
148722000-03-14 Dave Love <fx@gnu.org>
14873
14874 * subr.el (replace-regexp-in-string): Renamed from
14875 replace-regexps-in-string. Doc fix.
14876
148772000-03-12 Dave Love <fx@gnu.org>
14878
14879 * cus-edit.el: Doc fixes.
14880 (customize-set-variable, customize-save-variable): Rename args for
14881 doc.
14882 (custom-variable-tag-face, custom-face-tag-face)
14883 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14884 style which user identify as hyperlink.
14885 (hook): Don't add undefined functions to the hook.
14886 (debug-ignored-errors): Transfer message from bindings.el.
14887
148882000-03-12 Gerd Moellmann <gerd@gnu.org>
14889
14890 * recentf.el (recentf-keep-non-readable-files-p): Remove
14891 double/nested definition.
14892
148932000-03-12 Dave Love <fx@gnu.org>
14894
14895 * facemenu.el (facemenu-get-face): Use display-color-p.
14896 * enriched.el (enriched-decode-foreground): Likewise.
14897 (enriched-decode-background): Likewise.
14898 * isearch.el (isearch-highlight): Likewise.
14899 * info-look.el (info-lookup): Likewise.
14900 * simple.el (completion-setup-function): Likewise.
14901
14902 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14903 :options.
14904
14905 * bindings.el (mode-line-format): Fix line-number and
14906 column-number items. Add help-echo for the background.
14907 (mode-line-mule-info): Modify help-echo.
14908
14909 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14910
14911 * files.el (load-file): Allow completion to .elc.
14912
14913 * man.el: Doc fixes.
14914 (Man-init-defvars): Use display-color-p to set fontification.
14915
14916 * play/hanoi.el (hanoi-internal): Don't use oddp.
14917
149182000-03-12 Gerd Moellmann <gerd@gnu.org>
14919
14920 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14921
14922 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14923
149242000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14925
14926 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14927 Fix comment.
14928
149292000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14930
14931 * font-lock.el (font-lock-keywords): Fix the doc now that
14932 regexp-opt-depth is unnecessary.
14933 (save-buffer-state): Set an edebug spec.
14934 (font-lock-fontify-anchored-keywords): Properly handle the case when
14935 the matcher goes past the limit.
14936
14937 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14938 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14939
14940 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14941 dll.el and cookie.el (from Elib) with heavy renaming and other
14942 massaging.
14943
14944 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14945 Autoload the functions used.
14946 (easy-mmode-define-syntax): Fix CL typo.
14947 (easy-mmode-define-derived-mode): Improve the docstring generation.
14948
149492000-03-10 Gerd Moellmann <gerd@gnu.org>
14950
14951 * textmodes/texinfo.el (texinfo-version): Variable and function
14952 removed.
14953
149542000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14955
14956 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14957 allow more flexibility.
14958 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14959 fns.
14960 (easy-mmode-defmap, easy-mmode-defsyntax)
14961 (easy-mmode-define-derived-mode): New macros.
14962
149632000-03-09 Didier Verna <didier@xemacs.org>
14964
14965 * rect.el (replace-rectangle): New function.
14966
149672000-03-09 Dave Love <fx@gnu.org>
14968
14969 * progmodes/fortran.el (fortran-comment-line-start): Define as
14970 "C".
14971 (fortran-comment-line-start-skip): Don't match cpp stuff.
14972 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14973 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14974 (fortran-mode): Don't set fortran-comment-line-start-skip,
14975 fortran-comment-line-start here. Set comment-start,
14976 add-log-current-defun.
14977 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14978 (fortran-current-defun): New function.
14979
149802000-03-09 Gerd Moellmann <gerd@gnu.org>
14981
14982 * emacs-lisp/re-builder.el: New file.
14983
14984 * mouse.el (mouse-drag-region): Don't run up-event handler
14985 if hscroll has changed.
14986
14987 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14988 builtin operators, use `font-lock-builtin-face' for Emacs and
14989 `font-lock-preprocessor-face' otherwise.
14990
14991 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14992 `(defun (setf foo)' differently.
14993
149942000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14995
14996 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14997 (regexp-opt): Update comment and adapt the code the new meaning of
14998 the `paren' argument of regex-opt-group for shy-groups.
14999 (regexp-opt-depth): Handle shy groups as well as backslashed
15000 backslashes.
15001 (regexp-opt-group): Turn the leading comment into a docstring.
15002 Allow `paren' to be a string (the string to use to open a group).
15003 Remove open-presuf and close-presuf. Instead of checking for `all
15004 one-char' and then later on check for `several one-char', handle
15005 both cases close together. Also apply a more generic algorithm
15006 for suffixes (the mirror image of the algorithm used for
15007 prefixes). Use shy-groups. Use nreverse rather than reverse.
15008 (regexp-opt-try-suffix): Removed.
15009
15010 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15011 from comint-mode-map, so we can just inherit from it. Also, move
15012 the initialization into the `defvar' since there's no docstring
15013 anyway and it's fairly short.
15014 (inferior-scheme-mode): Define it as derived-mode: the code is
15015 shorter and this way we inherit from comint-mode-map rather than
15016 copying it.
15017
15018 * subr.el (replace-regexps-in-string): Properly handle the case
15019 where we match an empty string.
15020
15021 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15022 when the command has a directory component (such as "./testml").
15023 Also fix a typo in the comment.
15024
150252000-03-08 Gerd Moellmann <gerd@gnu.org>
15026
15027 * Makefile (compile-files): Compile files one by one because
15028 that's the only way to ensure a clean compilation environment for
15029 each individual file.
15030
15031 * frame.el (other-frame): Call x-focus-frame.
15032
150332000-03-07 Dave Love <fx@gnu.org>
15034
15035 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15036 :require to defcustom.
15037
15038 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15039 lists.
15040
15041 * files.el (auto-mode-alist): Add configure.in.
15042
15043 * progmodes/autoconf.el: New file.
15044
150452000-03-07 Gerd Moellmann <gerd@gnu.org>
15046
15047 * mail/mh-e.el: Change maintainer to `none'.
15048
15049 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15050 to remove-hook and add-hook.
15051
150522000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15053
15054 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15055 it as the default.
15056 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15057 (sendmail-send-it): Conditionally add MIME headers specifying the
15058 used character set.
15059
150602000-03-07 Dave Love <fx@gnu.org>
15061
15062 * winner.el: Fix keywords, autoload cookies. Split
15063 eval-when-compile form to avoid compilation failure.
15064
150652000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15066
15067 * international/mule.el: Modify comment about coding system
15068 property `coding-category'.
15069 (make-coding-system): New argument EOL-TYPE. Pay attention to
15070 coding-category property of PROPERTIES.
15071
15072 * international/mule-conf.el (coding-category-utf-8,
15073 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15074 categories. Include them in the argument for set-coding-priority.
15075
15076 * international/mule-cmds.el (reset-language-environment): Include
15077 coding-category-utf-8, coding-category-utf-16-be, and
15078 coding-category-utf-16-le in the argument for set-coding-priority.
15079 (reset-language-environment): Initialize coding-category-utf-8,
15080 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15081
150822000-03-06 Karl Fogel <kfogel@red-bean.com>
15083
15084 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15085 code abstracted out of `bookmark-jump-noselect'. Now tries info
15086 extensions as well as compression extensions.
15087 (bookmark-jump-noselect): Use above new func.
15088
150892000-03-03 Gerd Moellmann <gerd@gnu.org>
15090
15091 * strokes.el: Change maintainer's mail address.
15092
150932000-03-03 Kenichi Handa <handa@etl.go.jp>
15094
15095 * international/mule-diag.el (list-character-sets): Make help-echo
15096 string by substitute-command-keys.
15097 (list-character-sets): Likewise.
15098 (sort-listed-character-sets): Call help-setup-xref.
15099
151002000-03-02 Gerd Moellmann <gerd@gnu.org>
15101
15102 * time.el (display-time-mail-file): Add `none' to the list of
15103 choices.
15104
151052000-03-01 Dave Love <fx@gnu.org>
15106
15107 * help.el (help-xref-go-back): Don't try to set position.
15108
15109 * international/mule-diag.el (list-character-sets): Call
15110 help-setup-xref. Add help-echo to xrefs.
15111 (list-character-sets-1): Add help-echo to xrefs.
15112
151132000-03-02 Gerd Moellmann <gerd@gnu.org>
15114
15115 * frame.el (blink-cursor-mode): Switch cursor on when turning
15116 the mode off.
15117
15118 * add-log.el (add-log-current-defun): Add support for
15119 Autoconf mode.
15120
15121 * mail/rmail.el (rmail-quit-hook): New variable.
15122
151232000-03-01 Dave Love <fx@gnu.org>
15124
15125 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15126
15127 * help.el (help-xref-button): Add help-echo arg.
15128 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15129
15130 * faces.el (list-faces-display): Supply help-echo with
15131 help-make-xrefs.
15132
15133 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15134 nil.
15135
151362000-03-01 Gerd Moellmann <gerd@gnu.org>
15137
15138 * image.el (defimage): Look for image files in load-path.
15139
15140 * frame.el (busy-cursor-delay-seconds): Change type to
15141 `number'.
15142
151432000-03-01 David Ponce <david.ponce@wanadoo.fr>
15144
15145 * recentf.el (recentf): Added version tag to the defgroup of
15146 recentf.
15147
151482000-03-01 David Ponce <david.ponce@wanadoo.fr>
15149
15150 * recentf.el (recentf-cleanup): Changed to remove excluded file
15151 too.
15152 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15153 action to select/unselect a file.
15154 (recentf-edit-list): Code cleanup and improvement.
15155 (recentf-open-more-files-action): `recentf-open-more-files' button
15156 widget action to open a file.
15157 (recentf-open-more-files): No more use standard completion but
15158 widgets.
15159 (recentf-more-collection): Deleted.
15160 (recentf-more-history): Deleted.
15161 (recentf-setup-more-completion): Deleted.
15162
151632000-03-01 David Ponce <david.ponce@wanadoo.fr>
15164
15165 * recentf.el (recentf-mode): No more needs that Emacs is running
15166 under a window-system.
15167
151681999-03-01 David Ponce <david.ponce@wanadoo.fr>
15169
15170 * recentf.el (recentf-edit-list): New command to edit the recent
15171 list which allow the user to remove files.
15172 (recentf-edit-selected-items): New global variable, used by
15173 `recentf-edit-list' to hold the list of files to be removed from
15174 the recent list.
15175 (recentf-make-menu-items): Updated to display a "Edit list..."
15176 menu item. Minor code cleanup.
15177
151781999-03-01 David Ponce <david.ponce@wanadoo.fr>
15179
15180 * recentf.el (recentf-open-more-files): New command to open files
15181 that are not displayed in the menu.
15182 (recentf-more-collection): New global variable holding the set of
15183 permissible completions used by `recentf-open-more-files'.
15184 (recentf-more-history): New global variable holding the history list
15185 used by `recentf-open-more-files' completion.
15186 (recentf-setup-more-completion): New function to setup completion for
15187 `recentf-open-more-files'.
15188 (recentf-make-menu-items): Updated to display a "More..." menu item.
15189
151901999-03-01 David Ponce <david.ponce@wanadoo.fr>
15191
15192 * recentf.el (recentf-menu-action): Doc fixed.
15193
151941999-03-01 David Ponce <david.ponce@wanadoo.fr>
15195
15196 * recentf.el (recentf-menu-filter): Doc updated.
15197 (recentf-update-menu-hook): Allow menu filters to force menu update.
15198 (recentf-make-menu-items): New menu filter handling.
15199 (recentf-make-menu-item): New helper function.
15200 (recentf-menu-elements): New menu handling function.
15201 (recentf-sort-ascending): Updated to new menu filter handling.
15202 (recentf-sort-descending): Updated to new menu filter handling.
15203 (recentf-sort-basenames-ascending): New menu filter function.
15204 (recentf-sort-basenames-descending): New menu filter function.
15205 (recentf-show-basenames): New menu filter function.
15206 (recentf-show-basenames-ascending): New menu filter function.
15207 (recentf-show-basenames-descending): New menu filter function.
15208
152092000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15210
15211 * diary-lib.el (list-diary-entries): Don't try to go forward at
15212 the end of the buffer.
15213
152142000-02-29 Kenichi Handa <handa@etl.go.jp>
15215
15216 * international/mule-diag.el (list-character-sets): Completely
15217 rewritten.
15218 (sort-listed-character-sets): New function.
15219 (list-character-sets-1): Completely rewritten.
15220 (list-character-sets-2): New function.
15221 (non-iso-charset-alist): New variable.
15222 (decode-codepage-char): New function.
15223 (charset-history): New variable.
15224 (read-charset) (list-block-of-chars)
15225 (list-iso-charset-chars)
15226 (list-non-iso-charset-chars)
15227 (list-charset-chars): New functions.
15228 (mule-diag): Call list-character-sets-2, not
15229 list-character-sets-2.
15230 (dump-charsets): Likewise.
15231
152322000-02-29 Gerd Moellmann <gerd@gnu.org>
15233
15234 * dired-x.el (dired-filename-at-point): Add `@' to valid
15235 file name characters.
15236 (dired-filename-at-point): Handle ange-ftp file names.
15237
15238 * frame.el (frame-notice-user-settings): Use assq-delete-all
15239 instead of assoc-delete-all.
15240 (frame-notice-user-settings): Ditto.
15241
15242 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15243 Don't copy alist.
15244
152452000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15246
15247 * calculator.el (calculator-use-menu): New option.
15248 (calculator-initial-bindings): Changed some bindings to work as
15249 macros.
15250 (calculator-forced-input): Removed.
15251 (calculator-restart-other-mode): New variable.
15252 (calculator-mode-map): Set up menu.
15253
152542000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15255
15256 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15257 tags.
15258
152592000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15260
15261 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15262 translate all ESC key sequences.
15263 (viper-goto-mark-subr): restore markers for files for which
15264 they were saved.
15265 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15266 * viper-util.el (viper-set-replace-overlay-glyphs,
15267 viper-set-replace-overlay): always check if the replacement
15268 overlay is live.
15269 * viper.el (viper-vi-state-mode-list): added major modes.
15270 * ediff-wind.el: minor comment changes.
15271 * ediff.el: copyright notice date fix.
15272
152732000-02-27 Jason Rumney <jasonr@gnu.org>
15274
15275 * faces.el (face-font-family-alternatives): Add arial to helv.
15276 (mode-line, header-line, tool-bar): Same default as x for w32.
15277 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15278 face-font-family-alternatives from working.
15279 * term/w32-win.el (mouse-set-font): Do not build fontset from
15280 chosen font.
15281
152822000-02-25 Sam Steingold <sds@goems.com>
15283
15284 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15285 properly.
15286
152872000-02-25 Richard M. Stallman <rms@gnu.org>
15288
15289 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15290
152912000-02-25 Gerd Moellmann <gerd@gnu.org>
15292
15293 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15294 writable.
15295
15296 * frame.el (busy-cursor-delay-seconds): New option.
15297
152982000-02-24 Gerd Moellmann <gerd@gnu.org>
15299
15300 * frame.el (show-cursor-in-non-selected-windows): New option.
15301
153022000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15303
15304 * diary-lib.el (include-other-diary-files): Undo the selective
15305 display in any included file and don't kill it.
15306
153072000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15308
15309 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15310 bar. Menu items converted to (menu-item format, help strings
15311 added.
15312 [downcase, upcase]: Don't enable on MS-DOS.
15313 [symlink, symlinks]: Don't show if make-symbolic-link is not
15314 bound.
15315 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15316
153172000-02-23 Dave Love <fx@gnu.org>
15318
15319 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15320 (backward-kill-word): Revert addition of * to interactive spec --
15321 it's a feature.
15322
15323 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15324 (backward-kill-sentence, kill-sentence): Likewise.
15325
15326 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15327 scratch buffer name.
15328 (gud-format-command): Use int-to-string in ?l case. Simplify
15329 slightly.
15330
15331 * term/w32-win.el (internal-face-interactive): Update prompt for
15332 new read-face-name.
15333
15334 * mail/footnote.el (footnote): Add :version to defgroup.
15335 (footnote-section-tag-regexp): Customize.
15336 (footnote-start-tag, footnote-end-tag): New option.
15337 (footnote-latin-regexp): New variable.
15338 (Footnote-latin): New function.
15339 (footnote-style-alist): Add element for latin style.
15340 (footnote-style): Moved.
15341 (Footnote-goto-footnote): Use eq to test arg.
15342
15343 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15344
15345 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15346 (byte-compile-trueconstp): Include keywords.
15347 (byte-optimize-quote, byte-optimize-lapcode): Use
15348 byte-compile-const-symbol-p.
15349 (byte-optimize-char-before): New optimization.
15350
15351 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15352 (byte-compile-const-symbol-p): New function.
15353 (byte-compile-constp, byte-compile-out-toplevel)
15354 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15355 Use it.
15356
15357 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15358
153592000-02-23 Kenichi Handa <handa@etl.go.jp>
15360
15361 * international/encoded-kb.el: Be sure to update minor-mode-alist
15362 and minor-mode-map-alist.
15363 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15364 codes SS2 and SS3 correctly.
15365 (encoded-kbd-self-insert-ccl): New function.
15366 (encoded-kbd-setup-keymap): New function.
15367 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15368 by calling encoded-kbd-setup-keymap.
15369
15370 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15371 characters.
15372 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15373 locally.
15374
153752000-02-22 Dave Love <fx@gnu.org>
15376
15377 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15378 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15379 defvar.
15380 (lisp-mode-syntax-table): Set up for #|...|# comments.
15381 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15382 classes. Match `defface'.
15383 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15384 (eval-defun-1): Fix for defcustom.
15385 (lisp-indent-region): Doc fix.
15386
15387 * subr.el (when, unless, split-string): Doc fix.
15388 (read-passwd): Move call of clear-this-command-keys to the right
15389 place.
15390 (replace-regexps-in-string): New function.
15391
153922000-02-22 Gerd Moellmann <gerd@gnu.org>
15393
15394 * help.el (describe-variable): Set syntax table to
15395 emacs-lisp-mode-syntax-table when moving forward over the
15396 symbol's name.
15397
153982000-02-22 Dave Love <fx@gnu.org>
15399
15400 * xt-mouse.el: Doc fixes.
15401 (xterm-mouse-position-function): New function, replacing advice of
15402 mouse-position.
15403 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15404
15405 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15406
154072000-02-21 Gerd Moellmann <gerd@gnu.org>
15408
15409 * format.el (format-annotate-single-property-change): Handle
15410 properties.with dotted-list values.
15411 (format-proper-list-p): New function.
15412
15413 * enriched.el (enriched-face-ans): Handle '(foreground-color
15414 . COLOR) and (background-color . COLOR).
15415
154162000-02-20 Dave Love <fx@gnu.org>
15417
15418 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15419 and assignments to it.
15420 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15421 current local map.
15422 (make-flyspell-overlay): Use it.
15423 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15424
15425 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15426 (lm-get-header-re): Defun, not defsubst.
15427 (lm-get-package-name): Defun, not defsubst. Simplify.
15428 (lm-version): Doc fix. Simplify.
15429 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15430 (lm-crack-address, lm-last-modified-date, lm-commentary)
15431 (lm-verify, lm-synopsis): Simplify.
15432 (lm-report-bug): Require emacsbug. Use compose-mail.
15433
154342000-02-20 Gerd Moellmann <gerd@gnu.org>
15435
15436 * dired.el (dired-mode): Call propertized-buffer-identification
15437 to set mode-line-buffer-identification to something having
15438 the right text properties.
15439
15440 * bindings.el (propertized-buffer-identification): New function.
15441
154422000-02-20 Dave Love <fx@gnu.org>
15443
15444 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15445 check for t-mouse too.
15446
15447 * cus-start.el: Make echo-keystrokes `number'.
15448
154492000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15450
15451 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15452 Don't call ring-empty-p unless tags-location-ring is bound.
15453 From Noah Friedman <friedman@splode.com>.
15454
154552000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15456
15457 * progmodes/hideshow.el (hs-flag-region): No longer use
15458 `intangible' overlay property.
15459
15460 (hs-toggle-hiding): New command.
15461 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15462
15463 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15464 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15465 and deactivation.
15466
154672000-02-18 Gerd Moellmann <gerd@gnu.org>
15468
15469 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15470
154712000-02-17 Gerd Moellmann <gerd@gnu.org>
15472
15473 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15474
15475 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15476 of `*' to handle `(* ... *)' comments.
15477
154782000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15479
15480 * faces.el (list-faces-display): Use display-mouse-p instead of
15481 window-system.
15482
15483 * menu-bar.el (global-map): Menu-bar items converted to the new
15484 format (menu-item..., rearranged for better CUA compliance, and
15485 their names changed for better clarity. Help strings added.
15486
15487 * international/mule-cmds.el (mule-menu-keymap)
15488 (describe-language-environment-map, set-coding-system-map)
15489 (setup-language-environment-map): Convert to new (menu-item...
15490 form, add help strings. Change names of menu items for better
15491 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15492 submenu).
15493
154942000-02-17 Gerd Moellmann <gerd@gnu.org>
15495
15496 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15497 within the code.
15498
154992000-02-16 Dave Love <fx@gnu.org>
15500
15501 * faces.el: Don't require custom. Add more specific :groups to
15502 various deffaces.
15503 (set-face-attribute): Purecopy args.
15504 (read-face-name): Default to name at point and use it in prompt.
15505 Remove colon from arg in all callers.
15506 (list-faces-display): Hyperlink to face descriptions and customize
15507 buffers.
15508
155092000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15510
15511 * wid-edit.el (widget-match-inline): An atom never matches a
15512 list.
15513
155142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15515
15516 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15517 at ':' characters by call to split-string.
15518
155192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15520
15521 * textmodes/bibtex.el: Added RCS version identification.
15522
155232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15524
15525 * textmodes/bibtex.el: Some temporary comments removed.
15526 (bibtex-field-name, bibtex-entry-type): Made the relationship
15527 explicit.
15528 (bibtex-field-const): Allow capital letters.
15529 (bibtex-start-of-string): Deleted because unused.
15530
15531 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15532 use the term 'reference' to describe a bibtex entry as a whole.
15533 Further, reference keys are no longer called 'labels'.
15534 (bibtex-keys): Renamed to bibtex-reference-keys.
15535 (bibtex-reformat-previous-labels): Renamed to
15536 bibtex-reformat-previous-reference-keys.
15537 (bibtex-reference-type): Renamed to bibtex-entry-type.
15538 (bibtex-reference-head): Renamed to bibtex-entry-head.
15539 (bibtex-reference-maybe-empty-head): Renamed to
15540 bibtex-entry-maybe-empty-head.
15541 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15542 (bibtex-search-reference): Renamed to bibtex-search-entry.
15543 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15544 bibtex-enclosing-entry-maybe-empty-head.
15545 (bibtex-entry-field-alist, bibtex-entry-head,
15546 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15547 bibtex-map-entries, bibtex-search-entry,
15548 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15549 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15550 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15551 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15552 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15553 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15554 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15555
155562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15557
15558 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15559 comment.
15560 (bibtex-format-field-delimiters): New function, functionality
15561 extracted from bibtex-format-entry.
15562 (bibtex-autokey-get-yearfield-digits): New function, functionality
15563 extracted from bibtex-autokey-get-yearfield.
15564
15565 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15566 entries in order to avoid stack overflow in the regexp matcher if
15567 field contents become large.
15568 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15569 bibtex-field-string-part-not-braced,
15570 bibtex-field-string-part-no-inner-braces,
15571 bibtex-field-string-part-1-inner-brace,
15572 bibtex-field-string-part-2-inner-braces,
15573 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15574 bibtex-field-string-quoted, bibtex-field-string,
15575 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15576 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15577 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15578 as parsing is now performed by the following functions.
15579 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15580 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15581 bibtex-parse-field-string, bibtex-search-forward-field-string,
15582 bibtex-parse-association, bibtex-field-name-for-parsing,
15583 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15584 bibtex-search-forward-field, bibtex-search-backward-field,
15585 bibtex-start-of-field, bibtex-end-of-field,
15586 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15587 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15588 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15589 bibtex-parse-string, bibtex-search-forward-string,
15590 bibtex-search-backward-string, bibtex-start-of-string,
15591 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15592 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15593 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15594 entries. Instead of reporting the results of the parsing by
15595 match-beginning or match-end, these functions return data structures
15596 that hold the corresponding positions.
15597 (bibtex-enclosing-field): Changed to also report field boundaries by
15598 return values rather than by match-beginning or match-end. The
15599 following functions have been adapted to use the new parsing
15600 functions.
15601 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15602 bibtex-enclosing-field, bibtex-format-entry,
15603 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15604 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15605 bibtex-print-help-message, bibtex-end-of-entry,
15606 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15607 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15608 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15609 method for parsing.
15610 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15611 bibtex-map-entries, bibtex-flash-head,
15612 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15613 bibtex-autokey-change, bibtex-autokey-get-namefield,
15614 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15615 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15616 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15617 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15618 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15619 order to make the new binding of case-fold-search immediately
15620 visible.
15621
156222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15623
15624 * textmodes/bibtex.el: Copyright notice is up to date.
15625 Added constant 'bibtex-maintainer-salutation.
15626
15627 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15628 than make-temp-name, use match-string-no-properties and eliminate
15629 a quadratic behavior when building bibtex-strings.
15630
15631 * bibtex.el (bibtex-reference-key): Accept string entries whose
15632 reference key contains upper case letters.
15633
156342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15635
15636 * bibtex.el (bibtex-reference-head): Allow entries to start with
15637 a new line.
15638
156392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15640
15641 * bibtex.el: Hiding of entry bodies is not longer provided by
15642 bibtex.el directly. Instead the hideshow package can be used.
15643 Added a special bibtex entry to hs-special-modes-alist.
15644 (bibtex-hs-forward-sexp): Added for hideshow.el.
15645
156462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15647
15648 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15649 at ':' characters by call to split-string.
15650
156512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15652
15653 * textmodes/bibtex.el: Added RCS version identification.
15654
156552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15656
15657 * textmodes/bibtex.el: Some temporary comments removed.
15658 (bibtex-field-name, bibtex-entry-type): Made the relationship
15659 explicit.
15660 (bibtex-field-const): Allow capital letters.
15661 (bibtex-start-of-string): Deleted because unused.
15662
15663 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15664 use the term 'reference' to describe a bibtex entry as a whole.
15665 Further, reference keys are no longer called 'labels'.
15666 (bibtex-keys): Renamed to bibtex-reference-keys.
15667 (bibtex-reformat-previous-labels): Renamed to
15668 bibtex-reformat-previous-reference-keys.
15669 (bibtex-reference-type): Renamed to bibtex-entry-type.
15670 (bibtex-reference-head): Renamed to bibtex-entry-head.
15671 (bibtex-reference-maybe-empty-head): Renamed to
15672 bibtex-entry-maybe-empty-head.
15673 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15674 (bibtex-search-reference): Renamed to bibtex-search-entry.
15675 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15676 bibtex-enclosing-entry-maybe-empty-head.
15677 (bibtex-entry-field-alist, bibtex-entry-head,
15678 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15679 bibtex-map-entries, bibtex-search-entry,
15680 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15681 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15682 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15683 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15684 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15685 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15686 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15687
156882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15689
15690 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15691 comment.
15692 (bibtex-format-field-delimiters): New function, functionality
15693 extracted from bibtex-format-entry.
15694 (bibtex-autokey-get-yearfield-digits): New function, functionality
15695 extracted from bibtex-autokey-get-yearfield.
15696
15697 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15698 entries in order to avoid stack overflow in the regexp matcher if
15699 field contents become large.
15700 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15701 bibtex-field-string-part-not-braced,
15702 bibtex-field-string-part-no-inner-braces,
15703 bibtex-field-string-part-1-inner-brace,
15704 bibtex-field-string-part-2-inner-braces,
15705 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15706 bibtex-field-string-quoted, bibtex-field-string,
15707 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15708 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15709 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15710 as parsing is now performed by the following functions.
15711 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15712 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15713 bibtex-parse-field-string, bibtex-search-forward-field-string,
15714 bibtex-parse-association, bibtex-field-name-for-parsing,
15715 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15716 bibtex-search-forward-field, bibtex-search-backward-field,
15717 bibtex-start-of-field, bibtex-end-of-field,
15718 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15719 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15720 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15721 bibtex-parse-string, bibtex-search-forward-string,
15722 bibtex-search-backward-string, bibtex-start-of-string,
15723 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15724 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15725 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15726 entries. Instead of reporting the results of the parsing by
15727 match-beginning or match-end, these functions return data structures
15728 that hold the corresponding positions.
15729 (bibtex-enclosing-field): Changed to also report field boundaries by
15730 return values rather than by match-beginning or match-end. The
15731 following functions have been adapted to use the new parsing
15732 functions.
15733 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15734 bibtex-enclosing-field, bibtex-format-entry,
15735 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15736 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15737 bibtex-print-help-message, bibtex-end-of-entry,
15738 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15739 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15740 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15741 method for parsing.
15742 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15743 bibtex-map-entries, bibtex-flash-head,
15744 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15745 bibtex-autokey-change, bibtex-autokey-get-namefield,
15746 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15747 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15748 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15749 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15750 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15751 order to make the new binding of case-fold-search immediately
15752 visible.
15753
157542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15755
15756 * textmodes/bibtex.el: Copyright notice is up to date.
15757 Added constant 'bibtex-maintainer-salutation.
15758
15759 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15760 than make-temp-name, use match-string-no-properties and eliminate
15761 a quadratic behavior when building bibtex-strings.
15762
15763 * bibtex.el (bibtex-reference-key): Accept string entries whose
15764 reference key contains upper case letters.
15765
157662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15767
15768 * bibtex.el (bibtex-reference-head): Allow entries to start with
15769 a new line.
15770
157712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15772
15773 * bibtex.el: Hiding of entry bodies is not longer provided by
15774 bibtex.el directly. Instead the hideshow package can be used.
15775 Added a special bibtex entry to hs-special-modes-alist.
15776 (bibtex-hs-forward-sexp): Added for hideshow.el.
15777
157782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15779
15780 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15781 proceedings entry type (for cross referencing). Thanks to Wagner
15782 Toledo Correa for the suggestion.
15783
15784 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15785
157862000-02-14 Kenichi Handa <handa@etl.go.jp>
15787
15788 * international/characters.el: Setup case table for Vietnamese.
15789
157902000-02-12 Gerd Moellmann <gerd@gnu.org>
15791
15792 * uniquify.el (toplevel): Require CL at compile time.
15793 (uniquify-push): Removed.
15794
15795 * shadowfile.el (shadow-when): Removed.
15796
15797 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15798 (tempo-process-and-insert-string): Use dolist instead of
15799 tempo-dolist.
15800
15801 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15802 regexp for paragraph-start.
15803
15804 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15805 commas as well.
15806
158072000-02-10 Dave Love <fx@gnu.org>
15808
15809 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15810 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15811 Deleted.
15812 (widget-specify-field, widget-specify-button): Don't use
15813 widget-mouse-help as help-echo property.
15814 (default): Use #'ignore for :validate and :mouse-down-action.
15815 (checkbox): Add help-echo.
15816 (widget-sexp-validate): Rewritten to clarify error messages.
15817 (character): Use char-valid-p in :match function.
15818 (widget-color-complete): Use facemenu-color-alist.
15819 (widget-color-action): Use facemenu-read-color.
15820
15821 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15822 set up `caar' &c that we now have.
15823
158242000-02-09 Ray Blaak <blaak@gnu.org>
15825
15826 * delphi.el: Make resourcestring a declaration region, like const
15827 and var.
15828
158292000-02-09 Dave Love <fx@gnu.org>
15830
15831 * bindings.el (mode-line-input-method-map): New variable.
15832 (mode-line-mule-info): Use it; fix last change.
15833 (mode-line-mode-menu): Move definition.
15834 (mode-line-mouse-sensitive-p): Deleted.
15835 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15836 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15837 level.
15838
15839 * startup.el (command-line-1): Don't call
15840 make-mode-line-mouse-sensitive.
15841
158422000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15843
15844 * mail/rmail.el (rmail-retry-failure): Use
15845 rmail-beginning-of-message before rmail-toggle-header, because the
15846 former toggles headers.
15847
158482000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15849
15850 * diff-mode.el (diff-kill-junk): New interactive function.
15851 (diff-reverse-direction): Use delete-and-extract-region.
15852 (diff-post-command-hook): Restrict the area so that the hook also works
15853 outside of any diff hunk. This is necessary for the minor-mode.
15854 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15855 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15856
15857 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15858 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15859 so that it can be used more easily in <foo>-mode-hook. Also make sure
15860 to avoid duplicate entries.
15861 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15862 (font-lock-remove-keywords): Just as was done for `add', allow it to
15863 work even if font-lock-mode is nil. Also make sure we don't modify
15864 any pre-existing list by forcing a copy-sequence. Finally rename
15865 `major-mode' to `mode'.
15866 (font-lock-fontify-syntactic-anchored-keywords)
15867 (font-lock-fontify-anchored-keywords)
15868 (font-lock-fontify-keywords-region): Use line-end-position.
15869 Don't make `font-lock-multiline' local (it's now done in
15870 font-lock-set-defaults).
15871 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15872 move the `font-lock-fontified' creation to inside the `unless'.
15873
158742000-02-06 Andrew Innes <andrewi@gnu.org>
15875
15876 * term/w32-win.el (x-handle-args): Comment out call to message,
15877 which occurs before window system is initialized.
15878
15879 * makefile.nt: Add support for recompiling lisp code.
15880
158812000-02-04 Dave Love <fx@gnu.org>
15882
15883 * bindings.el (mode-line-mule-info): Fix/extend last change.
15884
15885 * completion.el: Replace completion-dolist with dolist.
15886
15887 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15888 dotimes.
15889
158902000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15891
15892 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15893 environment names before they go into the section regexp.
15894
15895 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15896 char class in regexp.
15897
15898 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15899 `case-fold-search' to nil.
15900
15901 * progmodes/idlwave.el (idlwave-template): Respect
15902 `idlwave-abbrev-change-case'.
15903 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15904 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15905 idlwave-while): respect `idlwave-reserved-word-upcase'.
15906 (idlwave-rw-case): New function.
15907 (idlwave-statement-match): Fixed problem with assignment regexp.
15908 (idlwave-font-lock-keywords): Improved regexp for keyword
15909 parameters.
15910 (idlwave-surround): New argument LENGTH to support padding of
15911 operators longer than 1 char.
15912
15913 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15914 idlwave-shell-expression-overlay. Implemented printing of
15915 expressions on higher levels of the calling stack.
15916 (idlwave-shell-display-level-in-calling-stack): Restore stack
15917 level.
15918 (idlwave-retrieve-expression-from-level): New function.
15919 (idlwave-shell-last-calling-stack): Variable removed.
15920 (idlwave-shell-reset): Argument action reversed (`visible' to
15921 `hidden'). Also remove stop-line overlay.
15922 (idlwave-shell-calling-stack-routine): New variable.
15923 (idlwave-shell-parse-stack-and-display): Messages now display
15924 negative level numbers.
15925 (idlwave-shell-mode): Set `modeline-format'.
15926 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15927 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15928 21.
15929 (idlwave-shell-print-expression-function): New option.
15930
15931 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15932 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15933 `tool-bar' instead of `toolbar'.
15934
159352000-02-02 Dave Love <fx@gnu.org>
15936
15937 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15938 emacs-lisp-mode-hook. Don't check for defalias being defined.
15939
15940 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15941 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15942 the new builtins directly.
15943
15944 * whitespace.el (whitespace): Add :version to defgroup.
15945
15946 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15947 Doc fix.
15948
15949 * thingatpt.el (sexp-at-point, symbol-at-point)
15950 (number-at-point, list-at-point): Add autoload cookie.
15951
15952 * recentf.el (recentf): Add :version to defgroup.
15953
15954 * quickurl.el (quickurl): Add :version to defgroup.
15955
15956 * elide-head.el (elide-head): Use point-marker more.
15957
15958 * bs.el (bs): Add :version to defgroup.
15959
15960 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15961
15962 * progmodes/delphi.el (delphi): Add :version to defgroup.
15963
159642000-02-02 Gerd Moellmann <gerd@gnu.org>
15965
15966 * ange-ftp.el (ange-ftp-write-region): Handle case that
15967 succeeding process operation sets a different coding system.
15968
15969 * calculator.el: New file.
15970
159712000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15972
15973 * frame.el (frames-on-display-list, framep-on-display): New
15974 functions.
15975 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15976 (display-selections-p, display-screens, display-pixel-width)
15977 (display-pixel-height, display-mm-width, display-mm-height)
15978 (display-backing-store, display-save-under, display-planes)
15979 (display-color-cells, display-visual-class): New functions.
15980
15981 * term/tty-colors.el (tty-color-gray-shades): New function.
15982
15983 * faces.el (display-color-p): Use framep-on-display.
15984 (display-grayscale-p): New function.
15985
159862000-01-31 Dave Love <fx@gnu.org>
15987
15988 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15989 (create-fontset-from-x-resource): Don't concat integers.
15990
159912000-01-31 Inge Frick <inge@nada.kth.se>
15992
15993 * view.el: Some changes in documentation. Removed some trailing
15994 whitespace. Changed some parameter names to agree with
15995 documentation.
15996 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15997 window is not deleted. Modifies change 1998-04-26.
15998
159992000-01-31 Gerd Moellmann <gerd@gnu.org>
16000
16001 * windmove.el: New file.
16002
16003 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16004 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16005 progmodes/ebnf-yac.el: Update copyright and license info.
16006
16007 * jit-lock.el (jit-lock-function): Widen before calculating end
16008 position.
16009 (jit-lock-stealth-chunk-start): Rewritten.
16010
16011 * info.el (Info-title-face-alist): Removed.
16012 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16013 faces.
16014 (Info-fontify-node): Use these faces.
16015
160162000-01-30 Gerd Moellmann <gerd@gnu.org>
16017
16018 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16019 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16020 `&allow-other-keywords'.
16021
16022 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16023 the list of directories scanned heuristically.
16024
16025 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16026 exist.
16027
160282000-01-30 Jason Rumney <jasonr@gnu.org>
16029
16030 * w32-fns.el: Define w32-tty-standard-colors.
16031
16032 * startup.el (command-line): Use w32-tty-standard-colors when in
16033 w32 console mode.
16034
160352000-01-30 Dave Love <fx@gnu.org>
16036
16037 * jka-compr.el (jka-compr-load): Fix up load-history.
16038
16039 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16040
16041 * emacs-lisp/cl-macs.el: Revert previous change.
16042
160432000-01-29 Dave Love <fx@gnu.org>
16044
16045 * facemenu.el: Purecopy various strings.
16046
16047 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16048 years. Deal with three-digit years.
16049
16050 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16051 defconst, purecopy.
16052 (help-back-label): Purecopy it.
16053
160542000-01-18 Gerd Moellmann <gerd@gnu.org>
16055
16056 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16057 variable. If non-nil, order the buffer list according to the
16058 currently selected frame.
16059 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16060 non-nil, pass the selected frame to function buffer-list.
16061
160622000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16063
16064 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16065
160662000-01-28 Dave Love <fx@gnu.org>
16067
16068 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16069
16070 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16071 Don't use lisp-indent-hook property.
16072 (cl-abs): Remove.
16073
16074 * subr.el: Move out indent and edebug specs for when and unless.
16075
16076 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16077 when, unless.
16078
16079 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16080 unless, when.
16081
160822000-01-28 Gerd Moellmann <gerd@gnu.org>
16083
16084 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16085 `collecting' as synonym for `collect'.
16086
16087 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16088 for the case it contains spaces.
16089
16090 * simple.el (what-cursor-position): Change formatting of
16091 messages.
16092
16093 * frame.el (delete-other-frames): New function.
16094 (toplevel): Bind it to C-x 5 1.
16095
16096 * sort.el (sort-numeric-base): New option.
16097 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16098 interpret it as octal or hexadecimal. Use sort-numeric-base
16099 as default base.
16100
16101 * progmodes/glasses.el: New file.
16102
161032000-01-27 Gerd Moellmann <gerd@gnu.org>
16104
16105 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16106 userids differently.
16107
16108 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16109 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16110 progmodes/ebnf-yac.el: New files.
16111
161122000-01-26 Dave Love <fx@gnu.org>
16113
16114 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16115 on a function with an empty body. [From Eric Ludlam.]
16116
161172000-01-25 Andre Spiegel <spiegel@gnu.org>
16118
16119 * vc.el (vc-version-diff): Make sure file name is expanded.
16120
161212000-01-25 Gerd Moellmann <gerd@gnu.org>
16122
16123 * scroll-bar.el (scroll-bar-timer): Variable removed.
16124 (scroll-bar-toolkit-scroll): Don't use a timer.
16125
161262000-01-25 Kenichi Handa <handa@etl.go.jp>
16127
16128 * language/thai-util.el (thai-composition-function): Delete
16129 superfluous `a'.
16130
161312000-01-24 Dave Love <fx@gnu.org>
16132
16133 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16134 end-of-defun-function.
16135
16136 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16137 &c.
16138
161392000-01-22 Jason Rumney <jasonr@gnu.org>
16140
16141 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16142 conflicts with new face support.
16143
161442000-01-22 Richard M. Stallman <rms@gnu.org>
16145
16146 * replace.el (query-replace): Rename last arg to DELIMITED.
16147 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16148 (query-replace-regexp): Likewise.
16149
161502000-01-20 Richard M. Stallman <rms@gnu.org>
16151
16152 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16153
16154 * emacs-lisp/lisp.el (beginning-of-defun-function):
16155 Variable renamed from beginning-of-defun.
16156 Do not call make-variable-buffer-local.
16157 (beginning-of-defun-raw): Use new variable name; doc fix.
16158 (beginning-of-defun): Doc fix.
16159 (end-of-defun-function): Variable renamed from end-of-defun.
16160 Do not call make-variable-buffer-local.
16161 (end-of-defun): Use new variable name; doc fix.
16162
16163 * subr.el (dolist, dotimes): Copied from cl-macs.el
16164 and made to work.
16165
16166 * mail/undigest.el (rmail-digest-end-regexps):
16167 Variable replaces rmail-digest-end-regexp.
16168 Allows multiple regexps for detecting the end line.
16169 (undigestify-rmail-message): Corresponding changes.
16170
161712000-01-19 Dave Love <fx@gnu.org>
16172
16173 * files.el (user-init-file): Don't declare here -- is primitive.
16174
16175 * startup.el (command-line): Check for compiled user-init-file and
16176 set to uncompiled version if necessary.
16177
161782000-01-18 Gerd Moellmann <gerd@gnu.org>
16179
16180 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16181 (undigestify-rmail-message): Use it.
16182
16183 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16184
161852000-01-17 Gerd Moellmann <gerd@gnu.org>
16186
16187 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16188 of mini-buffer.
16189
161902000-01-14 Gerd Moellmann <gerd@gnu.org>
16191
16192 * emacs-lisp/copyright.el (copyright-update): Removed the
16193 requirement for a trailing space from `copyright-regexp', to
16194 support copyrights with owner specified on a separate line..
16195
16196 * align.el: New file.
16197
16198 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16199
16200 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16201
162022000-01-13 Dave Love <fx@gnu.org>
16203
16204 * ph.el: Removed. (Obsoleted by EUDC.)
16205
162062000-01-13 Gerd Moellmann <gerd@gnu.org>
16207
16208 * net/eudc.el (toplevel): Remove autoloaded code installing
16209 menu with easymenu, because that causes build problems.
16210
16211 * frame.el (frame-notice-user-settings): New variable.
16212 (frame-notice-user-settings): Don't modify frame parameters
16213 if called a second time.
16214
162152000-01-13 Richard M. Stallman <rms@gnu.org>
16216
16217 * frame.el (frame-notice-user-settings):
16218 Notice default-frame-parameters even for non-window frames.
16219
162202000-01-13 Gerd Moellmann <gerd@gnu.org>
16221
16222 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16223 for Emacs.
16224 (eudc-bob-can-display-inline-images): Extend for Emacs.
16225 (eudc-bob-toggle-inline-display): Ditto.
16226 (eudc-bob-display-jpeg): Ditto.
16227
162282000-01-12 Gerd Moellmann <gerd@gnu.org>
16229
16230 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16231 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16232 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16233
16234 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16235 nil)'.
16236
16237 * subdirs.el: Add `net' directory.
16238
16239 * net: New directory.
16240
16241 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16242 eval-last-sexp. Don't bind debug-on-error here.
16243 (eval-last-sexp): New function. Bind debug-on-error if
16244 eval-expression-debug-on-error is non-nil.
16245 (eval-defun-2, eval-defun): Likewise.
16246
16247 * simple.el (eval-expression): Don't bind debug-on-error if
16248 eval-expression-debug-on-error is nil. Detect changed
16249 debug-on-error, and propagate new value to global binding, if
16250 eval-expression-debug-on-error is non-nil,
16251 (eval-expression-debug-on-error): Change doc string.
16252
162532000-01-11 Richard M. Stallman <rms@gnu.org>
16254
16255 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16256
16257 * emacs-lisp/lisp-mode.el (with-syntax-table):
16258 Set up lisp-indent-function property.
16259
16260 * subr.el (with-syntax-table): Moved from simple.el.
16261
16262 * simple.el (with-syntax-table): Moved to subr.el.
16263
162642000-01-11 Gerd Moellmann <gerd@gnu.org>
16265
16266 * tmm.el (tmm-shortcut): Delete region after prompt instead
16267 of erasing buffer.
16268
16269 * textmodes/fill.el (fill-common-string-prefix): New function.
16270 (fill-context-prefix): Use the longest common prefix of first
16271 and second line fill prefix, if there is one.
16272
162732000-01-11 Richard M. Stallman <rms@gnu.org>
16274
16275 * array.el (array-mode): Don't use make-variable-buffer-local.
16276 Use make-local-variable for `truncate-lines'.
16277
162782000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16279
16280 * add-log.el (add-log-current-defun): Handle user-defined
16281 add-log-current-function returning nil,
16282
16283 * add-log.el (add-change-log-entry): Insert version number
16284 if having found a current function
16285
16286 * add-log.el (add-log-current-defun): Call
16287 `add-log-current-defun-function'. Try matches at level 0 and
16288 level 1. Strip whitespace from defun found.
16289
162902000-01-10 John Wiegley <johnw@gnu.org>
16291
16292 * allout.el (isearch-done/outline-provisions): Added `edit'
16293 argument to correspond with the current definition of
16294 `isearch-done'.
16295
162962000-01-10 Dave Love <fx@gnu.org>
16297
16298 * elide-head.el (elide-head): Use point-marker, not point.
16299
163002000-01-10 Gerd Moellmann <gerd@gnu.org>
16301
16302 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16303 before and after the year 2000.
16304
16305 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16306 Add ispell- prefix.
16307
163082000-01-10 Ken Stevens <k.stevens@ieee.org>
16309
16310 * ispell.el: Only define dictionaries in menus when they exist.
16311 (version18p): New variable.
16312 (version20p): New variable.
16313 (xemacsp): New variable.
16314 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16315 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16316 (ispell-dictionary-alist6): Russian command lines no longer accept
16317 run-together words.
16318 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16319 (ispell-dictionary-alist): Add koi8-r to customize definition.
16320 (check-ispell-version): Added documentation string. Returns
16321 library path when called non-interactively.
16322 (ispell-menu-map-needed): Uses new variables.
16323 (ispell-library-path): New variable.
16324 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16325 (ispell-word): Improved documentation string. Test for valid
16326 character mappings. Correctly check typed in word changes that can
16327 result in single words split into multiple words. Returns
16328 replacement word.
16329 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16330 replace in recursive query replace mode. Help message for
16331 recursive edit mode.
16332 (ispell-show-choices): Protect against bad framepop bindings.
16333 (ispell-help): Fix to work with XEmacs.
16334 (ispell-highlight-spelling-error): Use new variables.
16335 (ispell-overlay-window): Fix to work with XEmacs.
16336 (ispell-parse-output): Passed and returns location information
16337 tracking spelling corrections. Doesn't recheck same word on
16338 current line.
16339 (ispell-init-process): Protect against bogus XEmacs variable binding.
16340 Fix call to single argument in sleep-for. Use new variables.
16341 (ispell-region): Passed and returns location information tracking
16342 spelling corrections. Doesn't check same word on current line.
16343 Improved documentation string. Doesn't resend a line already
16344 checked to the ispell process - fixes bug in LaTeX parsing.
16345 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16346 (ispell-skip-region): No longer skips <TT> in SGML.
16347 (ispell-process-line): Tracks location information with spelling
16348 corrections. Added documentation string. Accounts for words
16349 already accepted on this line. Don't allow query-replace on line
16350 starting with math characters. Doesn't resend a line already sent
16351 to ispell process. Fixes alignment error bug.
16352
163532000-01-10 Richard M. Stallman <rms@gnu.org>
16354
16355 * dired-x.el (dired-guess-shell-alist-default):
16356 Suggest xloadimage, which is free, not xv, which isn't.
16357
16358 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16359 Don't ever include the host name or user name in the value.
16360
163612000-01-09 Gerd Moellmann <gerd@gnu.org>
16362
16363 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16364 of a real newline.
16365
163662000-01-09 Stephen Eglen <stephen@gnu.org>
16367
16368 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16369 for .png files.
16370
163712000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16372
16373 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16374
163752000-01-09 Gerd Moellmann <gerd@gnu.org>
16376
16377 * progmodes/cperl-mode.el: Replace ^F with ^L.
16378
16379 * sendmail.el (toplevel): Provide `sendmail' when compiling
16380 before `require'ing rmail and mailalias to prevent infinite
16381 recursion.
16382
163832000-01-08 Dave Love <fx@gnu.org>
16384
16385 * emacs-lisp/backquote.el: Remove inappropriate customization
16386 (allowing custom.el to use backquote).
16387
163882000-01-07 Dave Love <fx@gnu.org>
16389
16390 * add-log.el (add-log-debugging): Deleted.
16391 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16392 file. Remove debugging code.
16393 (change-log-get-method-definition, change-log-name): Add doc.
16394 (change-log-sortable-date-at): New function.
16395 (change-log-merge): New command.
16396
16397 * time.el (display-time-string-forms): Make the Mail string active.
16398 (display-time-update): Provide help-echo for load average.
16399
16400 * bindings.el (make-mode-line-mouse2-map): New function.
16401 (mode-line-modified): Use it and simplify.
16402 (mode-line-mule-info): Provide help-echo info.
16403 (minor-mode-alist): Activate the strings.
16404 (make-mode-line-mouse-sensitive): Simplify for
16405 mode-line-buffer-identification.
16406
164072000-01-07 Gerd Moellmann <gerd@gnu.org>
16408
16409 * play/pong.el: New file.
16410
164112000-01-06 Dave Love <fx@gnu.org>
16412
16413 * array.el: Assorted cleanups for compiler warnings, doc strings,
16414 `array-' prefix for symbols.
16415
164162000-01-05 Dave Love <fx@gnu.org>
16417
16418 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16419 outline-headers-as-kill.
16420 (outline-mode): Define imenu-generic-expression.
16421 (outline-headers-as-kill): New command.
16422
16423 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16424 from paragraph-start.
16425 (paragraph-indent-minor-mode): New command.
16426
16427 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16428 M-C-e, M-C-h, C-j, C-xnd, TAB.
16429 (fortran-mode): Set beginning-of-defun, end-of-defun.
16430 (fortran-column-ruler): Simplify.
16431 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16432 (fortran-with-subprogram-narrowing): Likewise.
16433 (fortran-indent-subprogram): Call mark-defun.
16434 (fortran-check-for-matching-do): Change narrowing.
16435
16436 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16437 (cl-lucid-hash-tag): Delete.
16438 (cl-hash-table-p): Correct test for native table.
16439 (cl-hash-table-count): Use hash-table-count.
16440
16441 * browse-url.el (browse-url): Fix case of
16442 browse-url-browser-function being an alist.
16443
164442000-01-05 Carsten Dominik <cd@gnu.org>
16445
16446 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16447 (reftex-index-phrase-file-extension): New options.
16448
16449 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16450 Use new option `reftex-index-phrase-file-extension'.
16451
16452 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16453 `reftex-parse-file-extension'.
16454
164552000-01-05 Dave Love <fx@gnu.org>
16456
16457 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16458 (beginning-of-defun-raw): Use it.
16459 (end-of-defun): New variable.
16460 (end-of-defun): Use it.
16461 (check-parens): New command.
16462
164632000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16464
16465 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16466 (hs-show-block): Don't use `mapcar' when not accumulating.
16467
16468 Fix buglet in local variables initialization.
16469
164702000-01-05 Andreas Schwab <schwab@suse.de>
16471
16472 * hscroll.el (hscroll): Doc fix.
16473
164742000-01-05 Carsten Dominik <cd@gnu.org>
16475
16476 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16477 idlw-toolbar.
16478
16479 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16480 file idlw-rinfo.el.
16481 (idlwave-customize): load must read file idlw-shell.el.
16482 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16483
164842000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16485
16486 * progmodes/idlw-shell.el: Also provide idlwave-shell
16487 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16488 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16489
16490 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16491 both reftex-dcr and reftex-vcr.
16492
16493 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16494
164952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16496
16497 * ps-print.el: PostScript code now is in separate files, doc fix.
16498 (ps-print-version): New version number (5.0.3).
16499 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16500 local.
16501 (ps-spool-config): Initialization fix.
16502 (ps-print-prologue-1, ps-print-prologue-2)
16503 (ps-print-duplex-feature): PostScript code moved to separated file.
16504 (ps-background-image): Little code reformating.
16505 (ps-begin-file, ps-begin-job): Fix code.
16506 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16507 (ps-prologue-file): New fun.
16508
165092000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16510
16511 * ps-vars.el: Eliminated.
16512
16513 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16514 `;;;###autoload'.
16515
16516 * ps-print.el: ps-vars eliminated, doc fix.
16517 (ps-print-version): New version number (5.0.2).
16518 (ps-spool-config): Initialization fix.
16519 (ps-print-customize): New fun.
16520
165212000-01-04 Gerd Moellmann <gerd@gnu.org>
16522
16523 * autorevert.el (auto-revert-mode): Return value of
16524 auto-revert-mode.
16525
165262000-01-04 Dave Love <fx@gnu.org>
16527
16528 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16529 menu items.
16530
165312000-01-03 Dave Love <fx@gnu.org>
16532
16533 * elide-head.el (elide-head) [defgroup]: Add :version.
16534
16535 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16536 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16537 `cl-hash-table-p', not `hash-table-p'.
16538 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16539
165402000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16541
16542 * faces.el (face-read-integer, read-face-attribute)
16543 (color-defined-p, color-values): unspecified-{f,b}g are now
16544 strings.
16545
165462000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16547
16548 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16549 at comment end, and re-insert them after filling.
16550
165512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16552
16553 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16554 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16555 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16556
165572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16558
16559 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16560 the new name of face-color-supported-p.
16561
16562 * term/w32-win.el (xw-defined-colors): Likewise.
16563
165642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16565
16566 * simple.el (completion-setup-function): Count completion-size
16567 from minibuffer-prompt-end, not from point-min.
16568
165692000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16570
16571 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16572 Pass the frame to tty-color-* functions.
16573 (display-color-p, frame-set-background-mode): Pass the frame to
16574 tty-display-color-p.
16575
16576 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16577 tty-color-alist.
16578 (tty-color-alist, tty-modify-color-alist): New functions.
16579 (tty-color-define, tty-color-clear, tty-color-approximate)
16580 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16581 an optional parameter FRAME.
16582
165832000-01-01 Gerd Moellmann <gerd@gnu.org>
16584
16585 * image.el (create-image, defimage): Don't assume image data is a
16586 string.
16587
16588 * image.el (defimage): Handle specifications containing :data
16589 instead of :file.
16590 (image-type-from-data): New function.
16591 (image-type-from-file-header): Use it.
16592 (create-image): Add parameter DATA-P.
16593
16594See ChangeLog.8 for earlier changes.
16595
16596;; Local Variables:
16597;; coding: iso-2022-7bit
16598;; End: