(encoded-kbd-self-insert-ccl):
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
55f7832c
KH
12001-03-30 Kenichi Handa <handa@etl.go.jp>
2
3 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4 Reduce making temporary vector (suggested by by Dave Love).
5
911a2406
EZ
62001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9 string as well.
10
1a518f2c
AS
112001-03-30 Andreas Schwab <schwab@suse.de>
12
13 * files.el (backup-directory-alist): Fix typo.
14
ef080b16
EZ
152001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
16
17 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
18 <eggert@twinsun.com>.
19
e4174a55
DL
202001-03-30 Dave Love <fx@gnu.org>
21
22 * progmodes/fortran.el (fortran-comment-region): Fix typo.
23
9d5d1075
EZ
242001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
25
26 * simple.el (transient-mark-mode): Mention C-g in the doc string.
27
a27b451e
MB
282001-03-30 Miles Bader <miles@gnu.org>
29
30 * subr.el (interactive-form): Fix paren typo.
31
aea51abe
EZ
322001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
33
34 * emacs-lisp/profile.el: Say that it's obsolete in the header
35 line, so that finder.el puts that into its data-base.
36 Suggested by Alex Schroeder <alex@gnu.org>.
37
249dd409
EZ
382001-03-29 Paul Eggert <eggert@twinsun.com>
39
40 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
41 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
42
1ac1fa96
SM
432001-03-29 Stefan Monnier <monnier@cs.yale.edu>
44
45 * generic.el (generic-mode-set-comments): Use "" rather than nil
46 for comment-end.
47
e2b8a830
GM
482001-03-29 Gerd Moellmann <gerd@gnu.org>
49
1ac1fa96
SM
50 * emacs-lisp/advice.el (ad-make-advised-definition):
51 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
52
53 * subr.el (interactive-form): New function.
54
8b2375e7
AS
552001-03-29 Andre Spiegel <spiegel@gnu.org>
56
57 * vc-sccs.el (vc-sccs-register): Use relative file names.
58
f827b862
GM
592001-03-28 Gerd Moellmann <gerd@gnu.org>
60
e59d0e9d
GM
61 * bookmark.el (bookmark-get-bookmark): Handle case that
62 BOOKMARK is not a string.
63
deb2613a
GM
64 * image.el (image-type-regexps): Change type for PS files
65 to `postscript'.
66
f827b862
GM
67 * subr.el (read-passwd): Clear command history after each
68 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
69
3c9449d0
KH
702001-03-27 Kenichi Handa <handa@etl.go.jp>
71
72 * international/kkc.el (kkc-save-init-file): Locally bind
73 print-length to nil.
74
e6b13c74
GM
752001-03-26 Gerd Moellmann <gerd@gnu.org>
76
e120bebf
GM
77 * textmodes/flyspell.el: Some doc fixes.
78 (flyspell-maybe-correct-transposition)
79 (flyspell-maybe-correct-doubling): Use a temporary buffer
80
81 * textmodes/ispell.el (ispell-parse-output): Doc fix.
82
5f6c5771 83 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
84 (byte-optimize-form-code-walker): Diagnose too few arguments
85 for `if' and `while'.
86
2b984c45
KH
872001-03-26 Kenichi Handa <handa@etl.go.jp>
88
89 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
90 Prepend `\' to "\<quail-translation-docstring>".
91
bf2150fa
GM
922001-03-26 Gerd Moellmann <gerd@gnu.org>
93
5f6c5771
SM
94 * autorevert.el (global-auto-revert-non-file-buffers):
95 Remove duplicate defcustom.
bf2150fa 96
a0d59316
MB
972001-03-26 Miles Bader <miles@gnu.org>
98
5f6c5771
SM
99 * international/latin1-disp.el (latin1-char-displayable-p):
100 Add leading "-" for X font pattern.
a0d59316 101
9edbff6c
KH
1022001-03-26 Kenichi Handa <handa@etl.go.jp>
103
5f6c5771
SM
104 * international/mule-diag.el (describe-coding-system):
105 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
106 charsets they can encode.
107
50b57199
EZ
1082001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
109
110 * help.el (view-lossage): Mention open-dribble-file in the doc
111 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
112
5b83f9c0
SM
1132001-03-23 Stefan Monnier <monnier@cs.yale.edu>
114
115 * skeleton.el (skeleton-internal-list): Fix bogus logic.
116 (skeleton-pair-insert-maybe): Don't pair after a backslash.
117
e0ecbf5c
KH
1182001-03-23 Kenichi Handa <handa@etl.go.jp>
119
5b83f9c0
SM
120 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
121 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
122 multibyte sequence can work correctly.
123 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
124 property of the coding system.
125
1cc218de
SM
1262001-03-23 Stefan Monnier <monnier@cs.yale.edu>
127
128 * textmodes/fill.el (fill-individual-paragraphs-prefix):
129 Fix transcription typo.
130
a3db02ad
RV
1312001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
132
133 * whitespace.el: Add buffer local variables to toggle testing of
134 whitespaces in buffers without affecting the default values.
a3db02ad 135 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
136 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
137 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
138 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 139
83c9cb8e
SM
1402001-03-21 Stefan Monnier <monnier@cs.yale.edu>
141
142 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
143
180d5509
GM
1442001-03-21 Gerd Moellmann <gerd@gnu.org>
145
eeb5b5c1
GM
146 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
147 bs-cycle-configuration-name. From Juanma Barranquero
148 <lektu@uol.com.br>.
149
170a9e70
GM
150 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
151 and cc-vars.el.
152
180d5509
GM
153 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
154 headers. Always invoke sendmail with option -t.
155
130c507e
GM
1562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
157
158 * Release of cc-mode 5.28.
159
1602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
161
162 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
163 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 164 It's instead taken care of by the default value for c-default-style.
130c507e 165
130c507e
GM
1662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
167
168 * cc-align.el (c-lineup-math): Fix bug where lineup was
169 triggered by equal signs in string literals.
170
1712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
172
173 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
174 limit detection when at the ends of the buffer.
175
176 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
177 "for" statement clause in case 7F; a better one is done
178 earlier in case 7D anyway.
179
1802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
181
182 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
183 somewhat more and did a small optimization.
184
1852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
186
187 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
188 Use the limit argument only to limit the syntactic context
189 search, not to limit the actual movement.
190
191 * cc-cmds.el (c-beginning-of-statement): Move by sentence
192 inside multiline strings, just like in comments. Also various
193 fixes to the paragraph and comment prefix recognition, block
194 comment ender handling etc.
195
1962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
197
198 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
199 the relative position of the point.
200
201 * cc-cmds.el (c-electric-continued-statement): New function to
202 use as abbrev hook to reindent for keywords such as "else"
203 that continues an earlier statement.
204
205 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
206 like classes.
207
208 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
209 (pike-mode): Populate the default abbrev tables to reindent for
210 keywords such as "else" that can continue earlier statements.
211 Abbrev mode is therefore turned on by default now. (Note that
212 this doesn't apply to idl-mode, since IDL afaik doesn't have
213 statements at all.)
214
2152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
216
217 * cc-engine.el (c-inside-bracelist-p): Fix for handling
218 bracelists where the declaration contains template arguments.
219
2202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
221
83c9cb8e
SM
222 * cc-cmds.el (c-comment-indent):
223 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
224 syntactic indentation. Fixes bug with lineup functions that
225 return vectors.
226
227 * cc-engine.el (c-get-syntactic-indentation): Split the
228 indentation sum calculation from `c-indent-line' to a separate
229 function.
230
2312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
232
233 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
234 Fixed places where it was assumed that preprocessor directives
235 have to start in column zero.
236
237 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
238 template arguments after a class identifier properly.
239
240 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
241 lists for `new Foo[]' constructs in Java as expressions and
242 not top level definition brace lists on the top level, so that
243 they'll get indented consistently with the same type of
244 expression in a normal block.
245
2462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
247
248 * cc-cmds.el (c-fill-paragraph): The kludge that checks
249 whether the adaptive filling package fails to keep the comment
250 prefix is now kludged further to check for filladapt-mode
251 which doesn't have that problem. This is really icky, but it's
252 the only way that works with the current misfeatures/bugs in
253 both adaptive-fill-mode and filladapt-mode.
254
255 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
256 around point is recognized more robust.
257
2582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
259
260 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
261 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
262 (c-lit-type): Fixed all internal variables used dynamically so
263 that they are always bound.
264
265 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
266 errors:
267
268 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
269 the region is fully reindented even when an error occurs.
270 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
271 whole lot of code that tried to optimize indentation of whole
272 sexps but in reality accomplishes nothing.
273
274 (c-indent-sexp): Use c-indent-region.
275
276 (c-parsing-error): Changed this variable to hold the message
277 for any syntactic error that is discovered.
278
279 (c-parse-state): Search backward from point instead of the bod
280 position when the latter is invalid. This makes CC Mode
281 recover faster when there are unbalanced close braces.
282
283 (c-backward-to-start-of-if): Use c-parsing-error to report
284 dangling "else" clauses instead of throwing an error, and fall
285 back to a reasonable position.
286
83c9cb8e 287 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 288
83c9cb8e 289 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
290
2912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
292
293 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
294 paragraph recognition when moving by sentence in literals.
295
83c9cb8e
SM
296 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
297 start regexp for javadoc to recognize javadoc markup in general instead
298 of a specific set of keywords, to be more future-safe.
130c507e
GM
299
300 (c-Pike-pikedoc-paragraph-start)
301 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
302 pikedoc markup.
303
83c9cb8e 304 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 305
83c9cb8e 306 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
307
308 * cc-vars.el (c-default-style): Made a nicer Customize widget.
309
310 (c-comment-prefix-regexp): Made it possible to use an
311 association list on this to specify mode specific regexps.
312 The default value now use a special regexp in Pike mode to
313 recognize pikedoc markup.
314
315 (c-current-comment-prefix): New variable containing the actual
316 regexp from c-comment-prefix-regexp for the current buffer.
317
3182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
319
320 * cc-cmds.el (c-electric-brace): Fixed check for special brace
321 lists: We can't look at the syntax, since a brace list can get
322 recognized as a plain statement-cont.
323
324 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
325 special brace list opener broken over two lines got recognized
326 as a statement on the second line. Case 9A changed.
327
3282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
329
330 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
331 adjustment after line is reindented.
332
3332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
334
335 * cc-defs.el (c-point): Added optional argument for position
336 to use instead of the current point.
337
338 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
339 the in-expression block symbols when the construct starts at
340 boi, to avoid the extra level of indentation in that case.
341 Cases 4, 16A and 17E affected.
342
3432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
344
345 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 346 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
347
348 * cc-engine.el (c-indent-line): Use the syntax already bound
349 to `c-syntactic-context', if there is any.
350
3512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
352
353 * cc-engine.el (c-get-offset): Fixed bug where the indentation
354 wasn't added up correctly when a lineup function returned nil.
355
3562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
357
358 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 359 empty lines were ignored when collecting line comments backwards.
130c507e
GM
360
3612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
362
363 * cc-align.el (c-lineup-dont-change): Return an absolute
364 indentation column to work correctly in the case when several
365 syntactic elements are processed for the same line.
366
367 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
368 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
369 (c-set-offset): Added absolute indentation column settings by
370 using the vector type.
371
130c507e
GM
3722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
373
374 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
375 Implemented two new cleanups `space-before-funcall' and
376 `compact-empty-funcall'.
377
130c507e
GM
3782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
379
380 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
381 helping building regexps.
382
383 * cc-engine.el (c-on-identifier): New function for detecting
384 identifiers. It takes keywords into account.
385
386 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
387 lists. `c-keywords' is set to a regexp matching all keywords
388 in the current language.
389
3902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
391
392 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
393 list of characters to skip backwards over at the beginning of
394 a statement, since it can precede string literals in Pike.
395
3962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
397
398 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
399 recognition when standing on the last line in a C++ comment
400 with nothing but whitespace after the prefix.
401
402 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
403 given no limit argument.
404
4052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
406
407 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
408 recognition for the `[]= operator symbol in Pike.
409
4102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
411
412 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
413 around a bug in `eval-when-compile' in the byte compiler.
414
415 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 416 value when count is zero and there's no token start within the limit.
130c507e
GM
417
418 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
419 "prefix comments", i.e. comments which are followed by code on
420 the same line.
421
422 * cc-mode-19.el: Fixes so that checks that must be done at
423 compile time also are done then.
424
4252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
426
427 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
428 time and at runtime, and only when it's needed.
429
4302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
431
432 Major cleanup for less error prone and more warning free
433 compilation, including some fixes for bugs due to different
434 compilation orders. Thanks to Martin Buchholz for providing
435 the basis for all this.
436
437 * cc-bytecomp.el: New file that provides some byte compilation
438 features: It ensures that files always are loaded from the
439 current source directory during compilation, and it provides a
440 set of macros to turn off specific compiler warnings for
441 specific symbols. (It's not CC Mode specific in any way.)
442
443 Fixed a nearly acyclic dependency tree (both runtime and
444 compile-time) between all files.
445
446 * cc-defs.el: Separated all macros before the inline functions,
447 to ensure correct compilation.
448
449 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
450 cc-defs.el to cc-engine.el and made it a function instead.
451
452 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
453 about char-after.
454
455 * cc-vars.el: Cope even when there isn't a custom package
456 containing defcustom available.
457
458 * cc-make.el: Removed since it's no longer necessary.
459
460 README: Updated installation instructions.
461
4622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
463
464 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
465 improve the modularity: Moved all mode init stuff from
466 cc-langs.el to cc-mode.el, including the keymap
467 initialization; cc-langs now only contains the various
468 variables for configuring the language syntax.
469
83c9cb8e
SM
470 * cc-engine.el, cc-styles.el (c-evaluate-offset)
471 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 472 dependency analysis suggests they belong there (which also
83c9cb8e 473 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
474
4752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
476
477 * cc-cmds.el (c-fn-region-is-active-p): New function that
478 wraps the corresponding macro, for use in places that aren't
479 compiled. Thanks to Martin Buchholz for pointing out this.
480
83c9cb8e 481 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
482
483 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
484 add things to the bug report.
485
4862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
487
488 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
489 returned prefix could contain a newline when the search for a
490 good prefix line failed.
491
4922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
493
494 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
495 (c-toggle-auto-hungry-state): Made the argument optional, as
496 the documentation says it is.
497
4982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
499
500 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
501 multiline string syntax, #"...", as a cpp macro.
502
7008ccac
GM
5032001-03-21 Paul Eggert <eggert@twinsun.com>
504
83c9cb8e
SM
505 * international/mule-cmds.el (set-locale-environment):
506 Set system-messages-locale and system-time-locale, but only if the
7008ccac 507 caller specifies a non-nil locale name.
3c9449d0
KH
508
5092001-03-20 John Wiegley <johnw@gnu.org>
510
511 * calendar/calendar.el (nongregorian-diary-listing-hook):
512 Added :options to cover the possible values.
513 (nongregorian-diary-marking-hook): Ditto.
7008ccac 514
3c9449d0
KH
515 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
516 * holidays.el: Added support for the Baha'i calendar system.
5f6c5771 517
c2478129 5182001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
519
520 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 521 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 522
117e4b0c
GM
5232001-03-20 Gerd Moellmann <gerd@gnu.org>
524
7194219d
GM
525 * follow.el (follow-avoid-tail-recenter): Doc fix.
526
5721ae13
GM
527 * custom.el (custom-set-variables): Avoid reversing the list
528 of args needlessly.
529
7b8bbf72
GM
530 * startup.el (fancy-splash-head): Don't change the colors of the
531 XPM image on a dark background.
532
a91ad7c9
GM
533 * comint.el (comint-exec-1): Set columns of the terminal to
534 window-width instead of frame-width.
535
fa88947e
GM
536 * info.el (Info-scroll-down): Add missing WINDOW arg for
537 pos-visible-in-window-p.
538
1741905c
GM
539 * ehelp.el (electric-help-mode-hook): Add defcustom.
540
117e4b0c
GM
541 * mail/sendmail.el (mail-mode): Activate case-folding in
542 font-lock-defaults.
543
e84c695d
SM
5442001-03-19 Stefan Monnier <monnier@cs.yale.edu>
545
546 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
547 (completion-ignored-extensions): Remove duplicate ".class".
548
fc774041
AS
5492001-03-19 Andreas Schwab <schwab@suse.de>
550
83c9cb8e
SM
551 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
552 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 553
c2c097cc
GM
5542001-03-19 Gerd Moellmann <gerd@gnu.org>
555
556 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
557 methods since there are not prefix input methods.
558
fbe2e958
KH
5592001-03-19 Kenichi Handa <handa@etl.go.jp>
560
83c9cb8e
SM
561 * international/mule-cmds.el (read-input-method-name):
562 Locally bind enable-recursive-minibuffers to t.
fbe2e958 563
da47e491
SM
5642001-03-18 Stefan Monnier <monnier@cs.yale.edu>
565
566 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
567
4986c2c6 5682001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 569
4986c2c6
MK
570 * ediff-util.el: Copyright years.
571 (ediff-choose-syntax-table): New function.
572 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 573
4986c2c6
MK
574 * ediff-init.el (ediff-with-syntax-table): New macro, uses
575 with-syntax-table.
83c9cb8e 576
4986c2c6 577 * ediff.el: Date of last update, copyright years.
83c9cb8e 578
4986c2c6 579 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 580
4986c2c6
MK
581 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
582 of Scott Bronson.
583 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
584 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
585 Deleted functions.
586 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
587 ex-token-list.
83c9cb8e 588
4986c2c6 589 * viper-util.el: Spaces, indentation.
83c9cb8e 590
4986c2c6 591 * viper.el: Changed version, modification time.
83c9cb8e 592
3c799aec 5932001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
594
595 * calendar/timeclock.el (timeclock-workday-remaining):
596 Check whether `discrep' is non-null before using it.
3c799aec 597
ae3ce418
JW
5982001-03-16 John Wiegley <johnw@gnu.org>
599
600 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
601 first-time checkins.
602 (timeclock-log-data): Fixed problem with reading timelog log file.
603 Resulting data in the "day list" was incorrect.
604 (timeclock-find-discrep): Check if `timeclock-file' is readable
605 before opening it.
606 (timeclock-time-less-p): New function.
607 (timeclock-day-base): New function.
608 (timeclock-geometric-mean): New function.
609 (timeclock-generate-report): Generate a summary report based on
610 the contents of the log file. This uses `timeclock-log-data', and
611 is an example of writing a timelog manipulation function.
612 (timeclock-visit-timelog): A quick command for opening the timelog
613 file.
614 (timeclock-log-data): Bound the variable event.
615
c8d4a9bb
KH
6162001-03-16 Kenichi Handa <handa@etl.go.jp>
617
83c9cb8e
SM
618 * international/mule-cmds.el (select-safe-coding-system):
619 Fix typo: symbol-name -> symbol-value.
11d56c64 620
c8d4a9bb
KH
621 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
622 before substitute-in-file-name to handle double slashes in FILE
623 correctly.
624
c899e7e6
GM
6252001-03-15 Gerd Moellmann <gerd@gnu.org>
626
627 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
628 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
629
819dce0f
GM
6302001-03-14 Gerd Moellmann <gerd@gnu.org>
631
697617d9
GM
632 * bindings.el (features): Add `md5' and `overlay' to the list.
633
819dce0f
GM
634 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
635 bound before using it. It's not bound when configured without X,
636 for instance.
637
e0067a9d
TTN
6382001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
639
640 * progmodes/hideshow.el: Update copyright.
641 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 642 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 643
afcdc0a1
GM
6442001-03-13 Gerd Moellmann <gerd@gnu.org>
645
e0067a9d 646 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
647 a non-list.
648
30564c48
EZ
6492001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
650
651 * startup.el (fancy-splash-tail, command-line-1): Fix the
652 copyright year.
653
2b8e24b3
KH
6542001-03-13 Kenichi Handa <handa@etl.go.jp>
655
656 * term.el: These changes are based on a patch sent from Yong Lu
657 <lyongu@yahoo.com>.
658 (term-set-escape-char): Bind M-x to execute-extended-command in
659 term-raw-escape-map.
660 (term-move-columns): Don't try to move to negagive column.
661 (term-emulate-terminal): Insert a string before deleting a text to
662 overwrite.
663
789b6186
GM
6642001-03-12 Gerd Moellmann <gerd@gnu.org>
665
b0778a31
GM
666 * play/life.el (life): Rearrange code so that all calls to
667 life-display-generation are in a catch-form.
668
04528cda
GM
669 * progmodes/etags.el (tags-loop-continue): Don't change point in a
670 file that isn't interesting. In an interesting file, push the old
671 value of point on the mark ring.
672
760cefb5
GM
673 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
674 New function.
675 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
676 Use it.
677
83c9cb8e
SM
678 * emacs-lisp/autoload.el (generate-file-autoloads):
679 Remove warning about line lengths.
789b6186 680
a2ffbafe
FP
6812001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
682
683 * progmodes/etags.el (tags-compression-info-list): New variable.
684 (find-tag-in-order): Use it to deal with compressed source files.
685 (tag-file-name-match-p): New function.
686 (etags-recognize-tags-table): Use it for better match of file names.
687
5c9d9d92
KH
6882001-03-12 Kenichi Handa <handa@etl.go.jp>
689
ba3e9b9b
KH
690 * international/mule-cmds.el (register-input-method): Doc fix.
691
5c9d9d92
KH
692 * international/quail.el (quail-translate-key): Fix condition to
693 check if there's another breaking point in the current key.
694
40beecee
EZ
6952001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
696
697 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
698 Babyl header to the newly-created output file, bind
699 coding-system-for-write to either rmail-file-coding-system or
700 emacs-mule-unix.
701
75c6cb7f
SM
7022001-03-11 Stefan Monnier <monnier@cs.yale.edu>
703
704 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
705 Fix the name and regexp used for subsubsections.
706
5ec17636
DL
7072001-03-10 Dave Love <fx@gnu.org>
708
709 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
710 and save-buffer if buffer-file-name non-nil. From rms.
711
6d2e2c02
AS
7122001-03-10 Andre Spiegel <spiegel@gnu.org>
713
714 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 715 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
716 to reflect that.
717 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 718 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
719 variable bindings that might affect the diff command.
720 (vc-print-log): Don't switch to the *vc* buffer before the
721 command, so that local variable bindings are preserved.
722
789b6186 723 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
724 not the current buffer.
725 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
726
789b6186 727 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 728 make output go to buffer *vc*, not the current buffer.
a2ffbafe 729
b18f5523
SM
7302001-03-09 Stefan Monnier <monnier@cs.yale.edu>
731
732 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
733 so ^, $, *, ? and + are interpreted correctly.
734
3cfd8357
GM
7352001-03-09 Gerd Moellmann <gerd@gnu.org>
736
c085b77c 737 * help.el (string-key-binding): Renamed from
f9db8f19
SM
738 mode-line-key-binding. Handle any event on a string.
739 Check for `keymap' properties as well as `local-map' properties.
c085b77c 740
3cfd8357
GM
741 * comint.el (comint-insert-clicked-input): Use the last key
742 from this-command-keys to lookup the global key definition.
743
348f797a
KH
7442001-03-09 Kenichi Handa <handa@etl.go.jp>
745
3ebf3717
KH
746 * international/characters.el: Add category `j' for
747 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
748
348f797a
KH
749 * international/mule-conf.el (no-conversion): Fix docstring.
750 (raw-text): Fix docstring.
751
e1fbabaf
GM
7522001-03-08 Gerd Moellmann <gerd@gnu.org>
753
96e8e603
GM
754 * simple.el (choose-completion-string): When not leaving the
755 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
756 is set.
757
e1fbabaf
GM
758 * window.el (shrink-window-if-larger-than-buffer): Handle frame
759 parameter `(minibuffer . t)'.
760
f9db8f19
SM
7612001-03-07 Stefan Monnier <monnier@cs.yale.edu>
762
763 * progmodes/sh-script.el (sh-st-symbol): New symbol.
764 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
765 (sh-mode): Remove `make-local-variable' for unused var
766 `font-lock-unfontify-region-function'.
767
02756877
RS
7682001-03-07 Richard M. Stallman <rms@gnu.org>
769
132bf46d
RS
770 * info.el (Info-scroll-down): Fix previous change.
771
02756877
RS
772 * mail/rmail.el (rmail-toggle-header): Use a window which
773 is showing the Rmail buffer, rather than the selected window.
774
eeb24429
DL
7752001-03-07 Dave Love <fx@gnu.org>
776
777 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
778 now, to avoid problems with binding imenu directly to a mouse event.
779
3bdf2660
GM
7802001-03-07 Gerd Moellmann <gerd@gnu.org>
781
782 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
783 second arg t.
784
7852001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
786
787 * log-edit.el (log-edit-common-indent): New var.
788 (log-edit-set-common-indentation): Renamed from
789 log-edit-delete-common-indentation. Use the new var.
790 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
791
792 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
793 (cvs-mode-add-change-log-entry-other-window):
794 Don't presume change-log-default-name is defined.
795
796 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
797
798 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
799 the "tree" operation as well.
800
801 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
802
803 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
804 to match paragraph-start.
805
806 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
807 comment-start-skip and set comment-end-skip as well.
808 (sgml-comment-indent): Fix for new value of comment-start-skip.
809 (html-autoview-mode): Don't bother using make-local-hook.
810
2ad02767
GM
8112001-03-07 Gerd Moellmann <gerd@gnu.org>
812
189638d5 813 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 814 variables, otherwise long Custom entries would make them ineffective.
189638d5 815
2ad02767
GM
816 * uniquify.el: Set maintainer to FSF.
817
656f8cae
EZ
8182001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
819
820 * dired-aux.el (dired-do-shell-command): Doc fix.
821
c83965c4
SM
8222001-03-06 Stefan Monnier <monnier@cs.yale.edu>
823
04af43bc
SM
824 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
825
826 * which-func.el (which-func-modes): Add cperl-mode.
827 (which-func-mode-global): Use define-minor-mode.
828
829 * info-look.el: Docstring fixes and dead code eliminated.
830 (cperl-mode): Add support.
831 (emacs-lisp-mode): List all entries from elisp manual, whether
832 or not they are currently (f)bound or not. Update regexp.
833
834 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
835
c83965c4
SM
836 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
837 so that C-h m shows the correct information.
838 Use make-local-variable rather than make-variable-buffer-local.
839 (cperl-info-buffer, cperl-setup-tmp-buf):
840 Use make-local-variable rather than make-variable-buffer-local.
841 (cperl-msb-fix, cperl-get-help-defer):
842 Check major-mode for `cperl-mode' as well.
843
844 * progmodes/cperl-mode.el: Updated to author version 4.23.
845 (cperl-electric-pod): SYNOPSIS was misspelled.
846 (cperl-find-pods-heres): @if ? a : b was considered a REx.
847 (cperl-after-expr-p): Make true after __END__.
848
f16a7aa5
GM
8492001-03-06 Gerd Moellmann <gerd@gnu.org>
850
157ae273 851 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 852 bookmark-completion-ignore-case is t.
157ae273 853
f16a7aa5
GM
854 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
855 switch, like xterm, and concat resource strings, with a newline
856 between them.
857
abaddb98
EZ
8582001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
859
a2ffbafe 860 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
861 (cp773-decode-table, cp774-decode-table): New variables.
862
abaddb98
EZ
863 * man.el (Man-hyphenated-reference-regexp): New variable.
864 (Man-build-references-alist): Use it to search for referenced
865 manpages. If hyphenated is non-nil, record a concatenated word in
866 Man-refpages-alist only if it matches Man-reference-regexp.
867 Update word's length when it is concatenated. Reverse the list,
868 to get the first manpage at the head.
869 (Man-possibly-hyphenated-word): New function.
870 (Man-follow-manual-reference): Use it instead of current-word to
871 find a manpage at point, in a way that accounts for hyphenated
872 references.
873
eb3f61dd
GM
8742001-03-06 Alex Schroeder <alex@gnu.org>
875
876 * sql.el (sql-interbase): New function.
877 (sql-interbase-program): New option.
878 (sql-interbase-options): New option.
879 And some typos fixed: "customise" to "customize".
880
fa84f42a
DL
8812001-03-06 Dave Love <fx@gnu.org>
882
83c9cb8e
SM
883 * textmodes/flyspell.el (flyspell-region):
884 Set up flyspell-local-mouse-map.
fa84f42a 885
fda3411d
RS
8862001-03-05 Richard M. Stallman <rms@gnu.org>
887
a2ffbafe 888 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
889 Don't call rmail-beginning-of-message.
890 Don't discard From: field. Do discard Received: field.
891 Use unwind-protect to re-prune.
892 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 893
e972ab1f
KH
8942001-03-06 Kenichi Handa <handa@etl.go.jp>
895
896 * international/quail.el (quail-title): Add autoload cookie.
897
335db3c1
DL
8982001-03-05 Dave Love <fx@gnu.org>
899
900 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
901 new defs.
902
278dd6ac
KH
9032001-03-05 Kenichi Handa <handa@etl.go.jp>
904
83c9cb8e
SM
905 * language/ethio-util.el (ethio-toggle-space):
906 Update current-input-method-title if necessary.
36d5e61d
KH
907 (ethio-toggle-punctuation): Likewise.
908
341cd4f0
KH
909 * international/quail.el (quail-title): Fix for the case that a
910 title of an input method is specified by a list of the same form
911 as used in mode-line-format.
912
83c9cb8e
SM
913 * international/mule-cmds.el (activate-input-method):
914 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
915 respect that value.
916
10ebaeb6
GM
9172001-03-05 Gerd Moellmann <gerd@gnu.org>
918
919 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
920
7a65c85c
GM
9212001-03-05 Alex Schroeder <alex@gnu.org>
922
923 * sql.el (sql-sybase): Fix typo (was: query user about server two
924 times instead of server and database).
925
926 * sql.el (sql-sybase): Doc change.
927 (sql-mysql): Doc change.
928 (sql-postgres): Doc change.
929
b86644f2
KH
9302001-03-05 Kenichi Handa <handa@etl.go.jp>
931
83c9cb8e
SM
932 * international/mule-conf.el (emacs-mule, raw-text):
933 Docstring modified.
b86644f2 934
e30bd7b7
EZ
9352001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
936
937 * term/internal.el: Update copyright notice.
938
939 * term/pc-win.el: Update copyright notice.
940
7e365285
DL
9412001-03-02 Dave Love <fx@gnu.org>
942
83c9cb8e
SM
943 * files.el (insert-file-contents-literally):
944 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
945 not jka-compr-compression-info-list.
7e365285 946
75ed43a6
SM
9472001-03-02 Stefan Monnier <monnier@cs.yale.edu>
948
949 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
950 spaces in default comment-start-skip settings rather than \s-.
951
53c4b1e6
EZ
9522001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
955 default-frame-alist as well.
956
028d739a
DL
9572001-03-01 Dave Love <fx@gnu.org>
958
959 * textmodes/reftex.el (defvar): Wrap some defvars in
960 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
961
962 * subr.el (event-basic-type): Doc fix.
963
964 * international/quail.el: Doc fixes.
965
966 * international/utf-8.el: Doc fixes.
967
968 * international/mule-cmds.el: Doc fixes.
969 (leim-list-header): Fix header text.
970
971 * international/mule.el (coding-system-category): Doc fix.
972
973 * international/ccl.el (ccl-compile): Doc fix.
974
15d1caef
SM
9752001-03-01 Stefan Monnier <monnier@cs.yale.edu>
976
977 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
978 rather than (before|after)-change-functions.
979
f84ff02c
GM
9802001-03-01 Gerd Moellmann <gerd@gnu.org>
981
982 * ediff-util.el (ediff-scroll-horizontally): Arrange for
983 scroll-left and scroll-right being called interactively so that
984 they set the window's min_hscroll.
985
e0c1e774
EZ
9862001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
987
988 * info.el (info-insert-file-contents-1): Accept an additional
989 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
990 `suffix'; otherwise use the complicated MS-DOS code.
991 All callers changed.
e0c1e774
EZ
992 (info-insert-file-contents, Info-find-node): If the MS-DOS port
993 can access long file names, try the long file-name version of
994 `info-insert-file-contents-1', then the short file-name version.
995
b8b2ea31 9962001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 997
af122766
KH
998 * language/ethio-util.el (setup-ethiopic-environment-internal):
999 Change bindings of functions keys to conform to "Emacs Lisp Coding
1000 Convention".
1001
1002 * language/ethiopic.el ("Ethiopic"): Add documentation.
1003
b8b2ea31
KH
10042001-02-28 Kenichi Handa <handa@etl.go.jp>
1005
1d64e2ad
KH
1006 * international/utf-8.el (mule-utf-8): Set coding-category
1007 property to coding-category-utf-8.
1008
91cb6e51
RS
10092001-02-27 Richard M. Stallman <rms@gnu.org>
1010
1011 * lpr.el (lpr-page-header-switches, print-region-1):
1012 Undo 2000-07-06 change.
7298f3f7
RS
1013 (lpr-add-switches): Default to t on gnu/linux.
1014
c0cb1027
GM
10152001-02-27 Gerd Moellmann <gerd@gnu.org>
1016
1017 * bs.el (bs-attributes-list): Doc fix.
1018
01459648
GM
10192001-02-26 Gerd Moellmann <gerd@gnu.org>
1020
baebd8a5 1021 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1022
01459648
GM
1023 * help.el (view-order-manuals): Use goto-address.
1024
1025 * startup.el (command-line-1): Add info about ordering manuals
1026 to the not so fancy splash screens.
1027
f93e614e
AS
10282001-02-26 Andre Spiegel <spiegel@gnu.org>
1029
01459648
GM
1030 * vc.el (vc-default-workfile-unchanged-p)
1031 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1032
12435002
GM
10332001-02-26 Gerd Moellmann <gerd@gnu.org>
1034
a2ffbafe 1035 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1036 fontify in the right buffer.
1037
12435002
GM
1038 * allout.el (outline-flag-region): Move macro in front of first
1039 use to avoid a run-time error.
1040
425de386
AI
10412001-02-24 Andrew Innes <andrewi@gnu.org>
1042
1043 * makefile.w32-in: Fix copyright notice.
1044
66c56ed1
KH
10452001-02-24 Kenichi Handa <handa@etl.go.jp>
1046
4c1593ce
KH
1047 * international/utf-8.el (mule-utf-8): Set correct value for
1048 valid-codes property.
1049
66c56ed1
KH
1050 * international/fontset.el (x-complement-fontset-spec): In the
1051 case that we use ASCII font for the other charsets, use only
15d1caef 1052 family and registry part of it.
66c56ed1 1053
119171dd
EZ
10542001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1057 (shrink-window-if-larger-than-buffer): Doc fix.
1058
932c309e
SM
10592001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1060
1061 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1062 predicate passed to completing-read.
1063
9b760e36
EZ
10642001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1065
1066 * startup.el (command-line): Fix last change.
1067
5c39a60f
JR
10682001-02-23 Jason Rumney <jasonr@gnu.org>
1069
1070 * startup.el (tool-bar-originally-present): New variable.
1071 (command-line): Set it if the tool-bar is switched on at startup.
1072
1073 * frame.el (frame-notice-user-settings): Only adjust frame height
1074 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1075 From E. Jay Berkenbilt.
5c39a60f 1076
cb91b2c7
SM
10772001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1078
39b557e8
SM
1079 * server.el (server-switch-buffer): Only switch window if the
1080 current one is dedicated.
1081
cb91b2c7
SM
1082 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1083 rather than using (match-beginning 0) when searching for break point.
1084
9238a8df
EZ
10852001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1088 @ follows an accent command such as @'. Support optional braces
1089 in commands that insert accents, like makeinfo does.
1090
3473f362
GM
10912001-02-22 Gerd Moellmann <gerd@gnu.org>
1092
1093 * startup.el (fancy-splash-text): Add a line for ordering
1094 manuals. Reverse order of splash screens shown.
1095 (use-fancy-splash-screens-p): Adapt to the text line added.
1096
1097 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1098 manuals from the FSF.
1099
1100 * help.el (view-order-manuals): New function.
1101 (toplevel): Bind C-h C-m to this function.
1102
76a4de07
SM
11032001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1104
1105 * newcomment.el (comment-forward): Skip the comment-start before
1106 searching for the comment-end.
1107
75b71d85
DL
11082001-02-21 Dave Love <fx@gnu.org>
1109
2f4c9a87
DL
1110 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1111
75b71d85
DL
1112 * international/mule-cmds.el, international/mule.el: Doc fixes.
1113
1114 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1115 (fortune) <defgroup>: Add :link.
1116 (fortune-from-region): Use eq, not eql.
1117
ffc9ff0c
GM
11182001-02-21 Gerd Moellmann <gerd@gnu.org>
1119
1120 * startup.el (fancy-splash-screens): Use display-hourglass
1121 instead of display-busy-cursor.
1122
1123 * frame.el (display-hourglass): Renamed from busy-cursor.
1124 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1125 (show-cursor-in-non-selected-windows): Doc fix.
1126
f34eb373
DL
11272001-02-20 Dave Love <fx@gnu.org>
1128
1129 * international/utf-8.el: Doc and commentary fixes.
1130
f55e4a7e
EZ
11312001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1132
1133 * ehelp.el (with-electric-help): Doc fix.
1134
fa97adf6
GM
11352001-02-20 Gerd Moellmann <gerd@gnu.org>
1136
1137 * msb.el (msb-mode): Call the update-buffers function explicitly
1138 with a FORCE argument.
1139
1140 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1141 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1142 returns nil.
1143
54ed3bd2
GM
11442001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1145
1146 * ps-print.el: Timestamp package replacement. Some enhancements.
1147 Some XEmacs compatibility. Doc fix.
1148 (ps-print-version): New version number (6.4).
1149 (ps-printer-name): Initialization fix.
1150 (ps-zebra-stripe-follow): Funcionality enhancement.
1151 (ps-prologue-file): Code enhancement.
1152 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1153 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1154 (ps-get-page-dimensions)
54ed3bd2
GM
1155 (ps-generate-header, ps-begin-file, ps-begin-job)
1156 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1157 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1158 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1159 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1160
e8ebf97d
MB
11612001-02-20 Miles Bader <miles@gnu.org>
1162
1163 * image-file.el (image-file-name-extensions): Add "tif".
1164
136b27c5
GM
11652001-02-19 Gerd Moellmann <gerd@gnu.org>
1166
1167 * wid-edit.el (widget-button-click): Save the selected window
1168 around the code handling clicks on buttons.
1169
6ebbcf59
DL
11702001-02-18 Dave Love <fx@gnu.org>
1171
1172 * imenu.el (imenu--generic-function): Use mapc to iterate over
1173 syntax characters.
1174
595ded73
RS
11752001-02-17 Richard M. Stallman <rms@gnu.org>
1176
b9fe3dc8
RS
1177 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1178
595ded73
RS
1179 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1180
f3f053f3
GM
11812001-02-16 Gerd Moellmann <gerd@gnu.org>
1182
1183 * mouse.el (mouse-save-then-kill): If the distance from the new
1184 point to the mark is equal to the distance of point from the new
1185 point, move point instead of the mark.
1186
11570a8f
DL
11872001-02-16 Dave Love <fx@gnu.org>
1188
1189 * textmodes/flyspell.el (flyspell-get-word): Return string without
1190 properties.
1191
fb339cd5
EZ
11922001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1193
1194 * generic.el (generic-find-file-regexp): Doc fix.
1195 (generic-ignore-files-regexp): New defcustom.
1196 (generic-mode-find-file-hook): If the file's name matches the
1197 regexp in `generic-ignore-files-regexp', don't enter
1198 default-generic-mode. Doc fix.
1199
c56b1c1b
GM
12002001-02-16 Gerd Moellmann <gerd@gnu.org>
1201
a2ffbafe 1202 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1203 Add autoload cookies.
1204
a2ffbafe 1205 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1206 of cal-tex-24.
1207
0d140e65
EZ
12082001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1209
81558867
EZ
1210 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1211
0d140e65
EZ
1212 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1213 the character class after the (optional) drive, to support file
1214 names with embedded blanks.
1215
713f7b15
SS
12162001-02-15 Sam Steingold <sds@gnu.org>
1217
1218 * textmodes/tex-mode.el (tex-shell-running):
1219 Check the process buffer too.
1220
9a2a6f73
DL
12212001-02-15 Dave Love <fx@gnu.org>
1222
1223 * battery.el (battery-status-function): Fix doc, :type.
1224
15d1caef 1225 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1226
fe10cef0
GM
12272001-02-15 Gerd Moellmann <gerd@gnu.org>
1228
1229 * subr.el (read-passwd): Clear Lisp memory holding password.
1230
126f5d4d
MB
12312001-02-15 Miles Bader <miles@gnu.org>
1232
1233 * info.el (Info-copy-current-node-name): New function.
1234 (Info-mode-menu): Add it to the menu.
1235
92e98d63
RS
12362001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1237
1238 * international/mule-cmds.el (toggle-input-method): Doc fix.
1239
dd4e0e55
SM
12402001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1241
1242 * replace.el (occur): Stop at end of buffer.
1243
402dbbd1
EZ
12442001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * international/mule-cmds.el (set-input-method): Another doc fix.
1247
e9fcba3d
GM
12482001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1249
1250 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1251
78ad1cd5
MB
12522001-02-13 Miles Bader <miles@gnu.org>
1253
713f7b15 1254 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1255 (set-face-stipple): Treat a value of nil as being `unspecified'.
1256
fce9d9dc
DL
12572001-02-12 Dave Love <d.love@dl.ac.uk>
1258
1259 * international/latin1-disp.el: Doc fixes.
1260 (latin1-display) <defgroup>: Add :link.
1261 (latin1-display) <function>: Set variable latin1-display.
1262
bc406911
EZ
12632001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1264
1265 * international/mule-cmds.el (set-input-method): Doc fix.
1266
68514d48
EL
12672001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1268
1269 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1270 (speedbar-line-file): Return nil if not a file.
1271 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1272
513bea45 12732001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1274
513bea45
MK
1275 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1276 for remote files.
bc406911 1277 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1278 with raw-text.
713f7b15 1279
513bea45 1280 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1281
83c9cb8e
SM
1282 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1283 Better handling of the diff mode.
713f7b15 1284
513bea45 1285 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1286
bc406911 1287 * viper.texi: Fix typos.
713f7b15 1288
521d4010
DL
12892001-02-11 Dave Love <fx@gnu.org>
1290
36fd8e17
DL
1291 * shadowfile.el: Doc fixes.
1292 (shadow) <defgroup>: Add :link.
1293 (shadowfile-unload-hook): New function.
1294 (shadow-initialize): Use defalias, not fset.
1295 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1296 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1297
521d4010
DL
1298 * international/mule.el: Doc and message fixes.
1299
36fd8e17
DL
1300 * international/ccl.el (define-ccl-program): Doc fix.
1301
92395bbe
KH
13022001-02-11 Kenichi Handa <handa@etl.go.jp>
1303
1304 * faces.el (mode-line): Set :line-width property to -1.
1305
103db06c
RS
13062001-02-10 Richard M. Stallman <rms@gnu.org>
1307
08b78974
RS
1308 * complete.el (partial-completion-mode): Doc fix.
1309
103db06c
RS
1310 * simple.el (delete-key-deletes-forward-mode):
1311 Change `let' to `let*' to fix gross bug in last change.
1312
1313 * repeat.el (repeat): Don't let execute-kbd-macro alter
1314 real-last-command.
1315
a6a1ee53
EZ
13162001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * simple.el (eval-expression): Doc fix.
1319
d2f288c6
DL
13202001-02-09 Dave Love <fx@gnu.org>
1321
038f4ae3
DL
1322 * imenu.el (imenu-generic-expression): Doc fix.
1323
83c9cb8e
SM
1324 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1325 From Juanma Barranquero.
038f4ae3 1326
15d1caef 1327 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1328
9804b846
KH
13292001-02-09 Kenichi Handa <handa@etl.go.jp>
1330
1331 * faces.el (set-face-attribute): Describe the case of a negative
1332 value specified for :line-width.
1333
532f5197
SM
13342001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1335
1336 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1337 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1338
1d279666
DL
13392001-02-08 Dave Love <fx@gnu.org>
1340
4681ca3a
DL
1341 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1342 widget-plist-value-type.
1343 (widget-alist-convert-widget): Replace binding of
1344 widget-alist-value-type.
1345
1d279666
DL
1346 * textmodes/paragraphs.el (sentence-end): Doc fix.
1347
83c9cb8e
SM
1348 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1349 Remove `backward-line'.
1d279666 1350
532f5197
SM
1351 * play/pong.el (pong-blank-color, pong-bat-color)
1352 (pong-ball-color, pong-border-color, pong-left-key)
1353 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1354 (pong-pause-key, pong-resume-key, pong-timer-delay):
1355 * mail/mh-comp.el (mh-compose-letter-function):
1356 * eshell/esh-mode.el (eshell-skip-prompt-function):
1357 * emulation/viper-ex.el (ex-unix-type-shell-options):
1358 * recentf.el (recentf-menu-filter):
1359 * ps-print.el (ps-print-region-function):
1360 * lpr.el (print-region-function):
1361 * forms.el (forms-mode-hooks):
1362 * dirtrack.el (dirtrack-directory-change-hook):
1363 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1364 * textmodes/spell.el (spell-filter):
1365 * textmodes/fill.el (adaptive-fill-function):
1366 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1367 * progmodes/etags.el (find-tag-default-function):
1368 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1369 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1370
6f676109
EZ
13712001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1372
751d3bc4
EZ
1373 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1374 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1375 Meyering <jim@meyering.net>.
1376
6f676109
EZ
1377 * loadup.el: Revert last change.
1378
d3c26cdf
KH
13792001-02-07 Kenichi Handa <handa@etl.go.jp>
1380
83c9cb8e
SM
1381 * international/mule.el (transform-make-coding-system-args):
1382 Make it work also for coding systems not using CCL.
d3c26cdf 1383
44806980
EZ
13842001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1385
9889af08
EZ
1386 * simple.el (previous-matching-history-element)
1387 (next-matching-history-element): Doc fix.
1388
44806980
EZ
1389 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1390 specific part.
1391
1e36ff68
DL
13922001-02-06 Dave Love <fx@gnu.org>
1393
713f7b15 1394 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1395 (add-log-buffer-file-name-function, add-log-file-name-function):
1396 Fix :type.
1397 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1398
c7ca58df
EZ
13992001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1400
fecd556a
EZ
1401 * info.el (info-initialize): Remove the test for system-type when
1402 invocation-directory is non-nil.
1403
c7ca58df
EZ
1404 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1405 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1406
587b5737
AI
14072001-02-06 Andrew Innes <andrewi@gnu.org>
1408
1409 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1410 absolute.
1411
baf7eee4
GM
14122001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1413
1414 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1415 buffers. When hi-lock turned on rather than only checking current
1416 buffer for regexps, all buffers are checked. Moved activation of
1417 font-lock to hi-lock-refontify. When font-lock turned off rather
1418 than removing added highlighting just in current buffer, remove it
1419 in all buffers. Changed edit menu text from "Automatic
1420 Highlighting" to "Regexp Highlighting" Documentation for
1421 highlighting phrases, minor documentation changes.
1422 (hi-lock-set-file-patterns): Execute only if there are new or
1423 existing file patterns.
1424 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1425 unfontify and, if a support mode is active, will not refontify the
1426 whole buffer. If necessary, turn on font lock. (Removed
1427 font-lock-unfontify and font-lock support-mode-specific calls,
1428 such as lazy-lock-fontify-window.)
1429 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1430 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1431 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1432 (hi-lock-face-phrase-buffer): New function. Also added related
1433 menu item and keybinding.
1434 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1435 (hi-lock-process-phrase): New function.
1436 (hi-lock-line-face-buffer): Doc fixes.
1437 (hi-lock-face-buffer): Doc fixes.
1438 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1439
36710aa6
GM
14402001-02-06 Gerd Moellmann <gerd@gnu.org>
1441
1442 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1443 dabbrev-ignored-regexps.
1444
d3f22784
EZ
14452001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1446
1447 * simple.el (kill-line): Doc fix.
1448
5cb3c8d4
DL
14492001-02-05 Dave Love <fx@gnu.org>
1450
1451 * loadup.el: Revert last two changes -- bootstrapping works with
1452 regenerated loaddefs.
1453
e6297e7d
EZ
14542001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1455
1e14b095
EZ
1456 * isearch.el (isearch-forward): Doc fix.
1457
e6297e7d
EZ
1458 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1459 of font-lock-defaults to backward-paragraph.
1460
e16f52ce
GM
14612001-02-05 Gerd Moellmann <gerd@gnu.org>
1462
1463 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1464 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1465
01d19dd7
GM
14662001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1467
1468 * ebnf2ps.el: Eliminate time-stamp functions.
1469 (ebnf-version): New version (3.5).
1470 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1471 format-time-string.
1472
24886813
GM
14732001-02-05 Gerd Moellmann <gerd@gnu.org>
1474
1475 * simple.el (next-line): Goto end-of-line before inserting a newline.
1476
65e70fc4
MB
14772001-02-05 Miles Bader <miles@gnu.org>
1478
1479 * image-file.el (insert-image-file): When visiting an image, also
1480 set `truncate-lines' to t so that any fringe arrow looks correct.
1481
482f06c9
KH
14822001-02-05 Kenichi Handa <handa@etl.go.jp>
1483
1484 * isearch.el (isearch-forward): Add description about input method
1485 in the docsting.
1486
02399da7
SM
14872001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1488
1489 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1490
2c366083
EZ
14912001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1494 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1495
bdadfce3
GM
14962001-02-02 Gerd Moellmann <gerd@gnu.org>
1497
79fb38c0
GM
1498 * wid-edit.el (widget-button-click): Fix last change.
1499
bdadfce3
GM
1500 * frame.el (frame-notice-user-settings): When resizing the initial
1501 frame because the tool bar is off, also change the frame's top
1502 position if a negative top position was specified.
1503
33155ffb
MB
15042001-02-02 Miles Bader <miles@gnu.org>
1505
1506 * image-file.el (insert-image-file): When visiting an image,
1507 suppress the cursor in the image buffer.
1508
1355ba0c
DL
15092001-02-01 Dave Love <fx@gnu.org>
1510
1511 * progmodes/f90.el (f90-mode): Remove startup message.
1512
fb758d2d 1513 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1514
01acdb05
GM
15152001-02-01 Gerd Moellmann <gerd@gnu.org>
1516
1517 * startup.el (command-line): Fix code determining whether or not
1518 to use delete-key-deletes-forward-mode.
1519
5b1ee316
AS
15202001-02-01 Andre Spiegel <spiegel@gnu.org>
1521
1522 * vc.el (vc-diff-switches): New user option.
1523 (vc-version-diff): Use it.
1524 (vc-diff-switches-list): New macro.
1525
83c9cb8e
SM
1526 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1527 New customization options.
5b1ee316
AS
1528 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1529
1530 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1531
00b1e7a1
GM
15322001-02-01 Gerd Moellmann <gerd@gnu.org>
1533
1534 * msb.el (toplevel): Quote hook symbols.
1535
85827036
KH
15362001-02-01 Kenichi Handa <handa@etl.go.jp>
1537
8e028499 1538 * international/mule.el (make-coding-system): Add description
3c948dde 1539 about recognized properties in the docstring.
8e028499 1540
85827036
KH
1541 * international/mule-conf.el: Remove unused charsets
1542 mac-roman-lower and mac-roman-upper.
1543
7ccf7ab9
GM
15442001-01-31 Gerd Moellmann <gerd@gnu.org>
1545
2441692d
GM
1546 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1547 is in front of the left-margin, if any.
1548
ee5cece0
GM
1549 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1550 like `delete'.
1551
83c9cb8e 1552 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1553
7ccf7ab9
GM
1554 * term/w32-win.el (mouse-set-font): Doc fix.
1555
b4f30ec5 15562001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1557
b4f30ec5
GM
1558 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1559 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1560 on already.
1561
03e0fe6e
GM
15622001-01-31 Markus Rost <rost@math.ohio-state.edu>
1563
1564 * files.el (save-buffer): Don't give message if (buffer-file-name)
1565 returns nil.
713f7b15 1566
8f289acc
EZ
15672001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1568
cb4aae04
EZ
1569 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1570
dbd98b19
EZ
1571 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1572 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1573
8f289acc
EZ
1574 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1575 display problems.
1576
c12553c1
KH
15772001-01-31 Kenichi Handa <handa@etl.go.jp>
1578
c7bf5db9
KH
1579 * international/mule.el (charset-info): Fix docstring.
1580
1581 * international/mule-diag.el (describe-character-set): Check final
1582 char valid before printing it.
c12553c1 1583
14f16b9c
GM
15842001-01-30 Gerd Moellmann <gerd@gnu.org>
1585
efaa080b
GM
1586 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1587
eef93f99
GM
1588 * frame.el (frame-notice-user-settings): Do the tool-bar
1589 stuff only for graphical displays. Fix a braino.
713f7b15 1590
14f16b9c
GM
1591 * frame.el (frame-initialize): Create initial frame visible.
1592 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1593 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1594
1595 * startup.el (command-line): Remove manipulation of frame
1596 height for tool bars.
1597
4ad25e43
EZ
15982001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1599
1600 * lpr.el: Compatibility with XEmacs and doc fixes.
1601 (lpr-windows-system, lpr-lp-system): New vars.
1602 (lpr-printer-switch): New defcustom.
1603 (printer-name, lpr-command): Customization fix.
1604 (print-region-1): Code fix.
1605 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1606 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1607 New functions.
4ad25e43 1608
e8f044a0
GM
16092001-01-29 Gerd Moellmann <gerd@gnu.org>
1610
1611 * msb.el (toplevel): Fix the eval-after-load.
1612
850d5045
GM
16132001-01-29 Dave Love <fx@gnu.org>
1614
762fe76e
DL
1615 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1616
1617 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1618
83c9cb8e 1619 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1620 (tcl-using-emacs-19-23): Consider Emacs 21+.
1621 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1622 (tcl-add-emacs-menu): Supply menu name.
1623 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1624
3a768251
GM
16252001-01-29 Gerd Moellmann <gerd@gnu.org>
1626
1627 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1628
274d02f7
SM
16292001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1630
1631 * pcvs.el (cvs-mark-fis-dead): New function.
1632 (cvs-mode-add): Use it.
1633 (cvs-mode-add-change-log-entry-other-window):
1634 Rebind change-log-default-name to itself rather than to nil.
1635
ed5d446e
SS
16362001-01-29 Sam Steingold <sds@gnu.org>
1637
efaa080b 1638 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1639 `autoload' statements.
1640
e2a80284
EZ
16412001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1642
8e1db7b3
EZ
1643 * files.el (confirm-kill-emacs): Doc fix.
1644
ff2a1c79
EZ
1645 * frame.el (frame-initialize): Doc fix.
1646
e7b0deaf
EZ
1647 * time-stamp.el (time-stamp-string): Doc fix.
1648
83c9cb8e
SM
1649 * woman.el (WoMan-log-1): Make the log buffer writable.
1650 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1651
005913e4
GM
16522001-01-29 Gerd Moellmann <gerd@gnu.org>
1653
1654 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1655 the `make-variable-buffer-local'.
1656
58622cc5
GM
16572001-01-29 Dave Love <fx@gnu.org>
1658
1659 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1660 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1661 Add autoload cookie.
58622cc5
GM
1662 (ansi-color-apply-sequence): Fix typo.
1663
0404d031
GM
16642001-01-29 Gerd Moellmann <gerd@gnu.org>
1665
ed5d446e 1666 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1667 Postscript printing in black and white.
1668
0404d031
GM
1669 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1670 X-Mailman-Version, Precedence, List-Help, List-Post,
1671 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1672 Content-Type, Content-Length.
1673
3b6ed359
DL
16742001-01-29 Dave Love <fx@gnu.org>
1675
ddd16e7a
DL
1676 * elide-head.el (elide-head): Make overlay evaporate.
1677
83c9cb8e 1678 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1679
8005142f
EZ
16802001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * isearch.el (isearch-highlight): Don't punt if the display
1683 doesn't support colors, since isearch faces are defined for
1684 monochrome displays as well.
1685
84728570
SS
16862001-01-27 Sam Steingold <sds@gnu.org>
1687
1688 * shell.el (shell-write-history-on-exit): Make sure that we are in
1689 the shell buffer (M-x tex-file RET inserted the error message into
1690 the TeX buffer).
1691
e26f9ced
EZ
16922001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1693
1694 * simple.el (transient-mark-mode): Doc fix.
1695
dc0274bd
GM
16962001-01-27 Gerd Moellmann <gerd@gnu.org>
1697
83c9cb8e 1698 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1699
c1acacc4
EZ
17002001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1701
f5058b96
EZ
1702 * shell.el (shell-unquote-argument): If the shell is one of the
1703 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1704 quote character.
1705 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1706 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1707
c1acacc4 1708 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1709 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1710
103db06c 17112001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1712
84728570 1713 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1714 Treat a one-capital-letter abbrev as "not all upper case",
1715 so as to force preservation of the expansion's pattern
1716 if the expansion starts with a capital letter.
1717
cfa70244
EZ
17182001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1719
cfee9de7
EZ
1720 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1721 Doc fix.
1722
cfa70244
EZ
1723 * simple.el (transient-mark-mode): Document the fact that many
1724 commands act on the region when mark is active.
1725
17d90d6b
KH
17262001-01-27 Kenichi Handa <handa@etl.go.jp>
1727
1728 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1729 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1730 (quail-show-guidance-buf): Make the multibyteness of current
1731 buffer inherited to Quail guidance buffer.
1732 (quail-help): Make the multibyteness of current buffer inherited
1733 to Quail help buffer.
1734
61076b20
DL
17352001-01-26 Dave Love <fx@gnu.org>
1736
c47e2c68
DL
1737 * time-stamp.el: Doc fixes.
1738
84728570 1739 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1740 (delphi-keyword-face, delphi-other-face): Fix :type.
1741
940f14b4
DL
1742 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1743
1744 * mail/feedmail.el (feedmail): Add :link.
1745 (feedmail-send-it): Doc fix.
1746
1747 * mail/sendmail.el: Doc fixes.
1748 (sendmail-send-it): Fix the non-ASCII regexp and use
1749 rfc2047-encode-string.
1750
61076b20
DL
1751 * dired.el, dired-aux.el: Revert last change.
1752
6c317bd2
GM
17532001-01-26 Gerd Moellmann <gerd@gnu.org>
1754
1755 * makefile.w32-in (DONTCOMPILE): Add various term files.
1756
17572001-01-26 Dave Love <fx@gnu.org>
1758
1759 * Makefile.in (DONTCOMPILE): Add various term files.
1760
1c636b5f
GM
17612001-01-26 Gerd Moellmann <gerd@gnu.org>
1762
af900b23
GM
1763 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1764
15fa6db0 1765 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1766 the echo area is resized to fit the size of the startup message.
15fa6db0 1767
1c636b5f
GM
1768 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1769 part of which is a constant.
1770
9b1adbd5
EZ
17712001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1772
83c9cb8e 1773 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1774
103db06c 17752001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1776
1777 * simple.el (next-line): Don't let `newline' expand abbrevs.
1778 Simplify slightly.
1779 (open-line): Don't let `newline' expand abbrevs.
1780
219227ea
JW
17812001-01-25 John Wiegley <johnw@gnu.org>
1782
1783 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1784 to `repeat' in the :type field.
1785
1786 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1787 allow a choice of regexp or nil.
d2906bf8 1788 (pcomplete-dir-ignore): Same.
219227ea
JW
1789
1790 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1791 a command) to always fail.
1792
ceba0dac
GM
17932001-01-25 Gerd Moellmann <gerd@gnu.org>
1794
1795 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1796 discard the result.
1797 (iswitchb-to-end): Likewise.
1798
9b0630e5
SS
17992001-01-25 Sam Steingold <sds@gnu.org>
1800
1801 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1802 Require vc.
9b0630e5 1803
a2ed9670
SM
18042001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1805
f0c1adab
SM
1806 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1807
a2ed9670
SM
1808 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1809
34ac3367
DL
18102001-01-25 Dave Love <fx@gnu.org>
1811
61076b20
DL
1812 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1813 (describe-coding-system): Tweak the English text.
1814
34ac3367
DL
1815 * loadup.el: Preload international/ccl for utf-8.
1816
4685e6b7
EZ
18172001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1818
1819 * mail/rmail.el (rmail-redecode-body): Doc fix.
1820
0fdb4475
KH
18212001-01-25 Kenichi Handa <handa@etl.go.jp>
1822
83c9cb8e
SM
1823 * international/mule-cmds.el (reset-language-environment):
1824 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 1825
83c9cb8e
SM
1826 * international/mule-conf.el (coding-category-utf-8):
1827 Initialize to mule-utf-8.
0fdb4475 1828
9b0630e5 1829 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1830
1831 * international/utf-8.el: New file.
1832
245ed2b1
SM
18332001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1834
1835 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1836
e95b0c08
SS
18372001-01-24 Sam Steingold <sds@gnu.org>
1838
1839 * dired.el (dired-replace-in-string): Removed.
1840 (dired-sort-toggle): Use `replace-regexps-in-string'
1841 instead of `dired-replace-in-string'.
9b0630e5 1842
ceba0dac
GM
1843 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1844 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1845
e95b0c08
SS
1846 * gs.el (gs-replace-in-string): Removed.
1847 (gs-options): Use `replace-regexps-in-string'
1848 instead of `gs-replace-in-string'.
1849
c3902c3e
EZ
18502001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1853 bug report is mailed to an email list and posted to a news group.
1854
b66b6aeb
GM
18552001-01-24 Gerd Moellmann <gerd@gnu.org>
1856
83c9cb8e
SM
1857 * comint.el (comint-replace-by-expanded-history-before-point):
1858 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 1859
b66b6aeb
GM
1860 * startup.el (tool-bar-images-pixel-height): New variable.
1861 (command-line): After loading the user's init file, when
1862 tool-bar-mode is on, increase the frame's size by some lines for
1863 the tool-bar.
1864
1865 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1866
ff890e66
SZ
18672001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1868
1869 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1870 (chinese-big5): MIME:Big5.
1871
04363179
GM
18722001-01-24 Gerd Moellmann <gerd@gnu.org>
1873
e95b0c08 1874 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1875 Handle commands with prefix args.
1876
d56aaa64
GM
18772001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1878
1879 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1880 being a list of numbers.
1881 (diary-mail-entries): Rewritten.
1882
99858627
DL
18832001-01-23 Dave Love <fx@gnu.org>
1884
7aeb1fa9
DL
1885 * international/mule.el (make-coding-system): Fix typo.
1886
83c9cb8e
SM
1887 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1888 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 1889
5a43decf
EZ
18902001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1891
1892 * font-lock.el (font-lock-mode): Doc fix.
1893
b0e98867
KH
18942001-01-23 Kenichi Handa <handa@etl.go.jp>
1895
1896 * international/mule.el (make-translation-table): Fix docstring.
1897
9c8acefd
EZ
18982001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1899
fd4976b8
EZ
1900 * mail/rmail.el (rmail-redecode-body): New function.
1901
9c8acefd
EZ
1902 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1903
871e0439
GM
19042001-01-22 Gerd Moellmann <gerd@gnu.org>
1905
21c2bbe0
GM
1906 * isearch.el (isearch-lazy-highlight-case-fold-search)
1907 (isearch-lazy-highlight-regexp): New variables.
1908 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1909 case-fold search or regexp search has been toggled.
1910
5710730c
GM
1911 * wid-edit.el (widget-button-click): Avoid a save-excursion
1912 around running a global binding.
1913
871e0439
GM
1914 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1915 to 0.25.
1916
d0554957
MB
19172001-01-20 Miles Bader <miles@gnu.org>
1918
1919 * cus-edit.el (custom-face-save): Do post-processing on the face's
1920 new value like `custom-face-set' does.
1921
1519f618
EZ
19222001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1923
ccd87890
EZ
1924 * mail/emacsbug.el (report-emacs-bug): Report the value of
1925 LC_CTYPE, not LC_TYPE.
1926
1519f618
EZ
1927 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1928 isearch-toggle-regexp and isearch-edit-string to doc string.
1929
9724173b
GM
19302001-01-19 Gerd Moellmann <gerd@gnu.org>
1931
48bb9196
GM
1932 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1933 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1934
e95b0c08 1935 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1936 font-lock-beginning-of-syntax-function to nil.
1937
dc81f8a2
EZ
19382001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1939
1940 * mail/emacsbug.el (report-emacs-bug): Report values of
1941 locale-coding-system, default-enable-multibyte-characters, and the
1942 environment variables LC_ALL, LC_TYPE, and LANG.
1943
99327974
GM
19442001-01-19 Gerd Moellmann <gerd@gnu.org>
1945
83c9cb8e 1946 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 1947
2be6ecc6
GM
1948 * font-lock.el (font-lock-multiline): Default to nil.
1949 (font-lock-default-fontify-region): If font-lock-multiline is
1950 nil, don't check the property `font-lock-multiline'.
1951
99327974
GM
1952 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1953 is nil, don't check the `font-lock-multiline' text property.
1954
2550055a
MK
19552001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1956
0a949811 1957 * viper.el: Call initial-major-mode on startup.
e95b0c08 1958
0a949811 1959 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1960
8501998a 1961 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1962
2550055a 19632001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1964
0a949811 1965 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1966 diff mode, if available.
e95b0c08 1967
0a949811 19682001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1969
8501998a 1970 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1971
2550055a
MK
1972 * ediff-init.el (subst-char-in-string): Define and use it, unless
1973 it's already defined.
e95b0c08 1974
8962e303
GM
19752001-01-18 Gerd Moellmann <gerd@gnu.org>
1976
1977 * tooltip.el (tooltip-hide-delay): New user-option.
1978 (tooltip-show): Use tooltip-hide-delay instead of the default.
1979
6b453381
KH
19802001-01-18 Kenichi Handa <handa@etl.go.jp>
1981
1982 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1983 kill-local-variable doesn't work for enable-multibyte-characters.
1984
9eaf396b
DL
19852001-01-17 Dave Love <fx@gnu.org>
1986
cebd37ce
DL
1987 * ediff-init.el (ediff-before-setup-hook)
1988 (ediff-merge-filename-prefix): Add :version.
1989
9eaf396b
DL
1990 * international/latin1-disp.el: Require disp-table.
1991 (latin1-display): Fix :set.
1992
1993 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1994
f864120f
GM
19952001-01-17 Gerd Moellmann <gerd@gnu.org>
1996
1997 * isearch.el (isearch-lazy-highlight-initial-delay)
1998 (isearch-lazy-highlight-interval): Default to 0.
1999
20002001-01-17 Bob Glickstein <bobg@zanshin.com>
2001
2002 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2003 1 here rather than each time through
2004 isearch-lazy-highlight-new-loop.
2005 (isearch-lazy-highlight-max): Variable deleted.
2006 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2007 isearch-lazy-highlight-max but controls a single invocation of
2008 isearch-lazy-highlight-update.
2009 (isearch-lazy-highlight-wrapped): Variable recreated.
2010 (isearch-lazy-highlight-window-start): New variable.
2011 (isearch-lazy-highlight-cleanup): Restored to behavior of
2012 before 2-Jan.
2013 (isearch-lazy-highlight-remove-overlays): Function deleted;
2014 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2015 behavior removed.
2016 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2017 isearch-lazy-highlight-update in a loop rather than just once.
2018 Test isearch-invalid-regexp here and decide not to start a new
2019 loop, rather than testing it each time through
2020 isearch-lazy-highlight-update.
2021 (isearch-lazy-highlight-search): Function restored.
2022 (isearch-lazy-highlight-update): Get called in a timer loop again,
2023 but this time highlight more than one match each time through.
83c9cb8e
SM
2024 Only highlight matches in the visible part of the window.
2025 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2026 the edge of the window. Use sit-for to force redisplay and ensure
2027 window-start is credible. "Face suppressing" behavior removed;
2028 overlay priorities should make it unnecessary, right?
2029 (isearch-highlight): Face suppressing behavior removed.
2030 (isearch-dehighlight): Face suppressing behavior removed.
2031 (isearch-set-lazy-highlight-faces-at): Removed.
2032
076ec540
KH
20332001-01-17 Kenichi Handa <handa@etl.go.jp>
2034
2035 * language/european.el ("Latin-1"): Make the format of description
2036 about additional language environments same as that of Latin-2.
2037
92328ec5
DL
20382001-01-16 Dave Love <fx@gnu.org>
2039
39f2174e
DL
2040 * isearch.el (isearch-lazy-highlight): Add :version.
2041
92328ec5
DL
2042 * simple.el (backward-delete-char-untabify-method)
2043 (next-line-add-newlines): Add :version.
2044
f251459d
GM
20452001-01-16 Gerd Moellmann <gerd@gnu.org>
2046
9d4850e5
GM
2047 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2048 Don't bind <delete> otherwise.
2049
2050 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2051 and <delete> via function-key-map.
2052
f251459d
GM
2053 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2054 Subject line only if point is after the `Subject:'.
2055
771ffcf7
KH
20562001-01-16 Kenichi Handa <handa@etl.go.jp>
2057
bda6b481
KH
2058 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2059 japanese-jisx0213-2 in `charset' property of this lang. env.
2060
35793af7
KH
2061 * language/european.el ("Latin-1"): Add description for Dutch and
2062 Spanish lang. env.
2063
771ffcf7
KH
2064 * international/mule.el (decode-char): Fix conditions.
2065 (encode-char): Handle eight-bit-control too.
1c8102ff 2066 (transform-make-coding-system-args): New function.
50c29104
KH
2067 (make-coding-system): Accept XEmacs style arguments for CCL base
2068 coding system.
771ffcf7 2069
e1cf67b6
GM
20702001-01-15 Gerd Moellmann <gerd@gnu.org>
2071
2072 * progmodes/etags.el (find-tag-noselect): Save the value of
2073 tags-file-name before switching buffers, for the case it has a
2074 buffer-local value.
2075
b3287acf
GM
20762001-01-15 Alex Schroeder <alex@gnu.org>
2077
9eaf396b
DL
2078 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2079 From Dave Love <fx@gnu.org>.
b3287acf
GM
2080 (ansi-color-for-comint-mode): Fix :version.
2081
20822001-01-15 Alex Schroeder <alex@gnu.org>
2083
2084 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2085
8d7ff9c8
EZ
20862001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2087
2088 * dired.el (dired-insert-directory): If file-system-info fails,
2089 remove the " free " part, but don't signal an error.
2090
dbe99ae9
SS
20912001-01-12 Sam Steingold <sds@gnu.org>
2092
2093 * bookmark.el (bookmark-maybe-historicize-string):
2094 Use new backquote syntax.
2095
103db06c 20962001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2097
2098 * subr.el (last): Handle a list that doesn't end in nil.
2099
ca2ddd8e
SS
21002001-01-12 Sam Steingold <sds@gnu.org>
2101
2102 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2103 to `backward-delete-char-untabify'.
2104
1751c874
DL
21052001-01-12 Dave Love <fx@gnu.org>
2106
2107 * cus-edit.el (customize-menu-create): Fix the :filter following
2108 easymenu change.
2109
2110 * wid-edit.el (function): Add :match-alternatives.
2111 (widget-color-action): Doc fix.
2112
3cccce8d
GM
21132001-01-12 Gerd Moellmann <gerd@gnu.org>
2114
2115 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2116
18bfd6b5
KH
21172001-01-12 Kenichi Handa <handa@etl.go.jp>
2118
83c9cb8e 2119 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2120
18bfd6b5
KH
2121 * international/ccl.el (define-ccl-program): Fix docstring.
2122
562e00da
DL
21232001-01-11 Dave Love <fx@gnu.org>
2124
14fd0da3
DL
2125 * international/mule-cmds.el (standard-display-european-internal):
2126 Set display table for 2208 as for 160.
2127
2128 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2129
562e00da
DL
2130 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2131 entry for custom-menu-create change.
2132 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2133 don't cons it in the search loop.
2134
2135 * imenu.el (imenu--truncate-items): Revert last change.
2136
6e961dcd
EZ
21372001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2138
2139 * info.el (Info-setup-header-line): If the node header includes
2140 either Next: or Prev: links, don't show the File: and Node: parts
2141 in the header line.
2142
2c2ff7f2
GM
21432001-01-11 Gerd Moellmann <gerd@gnu.org>
2144
a7ee2d2e
GM
2145 * comint.el (comint-goto-process-mark): Don't print a message
2146 when running in batch mode.
2147
c5348233
GM
2148 * isearch.el (isearch-search): In the condition-case handler for
2149 `error', set isearch-invalid-regexp to the whole error message.
2150
422717d1
GM
2151 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2152 ensure that eval-after-load works for files dumped with Emacs.
2153
2154 * help.el (load-symbol-file-load-history): New function extracted
2155 from function symbol-file.
2156 (symbol-file): Use it.
2157
83c9cb8e 2158 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2159
926861fb
EZ
21602001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2161
2162 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2163 behave as if there were no prefix argument.
2164 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2165 argument were nil.
2166
afa1f52c
RS
21672001-01-11 Richard M. Stallman <rms@gnu.org>
2168
ca2ddd8e 2169 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2170 Don't look for more potential matches once maximum is exceeded.
2171 Use overlays-in to check correctly for overlap with current match.
2172 Ignore empty matches.
2173
47a9f362
MB
21742001-01-11 Miles Bader <miles@gnu.org>
2175
2176 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2177 (ispell-overlay-window, ispell-help, ispell-show-choices)
2178 (ispell-command-loop): Use it instead of `window-height'.
2179
d196f58d
GM
21802001-01-10 Gerd Moellmann <gerd@gnu.org>
2181
cf523f0e
GM
2182 * files.el (confirm-kill-emacs): New user-option.
2183 (save-buffers-kill-emacs): Ask for final confirmation before
2184 killing Emacs.
2185
d196f58d
GM
2186 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2187 to nil.
2188
7c6c3d8e
GM
21892001-01-10 Dave Love <fx@gnu.org>
2190
1f8be15d
DL
2191 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2192
83c9cb8e 2193 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2194
2195 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2196
2197 * calculator.el (calculator-number-digits): Fix :type.
2198
0d5184de
DL
2199 * vc-cvs.el (vc-cvs-header): Fix :type.
2200 * vc-rcs.el (vc-rcs-header): Fix :type.
2201 * vc-sccs.el (vc-sccs-header): Fix :type.
2202
2203 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2204
7c6c3d8e
GM
2205 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2206
8c9f73a2
GM
2207 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2208
457b792c
GM
22092001-01-10 Gerd Moellmann <gerd@gnu.org>
2210
2211 * simple.el (set-variable): Force a thorough redisplay for the
2212 case that the variable has an effect on the display, like
2213 `tab-width' has.
2214
d2622d08
AS
22152001-01-10 Andre Spiegel <spiegel@gnu.org>
2216
2217 * vc.el: Add documentation for backend interface.
2218
ae4b5f4f
KH
22192001-01-10 Kenichi Handa <handa@etl.go.jp>
2220
e0844717
KH
2221 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2222
ae4b5f4f
KH
2223 * international/mule-conf.el (latin-extra-code-table): Set to t
2224 for \223 and \224.
2225
3184082b
KH
22262001-01-09 Kenichi Handa <handa@etl.go.jp>
2227
2228 * international/mule-cmds.el (locale-language-names): Map "es" to
2229 "Spanish" and "nl" to "Dutch".
2230
732b9cdd
GM
22312001-01-09 Gerd Moellmann <gerd@gnu.org>
2232
1dfca644
GM
2233 * bindings.el (global-map): Bind <home> to beginning-of-line,
2234 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2235 C-<end> to end-of-buffer.
2236
732b9cdd
GM
2237 * language/european.el: Add Dutch and Spanish language info
2238 to be able to use the appropriate tutorials.
2239
22402001-01-09 Alex Schroeder <alex@gnu.org>
2241
2242 * ansi-color.el (ansi-color-process-output): Use markers instead
2243 of positions for start and end of region.
2244 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2245 Previously, occasional mistakes happend when fontifying many
2246 chunks of output (eg. ls --color=yes /dev). This happened
2247 whenever an overlay was created up to the end of the region, which
2248 coincided with the process-mark. New text would then be added
2249 within that overlay instead of after it.
2250 (ansi-color-make-extent): Overlays are created with the property
2251 `modification-hooks' set to '(ansi-color-freeze-overlay).
2252 (ansi-color-freeze-overlay): New function. When inserting text at
2253 the end of the overlay, the overlay will resize.
2254
22552000-01-09 Alex Schroeder <alex@gnu.org>
2256
2257 * ansi-color.el (ansi-color-process-output): Doc change.
2258 (ansi-color-unfontify-region): Doc change. No longer installed
2259 automatically in font-lock-unfontify-region-function.
2260 (ansi-color-apply): Doc change.
2261 (ansi-color-apply-on-region): Use extents or overlays instead of
2262 text-properties.
2263 (ansi-color-make-extent): New function.
2264 (ansi-color-set-extent-face): New function.
2265
22662000-01-09 Alex Schroeder <alex@gnu.org>
2267
2268 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2269 both use ansi-color-process-output, now.
2270 (ansi-color-process-output): Doesn't return string anymore. It is
2271 installed in comint-output-filter-functions for both Emacs and
2272 XEmacs, now.
2273 (ansi-color-unfontify-region): Simplified code removing variables
2274 pos and start-ansi.
2275 (ansi-color-apply): Put text-property ansi-color before putting
2276 text-property face because ansi-color-unfontify-region is called
2277 immediately after the call to put-text-property.
2278 (ansi-color-context-region): Doc change.
2279 (ansi-color-filter-region): Simplified code.
2280 (ansi-color-apply-on-region): Changed start to start-marker, using
2281 a marker explicitly. Put text-property ansi-color before putting
2282 text-property face because ansi-color-unfontify-region is called
2283 immediately after the call to put-text-property.
2284
22852000-01-09 Alex Schroeder <alex@gnu.org>
2286
2287 * ansi-color.el (ansi-color-faces-vector): Doc change.
2288 (ansi-color-for-comint-mode): Changed :type property to choice.
2289 (ansi-color-last-context): Removed.
2290 (ansi-color-process-output): Don't use ansi-color-last-context, as
2291 the main functions will store their context now.
2292 (ansi-color-context): Doc change.
2293 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2294 Uses ansi-color-context such that repeated calls will strip
2295 partial escape sequences, too.
2296 (ansi-color-apply): Simplified code. Colorize end of string if
2297 face is not null. Store context in new (FACE STRING) format, such
2298 that repeated calls will strip partial escape sequences, too.
2299 Append faces to face property using ansi-color-apply-sequence such
2300 that cumulative mode actually works.
2301 (ansi-color-context-region): New variable.
2302 (ansi-color-filter-region): Rewrote it based on
2303 ansi-color-apply-on-region. Uses ansi-color-context-region such
2304 that repeated calls will strip partial escape sequences, too.
2305 (ansi-color-apply-on-region): Simplified code. Colorize end of
2306 region if face is not null. Store context in new (FACE POS)
2307 format, such that repeated calls will strip partial escape
2308 sequences, too. Append faces to face property using
83c9cb8e 2309 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2310 (ansi-color-apply-sequence): New function.
2311 (ansi-color-get-face): When the default face is added to the list
2312 of faces, all previous settings are discarded and the list of
2313 faces is set to '(default).
2314
23152000-01-09 Alex Schroeder <alex@gnu.org>
2316
2317 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2318 face, such that ansi-color-apply and ansi-color-apply-on-region
2319 will do the right thing.
2320 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2321 returns nil, set the list of faces back to nil instead of
83c9cb8e 2322 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2323
23242000-01-09 Alex Schroeder <alex@gnu.org>
2325
2326 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2327 (ansi-color-process): Doc change.
2328 (ansi-color-last-context): New buffer-local variable.
2329 (ansi-color-process-output): New function. It is automatically
2330 added to comint-output-filter-functions if this is XEmacs.
2331 (ansi-color-unfontify-region): New optional parameter for XEmacs
2332 compatibility. Check wether font-lock-syntactic-keywords is
2333 boundp before removing the syntax table text property, as XEmacs
2334 doesn't have it.
2335 (ansi-color-filter-region): Doc change.
2336 (ansi-color-apply-on-region): Doc change.
2337 (ansi-color-make-face): New function. Compatibility layer for
2338 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2339 (ansi-color-make-color-map): Use ansi-color-make-face.
2340 (ansi-color-get-face): Avoid face text property '(nil) as results
2341 in an errow for XEmacs.
2342
23432000-01-09 Alex Schroeder <alex@gnu.org>
2344
83c9cb8e
SM
2345 * ansi-color.el (ansi-color-unfontify-region): New function.
2346 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2347 ansi-color. When the package is loaded, a lambda expression is
2348 put onto font-lock-mode-hook. This lambda expression will check
2349 font-lock-unfontify-region-function and replace
83c9cb8e 2350 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2351 (ansi-color-apply): Add text-property ansi-color in addition to
2352 text-property face.
2353 (ansi-color-apply-on-region): Add text-property ansi-color in
2354 addition to text-property face.
2355 (save-buffer-state): Copy of the macro that is also used by
2356 lazy-lock and font-lock.
2357
2358 (ansi-color-for-comint-mode): New option.
2359 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2360 (ansi-color-for-comint-mode-off): Ditto.
2361 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2362 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2363 decide what to do. This function is added to
2364 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2365
2366 (ansi-color-for-shell-mode-set): Removed.
2367 (ansi-color-for-shell-mode): Removed.
2368
23692000-01-09 Alex Schroeder <alex@gnu.org>
2370
2371 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2372 the lambda expression from the ansi-color-for-shell-mode :set
2373 property. Additionally, modify shell-mode-hook to enable or
2374 disable font-lock-mode for future shell buffers.
2375 (ansi-color-for-shell-mode): The :set property calls
2376 ansi-color-for-shell-mode-set instead of a lambda expression.
2377
23782000-01-09 Alex Schroeder <alex@gnu.org>
2379
2380 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2381 (ansi-color-context): New variable.
2382 (ansi-color-apply): Save context between calls.
2383
fb55ff10
EZ
23842001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2385
83c9cb8e
SM
2386 * isearch.el (isearch, isearch-lazy-highlight-face):
2387 New definitions for face colors and attributes.
29910493 2388
fb55ff10
EZ
2389 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2390 of display-mouse-p.
2391
134d6265
KH
23922001-01-09 Kenichi Handa <handa@etl.go.jp>
2393
2394 * international/mule.el (make-coding-system): If the coding system
2395 accepts extra latin codes, register such codes as safe for the
2396 coding system.
2397
103db06c 23982001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2399
984c9f75
RS
2400 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2401 don't mention the file name or the date here, because they are
2402 logged at the start of the file.
2403
24042001-01-08 Richard M. Stallman <rms@gnu.org>
2405
78b8eee8
RS
2406 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2407 Change screen-width to frame-width.
2408
1460e5d4
EZ
24092001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * info.el (Info-search): Print the default as part of the prompt.
2412
56f24bc1
AS
24132001-01-08 Andre Spiegel <spiegel@gnu.org>
2414
ca2ddd8e 2415 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2416 constant implementations in backends.
2417
2418 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2419 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2420
2421 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2422 WRITABLE to EDITABLE.
2423
2424 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2425 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2426 to EDITABLE.
2427
b7812d30
EZ
24282001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2429
2430 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2431 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2432
7e56ea04
GM
24332001-01-08 Gerd Moellmann <gerd@gnu.org>
2434
2435 * isearch.el (isearch-old-signal-hook): Removed.
2436 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2437 instead of setting signal-hook-function.
2438 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2439
a758f97d
GM
24402001-01-08 Kevin Gallagher <kevingal@onramp.net>
2441
2442 * emulation/edt.el: Update to version 4.0. Provide support for
2443 EDT scroll margins at top and bottom of the window. Provide an
2444 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2445 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2446 user when file-related buffer modifications exist.
2447 Provide support for running EDT Emulation in XEmacs.
2448 Provide customize access to some user updatable variables.
2449 Add Commentary section to file header.
2450 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2451
2452 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2453 for detecting a keypress that generates an ASCII key sequence.
2454 (Previously, only a keypress that generates a vector was
2455 recognized.) Embed Window Manager name into name of the generated
2456 EDT Emulation initialization file since the initialization file is
2457 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2458
30db89f9
EZ
24592001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2460
4deb3ba9
EZ
2461 * mail/sendmail.el (mail-mode): Doc fix.
2462
30db89f9
EZ
2463 * info.el (Info-goto-emacs-command-node): Doc fix.
2464 (Info-goto-emacs-key-command-node): Doc fix.
2465
c3f2772b
EZ
24662001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2467
8726e79b 2468 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2469 systems without long file-name support.
2470
0dac6924
AI
24712001-01-06 Andrew Innes <andrewi@gnu.org>
2472
2473 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2474
4e6ef391
EZ
24752001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2476
380866a2
EZ
2477 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2478 (isearch-lazy-highlight-update): Doc fix.
2479
148b5960
EZ
2480 * ffap.el (ffap-bindings): Doc fix.
2481
4e6ef391
EZ
2482 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2483
4cb1bcc2
DL
24842001-01-05 Dave Love <fx@gnu.org>
2485
2486 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2487
3828218c
GM
24882001-01-05 Gerd Moellmann <gerd@gnu.org>
2489
83c9cb8e
SM
2490 * mouse-drag.el (mouse-drag-safe-scroll):
2491 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2492
1f4139d5
GM
2493 * isearch.el (isearch-old-signal-hook): New variable.
2494 (isearch-mode): Set signal-hook-function to isearch-done.
2495 (isearch-done): Restore old signal-hook-function.
2496
3828218c
GM
2497 * info.el (Info-fontify-node): Mark one more char as intangible.
2498
3970013f
KH
24992000-01-05 Kenichi Handa <handa@etl.go.jp>
2500
83c9cb8e
SM
2501 * composite.el (compose-last-chars): New argument COMPONENTS.
2502 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2503 COMPONENTS.
2504
2505 * international/quail.el (quail-input-string-to-events): New function.
2506 (quail-input-method): Convert input string to events here.
2507 (quail-start-translation): Return input string, not event list.
2508 (quail-start-conversion): Likewise.
2509
f3b05e99
GM
25102001-01-04 Gerd Moellmann <gerd@gnu.org>
2511
ca2ddd8e 2512 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2513 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2514 and tooltip-add-timeout.
2515 (tooltip-show): Set border color from faces's foreground.
2516 (tooltip-show-help-function): If called with the same help string
2517 as last time, do nothing.
2518 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2519
0f2ac578
GM
2520 * startup.el (fancy-splash-screens): Don't bind show-help-function
2521 to nil.
2522
f3b05e99
GM
2523 * tooltip.el (tooltip-frame-parameters): Remove colors.
2524 (tooltip): New face
2525 (tooltip-set-param): New function.
2526 (tooltip-show): Set up color frame parameters from face `tooltip'.
2527 Display the tooltip text in face `tooltip'.
2528
8416e94a
DL
25292001-01-04 Dave Love <fx@gnu.org>
2530
2531 * whitespace.el (whitespace-global-mode): Fix typo.
2532
2533 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2534
30db89f9
EZ
25352001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2536
83c9cb8e
SM
2537 * help.el (help-for-help): Fix a typo in a doc string.
2538 From kwzh@gnu.org (Karl Heuer).
30db89f9 2539
b847eb8c
DL
25402001-01-03 Dave Love <fx@gnu.org>
2541
2542 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2543 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2544 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2545 (dired-guess-shell-alist-user): Customize.
2546 (dired-x-help-address): Set to bug-gnu-emacs.
2547 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2548 (dired-default-directory): Renamed from default-directory.
2549
2550 * hl-line.el (hl-line): Doc fix.
2551
43c4b570
KF
25522001-01-03 Karl Fogel <kfogel@red-bean.com>
2553
1bf6b1bf 2554 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2555
984c9f75 25562001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2557
2558 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2559 to remove all the current alternative-match highlighting.
2560 If nil, remove only what's outside the current window.
2561 (isearch-lazy-highlight-remove-overlays): Take optional
2562 region within which NOT to remove them.
2563 (isearch-lazy-highlight-new-loop): Greatly simplified.
2564 (isearch-lazy-highlight-update): Find all the other occurrences
2565 visible in the window, in just one call.
2566 (isearch-lazy-highlight-start): Now holds start of region to scan.
2567 (isearch-lazy-highlight-end): Now holds end of region to scan.
2568 (isearch-lazy-highlight-wrapped): Variable deleted.
2569 (isearch-lazy-highlight-search): Function deleted.
2570
13d6a61c
AI
25712000-01-02 Andrew Innes <andrewi@gnu.org>
2572
2573 * w32-fns.el (convert-standard-filename): Do length check on name
2574 before aref.
2575
064866e7
DL
25762001-01-02 Dave Love <fx@gnu.org>
2577
b33e041b
DL
2578 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2579 value.
2580 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2581
2582 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2583
8166ffd5
DL
2584 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2585 read syntax.
2586
064866e7
DL
2587 * calendar/todo-mode.el (todo): Add :link, :version.
2588 (todo-save-top-priorities): Remove autoload cookie.
2589 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2590 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2591
6dde6abc
GM
25922001-01-02 Gerd Moellmann <gerd@gnu.org>
2593
2594 * comint.el (comint-input-history-ignore): New variable.
2595 (comint-read-input-ring): Ignore entries matching
2596 comint-input-history-ignore.
2597
1a8a9daf
GM
25982001-01-02 Eric M. Ludlam <zappo@gnu.org>
2599
2600 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2601 (lm-copyright-mark): New function.
2602 (lm-crack-copyright): New function.
2603 (lm-verify): Check that the file has a copyright.
2604 Check that the file is copyright Free Software Foundation.
2605
9c92eb53
KH
26062000-12-30 Kenichi Handa <handa@etl.go.jp>
2607
2608 * international/mule-diag.el (print-fontset): Indent font name by
2609 24 columns, not 25.
2610
49172314
GM
26112000-12-29 Gerd Moellmann <gerd@gnu.org>
2612
762a68ec
GM
2613 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2614 in Subject line.
2615
49172314 2616 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2617 Use mail-mode-hook instead of mail-setup-hook.
2618 Otherwise continuing an interrupted message with C-u C-x m for
2619 instance, winds up in Mail mode without abbrevs.
49172314 2620
bd7a2e26
GM
26212000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2622
2623 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2624 non-nil. Adding almost all customization variables on ps-setup.
2625 Doc fix.
bd7a2e26
GM
2626 (ps-print-version): New version number (6.3.3).
2627 (ps-end-with-control-d): Initialization fix.
2628 (ps-lines-printed): New var.
2629 (ps-skip-newline): New fun.
2630 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2631 (ps-next-line, ps-continue-line, ps-plot-region)
2632 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2633
2b3f28a4
KH
26342000-12-29 Kenichi Handa <handa@etl.go.jp>
2635
83c9cb8e
SM
2636 * international/fontset.el (x-complement-fontset-spec):
2637 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2638 registered in x-font-name-charset-alist.
2639 (create-fontset-from-fontset-spec): Adjusted for the above change.
2640 The name of fontset alias should be a unresolved ASCII font name.
2641
2ece9174
GM
26422000-12-28 Gerd Moellmann <gerd@gnu.org>
2643
2644 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2645 and delete in isearch-mode-map.
2646
cbe3ad7a
RS
26472000-12-28 Richard M. Stallman <rms@gnu.org>
2648
ca2ddd8e 2649 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2650 Use xpdf instead of acroread.
2651
a816f1c5
KH
26522000-12-28 Kenichi Handa <handa@etl.go.jp>
2653
f086e73c
KH
2654 * textmodes/artist.el (artist-butlast): Deleted.
2655 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2656 artist-butlast.
f086e73c 2657
a816f1c5
KH
2658 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2659
2660 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2661
b202115b
EZ
26622000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2663
2664 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2665
2666 * ls-lisp.el: Better support for the Mac and MS-Windows.
2667 (ls-lisp): New defgroup.
2668 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2669 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2670 (ls-lisp-support-shell-wildcards): New defcustoms.
2671 (ls-lisp-parse-symlink): New function.
2672 (insert-directory): Code to convert switches to a list and set up
2673 the wildcard argument copied from ls-lisp-insert-directory.
2674 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2675 for -C and -R switches.
2676 (ls-lisp-column-format): New function.
ca2ddd8e 2677 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2678 (ls-lisp-format-time): Add doc strings.
2679 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2680 Support ls-lisp-dirs-first.
2681 (ls-lisp-classify, ls-lisp-extension): New functions.
2682 (ls-lisp-format): Optionally support emulation of symlinks.
2683 Support -i, -s, and -G switches.
2684
6061fbf0
GM
26852000-12-27 Gerd Moellmann <gerd@gnu.org>
2686
5e25feee
GM
2687 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2688
6061fbf0
GM
2689 * version.el (emacs-version): Print X scroll bar information.
2690
2691 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2692 instead of x-toolkit-scroll-bars-p.
2693
2694 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2695 of x-toolkit-scroll-bars-p.
2696
25050dab
EZ
26972000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2698
83c9cb8e 2699 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2700 (ffap-bindings): Doc fix, to reflect the above change.
2701
c1786874
KH
27022000-12-27 Kenichi Handa <handa@etl.go.jp>
2703
2704 * term.el (term-char-mode): Define all non-ascii self-inserting
2705 characters to 'term-send-raw in term-raw-map.
2706
7261ece3 27072000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2708
83c9cb8e 2709 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2710
83c9cb8e
SM
2711 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2712 Changed initialization; use add-hook.
6061fbf0 2713 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2714
6061fbf0 2715 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2716
6061fbf0
GM
2717 * ediff.el (ediff-patch-buffer): Bug fix.
2718 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2719
83f40583
SM
27202000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2721
2722 * subr.el (combine-run-hooks): Remove.
2723
2724 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2725 and remove the rogue second spec.
2726
bdd6d4e8
GM
27272000-12-23 Gerd Moellmann <gerd@gnu.org>
2728
2729 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2730
26736ce3
SM
27312000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2732
0e86b6b0
SM
2733 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2734 Use minibuffer menu prompt for the `=' prefix.
2735 (smerge-command-prefix): Change default to C-^.
6eabfb26 2736 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2737
26736ce3
SM
2738 * skeleton.el (skeleton-internal-1): Make sure the first line of
2739 the region is also re-indented.
d21584d6
SM
2740 (skeleton-end-newline): New var.
2741 (skeleton-end-hook): Use it.
26736ce3 2742
95fa4fd7
MB
27432000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2744
2745 * comint.el (comint-password-prompt-regexp): Support CVS.
2746
f060b834
GM
27472000-12-22 Gerd Moellmann <gerd@gnu.org>
2748
83c9cb8e
SM
2749 * simple.el (delete-key-deletes-forward-mode): Simplify.
2750 Also backspace key combinations, depending on
856ff7a7
GM
2751 delete-key-deletes-forward.
2752
2753 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2754
f060b834
GM
2755 * simple.el (delete-key-deletes-forward): Doc fix.
2756
653558a1
GM
27572000-08-22 Emmanuel Briot <briot@gnat.com>
2758
2759 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2760 white spaces are relevant in the XML file.
653558a1
GM
2761 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2762 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2763 of XML files.
653558a1
GM
2764 (xml-parse-tag): Check that the casing is the same in the start
2765 tag and end tag, since XML is case-sensitive. Allows for spaces
2766 in the end tag, after the name of the tag.
2767 (xml-parse-attlist): Allow for the character '-' in the name of
2768 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2769 the properties in the XML tree, since they are not relevant.
653558a1 2770
3ad93d8d
SM
27712000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2772
2773 * generic.el (generic-read-type): Undo last change, inline into
2774 `generic-mode' and then remove.
2775 (generic-mode): Inline generic-read-type.
2776 (define-generic-mode): Push the symbol name rather than the symbol
2777 onto generic-mode-list.
2778
177f4e88
GM
27792000-12-21 Gerd Moellmann <gerd@gnu.org>
2780
8e15274f
GM
2781 * generic.el (generic-read-type): Build an alist for
2782 completing-read as in 20.7.
2783
2784 * play/landmark.el (lm): Use interactive spec `P'.
2785 (toplevel): Don't set debug-on-error.
2786
83c9cb8e 2787 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2788
6ba384dc
GM
27892000-12-21 Dave Pearson <davep@davep.org>
2790
2791 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2792
647a066c
GM
27932000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2794
2795 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2796 ranges like \177-\237, but accepts the character sequence from \177 to
2797 \237. Doc fix.
2798 (ebnf-version): New version (3.4).
2799 (ebnf-setup): Code fix.
2800 (ebnf-range-regexp): New fun.
2801 (ebnf-8-bit-chars): Const fix.
2802
2803 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2804 entry. Doc fix.
2805 (ebnf-bnf-lex): Code fix.
2806 (ebnf-bnf-comment-chars): Const fix.
2807
2808 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2809 entry. Doc fix.
2810 (ebnf-iso-comment-chars): Const fix.
2811
2812 * ebnf-otz.el: Doc fix.
2813
2814 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2815 entry. Doc fix.
2816 (ebnf-yac-skip-code): Code fix.
2817 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2818
bc22fd18
EZ
28192000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2820
2821 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
2822 (recover-file): Use it instead of insert-directory.
2823 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2824
587fc3f9
KH
28252000-12-21 Kenichi Handa <handa@etl.go.jp>
2826
83c9cb8e
SM
2827 * international/mule-cmds.el (select-safe-coding-system):
2828 Check coding-category-list more rigidly. Improve help message.
eeefcfde 2829
587fc3f9
KH
2830 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2831
01860fb9
MB
28322000-12-21 Miles Bader <miles@gnu.org>
2833
83c9cb8e 2834 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 2835
3f9d67a6
KH
28362000-12-21 Kenichi Handa <handa@etl.go.jp>
2837
9fd1c1f7
KH
2838 * international/mule-diag.el (describe-char-after): Make *Help*
2839 buffer inherit multibyteness of the current buffer.
2840
3f9d67a6
KH
2841 * international/mule.el (make-char): Docstring adjusted for the
2842 change of make-char-internal.
2843
c9669fac
SM
28442000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2845
2846 * international/iso-cvt.el: Docstrings fix.
2847
19594307
DL
28482000-12-20 Dave Love <fx@gnu.org>
2849
2850 * subr.el (eval-after-load): Doc fix.
2851
b1a447b3
KH
28522000-12-20 Kenichi Handa <handa@etl.go.jp>
2853
2854 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2855 for numbers.
2856
09877d5d
MB
28572000-12-20 Miles Bader <miles@gnu.org>
2858
2859 * international/quail.el (quail-help): Resize the help window
2860 again after it has all its contents. Remove unneeded progn.
2861
71d4497a
GM
28622000-12-19 Gerd Moellmann <gerd@gnu.org>
2863
2864 * pcmpl-linux.el: Fix copy/paste error.
2865
741e56a0
AI
28662000-12-19 Andrew Innes <andrewi@gnu.org>
2867
83c9cb8e 2868 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 2869
cc24d91c
CD
28702000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2871
ba4c05aa
CD
2872 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2873
2874 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2875
2876 * progmodes/idlw-shell.el: Fixed copyright notice.
2877
2878 * progmodes/idlwave.el: Fixed copyright notice.
2879
71d4497a 2880 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2881 TAB as key separators.
2882
524c8caf
GM
28832000-12-19 Alex Schroeder <alex@gnu.org>
2884
2885 * sql.el (sql-sybase-options): New option.
2886 (sql-sybase): Use it. Add sql-database to the list of parameters
2887 provided for login. The options -w 2048 -n are not used any more.
2888 (sql-postgres-options): Changed default from "--pset" to "-P".
2889 (sql-mysql-options): Doc change.
2890 (sql-stop): Doc change.
2891
b5fa513d
KH
28922000-12-19 Kenichi Handa <handa@etl.go.jp>
2893
2894 * international/quail.el (quail-input-method): Always hide
2895 the guidance buffer on exiting.
2896
91c9e6ce
GM
28972000-12-18 Gerd Moellmann <gerd@gnu.org>
2898
c6da4eb4
GM
2899 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2900 isn't fboundp.
2901
3d2a0e0b
GM
2902 * server.el (server-buffer-done): Bury the buffer before
2903 killing it.
2904
91c9e6ce
GM
2905 * faces.el (face-spec-set): Interpret a nil in specs for
2906 foreground and background colors as `unspecified', for
2907 compatibility with 20.x.
2908
40fa0008
DL
29092000-12-18 Dave Love <fx@gnu.org>
2910
22adbe54
DL
2911 * simple.el (mail-user-agent): Doc fix.
2912 (input-mode-8-bit): Removed.
2913
2914 * international/mule.el (set-keyboard-coding-system): Doc fix.
2915 (keyboard-coding-system): New option.
2916
40fa0008
DL
2917 * mail/sendmail.el (send-mail-function): Customize.
2918
6f4745e2
EZ
29192000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * international/codepage.el (cp866-decode-table): New table.
2922
82b90229
GM
29232000-12-18 Gerd Moellmann <gerd@gnu.org>
2924
2925 * version.el (emacs-version): Remove `%a' from the time format
2926 because the weekday doesn't fit well into each locale.
2927
5a047002
MB
29282000-12-18 Miles Bader <miles@gnu.org>
2929
7f49aa07
MB
2930 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2931
ca2ddd8e 2932 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2933 Check that emacs-major-version is `=' to 20, not `>='.
2934 (artist-replace-chars): Use `make-string' instead of a loop.
2935
22ea2607
EZ
29362000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2937
2938 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2939 (cvs-execute-single-file): Don't change directory.
2940 Patch from Per Cederqvist.
2941
6c825f8e
EZ
29422000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2943
83c9cb8e
SM
2944 * textmodes/ispell.el (check-ispell-version):
2945 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
2946 of -vv.
2947
8ff06845
KH
29482000-12-16 Kenichi Handa <handa@etl.go.jp>
2949
af4bb4c8
KH
2950 * international/mule-diag.el (mule-diag): Insert information about
2951 configure options, multibyte awareness, language env.
2952
8ff06845
KH
2953 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2954 regexp to search for candidates.
2955
b24e84ab
EZ
29562000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2957
2958 * info.el (Info-forward-node): If the node has an
2959 Info-header-line, widen the buffer before searching for "next:"
2960 and "up:" pointers, and set the search limit to stay in the
2961 current node.
2962
7981d89f
MB
29632000-12-16 Miles Bader <miles@gnu.org>
2964
2965 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2966
88ee7917
MB
29672000-12-15 Miles Bader <miles@gnu.org>
2968
2969 * comint.el (comint-send-string, comint-send-region): Also accept
2970 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2971 process-send-string/region.
2972
0c28d842
GM
29732000-12-15 Gerd Moellmann <gerd@gnu.org>
2974
4ea7fdca
GM
2975 * isearch.el (isearch-lazy-highlight-max): New user-option.
2976 (isearch-lazy-highlight-update): Don't highlight more than
2977 isearch-lazy-highlight-max matches.
2978
0c28d842
GM
2979 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2980
984c9f75 29812000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2982
8062e53a
GM
2983 * sort.el (sort-columns): Fix error message.
2984
3ffa545b
GM
2985 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2986 `upcase' or `downcase' or nil.
2987 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2988 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2989 (dabbrev--substitute-expansion): New arg record-case-pattern.
2990 If it is non-nil, set dabbrev--last-case-pattern.
2991 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2992
2993 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2994
c2d7f289
MB
29952000-12-15 Miles Bader <miles@gnu.org>
2996
b6348438
MB
2997 * paths.el (Info-default-directory-list): Don't delete
2998 configure-info-directory from the list of standard info
83c9cb8e 2999 directories when appending it to the end -- their order is important.
b6348438 3000
f9056dd9
MB
3001 * faces.el (read-face-attribute): If there's no entry for the
3002 user's input in VALID, just use it as-is (this will often result
3003 in an error, but it may be OK for e.g. colors using hexadecimal
3004 notation, and at least will yield a better error message).
3005
c2d7f289 3006 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3007 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3008 Variables removed.
3009 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3010 window is really the right size. Use vertical-motion
3011 rather than forward-line.
3012 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3013 (ispell-command-loop, ispell-show-choices): Use the variable
3014 ispell-choices-win-default-height, rather than the function.
3015 (ispell-choices-win-default-height): Function removed.
3016 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3017
8f530b95
SM
30182000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3019
3020 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3021
6d435deb
EZ
30222000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3023
83c9cb8e
SM
3024 * paths.el (Info-default-directory-list):
3025 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3026 put it first in the list; otherwise put it last. Doc string
3027 changed accordingly.
3028
3029 * info.el (Info-directory-list): Change doc string to reflect the
3030 change in Info-default-directory-list.
3031
6d435deb
EZ
3032 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3033 windows-nt as windowed environments, even under -nw.
3034
3035 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3036 if not fboundp. Switch delete-forward mode for the <delete> key
3037 on all PC platforms, even under -nw.
3038
3039 * term/internal.el ([M-delete]): Remap to M-d.
3040
9d7d9263
GM
30412000-12-14 Gerd Moellmann <gerd@gnu.org>
3042
3043 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3044
7cf0153a
EZ
30452000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3046
3047 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3048
5e5b3d41
GM
30492000-12-14 Gerd Moellmann <gerd@gnu.org>
3050
5f368d29
GM
3051 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3052 if appropriate.
3053
3054 * simple.el (delete-key-deletes-forward): New user-option.
3055 (delete-key-deletes-forward-mode): New function.
3056
9d7d9263 3057 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3058
83c9cb8e
SM
3059 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3060 Test if symbol is bound before getting its value.
5e5b3d41
GM
3061
3062 * tooltip.el (tooltip-show): If an error is signaled in
3063 x-show-tip, display that error, and display the help in the
3064 echo area.
ca2ddd8e 3065
191b83b6
KH
30662000-12-14 Kenichi Handa <handa@etl.go.jp>
3067
83c9cb8e
SM
3068 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3069 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3070
6192b604
KF
30712000-12-13 Karl Fogel <kfogel@red-bean.com>
3072
3073 * bookmark.el: Provide a generic exit hook, as suggested by
3074 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3075 (bookmark-exit-hook): New var.
3076 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3077 old raw lambda form in `kill-emacs-hook', and runs new
3078 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3079 as logically that feature must have been provided if this function
3080 is running.
3081 Removed ;;;###autoload before the `add-hook' call.
3082
5edf6b55
SM
30832000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3084
3085 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3086 (easy-menu-current-active-maps): New function.
3087 (easy-menu-get-map): Use it.
3088 Make a proper menu entry when creating a new keymap.
3089
16b5e8e6
KH
30902000-12-13 Kenichi Handa <handa@etl.go.jp>
3091
d49fc4eb
KH
3092 * international/characters.el: Fix cases and syntaxes for
3093 mule-unicode-0100-24ff.
3094
3b53d876
KH
3095 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3096 that a Japanese character is not appended after day and year.
3097
16b5e8e6
KH
3098 * info.el (Info-suffix-list): Change format for a command that
3099 requires arguments.
3100 (info-insert-file-contents): Adjusted for the above change.
3101
1df1c518
AS
31022000-12-12 Andreas Schwab <schwab@suse.de>
3103
3104 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3105 on the name of the tar buffer. Verify that the existing buffer is
3106 visiting the same subfile.
3107
a7a07b98
DL
31082000-12-12 Dave Love <fx@gnu.org>
3109
3110 * subdirs.el: Add obsolete.
3111
4fdbd809
GM
31122000-12-12 Gerd Moellmann <gerd@gnu.org>
3113
bfdb75ee
GM
3114 * mail/rmailsum.el (rmail-summary-expunge)
3115 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3116 instead of rmail-confirm-expunge.
3117
4fdbd809
GM
3118 * replace.el (perform-replace): Don't use an empty match adjacent
3119 to a non-empty match when computing the next match before the
3120 replacement is performed.
3121
e9a59cad
GM
31222000-12-12 Milan Zamazal <pdm@freesoft.cz>
3123
3124 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3125 definition (patch by Stefan Monnier).
3126 (glasses-mode): Use jit-lock instead of `after-change-functions'
3127 (patch by Stefan Monnier).
3128
c2def7a0
MB
31292000-12-12 Miles Bader <miles@gnu.org>
3130
3131 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3132 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3133
591b63b4
AC
31342000-12-12 Andrew Choi <akochoi@i-cable.com>
3135
3136 * term/mac-win.el: Remove load for ls-lisp.
3137
a924cf63 3138 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3139
5ff4ba3d
MB
31402000-12-12 Miles Bader <miles@gnu.org>
3141
3142 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3143 Respect field end too.
3144 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3145 (newline-and-indent, reindent-then-newline-and-indent):
3146 Use `delete-horizontal-space'.
5ff4ba3d 3147
d0c679bc
SM
31482000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3149
adf9c994
SM
3150 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3151 (so as to obey the field property in the minibuffer).
3152
4b0cd42d
SM
3153 * obsolete/c-mode.el: Moved from lisp/progmodes.
3154 * obsolete/auto-show.el: Moved from lisp.
3155 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3156
89f85863
CD
31572000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3158
3159 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3160 changes to list them here.
89f85863 3161
83c9cb8e
SM
3162 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3163 Too many changes to list them here.
89f85863 3164
83c9cb8e
SM
3165 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3166 Too many changes to list them here.
89f85863
CD
3167
3168 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3169
3e0d35ce
GM
31702000-12-11 Gerd Moellmann <gerd@gnu.org>
3171
83c9cb8e 3172 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3173
ca2ddd8e 3174 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3175 Comment fix.
3176
3e0d35ce
GM
3177 * hscroll.el: Moved to `obsolete' subdir.
3178
ff904dd6
MB
31792000-12-11 Miles Bader <miles@gnu.org>
3180
3181 * window.el (window-text-height): Function removed (now in C).
3182
fb97d87f
SM
31832000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3184
3185 * log-edit.el (log-edit-parent-buffer): New var.
3186 (log-edit): Set it. Add BUFFER argument.
3187 (log-edit-done): Use char-before.
3188 Don't bother checking validity of vc-comment-ring.
3189 Only bury the buffer if log-edit popped it up.
3190
3191 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3192 (cvs-mode-diff-help): Remove.
3193 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3194 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3195
3196 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3197 Remove binding for ? now made unnecessary.
3198
7de77417
CD
31992000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3200
83c9cb8e 3201 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3202 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3203
3204 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3205 when master file is not open.
3206
4efa209f
SM
32072000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3208
3209 * progmodes/ada-stmt.el: Update `maintainer'.
3210
0a8052bd
GM
32112000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3212
3213 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3214 choices to match documentation string.
3215
a12167c5
MB
32162000-12-09 Miles Bader <miles@gnu.org>
3217
2161605d
MB
3218 * minibuf-eldef.el: New file.
3219
a12167c5
MB
3220 * window.el (fit-window-to-buffer): Don't pass last argument to
3221 pos-visible-in-window-p, now that its meaning is inverted.
3222
9ea8de1b
EZ
32232000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3224
3225 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3226 <ceder@lysator.liu.se>.
3227
5002ddbb
SM
32282000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3229
b6114d80
SM
3230 * autoinsert.el (auto-insert-alist): Add missing final \n.
3231
ee8d23ee
SM
3232 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3233 (cvs-menu-map): Remove.
3234 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3235 (cvs-mode-quit): Turn it back into a plain function.
3236
5002ddbb 3237 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3238 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3239
3240 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3241 file where it's more visible.
3242 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3243 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3244 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3245 (texinfo-inside-macro-p): Only catch `scan-error's.
3246 (texinfo-inside-env-p): Make better use of the match info.
3247 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3248 (texinfo-insert-@end): Slight re-organization.
3249 Also remove useless `looking-at' call.
3250
30cd075d
AI
32512000-12-08 Andrew Innes <andrewi@gnu.org>
3252
3253 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3254 accessible in -nw mode.
3255
3256 * term/w32-win.el: Remove stuff about selection timeout, which is
3257 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3258 it is accessible in -nw mode.
3259
01b91009
DL
32602000-12-08 Dave Love <fx@gnu.org>
3261
83c9cb8e
SM
3262 * emacs-lisp/lisp-mode.el (lisp-mode):
3263 Set font-lock-keywords-case-fold-search.
01b91009 3264
842b2a94
GM
32652000-12-08 Gerd Moellmann <gerd@gnu.org>
3266
3267 * textmodes/ispell.el (ispell): Doc fix.
3268
f9d5f611
KH
32692000-12-08 Kenichi Handa <handa@etl.go.jp>
3270
3271 * international/quail.el (quail-insert-decode-map): Check the
3272 frame width of a window displaying the current buffer, not that of
3273 the selected frame.
3274 (quail-help): Make sure that the help buffer has window before
3275 inserting text in it.
3276
e04d21aa
SS
32772000-12-07 Sam Steingold <sds@gnu.org>
3278
3279 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3280 Backquote is used in isearch.el, so autoloading saves nothing.
3281
fc3e23a4
EZ
32822000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3283
83c9cb8e
SM
3284 * startup.el (normal-top-level-add-subdirs-to-load-path):
3285 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3286
fc3e23a4
EZ
3287 * dired.el (dired-insert-directory): If file-system-info is
3288 fboundp, call it instead of invoking dired-free-space-program.
3289
796ecd10
GM
32902000-12-07 Gerd Moellmann <gerd@gnu.org>
3291
0f5f7c3e
GM
3292 * server.el (server-visit-files): Push files on file-name-history.
3293
3764ba49
GM
3294 * progmodes/cc-langs.el: Update copyright.
3295
8e7931da
GM
3296 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3297
ae0d7485 3298 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3299
796ecd10
GM
3300 * bindings.el (mode-line-mode-menu): Reverse the order
3301 of define-keys so that the menu appears in alphabetical order.
3302
ae0d7485
GM
33032000-12-07 Milan Zamazal <pdm@freesoft.cz>
3304
3305 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3306 of the function.
3307
e2849090
DL
33082000-12-07 Dave Love <fx@gnu.org>
3309
3310 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3311
3312 * facemenu.el (facemenu-unlisted-faces): Fix value.
3313
5c7f629c
SM
33142000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3315
3316 * font-lock.el (font-lock-default-fontify-region):
3317 Include the terminating \n (off-by-one error).
3318 (font-lock-set-defaults): Use dolist.
3319
3320 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3321
73481ae3
KH
33222000-12-07 Kenichi Handa <handa@etl.go.jp>
3323
83c9cb8e
SM
3324 * international/mule-cmds.el (describe-language-environment):
3325 Fix for the case that an input method title is not string but a list.
ffbaa122 3326
73481ae3
KH
3327 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3328 of wrong SIZE record.
3329
e2896b22
DL
33302000-12-06 Dave Love <fx@gnu.org>
3331
67292061
DL
3332 * newcomment.el (comment-region, comment-dwim): Doc fix.
3333
3334 * textmodes/texinfo.el: Require tex-mode when compiling.
3335 (texinfo-update-node): Doc fix.
3336 (texinfo-imenu-generic-expression): Add @anchor.
3337 (texinfo-font-lock-keywords): Add @uref.
3338 (texinfo-inside-macro-p): Don't use ignore-errors.
3339 (texinfo-insert-quote): Match more contexts.
3340
e76938e7
DL
3341 * international/mule.el (decode-char, encode-char): Doc fix.
3342 (auto-coding-alist): Customize.
3343
3344 * files.el (load-file): Fix change of 2000-03-12.
3345
e2896b22
DL
3346 * wid-edit.el (widget-text-keymap): Doc fix.
3347
6610f4b2
AI
33482000-12-06 Andrew Innes <andrewi@gnu.org>
3349
3350 * makefile.w32-in (lisp): Set to an absolute directory, namely
3351 $(CURDIR).
3352
9e3366e4
EZ
33532000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3354
3355 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3356 read generated-autoload-file, and set buffer-file-coding-system to
3357 raw-text-unix after reading the file.
3358
83c9cb8e
SM
3359 * international/mule-conf.el (file-coding-system-alist):
3360 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3361
d94d636f
GM
33622000-12-06 Gerd Moellmann <gerd@gnu.org>
3363
384333ee
GM
3364 * replace.el (occur): Make line-number-width 1 smaller for the
3365 colon following the line number.
3366
83c9cb8e
SM
3367 * startup.el (fancy-splash-text, command-line-1):
3368 Use `File' for the menu name instead of `Files'.
e04d21aa 3369
d4b72d58
GM
3370 * tmm.el: Update copyright.
3371
d94d636f
GM
3372 * cus-start.el: Add entry for even-window-heights.
3373
6e424019
MB
33742000-12-06 Miles Bader <miles@gnu.org>
3375
3376 * faces.el (frame-set-background-mode): Avoid stomping on
3377 locally modified faces.
3378
e6477b58
KH
33792000-12-06 Kenichi Handa <handa@etl.go.jp>
3380
3381 * international/fontset.el: Correct the font registries for
3382 japanese-jisx0213-1 and japanese-jisx0213-2.
3383
21999ab9
GM
33842000-12-05 Gerd Moellmann <gerd@gnu.org>
3385
57d6e381
GM
3386 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3387
21999ab9
GM
3388 * iswitchb.el: Update customization commentary.
3389
7422819c
GM
33902000-12-05 Rob Riepel <riepel@Stanford.EDU>
3391
3392 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3393 (tpu-search-highlight): Fixed comparison of overlay end positions.
3394 (tpu-trim-line-ends): Implemented trimming logic locally.
3395
3396 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3397 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3398
73daff18
KH
33992000-12-05 Kenichi Handa <handa@etl.go.jp>
3400
3401 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3402 to cn-gb.
3403 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3404
6a4cd002
DL
34052000-12-04 Dave Love <fx@gnu.org>
3406
3407 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3408
6452929e
GM
34092000-12-04 Gerd Moellmann <gerd@gnu.org>
3410
e04d21aa 3411 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3412 (rmail-summary-expunge-and-save): Ask for confirmation with
3413 rmail-expunge-confirmed.
3414
3415 * mail/rmail.el (rmail-expunge-confirmed): New function.
3416 (rmail-expunge): Use it.
3417
1790abf4
FP
34182000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3419
0c68ce6f 3420 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3421 (etags-recognize-tags-table, find-tag-in-order):
3422 New functionality: interpret file names as tags.
e04d21aa 3423
7a53d8c8
EZ
34242000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3425
3426 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3427 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3428 the first subnode until the bottom of the current node is visible.
7a53d8c8 3429
caa15ef7
GM
34302000-12-04 Gerd Moellmann <gerd@gnu.org>
3431
3432 * format.el (format-decode): Don't change buffer's undo list.
3433
e225faa7
KH
34342000-12-04 Kenichi Handa <handa@etl.go.jp>
3435
3436 * faces.el (face-font-registry-alternatives): Add entries for CJK
3437 fonts. Doc-string adjusted for the actual usage of this data.
3438
3439 * international/fontset.el: Change the font registries for CJK
3440 fonts in the default fontset. Don't append '*' to registries.
3441
8b262a65
SM
34422000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3443
e04d21aa 3444 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3445 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3446
3447 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3448 (derived-mode-p): New function.
3449 (derived-mode-make-docstring): Add `docstring' argument.
3450 Use it if available and complete it if necessary.
3451
33c4460b
AS
34522000-12-03 Andreas Schwab <schwab@suse.de>
3453
3454 * type-break.el (type-break): Don't make parent of itself.
3455
5c9b3fac
MB
34562000-12-03 Miles Bader <miles@gnu.org>
3457
3458 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3459
27ce741e
SM
34602000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3461
07c16ec4
SM
3462 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3463 (tex-main-file, tex-file): Simplify.
3464 (tex-generate-zap-file-name): Use subst-char-in-string.
3465 (tex-strip-dots): Remove.
3466
c19cc275
SM
3467 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3468
27ce741e
SM
3469 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3470 to check if the match succeeded.
3471
285991dc
GM
34722000-12-02 Gerd Moellmann <gerd@gnu.org>
3473
3474 * startup.el (use-fancy-splash-screens-p): New function.
3475 (command-line-1): Use it to determine whether or not to use
3476 a fancy splash screen.
3477
52dca1b2
AS
34782000-12-02 Andreas Schwab <schwab@suse.de>
3479
3480 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3481
d3e7e7cf
EZ
34822000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3483
2dce2360
EZ
3484 * international/mule.el (make-char): Fix last change.
3485
9768eaa7
EZ
3486 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3487 New defcustoms.
3488 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3489 autoloading tex-mode; instead, do the same manually.
3490 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3491 with numeric argument. Docstring fix.
3492 (toplevel): Require cl when compiling.
e04d21aa 3493
285991dc 3494 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3495
0dd5e255
JR
34962000-12-02 Jason Rumney <jasonr@gnu.org>
3497
3498 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3499 the Emacs Lisp manual)
3500
fbb87147
EZ
35012000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3502
5cbb3e93
EZ
3503 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3504
fbb87147
EZ
3505 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3506 the Emacs Lisp manual).
3507
1636ca09
GM
35082000-12-02 Gerd Moellmann <gerd@gnu.org>
3509
3510 * simple.el (next-line-add-newlines): Change default to nil.
3511
68875f0e
EZ
35122000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3513
83c9cb8e
SM
3514 * files.el (revert-buffer, recover-file):
3515 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3516
fd9ac94c
GM
35172000-12-01 Gerd Moellmann <gerd@gnu.org>
3518
3519 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3520
45450dd5
MB
35212000-12-01 Miles Bader <miles@gnu.org>
3522
3523 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3524
09df8881
KH
35252000-12-01 Kenichi Handa <handa@etl.go.jp>
3526
3527 * international/mule-diag.el (describe-char-after): Fix typo.
3528 (describe-character-set, non-iso-charset-alist): Fix typo.
3529
dea0a87d
MB
35302000-12-01 Miles Bader <miles@gnu.org>
3531
b170205b
MB
3532 * image-file.el (image-file-name-regexp): Automatically add
3533 upper-case variants of each filename extension in
3534 `image-file-name-extensions', since they seem to be common.
3535
e04d21aa 3536 * simple.el (minibuffer-contents)
dea0a87d
MB
3537 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3538 New functions.
3539 * filecache.el (file-cache-directory-name)
3540 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3541
2b69bc11 35422000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3543
dea0a87d
MB
3544 * filecache.el (file-cache-minibuffer-complete): Don't try to
3545 delete the minibuffer prompt.
3546
a8a1b05d
DL
35472000-11-30 Dave Love <fx@gnu.org>
3548
3549 * cus-start.el: Fix read-buffer-function type.
3550
693c4692
GM
35512000-11-30 Gerd Moellmann <gerd@gnu.org>
3552
3553 * md5.el: Removed. There's a built-in function, now.
3554
2c0b1898
GM
35552000-11-30 Markus Rost <rost@math.ohio-state.edu>
3556
3557 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3558 as dummy 0-th char of rmail-deleted-vector.
3559
63dfcf4b
EZ
35602000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3561
3562 * ps-print.el (ps-end-job): Bind case-fold-search only after
3563 switching to ps-spool-buffer.
3564
35652000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3566
3567 * ps-print.el: Line number font customization. PostScript: Lines and
3568 PageCount are initialized on each page. Doc Fix.
3569 (ps-print-version): New version number (6.3.2).
3570 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3571 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3572 (ps-right-header): Customization fix.
3573 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3574 Fix code.
3575 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3576 New vars.
3577
df3aedcf
GM
35782000-11-30 Gerd Moellmann <gerd@gnu.org>
3579
edfb795e
GM
3580 * bs.el: Fix typos and spelling errors.
3581 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3582 (bs-configuration): Doc fix.
e04d21aa 3583
df3aedcf
GM
3584 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3585
8b8a7f01
GM
35862000-11-30 Rob Riepel <riepel@Stanford.EDU>
3587
3588 * emulation/tpu-edt.el (tpu-version): New version.
3589 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3590 (tpu-original-mode-line): Variable deleted.
3591 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3592 (tpu-set-mode-line): Don't redefine mode-line-format.
3593 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3594 (tpu-update-mode-line): New mark flag logic.
3595 (tpu-get): Use find-file-wildcards.
3596 (tpu-search-highlight): Move overlay less, reset overlay properly.
3597 (tpu-unselect): Deactivate mark.
3598 (tpu-lm-replace): Reset overlay properly.
3599 (tpu-forward-line): Use forward-visible-line.
3600 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3601
83c9cb8e 3602 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3603
c069a9d3
GM
36042000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3605
3606 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3607
b02cd40b
GM
36082000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3609
3610 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3611 and skip whitespace and newlines.
e04d21aa 3612
b7a90344
SM
36132000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3614
3615 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3616
be6bbb55
GM
36172000-11-29 Gerd Moellmann <gerd@gnu.org>
3618
0383ed60
GM
3619 * help.el (describe-function-1): Regexp-quote function name
3620 when used as part of a regexp.
3621
83c9cb8e
SM
3622 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3623 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3624 (tool-bar-add-item): Likewise, and handle unspecified colors.
3625
3626 * enriched.el (enriched-face-ans): Use face-attribute instead
3627 of face-foreground and face-background.
3628
3629 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3630 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3631
7423978d
GM
3632 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3633
ef128c78
GM
3634 * play/5x5.el: Remove version info.
3635
a81fc510
GM
3636 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3637
be6bbb55
GM
3638 * frame.el (blink-cursor-mode): Doc fix.
3639
f9396e03
GM
36402000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3641
3642 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3643 to create Makefile rules.
3644 (antlr-tool-command): New user option.
3645 (antlr-ask-about-save): New user option.
3646 (antlr-makefile-specification): New user option.
3647 (antlr-file-formats-alist): New variable.
3648 (antlr-special-file-formats): New variable.
3649 (antlr-unknown-file-formats): New user option.
3650 (antlr-help-unknown-file-text): New variable.
3651 (antlr-help-rules-intro): New variable.
3652 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3653 (antlr-mode-menu): Add entries.
3654 (antlr-file-dependencies): New function.
3655 (antlr-directory-dependencies): New function.
3656 (antlr-superclasses-glibs): New function.
3657 (antlr-run-tool): New command.
3658 (antlr-makefile-insert-variable): New function.
3659 (antlr-insert-makefile-rules): New function.
3660 (antlr-show-makefile-rules): New command.
3661
3662 * antlr-mode.el: More Emacs/XEmacs stuff.
3663 (antlr-no-action-keywords): New constant with value nil.
3664 (antlr-font-lock-keywords-alist): Use it. Old value would break
3665 syntax highlighting in Emacs-21.0.
3666 (antlr-default-directory): Emacs/XEmacs dependend function.
3667 (antlr-read-shell-command): Ditto.
3668 (antlr-with-displaying-help-buffer): Ditto.
3669
36702000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3671
3672 * antlr-mode.el: imenu, parsing and highlighting changes.
3673 (antlr-imenu-create-index-function): Don't create extra submenus
3674 for definitions in different grammar classes. It is not necessary
3675 for the menu and would make command `imenu' awkward to use.
3676 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3677 header actions and more than one.
3678 (antlr-font-lock-tokendef-face): Changed color.
3679 (antlr-font-lock-tokenref-face): Changed color.
3680 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3681 (antlr-mode-syntax-table): New variable.
3682 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3683 (antlr-with-syntax-table): Don't copy syntax table.
3684
36852000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3686
3687 * antlr-mode.el: Minor changes: language setting.
3688 (antlr-language-alist): The value for file option "language" can
3689 be both an identifier and a string.
3690 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3691 (antlr-language-limit-n-regexp): Change accordingly.
3692
36932000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3694
3695 * antlr-mode.el: Minor changes: tabs, hiding.
3696 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3697 (antlr-action-visibility): Also allow value nil to also hide the
3698 braces. Renamed from `antlr-tiny-action-length'.
3699 Suggested by Jay@aol.com.
3700 (antlr-hide-actions): Change accordingly. Hide line if completely
3701 hidden action is on a line of its own.
e04d21aa 3702
6ad948eb
SM
37032000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3704
3705 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3706
3707 * sort.el (sort-columns): Don't concat strings with numbers.
3708
9c6a4107
DL
37092000-11-29 Dave Love <fx@gnu.org>
3710
3711 * cus-edit.el (face): Fix :format.
3712
3713 * mail/feedmail.el: Require smtpmail when compiling.
3714 (mail-do-fcc): Autoload.
3715 (feedmail) <defgroup>: Fix :link.
3716 (feedmail-nuke-body-in-fcc): Fix :type.
3717 (feedmail-send-it): Add autoload cookie.
3718
053b8d35
SM
37192000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3720
3721 * newcomment.el (comment-indent): Save excursion around call to
3722 comment-indent-function.
3723
242c13e8
MB
37242000-11-29 Miles Bader <miles@gnu.org>
3725
3726 * subr.el (member-ignore-case): Return the tail of the list who's
3727 car matches, like `member', not the matching element itself.
3728
8f4b5f28
KH
37292000-11-29 Kenichi Handa <handa@etl.go.jp>
3730
3731 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3732 should not contain `\n'.
3733
bebe4a2c
GM
37342000-11-28 Gerd Moellmann <gerd@gnu.org>
3735
fd9ac94c 3736 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3737
ba7e40eb
GM
3738 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3739
75ab0c79
GM
3740 * dired-aux.el (dired-do-create-files): Construct default file
3741 name for dired-mark-read-file-name so that when the user enters
3742 just RET, the target file will end up in the target directory.
3743
bebe4a2c
GM
3744 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3745 local-abbrev-table before changing buffers because it might
3746 have a buffer-local binding.
3747
fa6d1ca8
MB
37482000-11-28 Miles Bader <miles@gnu.org>
3749
3750 * simple.el (delete-horizontal-space): Handle fields more generally.
3751
8d2c2642
GM
37522000-11-28 Gerd Moellmann <gerd@gnu.org>
3753
3754 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3755
8b31236d
DL
37562000-11-28 Dave Love <fx@gnu.org>
3757
3cbd02d2
DL
3758 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3759 comment-start-skip locally.
3760
8b31236d
DL
3761 * progmodes/fortran.el (fortran-mode): Don't set
3762 fortran-comment-line-start-skip. Set comment-start to
3763 fortran-comment-line-start.
3764 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3765 (fortran-comment-line-start-skip): Simplify slightly.
3766
ae4bf56d
GM
37672000-11-28 Gerd Moellmann <gerd@gnu.org>
3768
17ef7534
GM
3769 * play/5x5.el: Remove RCS keyword.
3770
fd9ac94c 3771 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3772
665b27a6
GM
37732000-11-28 Milan Zamazal <pdm@freesoft.cz>
3774
83c9cb8e
SM
3775 * textmodes/tildify.el (tildify-string-alist):
3776 Add `plain-tex-mode' here.
665b27a6 3777
fe3c2ae3
GM
37782000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3779
3780 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3781 reference.
3782
d970106b
MB
37832000-11-28 Miles Bader <miles@gnu.org>
3784
36b80a0d
MB
3785 * cus-face.el (custom-face-attributes): Add post-filter function
3786 for :box. Make pre-filter function for :box handle all cases.
3787
d970106b
MB
3788 * wid-edit.el (widget-choose): Make sure pop-up window is large
3789 enough to display all the choices, as there's no way to scroll it.
3790
5a2bae6c
KH
37912000-11-28 Kenichi Handa <handa@etl.go.jp>
3792
3793 * international/mule-conf.el: Make the coding system no-conversion
3794 safe for all characters.
3795
9e836e23
DL
37962000-11-27 Dave Love <fx@gnu.org>
3797
8b31236d
DL
3798 * net/ldap.el (ldap) <defgroup>: Add :version.
3799
9e836e23
DL
3800 * tooltip.el (tooltip-use-echo-area): Doc fix.
3801
3802 * cus-start.el <minibuffer-prompt-properties>: Add version.
3803 <read-buffer-function>: Add.
3804
3805 * apropos.el (apropos-print): Add help-echo to active text.
3806
3807 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3808
4a74d071
GM
38092000-11-27 Gerd Moellmann <gerd@gnu.org>
3810
3811 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3812 type, group and version.
3813
76058c27
EZ
38142000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3815
4a74d071 3816 * select.el (x-get-selection): Docstring fix.
76058c27 3817
fd9ac94c 38182000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3819
fd9ac94c 3820 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3821
49060c51
AI
38222000-11-27 Andrew Innes <andrewi@gnu.org>
3823
3824 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3825
3826 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3827
b2a8e429
MB
38282000-11-27 Miles Bader <miles@gnu.org>
3829
3830 * dired.el (dired-get-filename): Return filename verbatim if
3831 LOCALP is `verbatim'.
3832 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3833 `verbatim' so that we don't inadvertently delete a non-existant
3834 directory name.
3835
5ac0366d
KH
38362000-11-27 Kenichi Handa <handa@etl.go.jp>
3837
3838 * international/characters.el: Specify cases and syntaxes for
3839 mule-unicode-0100-24ff.
3840
67f1cf4c
GM
38412000-11-27 Gerd Moellmann <gerd@gnu.org>
3842
3843 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3844 that foreground and/or background colors of the face `tool-bar'
3845 are unspecified.
3846
46c56972
MB
38472000-11-27 Miles Bader <miles@gnu.org>
3848
e04d21aa 3849 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3850 (widget-field-end): Handle widget field `pseudo-overlays'.
3851 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3852 if it's there instead of in `widget-field-list'.
3853
46c56972 3854 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3855 (help-make-xrefs): Delete extraneous newlines at the end of the
3856 docstring.
46c56972 3857
640a9cdd
JR
38582000-11-25 Jason Rumney <jasonr@gnu.org>
3859
3860 * startup.el (command-line): Call set-locale-environment after
3861 Window System init file is read, as it can result in a call to
3862 redraw-frame.
3863
0b3f96d4
EZ
38642000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3865
3866 * simple.el (shell-command): Mention the effect of the prefix
3867 argument in the doc string.
3868
8da6e2a1
MB
38692000-11-25 Miles Bader <miles@gnu.org>
3870
a658d039
MB
3871 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3872
8da6e2a1 3873 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3874 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3875
d3416cca
JR
38762000-11-24 Jason Rumney <jasonr@gnu.org>
3877
3878 * international/mule-cmds.el (locale-language-names): Add "jp" as
3879 a non-standard alternative for Japanese.
3880
17e37f53
AS
38812000-11-24 Andre Spiegel <spiegel@gnu.org>
3882
3883 * vc-hooks.el: Require 'cl during compilation.
3884
9aa5f148
GM
38852000-11-24 Gerd Moellmann <gerd@gnu.org>
3886
ba193890
GM
3887 * faces.el (face-set-after-frame-default): Let face attributes
3888 specified for new frames override frame parameters.
3889
9aa5f148
GM
3890 * startup.el (command-line): Fix computation of the source file
3891 for user-init-file when user-init-file is a compiled file.
3892
51a1edab
MB
38932000-11-24 Miles Bader <miles@gnu.org>
3894
e04d21aa 3895 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3896 (custom-post-filter-face-spec): New functions.
3897 (custom-face-set, custom-face-value-create): Filter the face spec
3898 before and after customization.
3899 (custom-face-set): If VALUE specifies a null face, pass a
3900 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3901 * cus-face.el (custom-face-attributes): Remove SET and GET
3902 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3903 cases they're needed.
3904
1ed74431
MB
3905 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3906 that it's distinguishable from the :off-glyph on dark-background
3907 displays. Set its background color too.
3908
67ee1125
MB
3909 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3910 so that people can easily turn it off.
3911
7d027816 39122000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3913
7d027816 3914 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3915
9aa5f148 3916 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3917
9aa5f148 3918 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3919
9aa5f148 3920 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3921 redundant skip-small-frames test.
e04d21aa 3922
9aa5f148 3923 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 3924 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 3925
9aa5f148
GM
3926 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3927 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
3928 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3929 New functions.
e04d21aa 3930
9aa5f148 3931 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3932
9aa5f148 3933 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3934
f07fa1b8
KH
39352000-11-24 Kenichi Handa <handa@etl.go.jp>
3936
83c9cb8e
SM
3937 * international/mule-diag.el (list-iso-charset-chars):
3938 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
3939 (list-non-iso-charset-chars): Fix the `while' condition.
3940
ba8299ff
SM
39412000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3942
79372165
SM
3943 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3944 if the variable is make-variable-buffer-local.
3945
83c9cb8e
SM
3946 * progmodes/ada-stmt.el (ada-template-map):
3947 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
3948 (ada-stmt-mode-hook): New function extracted from old code.
3949 Only change the buffer-local side of skeleton-*.
3950 (ada-mode-hook): Use it.
3951
68a887fa
EZ
39522000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3955 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3956 we expect to be returned by minibuffer-depth once we prompt the
3957 user in the minibuffer.
3958 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3959 as recorded in iswitchb-minibuf-depth, return non-nil.
3960
3b345582
EZ
39612000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3962
3963 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3964 (hscroll-window-maybe): Docstring fix.
3965
595dead2
DL
39662000-11-23 Dave Love <fx@gnu.org>
3967
3968 * rect.el (string-rectangle): Don't test delete-selection-mode.
3969
1e66b27a
GM
39702000-11-23 Gerd Moellmann <gerd@gnu.org>
3971
02790ce2
GM
3972 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3973 is in the tool bar.
3974
1e66b27a 3975 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 3976 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 3977
a4caa65d
SM
39782000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3979
3980 * textmodes/outline.el (outline-flag-region):
3981 Don't bind inhibit-read-only since we don't modify the buffer.
3982 (outline-isearch-open-invisible): Don't jump to overlay-start
3983 since we're trying to unhide text around point.
3984 (outline-discard-overlays): Use dolist.
3985
3986 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3987
03e757c1
GM
39882000-11-22 Gerd Moellmann <gerd@gnu.org>
3989
83c9cb8e 3990 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 3991
1598a961
SM
39922000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3993
3994 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3995 Fix ARG regexp to skip quoted braces.
3996 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3997 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3998 are (correctly) handled separately).
3999 Remove `caption' and `footnote' from `citations': they contain text.
4000 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4001 (latex-skeleton-end-hook): New function.
4002 (latex-mode): Use it.
4003 (tex-start-tex-marker): Remove.
4004 (tex-send-tex-command): Don't set tex-start-tex-marker.
4005 (tex-error-parse-syntax-table): New var.
4006 (tex-compilation-parse-errors): Use it.
4007 Ignore tex-start-tex-marker. Don't bother with marker-position.
4008 (tex-validate-buffer): Don't bother with marker-position.
4009
4010 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4011 (flyspell-generic-progmode-verify): Use it.
1598a961 4012
eaae8106
SS
40132000-11-22 Sam Steingold <sds@gnu.org>
4014
83c9cb8e 4015 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4016
eaae8106 4017 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4018 `ada-remove-trailing-spaces'.
eaae8106 4019 (ada-remove-trailing-spaces): Removed.
e04d21aa 4020
eaae8106 4021 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4022
1598a961
SM
4023 * textmodes/picture.el (picture-clean): Removed.
4024 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4025
a41d49e9
GM
40262000-11-22 Gerd Moellmann <gerd@gnu.org>
4027
e053c60f
GM
4028 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4029
a41d49e9
GM
4030 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4031 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4032 do anything special when jit-lock is active.
a41d49e9
GM
4033 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4034
197615f3
DL
40352000-11-22 Dave Love <fx@gnu.org>
4036
ddbfaa9f
DL
4037 * calendar/todo-mode.el (todo-top-priorities): Use
4038 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4039
ddc3c695
DL
4040 * language/chinese.el, language/cyrillic.el:
4041 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4042 * language/hebrew.el, language/indian.el, language/japanese.el:
4043 * language/korean.el, language/lao.el, language/misc-lang.el:
4044 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4045 Use provide.
4046
fb9fa98d
DL
4047 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4048 (custom-variable-set): Improve validation error mesage.
4049
197615f3
DL
4050 * rect.el (string-rectangle): Revert last change.
4051 (string-rectangle-line): New arg DELETE.
4052 (string-rectangle): Check delete-selection-mode.
4053
4054 * emacs-lisp/edebug.el (edebug-version)
4055 (edebug-maintainer-address): Deleted.
4056 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4057 (edebug-read-function): Account for other `'#' read forms.
4058 (edebug-mode-menus): Make some items toggles.
4059 (edebug-outside-unread-command-event, unread-command-event):
4060 Remove these to avoid warnings.
4061
f4117c4d
GM
40622000-11-22 David Ponce <david@dponce.com>
4063
4064 * recentf.el (recentf-menu-items-for-commands)
4065 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4066 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4067
f4117c4d
GM
4068 (recentf-build-dir-rules, recentf-dump-variable)
4069 (recentf-edit-list, recentf-open-files-item)
4070 (recentf-open-files): Replaced unnecessary `mapcar' with new
4071 built-in `mapc'.
eaae8106 4072
f8e2f3f2
MB
40732000-11-23 Miles Bader <miles@gnu.org>
4074
4075 * faces.el (menu): Make inverse-video on ttys too.
4076
4c4a541d
SM
40772000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4078
4079 * simple.el (comment-line-break-function): Use the new name
4080 indent-new-comment-line -> comment-indent-new-line.
4081 (clone-indirect-buffer): Don't ignore NORECORD.
4082 (next-completion): Properly handle the case where items are adjacent.
4083
4084 * mouse.el (popup-menu): Stupid typo.
4085
980d836e
GM
40862000-11-22 Gerd Moellmann <gerd@gnu.org>
4087
60e8e0a5
GM
4088 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4089 maintainer, keywords tags.
4090
980d836e
GM
4091 * rect.el (replace-rectangle): Don't call string-rectangle-line
4092 with too many arguments.
4093
e08b2069
AS
40942000-11-22 Andre Spiegel <spiegel@gnu.org>
4095
60e8e0a5 4096 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4097 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4098 vc-locking-user, which no longer exists.
4099
4100 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4101
c6779d8d
DL
41022000-11-22 Dave Love <fx@gnu.org>
4103
4104 * md5.el (md5): Provide.
4105 (md5): Fix error call.
4106
e672fdce
MB
41072000-11-22 Miles Bader <miles@gnu.org>
4108
eaae8106 4109 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4110 (refill-fill-paragraph-at): Remove debugging code.
4111
80e24c04
MB
4112 * calendar/calendar.el (generate-calendar-window): When we don't
4113 call `fit-window-to-buffer', make sure the top line is fully visible.
4114
3a17d6cc
MB
4115 * image-file.el (insert-image-file): Don't make `read-only'
4116 property rear-nonsticky.
4117
ae1a21c6
MB
4118 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4119 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4120 stashing away its original value.
4121 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4122 in the recursive edit.
4123 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4124 (isearch-done): Restore `minibuffer-message-timeout'.
4125
e672fdce
MB
4126 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4127
3ea79df8
SM
41282000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4129
4130 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4131
4132 * find-lisp.el (find-lisp-find-files-internal):
4133 Use dolist, when and file-name-as-directory.
4134
980d836e 4135 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4136 (define-derived-mode, define-minor-mode): Add specs.
4137
4138 * window.el: General comment and spacing fixes.
4139 (save-selected-window): Use backquotes.
4140 (window-safely-shrinkable-p): New function.
4141 (shrink-window-if-larger-than-buffer): Use it.
4142
4143 * subr.el (make-local-hook): Docstring fix.
4144
4145 * shell.el (shell-mode): Use define-derived-mode.
4146
4147 * newcomment.el (comment-indent): Insert comment before calling
4148 comment-indent-function. Don't insert in column 0.
4149 (comment-dwim): Indent before inserting comment.
4150
4151 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4152 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4153 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4154 Use mapc rather than map.
4155
4156 * files.el (find-buffer-visiting): Compare all attributes before
4157 declaring two files identical (rather than just their inode-no).
4158 (auto-mode-alist): Use \' rather than $.
4159
4160 * which-func.el: Update maintainer line.
4161
4162 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4163 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4164 (uniquify-buffer-file-name): Use it.
4165
8f62f2b8
MB
41662000-11-22 Miles Bader <miles@gnu.org>
4167
4168 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4169 * simple.el (minibuffer-avoid-prompt): New function.
4170
fb279a6d
GM
41712000-11-21 Gerd Moellmann <gerd@gnu.org>
4172
4173 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4174
867092e9
MB
41752000-11-21 Miles Bader <miles@gnu.org>
4176
ef860850
MB
4177 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4178 inclusion of `track-mouse'.
4179
867092e9
MB
4180 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4181 (refill-adjust-ignorable-overlay): New function.
4182 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4183 only the paragraph's tail if possible.
4184 Update `refill-ignorable-overlay'.
4185 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4186
4187 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4188 point inside the fill-prefix.
4189
4190 * textmodes/refill.el (refill-post-command-function): Don't reset
4191 refill-doit in the case where a self-insertion command doesn't
4192 case a refill. Use `refill-fill-paragraph-at', getting position
4193 from `refill-doit'.
4194 (refill-after-change-function): Set `refill-doit' to END.
4195 (refill-fill-paragraph-at): New function, mostly from old
4196 refill-fill-paragraph.
4197 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4198 (refill-pre-command-function): New function.
4199 (refill-mode): Add it to `pre-command-hook'.
4200
ff9ab414
GM
42012000-11-20 Gerd Moellmann <gerd@gnu.org>
4202
29a01b72
GM
4203 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4204
ff9ab414
GM
4205 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4206 javadoc tags.
eaae8106 4207
885b211b
AS
42082000-11-20 Andre Spiegel <spiegel@gnu.org>
4209
4210 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4211 vc.el).
4212
eaae8106 4213 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4214 require vc.
eaae8106
SS
4215
4216 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4217 checkouts.
eaae8106 4218
d1838556
DL
42192000-11-20 Dave Love <fx@gnu.org>
4220
4221 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4222
2b69bc11 42232000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4224
2b69bc11
GM
4225 * calculator.el (calculator-paste): Use `if' instead of `and'
4226 and `or'.
4227 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4228
b95b34e5
GM
42292000-11-19 Gerd Moellmann <gerd@gnu.org>
4230
030de92f
GM
4231 * info.el (info-menu-5): Doc fix.
4232
b95b34e5
GM
4233 * textmodes/artist.el: New file.
4234
54970452
AS
42352000-11-19 Andre Spiegel <spiegel@gnu.org>
4236
eaae8106 4237 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4238 and differentiate according to checkout model.
4239 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4240 since this function is only concerned with master state.
4241
83c9cb8e
SM
4242 * vc-hooks.el (vc-workfile-unchanged-p)
4243 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4244
83c9cb8e
SM
4245 * vc.el (vc-workfile-unchanged-p)
4246 (vc-default-workfile-unchanged-p): See above.
54970452 4247
e5a9dabf
MB
42482000-11-19 Miles Bader <miles@gnu.org>
4249
4250 * image-file.el (insert-image-file): Make `intangible' and
4251 `read-only' properties rear-nonsticky too.
4252
24127af0
GM
42532000-11-18 Gerd Moellmann <gerd@gnu.org>
4254
d392e9c5 4255 * ps-print.el: Update copyright notice.
eaae8106 4256
d392e9c5
GM
4257 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4258 (tooltip-show): Use the offsets.
4259
24127af0 4260 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4261 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4262 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4263
2b69bc11 42642000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4265
2b69bc11
GM
4266 * ps-print.el (toplevel): Test for find-coding-system being
4267 fboundp before calling ps-x-find-coding-system.
08ea6f17 4268
66321b2f
SM
42692000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4270
4271 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4272 (vc-version-backup-file): Docstring fix.
4273
046110c6
GM
42742000-11-16 Gerd Moellmann <gerd@gnu.org>
4275
4104194e
GM
4276 * files.el (basic-save-buffer): Don't add a newline if
4277 find-file-literally is non-nil.
4278 (find-file-literally): Extend doc string.
4279
046110c6
GM
4280 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4281 sort(1) with the `-f' argument.
4282
6505c16e
AS
42832000-11-16 Andre Spiegel <spiegel@gnu.org>
4284
fd063975
AS
4285 * vc.el: Updated backend documentation.
4286 (vc-default-check-headers): New function.
4287
3d02dd81 4288 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4289
4290 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4291 up-to-date.
eaae8106 4292 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4293 the minibuffer is not active.
fd063975 4294
eaae8106 4295 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4296 `vc-cvs-use-edit' is on.
eaae8106
SS
4297 (vc-cvs-checkout): When this is used for reverting the workfile,
4298 make a backup of the original contents and revert to that in case
8791d617 4299 of error.
eaae8106 4300 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4301 remote repositories.
eaae8106 4302
6505c16e
AS
4303 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4304 for both version and ratio in the minibuffer.
fd063975 4305
eaae8106 4306 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4307 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4308
a13f0660
KH
43092000-11-16 Kenichi Handa <handa@etl.go.jp>
4310
4311 * international/quail.el (quail-start-translation): Don't call
4312 `message' before reading key sequence.
4313
1389a414
MB
43142000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4315
4316 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4317
9256a532
KH
43182000-11-16 Kenichi Handa <handa@etl.go.jp>
4319
4320 * window.el (fit-window-to-buffer): Be sure to acquire at least
4321 one text line even if the buffer is empty.
4322
0e14fe9f
GM
43232000-11-16 Gerd Moellmann <gerd@gnu.org>
4324
eaae8106 4325 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4326 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4327 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4328
da645c53
DL
43292000-11-15 Dave Love <fx@gnu.org>
4330
83c9cb8e
SM
4331 * wid-edit.el (widget-specify-field, widget-specify-button):
4332 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4333 widget-mouse-help.
4334 (widget-mouse-help): New function.
4335 (widget-echo-help): Rewritten for :help-echo functions only taking
4336 a widget arg.
4337
83c9cb8e
SM
4338 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4339 Use display-graphic-p.
b12057b9
DL
4340 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4341 and that JPEG is available.
4342 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4343
da645c53
DL
4344 * international/mule-cmds.el (locale-charset-language-names):
4345 Match @euro.
4346
6d133d1f
GM
43472000-11-15 Gerd Moellmann <gerd@gnu.org>
4348
83c9cb8e
SM
4349 * faces.el (face-set-after-frame-default):
4350 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4351 default face from X resources.
4352
49ac2ac5
EZ
43532000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4354
4355 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4356 Don't set EMACSLOADPATH.
4357
4fb0a34c
EZ
43582000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4359
4360 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4361 texinfo-insert-@url.
4362 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4363 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4364
bb304a7a
SM
43652000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4366
82bc80bf
SM
4367 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4368 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4369 (checkdoc-minor-keymap): Backward compatibility.
4370 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4371 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4372 (checkdoc-this-string-valid-engine): Be a bit more strict
4373 to avoid matching substrings of `...' quoted vars/funs.
4374 (checkdoc-defun-info): Only look for `interactive' if alone.
4375 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4376
e8c87124
SM
4377 * progmodes/compile.el (grep): `tag-default' can be nil.
4378
bb304a7a
SM
4379 * newcomment.el (comment-indent): Paren typo.
4380
8628686a
DL
43812000-11-14 Dave Love <fx@gnu.org>
4382
25c269ef
DL
4383 * calculator.el: New maintainer version.
4384
66321b2f 4385 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4386
8628686a
DL
4387 * cmuscheme.el: Doc fixes.
4388 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4389 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4390
4391 * xscheme.el (scheme-program-name): Don't define here.
4392
4393 * progmodes/scheme.el (scheme-program-name): New variable
4394 (originally in cmuscheme).
4395
88f0a1eb
MB
43962000-11-14 Miles Bader <miles@gnu.org>
4397
4398 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4399 Handle header-lines. Don't loop forever if we can't enlarge the
4400 window anymore. Simplify a bit.
4401
cd9a000c
KH
44022000-11-14 Kenichi Handa <handa@etl.go.jp>
4403
4404 * window.el (fit-window-to-buffer): Don't check
4405 window-text-height. Assure that the last line is fully visible.
4406
83c9cb8e
SM
4407 * international/quail.el (quail-show-guidance-buf):
4408 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4409 buffer.
4410 (quail-update-guidance): Avoid making the guidance buffer shorter.
4411
d3fcda22
SM
44122000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4413
bdbd9606
SM
4414 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4415 rather than `prepend' and add an interesting comment.
4416 (tex-math-face, tex-font-lock-syntactic-face-function):
4417 New face and function to use it.
4418 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4419 than `menu-enable' symbol property.
4420 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4421 (tex-mode): Add some latex-mode commands for auto-selection.
4422 Use tex-font-lock-syntactic-face-function.
4423 (tex-insert-quote): Simplify.
4424 (tex-shell): New mode.
4425 (tex-start-shell): Use it.
4426 (tex-shell-proc, tex-shell-buf): New functions.
4427 (tex-send-command): Use it.
4428 (tex-main-file): Fix the meaning of the new arg REALFILE.
4429 (tex-send-tex-command): New function split from `tex-start-tex'.
4430 Set compilation-last-buffer and compilation-parsing-end.
4431
d3fcda22
SM
4432 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4433 when it follows non-comment text on the line.
4434
4435 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4436 Set font-lock-defaults.
4437 (lisp-mode-shared-map): Init inside the defvar.
4438 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4439 Use define-derived-mode.
4440
bdab1d43
MB
44412000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4442
4443 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4444
936ae731
GM
44452000-11-14 Gerd Moellmann <gerd@gnu.org>
4446
83c9cb8e
SM
4447 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4448 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4449 recursion; see comment there.
4450
1695ca2b
EZ
44512000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4452
4453 * faces.el (face-spec-set-match-display): Revert the change from
4454 2000-10-24. Add a FIXME for after v21.1.
4455
9d348294
MB
44562000-11-13 Miles Bader <miles@gnu.org>
4457
4458 * textmodes/fill.el (skip-line-prefix): New function.
4459 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4460 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4461 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4462 point inside the fill-prefix.
9d348294 4463
b85fa13c
MB
44642000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4465
83c9cb8e
SM
4466 * calendar/calendar.el (generate-calendar-window):
4467 Use `fit-window-to-buffer'.
b85fa13c 4468
a0b47716
SM
44692000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4470
4471 * gud.el (gud-minor-mode): New var.
4472 (gud-symbol, gud-val): New functions.
4473 (gud-find-file): Copy gud-minor-mode to the new buffer.
4474 (gud-menu-map): Include entries for commands that are not always
4475 available, using :enable to (de)activate them.
4476 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4477 (gud-mode-map): New map.
eaae8106 4478 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4479 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4480 Don't set up gud's menu (it's done by the minor-mode).
4481 (gud-minibuffer-local-map): New.
4482 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4483 (gud-query-cmdline): New function.
4484 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4485 (gud-mode): Use define-derived-mode.
4486 Don't set up gud's menu (it's done by the minor-mode).
4487 (gud-chop-words): Remove.
4488 (gud-common-init): Use split-string instead.
4489 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4490
4491 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4492 Add keyword arg :name.
4493
4494 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4495 (diff-count-matches, diff-split-hunk): New functions.
4496 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4497
4498 * pcvs-info.el (cvs-fi-conflict-face): New var.
4499
4500 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4501 Make it into a simple syntax-table, shared among all submodes.
4502 (sh-heredoc-face): Re-introduce.
4503 (sh-font-lock-syntactic-face-function): New function.
4504 (sh-mode): Use it. Also use define-derived-mode.
4505 Remove old bogus setting of indent-region-function.
4506 (sh-set-shell): Don't set the syntax-table any more.
4507 (sh-mode-syntax-table) <defun>: Remove.
4508
f5ed37df
MB
45092000-11-12 Miles Bader <miles@gnu.org>
4510
4511 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4512 message if interactive.
4513
0b074c2f
DL
45142000-11-12 Dave Love <fx@gnu.org>
4515
4516 * mail/feedmail.el: Fix header,
4517 (feedmail) <defgroup>: Add :link.
4518
4519 * view.el: Use local-map property, not keymap on mode-line string.
4520
83c9cb8e
SM
4521 * scroll-all.el (scroll-all-mode): Customize variable.
4522 Add autoload cookie to function.
0b074c2f
DL
4523
4524 * lazy-lock.el: Remove compatibility code.
4525
4526 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4527 (finder-help-echo): New variable.
4528 (finder-mouse-face-on-line): Add help-echo stuff.
4529 (finder-list-keywords, finder-list-matches): Use mapc.
4530
4531 * faces.el (face-font-registry-alternatives): Add :version.
4532
4533 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4534 tags-table-list.
4535
a0b47716 4536 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4537
a0b47716 4538 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4539 (mail-mode): Use [:alnum:] in some regexps.
4540
6d502396
DL
45412000-11-10 Dave Love <fx@gnu.org>
4542
4543 * ediff.el (ediff-regions-internal, ediff-documentation):
4544 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4545 fundamental mode.
4546
4547 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4548 buffer into fundamental mode.
4549 (ediff-set-difference): Use copy-sequence if available.
4550
83c9cb8e
SM
4551 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4552 Check ediff-patch-map non-nil.
6d502396
DL
4553 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4554 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4555 buffer into fundamental mode.
4556
4557 * ediff-merg.el (state-or-merge): Defvar when compiling.
4558
a82fe213
JR
45592000-11-10 Jason Rumney <jasonr@gnu.org>
4560
4561 * w32-fns.el (w32-add-charset-info): New function.
4562 (w32-charset-info-alist): Use it.
4563
52d89894
GM
45642000-11-10 Gerd Moellmann <gerd@gnu.org>
4565
4566 * faces.el (face-font-registry-alternatives): New user-option.
4567
178932de
SM
45682000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4569
d7fa3319
SM
4570 * textmodes/texinfo.el (texinfo-block-default): New var.
4571 (texinfo-insert-block): Use it. Insert a newline if needed.
4572
178932de
SM
4573 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4574 (fill-region-as-paragraph): Use it.
4575
4576 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4577 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4578 Tweak paragraph regexps to allow a leading [ \t]*.
4579 (tex-latex-block): Insert a newline if necessary.
4580 (latex-insert-item): Only insert a newline if necessary.
4581 (tex-guess-main-file): New function.
4582 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4583 Set tex-main-file if TeX-master is provided.
4584 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4585
bd02b8e0
GM
45862000-11-10 Gerd Moellmann <gerd@gnu.org>
4587
4588 * startup.el (command-line): Set the default tooltip-mode
4589 to t for graphical displays which implement x-show-tip.
4590
4591 * tooltip.el (tooltip-mode): Add a comment about startup.el
4592 setting the default value of this user-option.
4593
b29b03eb
SM
45942000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4595
4596 * font-lock.el (font-lock-*-face) <defvar>: Move.
4597 (font-lock-defaults-alist): Mark obsolete.
4598 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4599 (font-lock-mode): Use define-minor-mode.
4600 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4601 (font-lock-turn-off-thing-lock): Be more explicit.
4602 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4603 (font-lock-syntactic-face-function): New var.
4604 (font-lock-fontify-syntactically-region): Use it.
4605 (font-lock-doc-face): New.
4606
4607 * pcvs.el (cvs-enabledp): Ignore errors.
4608 (cvs-commit-filelist): Never query.
4609 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4610 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4611 (cvs-do-removal): Use cvs-partition rather than delete-if.
4612 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4613 cvs-bury-buffer.
4614
4615 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4616 Allow `next' to jump to after the end of the last match.
4617
778fbc46
GM
46182000-11-09 Gerd Moellmann <gerd@gnu.org>
4619
730c746c
GM
4620 * simple.el (byte-compiling-files-p): New function.
4621
4622 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4623 if it is there.
4624
4625 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4626 nil again.
4627
778fbc46
GM
4628 * textmodes/ispell.el (ispell-library-path): Don't call
4629 check-ispell-version when byte-compiling because that starts
4630 an ispell process, and ispell might not be installed.
4631 (toplevel): Don't set up a menu when byte-compiling.
4632
4633 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4634 it, so that a boundp test can be used to determine if we're
4635 currently byte-compiling.
4636
5912c5bb
DL
46372000-11-09 Dave Love <fx@gnu.org>
4638
83c9cb8e 4639 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4640
7bb054a5
GM
46412000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4642
83c9cb8e
SM
4643 * ps-print.el: Patch for variable initialization when spooling.
4644 Doc fix.
7bb054a5
GM
4645 (ps-output-list): Fun eliminated.
4646 (ps-begin-file, ps-begin-job): Code fix.
4647
9db2706e
DL
46482000-11-08 Dave Love <fx@gnu.org>
4649
83c9cb8e 4650 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4651
f7eb32aa
GM
46522000-11-08 Gerd Moellmann <gerd@gnu.org>
4653
4654 * simple.el (shell-command, display-message-or-buffer)
4655 (shell-command-on-region): Mention resize-mini-windows in the doc
4656 string.
4657 (display-message-or-buffer): Take the value of resize-mini-windows
4658 into account.
4659
7b01b08c
GM
46602000-11-07 Gerd Moellmann <gerd@gnu.org>
4661
acad3c0b
GM
4662 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4663
7b01b08c
GM
4664 * dired.el (dired-between-files): Add `^. find' as an alternative
4665 to the regular expression, for find-dired.
4666
6f602bd0
SM
46672000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * textmodes/texnfo-upd.el: Require texinfo.
4670 (defmacro, defgroup): Remove.
4671 (texinfo-section-to-generic-alist): Remove.
4672 Use texinfo-section-list instead (i.e. level is changed string->int).
4673 (texinfo-filter): New function.
4674 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4675 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4676 Use it. And use regexp-opt.
4677 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4678 (texinfo-update-menu-region-beginning)
4679 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4680 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4681 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4682 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4683 (texinfo-sequential-node-update): Remove autoload cookie.
4684
4685 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4686 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4687 (texinfo-chapter-level-regexp): Remove.
4688 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4689
bb216218
DL
46902000-11-06 Dave Love <fx@gnu.org>
4691
6f602bd0 4692 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4693
6f602bd0
SM
4694 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4695 Match defun*.
bb216218 4696
ff8dd5d5
KH
46972000-11-06 Kenichi Handa <handa@etl.go.jp>
4698
4699 * composite.el (composition-function-table): Variable declaration
4700 moved to src/composite.c.
4701 (compose-chars-after): New optional arg object.
4702
e9da51a1
GM
47032000-11-06 Gerd Moellmann <gerd@gnu.org>
4704
e0c12c68
GM
4705 * bindings.el (mode-line-toggle-read-only)
4706 (mode-line-toggle-modified, mode-line-widen)
4707 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4708 (make-mode-line-mouse2-map): Rewritten.
4709 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4710 functions so that C-h k can show something with a doc string.
eaae8106 4711
e9da51a1
GM
4712 * startup.el (fancy-splash-delay): Set to 10 seconds.
4713 (fancy-splash-max-time): New user-option.
4714 (fancy-splash-stop-time): New variable.
4715 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4716 (fancy-splash-screens-1): Throw `stop-splashing' when current
4717 time is greater than fancy-splash-stop-time.
4718
611dbdf0
SM
47192000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4720
4d2806e2
SM
4721 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4722
611dbdf0
SM
4723 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4724 Prompt user for a file rather than raising an error.
4725 (cvs-enabledp): Fix call to cvs-mode-marked.
4726 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4727 (cvs-mode-insert): Use it. Change the init prompt' value.
4728 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4729
4730 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4731 Don't pass default arg to ewoc-locate.
4732 (ewoc-collect): Return result in the right order.
4733
4734 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4735
4736 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4737 (cvs-status-get-tags): Fix regexp.
4738 (cvs-status-trees, cvs-status-cvstrees):
4739 Combine after change hooks and don't sit-for.
4d2806e2
SM
4740 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4741 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4742 Use make-char rather than hard-coded cryptic data.
4743 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4744
4745 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4746
4747 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4748 (cvs-insert-strings): New function.
4749
937b2877
MB
47502000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4751
4752 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4753 `mwheel-scroll-amount'.
4754 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4755 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4756 string-matching against the version string.
4757
c6c97763
KH
47582000-11-06 Kenichi Handa <handa@etl.go.jp>
4759
6eaec747
KH
4760 * language/thai.el ("Thai"): Set a lisp form that produces
4761 composed string in `sample-text' language info.
4762
4763 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4764 composed string in `sample-text' language info.
4765
83c9cb8e
SM
4766 * international/mule-cmds.el (describe-language-environment):
4767 Eval `sample-text' data and insert the result.
6eaec747 4768
c6c97763
KH
4769 * international/mule-conf.el (compound-text): Define this coding
4770 system here. Make x-ctext and ctext aliases of it.
4771
4772 * language/european.el (compound-text, ctext): Moved to
4773 international/mule-conf.el.
4774
d1145f85
AI
47752000-11-05 Andrew Innes <andrewi@gnu.org>
4776
4777 * w32-fns.el (w32-version): New function.
4778
178a6a45
SM
47792000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4780
4781 * progmodes/awk-mode.el: Update copyright.
4782 (awk-mode-abbrev-table): Remove.
4783 (awk-font-lock-keywords): Use regexp-opt.
4784 (awk-mode): Use define-derived-mode.
4785
4786 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4787 when extracting a suffix.
4788
1ba90166
AS
47892000-11-04 Andre Spiegel <spiegel@gnu.org>
4790
4791 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4792 auto-save-mode.
4793
546790cb
JR
47942000-11-04 Jason Rumney <jasonr@gnu.org>
4795
4796 * language/european.el (decode-mac-roman): Test against r1 not r0.
4797
d247e32d
SM
47982000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4799
fbf44f44
SM
4800 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4801 (icon-mode): Define indent-line-function.
4802 (icon-comment-indent): Simplify.
4803 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4804
4805 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4806
4807 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4808 Bind change-log-default-mode to defeat the caching done on it.
4809 Don't bother saving excursion any more.
4810
4811 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4812
4813 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4814 (set-frame-font): Use the new name (and the old for compatibility).
4815
eaae8106
SS
4816 * toolbar/tool-bar.el (tool-bar-mode):
4817 * time.el (display-time-mode):
4818 * recentf.el (recentf-mode):
4819 * paren.el (show-paren-mode):
4820 * mwheel.el (mouse-wheel-mode):
4821 * msb.el (msb-mode):
4822 * jka-compr.el (auto-compression-mode):
4823 * image-file.el (auto-image-file-mode):
4824 * hl-line.el (hl-line-mode):
4825 * delsel.el (delete-selection-mode):
4826 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4827 * complete.el (partial-completion-mode): Drop unneeded positional args.
4828
eaae8106 4829 * info.el (Info-mode):
79372165 4830 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4831
d247e32d
SM
4832 * log-edit.el (log-edit-menu): New menu.
4833
4921558e
MB
48342000-11-03 Miles Bader <miles@gnu.org>
4835
4836 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4837 definition, so that trailing spaces are handled properly.
4838 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4839
1fc02b3c
GM
48402000-11-03 Gerd Moellmann <gerd@gnu.org>
4841
4842 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4843 tab character.
4844 (fancy-splash-screens): Set tab-width to 20.
4845
51d001f7
DL
48462000-11-03 Dave Love <fx@gnu.org>
4847
4848 * comint.el (comint-completion-addsuffix): Fix custom type.
4849
ba22aeff
SM
48502000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * font-lock.el (font-lock-buffers): Remove.
4853 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4854 (font-lock-change-major-mode): Remove.
4855 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4856 (font-lock-default-fontify-region): Extend the multiline
4857 fontification to whole lines.
4858 (font-lock-fontify-anchored-keywords)
4859 (font-lock-fontify-keywords-region): If matching just one
4860 line (with \n) only mark the \n as multiline.
4861
4862 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4863 Correctly handle the case where several :group args are supplied.
4864 Allow :extra-args.
4865 (easy-mmode-define-global-mode): Allow :extra-args.
4866 Correctly handle the case where several :group args are supplied.
4867
9c887ada
MB
48682000-11-02 Miles Bader <miles@gnu.org>
4869
eaae8106 4870 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4871 (holiday-face): Remove dependency on `window-system'.
4872
7f25090d
KR
48732000-11-02 Ken Raeburn <raeburn@gnu.org>
4874
4875 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 4876 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 4877 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4878
7dd6009c
DL
48792000-11-02 Dave Love <fx@gnu.org>
4880
4881 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4882
94821e4f
EZ
48832000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4884
4885 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4886 punctuation in the warning inserted into the *mail* buffer.
4887
1ac3fc42
GM
48882000-11-02 Gerd Moellmann <gerd@gnu.org>
4889
57731876
GM
4890 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4891 (authors-public-domain-p): New function.
4892 (authors-print): Use it.
4893
975f82c9
GM
4894 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4895
1ac3fc42
GM
4896 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4897
4b3eb10f
GM
48982000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4899
975f82c9 4900 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4901 (ps-print-version): New version number (6.3.1).
4902 (ps-even-or-odd-pages): Customization fix.
4903 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4904 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4905 (ps-page-count): Var replaced by `ps-page-column'.
4906 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4907 (ps-print-sheet-p): New fun.
4908
7da794df
MB
49092000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4910
4911 * tooltip.el (tooltip-gud-tips-setup): New function.
4912 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4913 (tooltip-mode): Call tooltip-gud-tips-setup.
4914 (tooltip-gud-tips): Use `gud-basic-call' instead of
4915 process-send-string, so the prompt gets frobbed appropriately.
4916 Handle nil return value from `tooltip-gud-print-command'.
4917
0e40b809
EL
49182000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4919
4920 * comint.el (comint-add-to-input-history): New function.
4921 (comint-send-input): Use `comint-add-to-input-history'.
4922
50ada0db
MB
49232000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4924
973a3104
MB
4925 * info.el (info-menu-header): New face.
4926 (Info-fontify-menu-headers): New function.
4927 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4928
50ada0db
MB
4929 * info.el (Info-insert-dir): Don't include blank lines at
4930 beginning of additional dir files (one is added automatically).
4931
bff53411
SM
49322000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4933
4934 * emacs-lisp/easy-mmode.el (define-minor-mode):
4935 Revert the latest changes.
4936 Allow the three positional arguments to be skipped and replaced
4937 by keyword arguments.
4938 Add a :toggle argument to determine whether a nil arg means toggle
4939 or means turn-on. The default is unchanged.
4940 Add a call to force-mode-line-update.
4941
6b8a0b2d
DL
49422000-11-01 Dave Love <fx@gnu.org>
4943
83c9cb8e 4944 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 4945
5bf99100
MB
49462000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4947
83c9cb8e
SM
4948 * calendar/calendar.el (diary-face, holiday-face):
4949 Add dark-background variants.
5bf99100 4950
a4032611
SS
49512000-10-31 Sam Steingold <sds@gnu.org>
4952
4953 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4954 `tex-main-file' does not have directory in it.
4955
c286608e
SM
49562000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4957
4958 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4959
4836835a
TTN
49602000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4961
4962 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4963 functional change.
4964
26dcb81b
GM
49652000-10-31 Gerd Moellmann <gerd@gnu.org>
4966
4967 * files.el (find-file-noselect): When we expand a wildcard, return
4968 a list of buffers, as we should do according to the doc string.
4969
49fc4500
KR
49702000-10-31 Ken Raeburn <raeburn@gnu.org>
4971
4972 * loadup.el (top level): Adjust load path if program name is
4973 "../src/bootstrap-emacs", in case it's not dumped and thus the
4974 load path adjustment hasn't already been done.
4975
ea0c615d
GM
49762000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4977
83c9cb8e
SM
4978 * ps-print.el: Fix bug on selected pages for printing.
4979 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
4980 is on. Try to avoid warning messages when compiling. Doc Fix.
4981 (ps-print-version): New version number (6.3).
4982 (ps-color-device): Use `color-values' to determine if device
4983 supports color.
4984 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4985 (ps-print-page-p): Changed from defsubst to defun.
4986 (ps-page-number): Changed from defmacro to defun.
4987 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4988 printing.
c286608e 4989 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4990 (ps-end-file, ps-dummy-page): Funs eliminated.
4991 (ps-print-color-scale): Changed default value.
4992 (ps-page-n-up, ps-print-page-p): New internal vars.
4993 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4994 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4995
9e20722f
GM
4996 * delim-col.el: Little programming improvement.
4997 (delimit-columns-str): New macro.
4998 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4999
d7a0fd00
KH
50002000-10-31 Kenichi Handa <handa@etl.go.jp>
5001
c286608e
SM
5002 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5003 Moved to european.el.
d7a0fd00
KH
5004 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5005 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5006 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5007 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5008
234be340
DL
50092000-10-30 Dave Love <fx@gnu.org>
5010
5011 * progmodes/cc-menus.el (imenu-generic-expression)
5012 (imenu-progress-message): Only defvar when compiling.
5013
4edc4a39
DL
5014 * emacs-lisp/elp.el (elp-unload-hook): New function.
5015
5016 * loadhist.el (unload-feature): Call elp-restore-function,
5017 checking for symbols; don't use elp-restore-all.
5018 (loadhist-hook-functions): Doc fix.
5019
70c825df
SM
50202000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5021
5022 * log-edit.el (log-edit-confirm): Fix the default.
5023
1d3baf74
GM
50242000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5025
5026 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5027 delimit-columns-format.
5028 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5029
1ec321a7
MB
50302000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5031
5032 * comint.el (comint-replace-by-expanded-history): Don't use
5033 comint-get-old-input (we're not looking at *old* input).
5034 (comint-get-old-input-default): If using fields, signal an error
5035 when the point is not in an input field.
5036
70737ea9
KH
50372000-10-30 Kenichi Handa <handa@etl.go.jp>
5038
5039 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5040 and mule-unicode-e000-ffff.
5041
fa0cb51d 5042 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5043 (make-coding-system): Accept a symbol of translation table as a
5044 value of property `safe-chars'.
5045
5046 * international/mule-cmds.el (encode-coding-char): Check property
5047 safe-chars instead of safe-charsets.
5048
5049 * international/fontset.el (fontset-default): Modified for
5050 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5051 (x-font-name-charset-alist): Likewise.
5052 (ccl-encode-unicode-font): New CCL program. Record it in
5053 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5054
70c825df
SM
5055 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5056 New translation tables.
70737ea9
KH
5057 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5058 programs are modified and moved from mac-win.el.
5059 (mac-roman): Definition of this coding system is modified and
5060 moved from mac-win.el.
4836835a 5061
fda2ce24 50622000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5063
1d3baf74 5064 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5065 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5066
dd4d3cb6
MB
50672000-10-29 Miles Bader <miles@gnu.org>
5068
5069 * custom.el (custom-add-to-group): Allow multiple entries for a
5070 given value OPTION, as long as their widget types are different.
5071 * cus-edit.el (custom-face-value-create): If face name doesn't end
5072 with "face", add such here (similar to custom group widgets).
5073
5074 * comint.el (comint-highlight-prompt): Add :type.
5075
dace60cf
JW
50762000-10-28 John Wiegley <johnw@gnu.org>
5077
dace60cf
JW
5078 * calendar/timeclock.el (timeclock-log): Doc fix.
5079 (timeclock-last-event): Doc fix.
83c9cb8e 5080 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5081 (timeclock-find-discrep): Use a temp buffer to read in the
5082 timelog, instead of visiting the file.
5083 (timeclock-log-data): A new function, along with a host of helper
5084 functions, for the purpose of making timelog data accessible to
5085 programmers.
5086
5087 * eshell/esh-mode.el (window-height test): Make certain that
5088 `eshell-stringify-t' is non-nil.
5089 (eshell-password-prompt-regexp): Changed to a much simpler
5090 password regexp.
5091 (eshell-send-input): If `eshell-invoke-directly' returns t,
5092 directly invoke the parsed command using `eval'. This improves
5093 turn-around time on simple commands by a factor of three or
5094 greater, such as cd, ls, pwd, etc. -- which get used very often.
5095 It also conserves thousands of cons cells per call (since
5096 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5097 in the Pacific Cookie Company).
5098
5099 * eshell/esh-test.el (eshell-test): Whitespace fix.
5100
83c9cb8e
SM
5101 * eshell/em-ls.el (eshell-ls-insert-directory):
5102 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5103
5104 * eshell/em-script.el (eshell-script-initialize): Add names to
5105 `eshell-complex-commands, since `source' and `.' are complex.
5106
0467b076
EZ
5107 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5108 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5109 `eshell-copy-handles'.
5110 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5111 bodies.
5112 (eshell-separate-commands): Whitespace fix.
5113 (eshell-complex-commands): Added a new list of names, for
5114 determining whether a given command is as simple as it looks.
5115 (eshell-invoke-directly): New function. Returns t if a command
5116 should be invoked directly (using `eval'), rather than indirectly
5117 using `eshell-do-eval'.
5118 (eshell-do-eval): Whitespace fix.
5119
5120 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5121 which provides an emulation of the DOS shell behavior of assuming
5122 that cp/mv/ln should copy/move/link to the current directory.
5123 (eshell-remove-entries): Added a doc string.
5124 (eshell-shuffle-files): Removed the check for `target' being null.
5125 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5126 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5127 it to do a smarter check of whether a destination was provided.
5128 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5129 (eshell/ln): Enable `:preserve-args', and use
5130 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5131 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5132 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5133 list after flattening it. This makes it possible to cat files
5134 with numerical names.
5135 (eshell-unix-initialize): Added several names to
5136 `eshell-complex-commands.
5137 (eshell-unix-command-complex-p): Return t if a given command name
5138 may result in external processes being invoked.
5139
5140 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5141 variable nil by default, since it slows down glob processing by a
5142 factor of two or more, and increases memory consumption.
5143
5144 * eshell/em-smart.el: Added a note about how memory consumptive
5145 smart display mode can be (at least this is true in Emacs 21).
5146 (eshell-smart-initialize): Whitespace fix.
5147 (eshell-refresh-windows): Use `if' instead of `when'.
5148 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5149 not necessary.
83c9cb8e 5150 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5151
5152 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5153 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5154 Whitespace fix.
5155 (eshell-ls-exclude-hidden): Added this variable in addition to
5156 `eshell-ls-exclude-regexp'. This one prevents files beginning
5157 with . from even being read, which can improve memory consumption
5158 quite a bit.
5159 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5160 read file entries beginning with a dot. In home directories with
5161 lots of hidden files, fully two-thirds of the time spent in ls is
5162 used to read directory entries that are immediately thrown away.
5163 (eshell-ls-initial-args): Added back this configuration variable,
5164 for specifying default initial arguments to every call to ls.
5165 Much faster than using an alias to do the same thing.
5166 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5167 (eshell-ls-dir): Whitespace change.
5168
5169 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5170
83c9cb8e 5171 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5172 (eshell-stringify-t): Added a customization variable, to indicate
5173 whether `t' should be rendered as a string at all. If not, one
5174 can still determine if the result of an expression is true using
5175 "file-exists-p FILE && echo true".
5176 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5177 stringify t!
5178
5179 * eshell/esh-module.el: Whitespace fix.
5180
83c9cb8e
SM
5181 * eshell/em-alias.el (eshell-alias-initialize):
5182 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5183 (eshell-command-aliased-p): New function that returns t if a
5184 command name names an aliased.
5185
657f9cb8 51862000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5187
0467b076 5188 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5189 redrawing the screen when changing cursor color.
0467b076
EZ
5190 (viper-insert-state-pre-command-sentinel)
5191 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5192 (viper-replace-state-post-command-sentinel):
5193 Use viper-preserve-cursor-color.
657f9cb8
MK
5194 Many functions changed to use viper= instead of = when comparing
5195 characters.
0467b076 5196 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5197 working with characters.
0467b076 5198 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5199 Many functions changed to use viper= instead of = when comparing
5200 characters.
0467b076 5201 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5202
0467b076 5203 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5204 Several typos fixed in various docstrings.
0467b076 5205 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5206 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5207 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5208 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5209 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5210 (ediff-get-selected-buffers): New function.
5211 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5212 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5213 Use save-window-excursion.
0467b076 5214 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5215 termination check in while loop.
0467b076 5216 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5217 dired buffer.
0467b076
EZ
5218 (ediff-files,ediff-merge-files,ediff-files3)
5219 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5220
4f490d99
DL
52212000-10-28 Dave Love <fx@gnu.org>
5222
5223 * info.el (Info-fontify-node): Add help-echo for menu items.
5224
45b84006
EZ
52252000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5226
5ebc02b3
EZ
5227 * startup.el (normal-top-level): If the value of $TERM indicates
5228 we are running from xterm or one of its work-alikes, default to a
5229 light background mode.
5230
45b84006
EZ
5231 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5232 * faces.el (tty-handle-reverse-video): New function.
5233 (tty-create-frame-with-faces): Call it.
5234
5235 * frame.el (frame-notice-user-settings): Don't apply
5236 default-frame-alist and initial-frame-alist to MS-DOS frames.
5237 Call tty-handle-reverse-video, frame-set-background-mode, and
5238 face-set-after-frame-default for non-MS-DOS frames.
5239
5240 * startup.el (tty-long-option-alist): New variable.
5241 (tty-handle-args): New function.
5242 (command-line): Call tty-handle-args.
5243
5244 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5245 startup.el now does that for all character-terminal frames.
5246
eab6e8b9
MB
52472000-10-28 Miles Bader <miles@gnu.org>
5248
83c9cb8e
SM
5249 * emacs-lisp/easy-mmode.el (define-minor-mode):
5250 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5251 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5252 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5253 version using `easy-mmode-define-global-mode'.
5254 Add :conditional-turn-on keyword argument.
eab6e8b9 5255
51a29efc
DL
52562000-10-28 Dave Love <fx@gnu.org>
5257
83c9cb8e
SM
5258 * international/latin1-disp.el (latin1-char-displayable-p):
5259 Don't use window-system.
51a29efc 5260
d71d7114
EZ
52612000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5262
5263 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5264 Don't call find-buffer-file-type-coding-system. Instead, just
5265 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5266 if the file is on an untranslated filesystem.
5267 (add-untranslated-filesystem): Use "D" instead of "f" inside
5268 interactive.
5269
1f9cab4b
DL
52702000-10-27 Dave Love <fx@gnu.org>
5271
70c825df 5272 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5273 (refill-mode): Use it.
5274
70c825df
SM
52752000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5276
5277 * international/quail.el (quail-activate): Don't make-local-hook.
5278
7432cf10
AS
52792000-10-27 Andre Spiegel <spiegel@gnu.org>
5280
4836835a 5281 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5282 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5283 (vc-make-version-backup): Don't do it on MS-DOS without long file
5284 names.
4836835a 5285
7432cf10
AS
5286 * vc.el (vc-version-other-window): If an automatic backup of the
5287 desired version exists, rename it instead of copying it.
5288
4836835a
TTN
5289 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5290 after command. If there's an unexpected error, signal it instead
7432cf10 5291 of being silent.
e1483c38 5292 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5293
05ea7ef2
MB
52942000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5295
fd1035aa
MB
5296 * shell.el (shell): Add BUFFER argument.
5297 * comint.el (make-comint-in-buffer): New function.
5298 (make-comint): Use it.
5299
05ea7ef2
MB
5300 * faces.el (face-spec-choose): Change syntax so that the list of
5301 attribute-value pairs is now the cdr of each clause, not the cadr.
5302 Detect old-style entries, and handle them. Use pop.
5303
835a55fe
SM
53042000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5305
f5ab1cdd
SM
5306 * cus-edit.el (custom-mode-map): Use a sparse map.
5307 (custom-mode): Don't bother with make-local-hook.
5308
5309 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5310
835a55fe
SM
5311 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5312
c13b0ec8
GM
53132000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5314
5315 * ps-print.el: Avoid compilation gripes.
5316 (ps-print-version): New version number (6.2.1).
4836835a 5317
e9f63196
DL
53182000-10-26 Dave Love <fx@gnu.org>
5319
0b95284b
DL
5320 * menu-bar.el: Modify some menu item help strings.
5321 (menu-bar-help-menu): Add link to MORE.STUFF.
5322
e9f63196
DL
5323 * cus-edit.el (custom-mode): Add `special' mode-class property.
5324
5325 * wid-browse.el (widget-browse-mode): Likewise.
5326
5327 * wid-edit.el (widget-specify-field): Revert to using local-map
5328 property, not keymap.
5329
e276a14a
MB
53302000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5331
c1545d88
MB
5332 * wid-edit.el (widget-field-end): When checking for a `boundary'
5333 field, do so in the correct buffer.
5334
3c1b77ca
MB
5335 * simple.el (undo): Correctly distinguish between numeric and
5336 non-numeric prefix args in non-transient-mark-mode, as per the doc
5337 string. When in transient-mark-mode, treat all prefix-args as
5338 numeric.
5339
f5ab1cdd
SM
5340 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5341 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5342
5343 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5344 (comint-mode-map): Reverse order of `comint-write-output' and
5345 `comint-append-output-to-file'.
5346 (comint-append-output-to-file): Reinstate this function, for the
5347 benefit of the menu.
5348
d97151cb
SM
53492000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5350
5351 * vc.el (vc-version-other-window): Bind `file'.
5352
ea7d6f5b
GM
53532000-10-25 Gerd Moellmann <gerd@gnu.org>
5354
f5ab1cdd 5355 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5356
5357 * emacs-lisp/authors.el (batch-update-authors): New function.
5358 (authors-fixed-entries): New defconst.
5359 (authors-add-fixed-entries): New function.
5360 (authors): Call it.: Don't process lispref/.
5361
17c25cea
JR
53622000-10-25 Jason Rumney <jasonr@gnu.org>
5363
5364 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5365 Merge x w32 and mac definitions.
5366
4ecda532
GM
53672000-10-25 Gerd Moellmann <gerd@gnu.org>
5368
5369 * menu-bar.el (menu-bar-options-menu): Add a help string for
5370 `uniquify'.
5371
b6735035
GM
53722000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5373
f5ab1cdd
SM
5374 * time-stamp.el (time-stamp-string-preprocess):
5375 Fix a wrong type argument error.
b6735035 5376
f4cbc7a0
MB
53772000-10-25 Miles Bader <miles@gnu.org>
5378
5379 * recentf.el (recentf-mode): Variable removed.
5380 (recentf-mode): Use `define-minor-mode'.
5381
5382 * mwheel.el (mouse-wheel-mode): New global minor mode.
5383 (mwheel-install): Use `mouse-wheel-mode'.
5384
f4b020f6
DL
53852000-10-25 Dave Love <fx@gnu.org>
5386
f5ab1cdd
SM
5387 * progmodes/cperl-mode.el (cperl-mode):
5388 Set normal-auto-fill-function correctly.
072cb6f9 5389
83c9cb8e
SM
5390 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5391 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5392 bindings.
f4b020f6 5393
ebe2a441
MB
53942000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5395
ff4dcd4b
MB
5396 * wid-edit.el (widget-field-at): New function.
5397 (widget-at, widget-field-activate): Use it.
5398 (widget-tabable-at): Use `widget-at'.
5399 (widget-specify-field): If the terminating character of the widget
5400 field (which is read-only) is a newline, put it into a special
5401 `boundary' field so that C-n/C-p act more naturally.
5402 (widget-field-end): Also don't subtract one if a special
5403 `boundary' field has been added after the widget field.
5404
83c9cb8e
SM
5405 * comint.el (comint-output-filter, comint-send-input):
5406 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5407 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5408
ebe2a441
MB
5409 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5410 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5411 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5412
fe50b6ab
GM
54132000-10-24 Gerd Moellmann <gerd@gnu.org>
5414
53df4dda 5415 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5416 (authors): Set file coding system to iso-2022-7bit.
5417 Add file-local variables to output buffer.
53df4dda 5418
4836835a 5419 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5420 WARN is nil.
5421
53df4dda
GM
54222000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5423
5424 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5425
5426 * delim-col.el: Now there is a column formatting mechanism.
5427 Modified to customization mechanisms convention. Doc fix.
5428 (columns): New group for delim-col.
5429 (delimit-columns-before, delimit-columns-after)
5430 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5431 (delimit-columns-end): New vars.
5432 (delimit-columns-customize, delimit-columns-format): New funs.
5433 (delimit-columns-region, delimit-columns-rectangle)
5434 (delimit-columns-rectangle-line): Modified to support column
5435 formatting.
4836835a 5436
a9839779
DL
54372000-10-24 Dave Love <fx@gnu.org>
5438
5439 * log-edit.el (log-edit): Add :version and a :group for vc.
5440
df0267b8
GM
54412000-10-24 Gerd Moellmann <gerd@gnu.org>
5442
9acc3873
GM
5443 * files.el (after-find-file): Don't print a message ``New file''
5444 if WARN is nil.
5445
83c9cb8e
SM
5446 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5447 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5448 get duplicate tool-bar entries because we'll see the global ones
5449 on more than one path through keymaps.
5450
1946f901
GM
5451 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5452
df0267b8
GM
5453 * progmodes/cmacexp.el: Change Francesco's email address.
5454
ae3b264b
KH
54552000-10-24 Kenichi Handa <handa@etl.go.jp>
5456
5457 * window.el (fit-window-to-buffer): Adjust point of the window
5458 buffer, not that of the current buffer.
5459
23afac01
EZ
54602000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5461
5462 * progmodes/cmacexp.el: Update the euthor's email address.
5463
22d1a4ed
MB
54642000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5465
5466 * faces.el (face-spec-set-match-display): Add `graphic' display
5467 type (the inverse of `tty'). Use `display-graphic-p' instead of
5468 the window-system variable.
5469
f408aa48
KH
54702000-10-24 Kenichi Handa <handa@etl.go.jp>
5471
83c9cb8e
SM
5472 * international/isearch-x.el (isearch-with-input-method):
5473 Call input-method-function with the first event in
f408aa48
KH
5474 unread-command-events.
5475
94fe8a31
MB
54762000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5477
83c9cb8e 5478 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5479
8f47302e
AC
54802000-10-24 Andrew Choi <akochoi@i-cable.com>
5481
5482 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5483 New charsets.
5484
5485 * term/mac-win.el: Remove definitions of mac-roman-lower and
5486 mac-roman-upper, require dired, and define instead of set
5487 mac-ready-for-drag-n-drop to avoid compilation error.
5488
446c097e
AI
54892000-10-23 Andrew Innes <andrewi@gnu.org>
5490
83c9cb8e
SM
5491 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5492 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5493 expand-file-name after convert-standard-filename to ensure
5494 expected directory separators are used.
5495
379b70e7
EZ
54962000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5497
5498 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5499
85c766e9
DL
55002000-10-23 Dave Love <fx@gnu.org>
5501
b7e03a67
DL
5502 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5503 (tool-bar-add-item): Set foreground and background for XBM icons.
5504
83c9cb8e
SM
5505 * international/latin1-disp.el (latin1-char-displayable-p):
5506 New function (from Handa).
b7e03a67
DL
5507 (latin1-display-check-font): Use it.
5508
0dcf8835 5509 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5510 using :key-sequence, making it much more usable.
5511 Use nconc, not append.
0dcf8835
DL
5512 (imenu--create-keymap-1): Avoid append.
5513
85c766e9 5514 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5515
cb3069bb
MB
55162000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5517
5518 [the following changes fix a bug where `define-minor-mode' didn't
5519 correctly generate :require clauses for defcustoms in compiled files]
5520 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5521 (byte-compile-log-file, byte-compile-log-1): Don't set
5522 `byte-compile-current-file' to nil. Instead set
5523 `byte-compile-last-logged-file' to it. Test whether
5524 byte-compile-current-file equals byte-compile-last-logged-file
5525 instead of whether its nil.
3b6542ba 5526 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5527
6db6243b
SM
55282000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5529
5530 * textmodes/refill.el: Fix var names in doc.
5531 (refill-mode): Don't bother with make-local-hook anymore.
5532
98490598
MB
55332000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5534
e01cd227
MB
5535 * faces.el (face-user-default-spec, face-default-spec): New functions.
5536 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5537 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5538 Use `face-user-default-spec'. Simplify code slightly.
5539
4836835a 5540 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5541 (woman-unknown-face): Add dark-background variants.
5542 (woman-default-faces): Renamed from `woman-colour-faces'.
5543 Set using the stored defaults, rather than using hard-wired colors.
5544 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5545 Just make the foreground `unspecified' rather than "black".
5546 (woman-menu): Rename menu entries accordingly.
5547
98490598
MB
5548 * faces.el (header-line): Make more reasonable on mono/grayscale
5549 displays.
5550
1a578e9b
AC
55512000-10-23 Andrew Choi <akochoi@i-cable.com>
5552
5553 * cus-edit.el (custom-button-face): Use 3D look for mac.
5554 (custom-button-pressed-face): Likewise.
5555
5556 * faces.el (set-face-attributes-from-resources): Handle mac frames
5557 in the same way as x and w32 frames.
5558 (face-valid-attribute-values): Likewise.
5559 (read-face-attribute): Likewise.
5560 (defined-colors): Likewise.
5561 (color-defined-p): Likewise.
5562 (color-values): Likewise.
5563 (display-grayscale-p): Likewise.
5564 (face-set-after-frame-default): Likewise.
5565 (mode-line): Same default face as for x and w32.
5566 (tool-bar): Likewise.
5567
5568 * frame.el: Remove call to frame-notice-user-settings at end of
5569 the file.
5570
83c9cb8e 5571 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5572 as for x, pc, and w32 frame types.
5573
5574 * term/mac-win.el: New file.
5575
aaaf7be7
DL
55762000-10-22 Dave Love <fx@gnu.org>
5577
5578 * textmodes/refill.el: New file.
5579
5392d654
AS
55802000-10-22 Andre Spiegel <spiegel@gnu.org>
5581
4836835a 5582 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5583 MANUAL and REGEXP.
4836835a 5584 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5585 New functions.
5586 (vc-before-save): Use the latter.
5587 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5588 confusion.
5589
4836835a 5590 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5591 expected by vc[-hooks].el.
5592
5593 * vc.el (vc-checkout): Added `-p' suffix in call to
5594 vc-make-version-backups-p; use vc-make-version-backup to actually
5595 make the backup.
5596 (vc-version-other-window, vc-version-backup-file): Handle both
5597 automatic and manual backups.
5598 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5599 of all of them.
5600
1e221c16
MB
56012000-10-22 Miles Bader <miles@gnu.org>
5602
7ff4fda5
MB
5603 * comint.el (comint-highlight-input, comint-highlight-prompt):
5604 Renamed, `-face' at end removed.
5605 (comint-send-input, comint-output-filter): Use renamed faces.
5606
3511cde8
MB
5607 * window.el (fit-window-to-buffer): Change defaulting of
5608 MAX-HEIGHT slightly.
5609
1e221c16
MB
5610 * faces.el (color-values, color-defined-p): Use `member', not
5611 `memq', because it works correctly for strings.
5612 (frame-set-background-mode): Actually, "unspecified-fg" and
5613 "unspecified-bg" *are* strings. Use `member', not `memq', and
5614 `equal', not `eq', when a string value is possible.
5615
b6ef4898
EZ
56162000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5617
5618 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5619
34939e2c
SM
56202000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5621
5622 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5623 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5624 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5625 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5626 (sh-font-lock-syntactic-keywords): Use them.
5627 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5628 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5629 (sh-mode): Don't override font-lock-unfontify-region-function.
5630 Use a copy of sh-font-lock-syntactic-keywords.
5631 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5632 Don't call sh-scan-buffer since font-lock does it on the fly.
5633 (sh-get-indent-info): Use `face' rather than `syntax-table'
5634 text-property to detect here-documents.
5635 Replace sh-special-syntax with sh-st-punc.
5636 (sh-prev-line): Use `face' rather than `syntax-table'
5637 text-property to skip over here-documents.
5638 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5639 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5640 (sh-electric-less, sh-set-here-doc-region)
4836835a 5641 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5642 (sh-scan-buffer, sh-rescan-buffer): Remove.
5643
f3d3c491
AI
56442000-10-21 Andrew Innes <andrewi@gnu.org>
5645
5646 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5647 remote (ange-ftp) file names.
5648
b86c791c
MB
56492000-10-21 Miles Bader <miles@gnu.org>
5650
d9c30bdf
MB
5651 * window.el (fit-window-to-buffer): New function.
5652 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5653 (window-text-height): Don't expect minibuffers to have mode-lines.
5654
d9c30bdf 5655 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5656 * international/quail.el (quail-update-guidance):
5657 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5658
617fee5a
MB
5659 * international/quail.el (quail-show-guidance-buf): Make sure
5660 guidance window really has enough room.
5661 (quail-update-guidance): If quail-guidance-win is already shown,
5662 make sure its height is OK.
5663
b86c791c
MB
5664 * window.el (window-text-height, set-window-text-height):
5665 New functions.
5666 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5667 instead of `window-height' & `mode-line-window-height-fudge'.
5668 (mode-line-window-height-fudge): Add FACE parameter.
5669 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5670 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5671
e34850d1
MB
56722000-10-20 Miles Bader <miles@gnu.org>
5673
5674 * window.el (height-affecting-face-attributes): Use `defconst'.
5675
5676 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5677 New function, conditionally aliased to `mode-line-window-height-fudge'.
5678 (ispell-help): Use it.
5679 (ispell-choices-win-default-height): Don't include mode-line fudge.
5680 (ispell-choices-win-default-height): New function.
5681 (ispell-show-choices, ispell-command-loop): Use function
5682 `ispell-choices-win-default-height' instead of variable.
5683
a8b883c2
MB
56842000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5685
8c6e4a58
MB
5686 * window.el (mode-line-window-height-fudge): New variable.
5687 (height-affecting-face-attributes): New variable.
5688 (mode-line-window-height-fudge): New function.
5689 (shrink-window-if-larger-than-buffer): Use it.
5690 * help.el (resize-temp-buffer-window): Likewise.
5691
a8b883c2
MB
5692 * info.el (Info-fontify-node): Add support for @subsubsection
5693 titles, which use `Info-title-4-face'.
5694 (Info-title-4-face): New face.
5695 (Info-title-3-face): Inherit from Info-title-4-face instead of
5696 variable-pitch.
5697
e64c3a75
JR
56982000-10-19 Jason Rumney <jasonr@gnu.org>
5699
5700 * dired.el (dired-insert-directory): Do not let errors signalled by
5701 attempt to run dired-free-space-program prevent dired from working.
5702
c70fe852
SM
57032000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5704
5705 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5706
877cf6b4
GM
57072000-10-19 Gerd Moellmann <gerd@gnu.org>
5708
5de037e0
GM
5709 * dirtrack.el (dirtrack): Fix call to run-hooks.
5710
6deb9af9
GM
5711 * cmuscheme.el (cmuscheme-program-name): Renamed from
5712 scheme-program-name because xscheme.el contains a defcustom with
5713 the same name. As a consequence, customizing group `cmuscheme'
5714 loaded `xscheme' which redefined run-scheme.
5715 (run-scheme): Use cmuscheme-program-name.
5716
83c9cb8e 5717 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5718
e597d8fb 5719 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5720 anonymous address, and add a website for Befrienders International.
4836835a 5721
3e9cb08f
GM
57222000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5723
c70fe852
SM
5724 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5725 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5726 (ps-print-version): New version number (6.2).
5727 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5728 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5729 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5730 (ps-x-extent-priority, ps-x-extent-start-position)
5731 (ps-x-face-font-instance, ps-x-find-coding-system)
5732 (ps-x-font-instance-properties, ps-x-make-color-instance)
5733 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5734 avoid compilation gripes without defining functions.
5735 (ps-e-find-composition): Alias for function find-composition, to have a
5736 suitable function depending on Emacs version.
5737 (ps-color-device, ps-color-values, ps-face-foreground-name)
5738 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5739 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5740 (ps-print-ensure-fontified): Function definitions surrounded by
5741 `eval-and-compile' to avoid compilation gripes.
5742 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5743 by symbol-value to avoid compilation gripes.
5744 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5745 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5746
d8abcd91
MB
57472000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5748
13ab33c4
MB
5749 * startup.el (normal-top-level): Call `frame-set-background-mode'
5750 after `frame-notice-user-settings' because the latter doesn't call
5751 the former on a tty.
5752
d8abcd91
MB
5753 * faces.el (frame-set-background-mode): `unspecified' &c are
5754 symbols, not strings.
5755
e8bce0a9
EZ
57562000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5757
c70fe852
SM
5758 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5759 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5760
c70fe852
SM
5761 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5762 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5763
773272d8
KH
57642000-10-19 Kenichi Handa <handa@etl.go.jp>
5765
c70fe852 5766 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5767 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5768 for ISO10646-1 fonts.
5769 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5770
772139c0
EZ
57712000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5772
5773 * faces.el (frame-set-background-mode): If a tty frame defines a
5774 background color, use that to compute the background mode, instead
5775 of always defaulting to "dark".
5776
d134a19f
MB
57772000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5778
8bb84cb2
MB
5779 * comint.el (comint-write-output): New function.
5780 (comint-mode-map): Add it to the menu.
e40a778f 5781 Bind `C-c C-s' to comint-write-output.
d134a19f 5782
dada41e1
GM
57832000-10-18 Gerd Moellmann <gerd@gnu.org>
5784
5785 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5786 Use fancy-splash-delay.
5787
9b5360aa
GM
57882000-10-18 Alex Schroeder <alex@gnu.org>
5789
5790 * progmodes/sql.el (sql-sybase-options): New option.
5791 (sql-sybase): Use it. Add sql-database to the list of parameters
5792 provided for login. The options -w 2048 -n are not used any more.
5793
9035a35a
GM
5794 * comint.el (comint-read-input-ring): Bugfix such that the first
5795 and the last entry of the input ring file are not lost.
5796
3556c6dd
GM
57972000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5798
5799 * ps-print.el: Internal variable changes to defcustom,
5800 make-local-hook changes to defvar. Doc fix.
5801 (ps-print-version): New version number (6.1).
5802 (ps-setup, ps-do-despool): Code fix.
5803 (ps-printer-name): Customization fix.
5804 (ps-printer-name-option): Now is a defcustom instead of an
5805 internal variable.
5806 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5807 (ps-print-begin-column-hook): Now are defvar instead of
5808 make-local-hook.
4836835a 5809
4e217e50
MB
58102000-10-18 Miles Bader <miles@gnu.org>
5811
5812 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5813 (comint-kill-output): Changed into an alias for `comint-delete-output',
5814 and made obsolete.
5815 (comint-mode-map): Rename references to comint-kill-output.
5816
34460354
EZ
58172000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * diff-mode.el (diff-header-face, diff-file-header-face)
5820 (diff-changed-face): Add bold and italic attributes to tty faces.
5821 (diff-function-face): New face.
5822 (diff-font-lock-keywords): Use it.
5823
17ea3cdb
MB
58242000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5825
5826 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5827 Remove commented-out call to force-mode-line-update.
5828 (comint-kill-output): Use `forward-line 0' instead of
5829 beginning-of-line to make sure we get past the prompt.
5830
9244f2c7
SM
58312000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5832
5833 * diff-mode.el (diff-header-face, diff-file-header-face):
5834 Add specific setting for dark background.
5835 (diff-context-face): Renamed from diff-comment-face.
5836 Set explicitly rather than inheriting from font-lock-comment-face.
5837
1592c1ef
EZ
58382000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5839
5840 * startup.el (command-line): Move the code which sets the default
5841 TTY colors to before before-init-hook.
5842
f86292a9
GM
58432000-10-17 Gerd Moellmann <gerd@gnu.org>
5844
5845 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5846
f7f2e883
EZ
58472000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5848
e854cc22
EZ
5849 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5850 extensions, for MS-DOS.
5851
f7f2e883
EZ
5852 * diff-mode.el (diff-header-face, diff-file-header-face)
5853 (diff-changed-face): Define tty-specific colors.
5854
c7b4f0f9
GM
58552000-10-17 Gerd Moellmann <gerd@gnu.org>
5856
5857 * startup.el (fancy-splash-text): Realign the text.
5858
12a72271
EZ
58592000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5860
5861 * font-lock.el (font-lock-comment-face): Define a separate default
5862 for dark-background tty's.
5863
61dfccfd
MB
58642000-10-17 Miles Bader <miles@gnu.org>
5865
5866 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5867 being obscured by whizzy mode-lines on graphics displays.
5868
333cd59e
EZ
58692000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5870
5871 * info.el (Info-title-1-face, Info-title-2-face)
5872 (Info-title-3-face): Define colors for tty's.
dada41e1 5873 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5874
dbf1fcc1
EZ
58752000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5876
5877 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5878 reverse from the frame parameters, and don't invert foreground and
5879 background colors.
5880
ac629823
MB
58812000-10-16 Miles Bader <miles@gnu.org>
5882
5883 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5884 string "*Info*". Call propertized-buffer-identification to spruce
5885 up the result.
5886
76eebffc
GM
58872000-10-16 Gerd Moellmann <gerd@gnu.org>
5888
3a6b59d9
GM
5889 * help.el: Provide `help' for the sake of define-minor-mode
5890 which generates defcustoms with requires.
5891
6569c3d3
GM
5892 * jit-lock.el (jit-lock-after-change): If we're in text that
5893 matches a multi-line font-lock pattern, make sure the whole text
5894 will be redisplayed.
5895
c2e0a611
GM
5896 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5897 author's name is unknown.
5898
76eebffc
GM
5899 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5900 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5901 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5902 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5903 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5904 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5905 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5906 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5907 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5908 Add author information.
5909
cf1e7b12
MB
59102000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5911
5912 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5913 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5914 full-color version (using the Gimp) to eliminate dithering artifacts.
5915
5586f3eb
SM
59162000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5917
5918 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5919
5920 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5921
ad64a888
DL
59222000-10-15 Dave Love <fx@gnu.org>
5923
83c9cb8e 5924 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
5925
5926 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5927
5928 * whitespace.el: Doc fixes.
5929 (top-level): Don't add hooks here.
5930 (whitespace-running-emacs): Deleted.
5931 (timer): Don't require.
5932 (whitespace): Add back :version conditional on xemacs test.
5933 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5934 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5935 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5936 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5937 Avoid specific xemacs test.
5938 (whitespace-global-mode): New option.
5939 (whitespace-global-mode): New command.
5940 (whitespace-unload-hook): New function.
5941
5942 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5943 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5944 (Info-fontify-node): `Goto' goes to `Go to'.
5945 (Info-fontify-node): Add help-echo to xref links.
5946
1ef49fc6
EZ
59472000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5948
5949 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5950
8b7707e1
SM
59512000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5952
b3b7f42f
SM
5953 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5954 Use plist-get and allow :inherit.
5955
5956 * emacs-lisp/cl-macs.el (cl-do-arglist):
5957 Use plist-get and plist-member instead of memq.
5958
3c7fafc7
SM
5959 * emacs-lisp/ewoc.el (ewoc-location): New function.
5960 (ewoc-enter-after, ewoc-enter-before): Document return value.
5961 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5962 Don't need make-local-hook any more.
5963 (cvs-addto-collection): Return the new tin.
5964 (cvs-mode-insert): Jump to the new line.
5965
8b7707e1
SM
5966 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5967
5968 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5969
5970 * font-lock.el (font-lock-syntactically-fontified): New var.
5971 (font-lock-fontify-syntactic-keywords-region): Use it.
5972 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5973
5974 * diff-mode.el (diff-find-file-name): Fix regexp.
5975
5976 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5977 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5978
5979 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5980 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5981 (sh-mode): Don't make all vars local here.
5982 (sh-kw): Reformat.
5983 (sh-set-shell): Use dolist. Don't set indent-region-function.
5984 (sh-mode-syntax-table): Use pop.
5985 (sh-remember-variable): Use push.
5986 (sh-help-string-for-variable): Use memq.
5987 (sh-safe-backward-sexp): Remove.
5988 (sh-safe-forward-sexp): Add ARG.
5989 (sh-get-indent-info, sh-prev-stmt): Use it.
5990 (sh-prev-line): Simplify by using forward-comment.
5991 (sh-this-is-a-continuation): Simplify.
5992 (sh-learn-buffer-indent): Use dolist.
5993 (sh-do-nothing): Remove.
5994 (sh-set-char-syntax, sh-set-here-doc-region):
5995 Use inhibit-modification-hooks.
5996 (sh-name-style): Use mapcar and push.
5997 (sh-load-style): Use dolist.
5998 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5999 (sh-case, sh-while-getopts): Use propertize directly rather
6000 than sh-electric-rparen.
6001
60022000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6003
6004 * textmodes/tex-mode.el: Require CL when compiling.
6005 (tex-mode-syntax-table): Init immediately.
6006 (tex-mode-map): Bind M-RET to latex-insert-item.
6007 (latex-mode): Set indent-line-function to latex-indent.
6008 (tex-common-initialization): Don't setup the syntax-table any more.
6009 (latex-insert-item): New skeleton.
6010 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6011 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6012 (latex-indent, latex-find-indent): New functions.
4836835a 6013 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6014 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6015 (tex-compilation-parse-errors): Use with-syntax-table.
6016
86b7fcbb
MB
60172000-10-15 Miles Bader <miles@gnu.org>
6018
6019 * font-lock.el (font-lock-comment-face): Change dark-background,
6020 color, non-tty, default to `chocolate1'.
6021
57a24508
JW
60222000-10-13 John Wiegley <johnw@gnu.org>
6023
6024 * eshell/esh-util.el (require): Added a missing `require' form,
6025 needed when compiling (for an ange-ftp macro definition).
6026
40ad3db4
DL
60272000-10-13 Dave Love <fx@gnu.org>
6028
6029 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6030
db460189
GM
60312000-10-13 Gerd Moellmann <gerd@gnu.org>
6032
83c9cb8e 6033 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6034
4836835a 6035 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6036 transparent -colors 8).
6037
3b5e21df
GM
60382000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6039
6040 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6041 that breaks with old list format timestamps.
6042 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6043 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6044
16908a3f
JW
60452000-10-13 John Wiegley <johnw@gnu.org>
6046
d7103dda
JW
6047 * align.el, pcomplete.el, calendar/timeclock.el,
6048 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6049
dace60cf 6050 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6051 faulty math, where holiday hours were being computing as seconds.
6052
b6b70cda
JW
60532000-10-13 John Wiegley <johnw@gnu.org>
6054
6055 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6056 specifying what "other" kinds of buffers should be saved.
6057 This used to be hard-coded.
b6b70cda
JW
6058 (desktop-buffer-misc-functions): A global for specifying how
6059 auxiliary data should be determined for special buffer types.
6060 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6061 instead of hard-coding the special buffer types.
6062 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6063 auxiliary data, instead of hard-coding for Info buffers and dired.
6064 (desktop-buffer-info-misc-data): Aux function for determining Info
6065 buffer auxiliary info.
6066 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6067 (desktop-buffer-info): Changed this function to use the info
6068 gathered above.
6069 (desktop-create-buffer): Be a little more careful about what
6070 `minor-mode' means before calling it. This is important for some
6071 buffer types.
6072
8c6b1d83
JW
60732000-10-13 John Wiegley <johnw@gnu.org>
6074
6075 * eshell/esh-util.el: Added a global form which declares an
6076 autoload for `parse-time-string', if that function is not already
6077 defined, and if parse-time.el is available on the user's system.
6078
6079 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6080 to be aware of ange-ftp user info.
83c9cb8e 6081 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6082 (eshell-ls-annotate): Use `eshell-file-attributes'.
6083 (eshell-ls-file): Made the user-id printing code a bit smarter.
6084
6085 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6086 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6087 It's manual, but there's no other way to know when the current user
6088 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6089 (fboundp): Bind `ange-cache'.
6090 (eshell-directory-files-and-attributes): Re-organized the logic a
6091 bit to use `eshell-file-attributes' instead of `file-attributes'.
6092 The former is more sensitive to directories that are read via FTP,
6093 and knows how to use ange-ftp to determine full attribute
6094 information, instead of just the name and last modtime.
6095 (eshell-current-ange-uids): Return the current user id when in a
6096 remote directory.
6097 (eshell-parse-ange-ls): Parse a full directory listing that has
6098 been returned by ange-ftp.
6099 (eshell-file-attributes): This beefed up version of
6100 `file-attributes' is only special if the user is currently in a
6101 remote directory, in which case it does a lot of work to find out
6102 what the real attributes of a file are, as they appear on the
6103 remote machine. This makes usage of remote directories (i.e.,
6104 ange-ftp pathnames) much more useful. You can now use Eshell as a
6105 full-fledged FTP client, with much more manipulation ability than
6106 most other clients.
6107
6108 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6109 variable, which means that Eshell's du should always be preferred
6110 in remote directories.
6111 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6112 just `file-attributes'.
6113 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6114 when reading remote directories. This is an Eshell-specific
6115 variable (not part of ange-ftp).
6116 (eshell/ln): Bind `ange-cache'.
6117 (eshell/du): Added some extra logic for determining when to use
6118 Eshell's du (which is slow), and when to use the external version
6119 (which may or may not exist).
6120
83c9cb8e
SM
6121 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6122 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6123 `get-buffer-process', since backgrounded processes don't count in
6124 the context of this function's logic.
6125
6126 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6127 `forward-char', so that null strings are parsed correctly.
6128
87730e84 61292000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6130
83c9cb8e
SM
6131 * eshell/em-pred.el (eshell-pred-file-type)
6132 (eshell-pred-file-links, eshell-pred-file-size):
6133 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6134
6135 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6136 that remote file globbing is more efficient.
6137
6138 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6139 gathering the files and attributes within a directory.
6140
6141 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6142 the command line is a special file (not a regular file, directory
6143 or symlink), always attempt to call the external version of cat.
6144
87730e84 61452000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6146
6147 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6148 Eshell-friendly version of find-tag.
6149
1c7e37a9
MB
61502000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6151
4836835a 6152 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6153 (image-file-name-regexps): Add autoload cookies.
6154
11a7f341
KH
61552000-10-13 Kenichi Handa <handa@etl.go.jp>
6156
6157 * international/mule-cmds.el (select-safe-coding-system): If FROM
6158 is string, show it in *Warning* buffer.
6159
8ddddcb0
EZ
61602000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6161
6162 * startup.el (normal-top-level): Use display-popup-menus-p instead
6163 of window-system.
6164 (command-line): Use display-graphic-p instead of window-system.
6165 (command-line-1): Use display-popup-menus-p and display-mouse-p
6166 instead of window-system.
6167
72200f89
SS
61682000-10-12 Sam Steingold <sds@gnu.org>
6169
6170 * tooltip.el (tooltip-use-echo-area): New user variable.
6171 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6172
8661c643
DL
61732000-10-12 Dave Love <fx@gnu.org>
6174
d0b40dc1
DL
6175 * recentf.el: Maintainer's checkdoc fixes.
6176
83c9cb8e
SM
6177 * startup.el (normal-top-level-add-subdirs-to-load-path):
6178 Use character class, not ASCII when matching file names.
a622451f
DL
6179 (fancy-splash-head): Add trailing slash to URL.
6180 (command-line): Don't require XPM support for toolbar.
6181
8661c643
DL
6182 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6183 (cperl-invalid-face): Revert last change.
6184 (cperl-init-faces): Quote cperl-invalid-face.
6185
ef2ed8ab
KH
61862000-10-12 Kenichi Handa <handa@etl.go.jp>
6187
6188 * startup.el (fancy-splash-text): Remove superfluous quote.
6189
b0da379e
GM
61902000-10-12 Gerd Moellmann <gerd@gnu.org>
6191
dbeb499b
GM
6192 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6193 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6194 (command-line-1): Don't use fancy-splash-pending-command.
6195 (fancy-splash-screens-1): Goto point-min after inserting text.
6196
d861718a
GM
6197 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6198
b0da379e
GM
6199 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6200 instead of shared-lisp-mode-map.
6201
4fb2ad98
MB
62022000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6203
1cb4393e
MB
6204 * faces.el (header-line): Change tty-variant to use underlining.
6205
4fb2ad98
MB
6206 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6207 (isearch-highlight): Restore lazy-isearch face properties at old
6208 position, and suppress them at new position.
6209 (isearch-dehighlight): Restore lazy-isearch face properties.
6210 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6211 over the real isearch overlay, but in that case, don't give it a
6212 face property. Use `push'.
6213
eb991b25
KH
62142000-10-12 Kenichi Handa <handa@etl.go.jp>
6215
6216 * man.el (Man-getpage-in-background): Fix previous change.
6217 Decode the process output only when we are in multibyte mode.
6218
a818c1c0
DL
62192000-10-11 Dave Love <fx@gnu.org>
6220
c990f53a
DL
6221 * info.el (Info-mode-menu): Fix some help.
6222 (info-tool-bar-map): Add entry for Info-last.
6223
a818c1c0
DL
6224 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6225 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6226 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6227 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6228 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6229 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6230 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6231 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6232 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6233 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6234 Reduce colour requirements to 25 overall. (Probably wants
6235 revisiting from the originals to reduce further.)
6236
c1b096cb
EZ
62372000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6238
6239 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6240 buffer-file-coding-system, instead of raw-text.
6241 (dehexlify-buffer): Bind coding-system-for-read to
6242 buffer-file-coding-system, instead of raw-text.
6243
5c8b7eaf
SS
62442000-10-11 Sam Steingold <sds@gnu.org>
6245
83c9cb8e 6246 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6247 `underline' - fixes the bug introduced on 2000-09-21.
6248
2cfbdb7a
DL
62492000-10-11 Dave Love <fx@gnu.org>
6250
83c9cb8e
SM
6251 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6252 Avoid compiler warnings.
2cfbdb7a
DL
6253 (scheme-mode): Doc fix.
6254 (scheme-font-lock-keywords-1): Match `define-syntax'.
6255
62562000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6257
6258 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6259 face specs as well as default ones. Only do anything if the
6260 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6261 (region): Make dark-background `region' face less in-your-face.
4b33f290 6262
690ec649
SS
62632000-10-10 Sam Steingold <sds@gnu.org>
6264
6265 * chistory.el, ielm.el, ledit.el:
6266 * progmodes/inf-lisp.el, progmodes/scheme.el:
6267 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6268
3b95d6bb
SM
62692000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * textmodes/texinfo.el: Update copyright and fix typo.
6272
6273 * desktop.el (desktop-modes-not-to-save): New var.
6274 (desktop-save-buffer-p): Use it.
a30eb617
DL
6275 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6276 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6277
62782000-10-10 Dave Love <fx@gnu.org>
6279
6280 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6281 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6282
6283 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6284 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6285 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6286 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6287 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6288 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6289 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6290 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6291 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6292 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6293 the .xpms; probably need retouching.
6294
62952000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6296
6297 * subr.el (add-to-list): Add optional argument APPEND.
6298 * battery.el (display-battery): Use `add-to-list'.
6299
63002000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6301
83c9cb8e
SM
6302 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6303 properties.
a30eb617
DL
6304 (zone, zone-when-idle, zone-leave-me-alone)
6305 (zone-pgm-whack-chars): Use new symbol properties.
6306
6307 * battery.el (display-battery): Doc spelling fix.
6308
6309 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6310 property.
6311
63122000-10-09 Dave Love <fx@gnu.org>
6313
6314 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6315 has been initialized before calling tool-bar-setup.
6316 (tool-bar-add-item-from-menu): Add autoload cookie.
6317
63182000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6319
6320 * menu-bar.el (send-mail-item-name): New function.
6321 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6322 of mail-user-agent in the menu. Don't display the "Send Mail"
6323 item if mail-user-agent is nil or its value is ignore.
6324 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6325 if read-mail-command is nil or its value is ignore.
6326
6327 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6328
63292000-10-09 Miles Bader <miles@gnu.org>
6330
6331 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6332 Correct image size.
6333 * toolbar/left_arrow.xpm: Correct image size.
6334
6335 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6336 will be done by the definition of `auto-compression-mode' if
6337 necessary. Move code to uninstall existing file-name handler
6338 before definition of `auto-compression-mode'.
6339
6340 * image-file.el (auto-image-file-mode): Move to the end of the
6341 file, because `define-minor-mode' actually calls the mode-function
6342 if the associated variable is non-nil, which requires that all
6343 needed functions be already defined.
6344
6345 * mouse.el (popup-menu): Balance parens.
6346
63472000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6348
6349 * mouse.el (popup-menu): Move the command call outside the loop
6350 so that popup-menu returns whatever the command returns.
6351
6352 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6353 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6354 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6355 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6356
6357 * vc.el (vc-version-diff): diff-switches can be a list.
6358 Use relative filenames for prettier output.
6359
6360 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6361 (vc-post-command-functions): Remove old-VC compatibility code.
6362
6363 * newcomment.el (comment-indent-default): Autoload.
6364
6365 * font-lock.el (font-lock-defaults): Make buffer-local.
6366 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6367 (font-lock-choose-keywords):
6368 Ignore LEVEL unless KEYWORDS is a list of syms.
6369 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6370 Don't wrap regexp-opt things in \(...\) unnecessarily.
6371
6372 * jit-lock.el: Don't require font-lock any more.
6373 (jit-lock-functions): Make buffer-local.
6374 (jit-lock-saved-fontify-buffer-function): Remove.
6375 (jit-lock-mode): Remove autoload cookie.
6376 Remove font-lock specific code.
6377 (jit-lock-unregister): Don't bother handling complex hooks any more.
6378 (jit-lock-refontify): New function.
6379 (jit-lock-fontify-buffer): Use it.
6380 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6381 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6382 Add optional args START and END.
6383 Never call font-lock-fontify-region directly.
6384 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6385
6386 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6387
63882000-10-08 Dave Love <fx@gnu.org>
6389
6390 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6391
6392 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6393
6394 * play/studly.el (studlify-region, studlify-word): Add autoload
6395 cookie.
6396
6397 * play/morse.el (morse-region, unmorse-region): Add autoload
6398 cookie.
6399
6400 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6401 concat.
6402
6403 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6404 insist on symbols starting with word syntax.
6405 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6406 (eval-defun-1): Doc fix.
6407 (indent-sexp): Use nconc to build up indent-stack.
6408
6409 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6410 Gnus with little use.
6411 (mail-setup-hook): Add mail-abbrevs-setup to options.
6412
6413 * recentf.el: Doc fixes.
6414
6415 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6416 Clean up remainder.
6417
6418 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6419 without timezone and (8) with timezone to enforce some whitespace.
6420 Simplify code somewhat.
6421
6422 * options.el (list-options): Doc that you should use customize.
6423
6424 * iswitchb.el (iswitchb-mode): Add :require.
6425
6426 * info.el (Info-goto-node, Info-menu): Doc fix.
6427 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6428 (info-tool-bar-map): New variable.
6429 (Info-mode): Use it.
6430 (Info-edit-map): Define all in defvar.
6431 (speedbar-attached-frame): Avoid compiler warning.
6432
6433 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6434 (global-map): Bind [tool-bar] to a filtered map.
6435 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6436 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6437 Allow PBM icons.
6438 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6439
6440 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6441 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6442 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6443 icons, except up_arrow, which is left-arrow rotated.
6444
6445 * imenu.el (imenu-add-to-menubar): Fix last change.
6446
64472000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6448
6449 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6450 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6451
64522000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6453
6454 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6455 typos in doc strings.
6456
6457 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6458 the doc strings how to customize Font Lock faces.
6459
6460 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6461 computing growth when dragging the header line.
6462
64632000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6464
6465 * simple.el (kill-line): Doc fix.
6466
64672000-10-08 Miles Bader <miles@gnu.org>
6468
6469 * faces.el (secondary-selection): Make foreground visible on tty.
6470
6471 * jka-compr.el (auto-compression-mode): Move to the end of the
6472 file, because `define-minor-mode' actually calls the mode-function
6473 if the associated variable is non-nil, which requires that all
6474 needed functions be already defined.
6475 (with-auto-compression-mode): Add autoload cookie.
6476
64772000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6478
6479 * files.el (find-backup-file-name) [ms-dos]: If support for long
6480 file names is not available, behave as if version-control were set
6481 to never.
6482
64832000-10-07 Dave Love <fx@gnu.org>
6484
6485 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6486 (browse-url-gnome-moz): New function.
6487 (browse-url-browser-function): Use it.
6488 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6489
64902000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6491
6492 * indent.el (tab-always-indent): New var.
6493 (indent-for-tab-command): Use it.
6494
6495 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6496 raise an error. This way it can still default to a sane value.
6497
64982000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6499
6500 * startup.el (fancy-splash-screens): Use local rather than global map.
6501 Don't use `update-menu-bindings' any more.
6502 Get rid of assumptions about keymap representation.
6503
65042000-10-06 Dave Love <fx@gnu.org>
6505
6506 * textmodes/fill.el (sentence-end-double-space)
6507 (sentence-end-without-period): Doc fix.
6508 (adaptive-fill-regexp): Purecopy.
6509 (unjustify-current-line): Use line-end-position.
6510 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6511
6512 * net/eudc-vars.el (eudc): Add :version, :link.
6513
6514 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6515
6516 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6517 Fix for define-minor-mode.
6518 (function-at-point): Alias to function-called-at-point.
6519
6520 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6521
6522 * simple.el (backward-word): Doc fix.
6523
6524 * image-file.el (image-file-name-regexp): image-file-regexps ->
6525 image-file-name-regexps.
6526 (image-file-name-extensions): Add pbm.
6527
65282000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6529
6530 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6531 and add filename to the names so that diff-mode can jump to source.
6532
6533 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6534 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6535 (tex-font-lock-keywords-1): Remove.
6536 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6537 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6538 (font-lock-default-fontify-region):
6539 Expand beg..end correctly when just following a multiline region.
6540 (font-lock-fontify-anchored-keywords):
6541 Include the anchor text as part of the multiline.
6542
65432000-10-06 Gerd Moellmann <gerd@gnu.org>
6544
6545 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6546 latter needs the autoloaded define-minor-mode macro during the
6547 bootstrap.
6548
6549 * startup.el (command-line): For now, activate tool-bar-mode only
6550 if XPM images are supported.
6551
6552 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6553 window by dragging a header-line at the top of the frame; that's
6554 confusing because the header-line doesn't move.
6555 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6556 of treating the event as a list. Some cleanup.
6557
65582000-10-06 Miles Bader <miles@gnu.org>
6559
6560 * simple.el (display-message-or-buffer): New function.
6561 (shell-command-on-region): Use `display-message-or-buffer'.
6562
6563 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6564 docstring parts.
6565
6566 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6567 (smbclient-prompt-regexp): Add usage note to doc string.
6568 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6569 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6570 Use add-hook for adding the comint filter function, and only do so
6571 if it's not already in the global hook list.
6572 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6573 to `make-local-variable'.
6574 (nslookup-font-lock-keywords): Remove prompt entry.
6575 (nslookup): Don't set the process-filter.
6576 (finger): Exit the loop correctly when the regexps list runs out.
6577 (ftp, smbclient, smbclient-list-shares):
6578 Set the real major mode immediately, not after execing.
6579 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6580
6581 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6582
65832000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6584
6585 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6586
6587 * which-func.el (which-func-format): Remove spurious space.
6588 (which-func-mode): Don't make it permanent-local.
6589 (which-func-ff-hook): Allow which-func-maxout to be nil.
6590 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6591 (which-func-mode): Simplify.
6592 Use post-command-idle-hook rather than post-command-hook.
6593 Go through all buffers and update their state.
6594 (which-function): Also try add-log-current-defun-function.
6595
6596 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6597 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6598 Update call to with-vc-properties accordingly.
6599 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6600 (vc-revert-buffer): More careful about window selection and deletion.
6601 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6602
6603 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6604 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6605 (cvs-dired-action): Change the default to quickdir.
6606
6607 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6608 if comment-indent-function returns nil.
6609 (comment-indent-default): New function.
6610 (comment-indent-function): Use it and document the new semantics.
6611
6612 * image-file.el: Docstring fixes.
6613
6614 * help.el (help-xref-on-pp): Use match-string.
6615 (describe-variable): New arg BUFFER.
6616 Store the current buffer in the help-xref-stack.
6617 (temp-buffer-resize-mode): Use define-minor-mode.
6618
6619 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6620 consistently with its docstring.
6621 Set jit-lock-first-unfontify-pos in an idempotent way.
6622 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6623
66242000-10-05 Alex Schroeder <alex@gnu.org>
6625
6626 * sql.el (sql-mysql-options): New variable.
6627 (sql-mysql): Use it.
6628
66292000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6630
6631 * image.el (image): New group.
6632
6633 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6634 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6635
66362000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6637
6638 * net/net-utils.el (nslookup-font-lock-keywords)
6639 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6640 Ignore the value of wqindow-system; always define keywords
6641
66422000-10-05 Kenichi Handa <handa@etl.go.jp>
6643
6644 * startup.el (fancy-splash-screens): Remove the code for
6645 debugging; `(trace-to-stderr "EXITTT\n")'.
6646
66472000-10-05 Miles Bader <miles@gnu.org>
6648
6649 * diff-mode.el (diff-goto-source): Update call to
6650 `diff-hunk-status-msg' to reflect new REV variable.
6651
66522000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6653
6654 * progmodes/icon.el (icon-mode):
6655 Don't gratuitously override the default for comment-column.
6656
6657 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6658
6659 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6660 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6661 (jit-lock-functions): New var.
6662 (jit-lock-function-1): Use it if non-nil.
6663 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6664 Set the `fontified' property before doing the fontification to avoid
6665 repeatedly going through the same error.
6666 Don't turn errors into messages.
6667 (jit-lock-register, jit-lock-unregister): New functions.
6668
6669 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6670 Use with-current-buffer.
6671
6672 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6673 Turn comment into docstring.
6674
6675 * apropos.el (apropos-mode): Use define-derived-mode.
6676
66772000-10-04 Gerd Moellmann <gerd@gnu.org>
6678
6679 * startup.el (fancy-splash-pending-command): New variable.
6680 (fancy-splash-pre-command): New function.
6681 (fancy-splash-screens): Rewritten.
6682 (command-line-1): If fancy-splash-pending-command is set, call it
6683 interactively.
6684
66852000-10-04 Dave Love <fx@gnu.org>
6686
6687 * toolbar/tool-bar.el (tool-bar-setup): New function.
6688 (tool-bar-mode): Use it.
6689
6690 * subr.el (substitute-key-definition): Doc fix.
6691 (play-sound-file): New command.
6692
66932000-10-04 Andre Spiegel <spiegel@gnu.org>
6694
6695 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6696 vc-version-backup-file-name): New functions.
6697
6698 * files.el (basic-save-buffer): Call vc-before-save before saving.
6699
6700 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6701 vc-cvs-stay-local-p.
6702
6703 * vc.el (vc-revert-buffer): Handle empty diff properly.
6704 (vc-version-backup-file): New function.
6705 (vc-checkout): Create a version backup if necessary.
6706 (vc-checkin): If a version backup file exists, delete it.
6707 (vc-version-diff): Diff locally using version backups, if available.
6708 (vc-revert-file): If there's a version backup, revert locally.
6709 (vc-transfer-file): Use version backup for base version, if
6710 available. If not, ask for confirmation whether to get it from the
6711 server. Update mode line before check-in.
6712
67132000-10-04 Dave Love <fx@gnu.org>
6714
6715 * toolbar/tool-bar.el (tool-bar-setup): New function.
6716 (tool-bar-mode): Use it.
6717
67182000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6719
6720 * net/net-utils.el (nslookup-font-lock-keywords)
6721 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6722 Only set if window-system is non-nil
6723 (net-utils-run-program): Returns buffer.
6724 (network-connection-reconnect): Added this function.
6725
6726 * generic.el:
6727 Incorporates extensive cleanup and docfixes by
6728 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6729 Uses cl compile-time macros.
6730 (generic-mode-name, generic-comment-list)
6731 (generic-keywords-list, generic-font-lock-expressions)
6732 (generic-mode-function-list, generic-mode-syntax-table):
6733 Removed variables.
6734 (generic-mode-alist): Renamed to generic-mode-list.
6735 (generic-find-file-regexp): Default changed to "^#".
6736 (generic-read-type): Uses completing read on generic-mode-list.
6737 (generic-mode-sanity-check): removed this function.
6738 (generic-add-to-auto-mode): Removed this function
6739 (generic-mode-internal): Bind mode-specific definitions
6740 into function instead of putting them in alist.
6741 (generic-mode-set-comments): Reworked extensively.
6742 (generic-mode-find-file-hook): Simplified regexp searching
6743 (generic-make-keywords-list): Omit extra pair of parens
6744
6745 * find-lisp.el (find-lisp-find-files-internal):
6746 Make sure directory name ends with "/".
6747
6748 * generic-x.el (apache-conf-generic-mode):
6749 Regexp now allows leading whitespace.
6750 (rc-generic-mode): Added eval-when-compile
6751 around generic-make-keywords-list.
6752 Deleted duplicate regexp
6753 (rul-generic-mode): Added eval-when-compile
6754 around generic-make-keywords-list.
6755 (etc-fstab-generic-mode): New generic mode.
6756 (rul-generic-mode): Removed one eval-when-compile
6757 which caused a max-specpdl-size exceeded error.
6758
67592000-10-04 Miles Bader <miles@gnu.org>
6760
6761 * simple.el (minibuffer-temporary-goal-position): New variable.
6762 (next-history-element): Try to keep the position of point in the
6763 input string constant.
6764
6765 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6766 (dired-do-create-files): If there's only one file, pass it in as
6767 the DEFAULT arg to dired-mark-read-file-name.
6768
67692000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6770
6771 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6772 (diff-goto-source): Be smarter when choosing REVERSE or not.
6773
6774 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6775 (texinfo-mode-menu): Add an explicit shortcut for update all.
6776
67772000-10-03 Andre Spiegel <spiegel@gnu.org>
6778
6779 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6780 factorize backend-specific code cleanly (this was essentially
6781 conceived by Stefan Monnier).
6782 (vc-unregister): Function removed.
6783 (vc-revert-file): New function.
6784 (vc-revert-buffer): Delegate some of the work to it.
6785
6786 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6787 default branch unconditionally.
6788 (vc-rcs-set-default-branch): New function.
6789 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6790 (vc-rcs-checkin): If an appropriate default branch has been set,
6791 force creation of that branch.
6792 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6793 code (as suggested by Stefan Monnier).
6794
67952000-10-02 Gerd Moellmann <gerd@gnu.org>
6796
6797 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6798 highlighting overlay with a different face over the overlay
6799 isearch uses to highlight the current match because that can lead
6800 to bad face combinations.
6801
6802 * loadup.el (toplevel): Load faces before isearch.
6803
6804 * isearch.el (isearch-faces): New custom group.
6805 (isearch): New defface; was already tested for in the code.
6806 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6807 (isearch-highlight): Always use face `isearch'.
6808
68092000-10-02 Dave Love <fx@gnu.org>
6810
6811 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6812 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6813 comparison of opcode with operand.
6814
68152000-10-03 Miles Bader <miles@gnu.org>
6816
6817 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6818 buffer, since the echo area will now grow to accommodate them.
6819
68202000-10-02 Andre Spiegel <spiegel@gnu.org>
6821
6822 * vc-hooks.el (vc-registered): If FILE used to be registered under
6823 a certain backend, try that one first.
6824
6825 * vc.el (vc-responsible-backend): Undo the previous change in the
6826 argument list. Handle multiple backends correctly.
6827 (vc-find-new-backend): Function removed.
6828 (vc-register): Use vc-responsible-backend, as before.
6829 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6830
68312000-10-02 Gerd Moellmann <gerd@gnu.org>
6832
6833 * startup.el (fancy-splash-head): Change message below the
6834 logo.
6835
68362000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6837
6838 * diff-mode.el (diff-goto-source): Emit a status message.
6839 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6840 (diff-test-hunk): Fix doc string.
6841 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6842 (diff-advance-after-apply-hunk): New variable.
6843 (diff-apply-hunk): Don't return a value.
6844
68452000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6846
6847 * vc.el (vc-editable-p): Minor optimization.
6848 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6849 (vc-find-new-backend): New function split from vc-responsible-backend.
6850 (vc-register): Use it.
6851 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6852 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6853 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6854 (vc-clear-headers): Don't use find-file.
6855 (vc-revert-buffer): Use `and' again (must have been a braino).
6856 (vc-switch-backend): Only prompt if requested.
6857 Short circuit if nothing is to be done.
6858 Don't use vc-resynch-buffer which could lose unsaved editing.
6859 (vc-default-receive-file): Update call to vc-unregister.
6860 (with-vc-file, vc-next-action-on-file):
6861 Use vc-backend rather than vc-registered.
6862 (vc-next-action-on-file): Use intern-soft.
6863 Deal with read-only *vc-diff* buffer.
6864 (vc-transfer-file): Docstring fix.
6865
6866 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6867 (vc-rcs-receive-file): Avoid with-vc-properties.
6868 Update call to vc-unregister.
6869 Use constant `RCS' rather than (dynamically bound) var `backend'.
6870
68712000-10-01 Andre Spiegel <spiegel@gnu.org>
6872
6873 * vc.el (vc-next-action-on-file): Update mode line only if file
6874 is visited.
6875 (vc-start-entry): New argument initial-contents. Don't visit the file
6876 if it isn't already visited. Brought documentation up-to-date.
6877 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6878 (vc-checkin): New optional arg initial-contents, which is passed to
6879 vc-start-entry.
6880 (vc-finish-logentry): Make sure to bury log buffer only if there
6881 really is one. Call `vc-resynch-buffer' on log-file, not
6882 buffer-file-name.
6883 (vc-default-comment-history, vc-default-wash-log): New functions.
6884 (vc-index-of): Removed.
6885 (vc-transfer-file): Make do without the above.
6886 (vc-default-receive-file): Call comment-history unconditionally. Pass
6887 the resulting string to vc-checkin, instead of inserting it into the
6888 comment ring.
6889
6890 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6891 unconditionally. Use the comments as initial contents of the log
6892 entry buffer. Document the trick to force branch creation with no
6893 changes.
6894
68952000-10-01 Miles Bader <miles@gnu.org>
6896
6897 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6898 `recenter' with an arg to prevent redrawing the display.
6899
69002000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6901
6902 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6903
6904 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6905
6906 * progmodes/c-mode.el (c-mode):
6907 Don't gratuitously override the default for comment-column.
6908
6909 * textmodes/tex-mode.el (latex-metasection-list): New var.
6910 (latex-imenu-create-index): Use it.
6911 Move the regexp construction outside loops (and use push).
6912 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6913 (tex-font-lock-keywords): Moved from font-lock.el.
6914 (tex-comment-indent): Remove.
6915 (tex-common-initialization): Don't set comment-indent-function.
6916 (latex-block-default): New var.
6917 (tex-latex-block): Use it to provide a default choice.
6918 Add any unknown choice to latex-block-names.
6919 Insert [...] after {...}.
6920 (tex-last-unended-begin): Simplify regexp.
6921 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6922 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6923 (latex-mode): Set forward-sexp-function.
6924
6925 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6926 Add regexp for @ignore ... @end ignore.
6927 (texinfo-heading-face): New face.
6928 (texinfo-font-lock-keywords): Use it.
6929 (texinfo-mode-menu): New menu.
6930 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6931 New functions.
6932 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6933 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6934 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6935 Remove declaration.
6936 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6937
6938 * delsel.el (delete-selection-mode): Use define-minor-mode.
6939
6940 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6941
69422000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6943
6944 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6945
69462000-09-30 Gerd Moellmann <gerd@gnu.org>
6947
6948 * replace.el (keep-lines-read-args): New function.
6949 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6950 read arguments interactively. Add parameters RSTART and REND.
6951 Operate on the active region in Transient Mark mode.
6952
6953 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6954
6955 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6956 (authors-obsolete-files-regexps): New variable.
6957 (authors-add): Don't record changes in obsolete files.
6958
69592000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6960
6961 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6962
6963 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6964 (comment-indent): Make sure there's a space between code and comment.
6965 Shift comments left to avoid going past fill-column.
6966
69672000-09-29 Gerd Moellmann <gerd@gnu.org>
6968
6969 * startup.el (startup-echo-area-message): New function.
6970 (display-startup-echo-area-message): Use it.
6971 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6972 (fancy-splash-default-action): New function.
6973 (fancy-splash-screens-1): New function.
6974 (fancy-splash-head): Put a help-echo and a keymap under the image.
6975
69762000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6977
6978 * diff-mode.el (diff-add-log-file-name): Remove.
6979 (diff-mode): Use add-log-buffer-file-name-function.
6980
6981 * add-log.el (find-change-log): New arg BUFFER-FILE.
6982 (add-log-file-name): Obey add-log-file-name-function.
6983 (add-log-buffer-file-name-function): New var.
6984 (add-change-log-entry): Use it.
6985
69862000-09-29 Miles Bader <miles@gnu.org>
6987
6988 * image-file.el (image-file-name-extensions): New variable.
6989 (image-file-name-regexps): Renamed from `image-file-regexps'.
6990 New default value is nil. Call `auto-image-file-mode'.
6991 (image-file-name-regexp): New function.
6992 (auto-image-file-mode): New minor mode.
6993 (insert-image-file): Don't make conditional on the image-file
6994 handler being enabled.
6995 (image-file-handler): Make the call here conditional instead.
6996 (set-image-file-handler-enabled, enable-image-file-handler)
6997 (disable-image-file-handler): Functions removed.
6998
6999 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7000 string.
7001
70022000-09-29 Gerd Moellmann <gerd@gnu.org>
7003
7004 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7005 it's a function from CL.
7006 (latex-imenu-create-index): Replace eval-when-compile with progn
7007 because latex-section-alist is not bound while compiling.
7008
70092000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7010
7011 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7012 (outline-mode): Use define-derived-mode.
7013
7014 * progmodes/perl-mode.el (perl-mode):
7015 * progmodes/awk-mode.el (awk-mode):
7016 * progmodes/asm-mode.el (asm-mode):
7017 Don't gratuitously override the default for comment-column.
7018
7019 * emacs-lisp/lisp.el (lisp-complete-symbol):
7020 Distinguish the let-binding case from the funcall case.
7021 (forward-sexp-function): New variable.
7022 (forward-sexp): Use it.
7023
7024 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7025 (easy-mmode-defmap): Remove the now useless autoload.
7026
7027 * time.el (display-time-mode): Use define-minor-mode.
7028
7029 * subr.el (add-minor-mode): Don't eval NAME.
7030 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7031 Use if rather than cond.
7032
7033 * simple.el (read-expression-map): Define more properly.
7034 (comment-indent-hook): Remove.
7035 (string-to-syntax): Bug fix.
7036
7037 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7038 (cvs-ediff-diff): Fix typo.
7039 (cvs-revert-if-needed): Don't bother preserving read-only.
7040
7041 * paren.el (show-paren-mode): Use define-minor-mode.
7042
7043 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7044 (toggle-auto-compression): Remove.
7045 (jka-compr-build-file-regexp): Remove useless grouping.
7046
7047 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7048 Avoid user-reserved bindings.
7049 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7050 (diff-header-face): Revert to grey85.
7051
7052 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7053
7054 * complete.el (partial-completion-mode) <defcustom>: Remove.
7055 (partial-completion-mode): Use define-minor-mode.
7056 (PC-do-completion): Understand `completion-auto-help = delay'
7057 to mean to popup the completion buffer only the second time.
7058 (PC-include-file-all-completions, PC-include-file-all-completions)
7059 (PC-include-file-all-completions): Don't quote lambda.
7060
7061 * comint.el (comint-mode-hook): Docstring fix.
7062 (comint-mode): Use define-derived-mode.
7063 (comint-mode-map): Remove obsolete comment.
7064 (make-comint): Minor stylistic change.
7065 (comint-insert-clicked-input): Be more careful to find the overlay.
7066 Use this-command-keys rather than hardcoding mouse-2.
7067
7068 * font-lock.el: Replace confusing (,@ with ,
7069 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7070 Don't use regexp-opt-depth. Spice up the regexp for args.
7071 Don't distinguish between cmds that can take an opt arg or not.
7072 Use `append' and `prepend' rather than `keep'.
7073
7074 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7075 (latex-outline-regexp): New var.
7076 (latex-outline-level): New fun.
7077 (latex-section-alist): New var.
7078 (latex-imenu-create-index): Use it. Use `push' as well.
7079 (tex-shell-map): Initialize it properly.
7080 (tex-mode): Minor stylistic change.
7081 (plain-tex-mode): Use define-derived-mode.
7082 (latex-mode): Use define-derived-mode.
7083 Construct the paragraph regexps in a more readable way.
7084 Set the buffer-local outline-{level,regexp} vars.
7085 (slitex-mode): Derive from latex-mode.
7086 (tex-common-initialization): Don't kill-all-vars anymore.
7087 Add setting for comment-add and font-lock-defaults.
7088 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7089 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7090 (tex-start-tex): New arg DIR (and send a chdir command for it).
7091 Also display the shell buffer and save it in tex-last-buffer-texed.
7092 (tex-region): Use expand-file-name rather than concat.
7093 Remove code made useless by changes in tex-start-tex.
7094 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7095
7096 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7097
70982000-09-28 Dave Love <fx@gnu.org>
7099
7100 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7101
71022000-09-28 Gerd Moellmann <gerd@gnu.org>
7103
7104 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7105 `append'.
7106
71072000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7108
7109 * info.el (Info-extract-pointer): Undo last change.
7110 Instead, fix the position of the `bound' arg to re-search-backward.
7111
71122000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * info.el (Info-extract-pointer):
7115 Widen more carefully, to avoid finding pointers in other nodes.
7116 (Info-index): Use push.
7117
71182000-09-27 Gerd Moellmann <gerd@gnu.org>
7119
7120 * frame.el (set-frame-font): Remove call to obsolete function
7121 frame-update-faces.
7122 (set-foreground-color, set-background-color): Likewise for
7123 frame-update-face-colors.
7124
71252000-09-27 Miles Bader <miles@gnu.org>
7126
7127 * image-file.el: New file.
7128
71292000-09-27 Gerd Moellmann <gerd@gnu.org>
7130
7131 * frame.el (frame-notice-user-settings): Don't call
7132 frame-update-faces, which is a no-op now.
7133
7134 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7135 tool-bar-lines.
7136
71372000-09-27 Dave Love <fx@gnu.org>
7138
7139 * mouse.el: Fix last change.
7140
71412000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7142
7143 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7144
71452000-09-22 Kenichi Handa <handa@etl.go.jp>
7146
7147 * international/quail.el (quail-help): The output message is
7148 improved.
7149
71502000-09-26 Dave Love <fx@gnu.org>
7151
7152 * mouse.el (popup-menu): If POSITION is nil, set it using
7153 mouse-position.
7154
71552000-09-25 Sam Steingold <sds@gnu.org>
7156
7157 * net/browse-url.el (browse-url-file-url): Check for null maps.
7158
71592000-09-26 Gerd Moellmann <gerd@gnu.org>
7160
7161 * frame.el (frame-notice-user-settings): Don't add a
7162 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7163
7164 * frame.el (frame-notice-user-settings):
7165 Make tool-bar-mode and default-frame-alist consistent.
7166
7167 * toolbar/tool-bar.el (tool-bar-help): New function.
7168
71692000-09-25 Gerd Moellmann <gerd@gnu.org>
7170
7171 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7172 current-load-list in top-level forms. Else this leaks a cons cell
7173 every time a defun is called.
7174
7175 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7176
71772000-09-25 Dave Love <fx@gnu.org>
7178
7179 * startup.el (fancy-splash-head): Check XPM is available.
7180
7181 * autoinsert.el (auto-insert): Doc fix.
7182 (auto-insert-alist): Following GNU notices, don't say `copyright
7183 _by_'. Use line-beginning-position.
7184 (auto-insert): Check buffer-file-name is non-nil before use.
7185
71862000-09-25 Gerd Moellmann <gerd@gnu.org>
7187
7188 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7189 starting with `@def' or `@multitable', in addition to ones
7190 specified by the user in auto-fill-inhibit-regexp.
7191
71922000-09-25 Markus Rost <rost@math.ohio-state.edu>
7193
7194 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7195 rmail-dont-reply-to-names matches the empty string.
7196
71972000-09-25 Gerd Moellmann <gerd@gnu.org>
7198
7199 * startup.el (command-line-1, fancy-splash-text): Change the
7200 text to sound more friendly.
7201
72022000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7203
7204 * progmodes/hideshow.el: Update author email address.
7205 Generally, sync w/ maintainer version 5.22.
7206 (hs-hide-all-non-comment-function): New var.
7207 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7208 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7209 (hs-show-region): Delete this command.
7210 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7211
72122000-09-22 Dave Love <fx@gnu.org>
7213
7214 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7215 (hl-line-highlight): Specify buffer when moving overlay.
7216
7217 * progmodes/fortran.el (fortran-mode): Locally set
7218 normal-auto-fill-function.
7219 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7220 (fortran-mode-map): Adjust auto-fill menu entry.
7221
72222000-09-22 Gerd Moellmann <gerd@gnu.org>
7223
7224 * vc-rcs.el (toplevel): Require `vc' when compiling.
7225
7226 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7227
72282000-09-22 Andre Spiegel <spiegel@gnu.org>
7229
7230 * vc.el (vc-switch-backend): Signal an error if the file is not
7231 registered under the new backend.
7232
7233 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7234 without explicit revision number.
7235
72362000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7237
7238 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7239 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7240 (diff-xor): New function.
7241 (diff-find-source-location): Use it. Fix a stupid name clash.
7242 (diff-hunk-status-msg): New function.
7243 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7244 (diff-test-hunk): Use diff-find-source-location.
7245 (diff-goto-source): Favor the `reverse'.
7246 (diff-hunk-text): Properly handle one-sided context diffs.
7247 (diff-apply-hunk): When done, advance to the next hunk.
7248
72492000-09-21 Gerd Moellmann <gerd@gnu.org>
7250
7251 * startup.el (command-line): If frame was created with a non-zero
7252 tool-bar-lines parameter, switch tool-bar-mode on.
7253
7254 * add-log.el (change-log-date-face, change-log-name-face)
7255 (change-log-email-face, change-log-file-face)
7256 (change-log-list-face, change-log-conditionals-face)
7257 (change-log-function-face, change-log-acknowledgement-face):
7258 New faces, inheriting from font-lock faces.
7259 (change-log-font-lock-keywords): Use them.
7260
72612000-09-21 Dave Love <fx@gnu.org>
7262
7263 * progmodes/cperl-mode.el (top-level): Clean up
7264 `eval-when-compile's and assorted defvars.
7265 (cperl-invalid-face): Don't double-quote value. Change custom
7266 type.
7267 (cperl-mode): Set normal-auto-fill-function and don't zap
7268 auto-fill-function.
7269 (cperl-imenu--function-name-regexp-perl): Renamed from
7270 imenu-example--function-name-regexp-perl.
7271 (cperl-imenu--create-perl-index): Renamed from
7272 imenu-example--create-perl-index.
7273 (cperl-xsub-scan): Don't require cl.
7274
7275 * msb.el (msb-mode-map): Use substitute-key-definition.
7276 (msb-mode): Use msb-mode-map.
7277
72782000-09-21 Andre Spiegel <spiegel@gnu.org>
7279
7280 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7281 New functions.
7282 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7283 (vc-switch-backend): New function.
7284 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7285 (vc-register): Fix prompt.
7286 (vc-unregister, vc-default-unregister): New functions.
7287 (vc-version-diff): Handle empty buffer in sentinel.
7288
7289 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7290 (vc-rcs-state-heuristic): Use it to guess the state of files with
7291 non-strict locking.
7292 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7293 been set with -b, but not created yet.
7294 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7295 contents in order to find the state.
7296 (vc-rcs-checkin): Allow creation of branches with no changes.
7297 (vc-rcs-unregister, vc-rcs-receive-file)
7298 (vc-rcs-set-non-strict-locking): New functions.
7299
7300 * vc-hooks.el (vc-name): Force correct computation of the value
7301 in case it is missing.
7302
73032000-09-21 Gerd Moellmann <gerd@gnu.org>
7304
7305 * startup.el (fancy-splash-tail): Use a different foreground
7306 color on a dark frame background.
7307
73082000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7309
7310 * info.el: Use the correct capitalization when making Info-mode
7311 and Info-edit-mode `special' modes.
7312
73132000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7314
7315 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7316 (diff-mode): Add support for add-log.el.
7317 (diff-hunk-text): Use char offsets rather than line offsets.
7318 (diff-find-source-location): Replace LINE with line-offset (nil
7319 if not found) and always set POS to a meaningful position.
7320 Adapt to the new char-offsets.
7321 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7322 Adapt to the new diff-find-source-location.
7323 (diff-goto-source): Adapt to the new diff-find-source-location.
7324
7325 * add-log.el (add-log-file-name): New function (split out of
7326 add-change-log-entry).
7327 (add-change-log-entry): Use it.
7328 Call add-log-file-name-function with the changelog file name if
7329 the current buffer is not associated with any file.
7330 Avoid find-file if the selected window is dedicated.
7331
7332 * diff-mode.el (diff-find-source-location):
7333 Move code from diff-apply-hunk. Return buffer rather than file.
7334 (diff-apply-hunk): Use the new result from diff-find-source-location.
7335 (diff-goto-source): Use the new diff-find-source-location.
7336
73372000-09-20 Dave Love <fx@gnu.org>
7338
7339 * iswitchb.el: Some doc fixes.
7340 (iswitchb-mode-map): Define completely initially. Inherit
7341 minibuffer-local-map.
7342 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7343 fundamental-mode.
7344 (iswitchb-global-map): New variable.
7345 (iswitchb-summaries-to-end): Amalgamate regexps.
7346 (iswitchb-mode): New.
7347 (iswitchb-mode-hook): New variable.
7348 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7349 `extensions'.
7350
73512000-09-20 Gerd Moellmann <gerd@gnu.org>
7352
7353 * ehelp.el (electric-help): New defgroup.
7354 (electric-help-shrink-window): New user-option.
7355 (with-electric-help): Use it.
7356
7357 * window.el (shrink-window-if-larger-than-buffer): If face
7358 `mode-line' has a :box, and we're on a graphical frame, add 1
7359 to the needed window height.
7360
7361 * frame.el (frame-notice-user-settings): Add a last parameter nil
7362 to a call to `append', because the last list passed to `append' is
7363 not copied, and so subsequent calls to assq-delete-all will modify
7364 default-frame-alist.
7365
7366 * startup.el (fancy-splash-image): Change :type.
7367 (fancy-splash-head): Use an XBM image if appropriate.
7368 (command-line-1): Show splash screens in more cases.
7369
7370 * startup.el (fancy-splash-text): Don't quote faces.
7371
7372 * dired.el (dired-font-lock-keywords): Undo last change.
7373 (dired-readin): Bind indent-tabs-mode to nil.
7374
7375 * startup.el (fancy-splash-head): If frame's background mode
7376 is `dark', change the black background of the image to gray.
7377 (fancy-splash-screens): Display startup echo area message.
7378 (display-startup-echo-area-message): New function.
7379
73802000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7381
7382 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7383
7384 * info.el (info-header-node): Tweak for color ttys.
7385
7386 * faces.el (face-valid-attribute-values): Make sure directories we
7387 search for stipples both exist and are readable before trying to
7388 search them.
7389
7390 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7391 in the dry-run case.
7392
7393 * jka-compr.el (with-auto-compression-mode): New macro.
7394
7395 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7396 (custom-group-tag-face, custom-variable-tag-face): Use relative
7397 :height and inherit from `variable-pitch' face instead of
7398 hardwiring :family.
7399 * hi-lock.el (hi-black-hb): Likewise.
7400
7401 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7402 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7403 toolbar-add-item, if image doesn't have a mask add a `:mask
7404 heuristic'.
7405
74062000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7407
7408 * diff-mode.el: Docstring fixes.
7409 (diff-header-face, diff-comment-face): New faces.
7410 (diff-font-lock-keywords): Highlight a bit differently.
7411 (diff-find-source-location): Don't return SPAN any more.
7412 (diff-hunk-text): Don't bother erasing the temp buffer.
7413 (diff-find-text): Drop argument LINE.
7414 (diff-apply-hunk): Update calls to diff-find-text.
7415 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7416
7417 * calendar/calendar.el: Docstring fixes.
7418 (calendar-make-alist): Don't quote lambda.
7419 (calendar-star-date): Use make-local-variable.
7420
74212000-09-19 Dave Love <fx@gnu.org>
7422
7423 * toolbar/tool-bar.el: Renamed from toolbar.el.
7424 Change `toolbar' to `tool-bar' generally in symbols.
7425 Make some items invisible in `special' major modes.
7426 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7427 Add arg PROPS.
7428
7429 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7430 Add :version here.
7431 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7432
74332000-09-19 Gerd Moellmann <gerd@gnu.org>
7434
7435 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7436
7437 * files.el (find-file-suppress-same-file-warnings): New user-option.
7438 (find-file-noselect): Use it.
7439
7440 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7441 (fancy-splash-screen): Defgroup.
7442
7443 * add-log.el (change-log-font-lock-keywords): Match names
7444 more exactly for the case that font-lock-constant-face is
7445 underlined.
7446
74472000-09-19 Richard M. Stallman <rms@gnu.org>
7448
7449 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7450
74512000-09-19 Andre Spiegel <spiegel@gnu.org>
7452
7453 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7454
74552000-09-19 Gerd Moellmann <gerd@gnu.org>
7456
7457 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7458 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7459 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7460 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7461 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7462 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7463 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7464 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7465 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7466 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7467 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7468 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7469
7470 * startup.el (fancy-splash-text): New variable.
7471 (fancy-splash-delay, fancy-splash-image): New user-options.
7472 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7473 (fancy-splash-screens): New functions.
7474 (command-line-1): If display has a `display' frame parameter, has
7475 colors, and we have XPM support, show more fancy splash screens.
7476
74772000-09-19 Dave Love <fx@gnu.org>
7478
7479 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7480 with null `help'. Use modern backquote syntax.
7481
74822000-09-19 Gerd Moellmann <gerd@gnu.org>
7483
7484 * font-lock.el (font-lock-mode): Change message telling the user
7485 that ``the buffer is too big''.
7486
7487 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7488 for instance for the case that tab-width is 2.
7489
74902000-09-18 Gerd Moellmann <gerd@gnu.org>
7491
7492 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7493 toolbar-add-item, if image doesn't have a mask add a `:mask
7494 heuristic'.
7495
74962000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7497
7498 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7499 and return a cons if it's non-nil.
7500 (diff-apply-hunk): Try to jump to the line in the source text
7501 corresponding to the position of point in the in the hunk.
7502
7503 * info.el (Info-title-3-face, Info-title-2-face)
7504 (Info-title-1-face): Use face inheritance and relative sizes
7505 instead of hard-wiring things.
7506
7507 * faces.el (secondary-selection): Make dark-background variant sane.
7508
75092000-09-16 Andrew Innes <andrewi@gnu.org>
7510
7511 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7512 read-only, since they aren't under VC now.
7513
75142000-09-17 Dave Love <fx@gnu.org>
7515
7516 * tmm.el: Replace mapcar with mapc in several places.
7517
7518 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7519 ad-unadvise.
7520
7521 * international/latin1-disp.el: New file.
7522
7523 * calendar/cal-move.el (scroll-calendar-left)
7524 (scroll-calendar-right): Make arg optional (for active mode line).
7525
7526 * calendar/calendar.el (calendar-mode-line-format): Make fields
7527 mouse-sensitive.
7528 (calendar-read-date, calendar-read-date, calendar-window-list):
7529 Unquote lambda.
7530 (calendar-month-name): Use aref, not sref.
7531
7532 * view.el (minor-mode-alist): Propertize the string.
7533
7534 * international/characters.el (standard-case-table): Add entries
7535 for Greek.
7536
75372000-09-18 Miles Bader <miles@gnu.org>
7538
7539 * info.el (info-node, info-xref): Add dark-background variants.
7540
7541 * faces.el (header-line): Change defaults to be less confusing
7542 when mixed with mode-lines.
7543
7544 * info.el (Info-fontify-node): Make a few cleanups.
7545 Add extra `help-echo' and `local-map' props to node xrefs.
7546 Use header-specific faces for node-names & xrefs.
7547 (Info-use-header-line): New variable.
7548 (info-header-xref, info-header-node): New faces.
7549 (Info-setup-header-line): New function.
7550 (Info-select-node): Call Info-setup-header-line when enabled.
7551 (Info-extract-pointer): Work even if the header line is hidden.
7552 (Info-header-line): New variable.
7553
75542000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7555
7556 * vms-patch.el (print-region-function): Don't quote lambda.
7557
7558 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7559
7560 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7561 (lm-get-header-re): Allow spaces between the header and the colon.
7562 (lm-header): Allow $ in non-RCS headers.
7563 (lm-header-multiline): Put the strings back into order.
7564 Stop at an empty line. Don't require two space chars if the
7565 line is clearly not another header line.
7566
7567 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7568 (popup-menu-popup): Remove.
7569
75702000-09-15 Gerd Moellmann <gerd@gnu.org>
7571
7572 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7573 specification if or if not tool-bar item contains an `:enabled'
7574 property.
7575
7576 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7577 current buffer has no file name.
7578
75792000-09-15 Dave Love <fx@gnu.org>
7580
7581 * strokes.el: Sync with maintainer's current version with changes
7582 for Emacs, but avoid runtime cl and levents.
7583 (toplevel): Change autoloads and compilation requires.
7584 (strokes-version, strokes-bug-address, strokes-lift): Values
7585 changed.
7586 (strokes-xpm-header, strokes-insinuated): New variable.
7587 (strokes): Add :link.
7588 (strokes-mode): Customized.
7589 (strokes-while-inhibiting-garbage-collector): New macro.
7590 (strokes-remassoc): Avoid remove-if.
7591 (strokes-fix-button2-command): Don't use ad-do-it.
7592 (strokes-insinuate): New function.
7593 (strokes-button-press-event-p, strokes-button-release-event-p):
7594 New functions, used instead of non-`strokes-' versions..
7595 (strokes-mouse-event-p): Rewritten.
7596 (strokes-event-closest-point): Avoid event-point.
7597 (strokes-get-grid-position): Avoid cdadr, caadr
7598 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7599 functions.
7600 (strokes-help): Use with-output-to-temp-buffer.
7601 (strokes-window-configuration-changed-p): New function.
7602 (strokes-update-window-configuration): Use buffer-live-p,
7603 strokes-window-configuration-changed-p.
7604 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7605 (strokes-char-face): New face.
7606 (strokes-char-table, strokes-base64-chars): New variable.
7607 (strokes-xpm-for-stroke, strokes-list-strokes)
7608 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7609 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7610 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7611 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7612 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7613 functions.
7614
76152000-09-15 Gerd Moellmann <gerd@gnu.org>
7616
7617 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7618
7619 * image.el (create-image): Doc fix.
7620
7621 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7622 instead of `:heuristic-mask t'.
7623
76242000-09-14 Andrew Innes <andrewi@gnu.org>
7625
7626 * makefile.w32-in: Revert to Unix line endings.
7627
76282000-09-14 Andrew Innes <andrewi@gnu.org>
7629
7630 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7631 when installing.
7632
7633 * makefile.nt (DONTCOMPILE): Fix typo.
7634
7635 * shell.el (shell-write-history-on-exit): New function.
7636 (shell-dumb-shell-regexp): New custom variable.
7637 (shell-mode): Make shell-write-history-on-exit the process
7638 sentinel if shell name matches shell-dumb-shell-regexp.
7639
7640 * w32-fns.el: Comment out before-init-hook function which resets
7641 source-directory based; this breaks bootstrap.
7642
76432000-09-14 Dave Love <fx@gnu.org>
7644
7645 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7646 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7647 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7648 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7649 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7650 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7651 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7652 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7653 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7654
7655 * toolbar/toolbar.el: New.
7656
7657 * subdirs.el: Add toolbar.
7658
76592000-09-14 Gerd Moellmann <gerd@gnu.org>
7660
7661 * indent.el (indent-for-tab-command): Doc fix.
7662
76632000-09-14 Alex Schroeder <alex@gnu.org>
7664
7665 * ansi-color.el (ansi-colors): Doc change.
7666 (ansi-color-get-face): Simplified regexp.
7667 (ansi-color-faces-vector): Added more faces, doc change.
7668 (ansi-color-names-vector): Doc change.
7669 (ansi-color-regexp): Simplified regexp.
7670 (ansi-color-parameter-regexp): New regexp.
7671 (ansi-color-filter-apply): Doc change.
7672 (ansi-color-filter-region): Doc change.
7673 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7674 deal with zero length parameters.
7675 (ansi-color-apply-on-region): Doc change.
7676 (ansi-color-map): Doc change.
7677 (ansi-color-map-update): Removed debugging message.
7678 (ansi-color-get-face-1): Added condition-case to trap
7679 args-out-of-range errors.
7680 (ansi-color-get-face): Doc change.
7681 (ansi-color-make-face): Removed.
7682 (ansi-color-for-shell-mode): New option.
7683
76842000-09-13 Kenichi Handa <handa@etl.go.jp>
7685
7686 * international/quail.el (quail-start-translation): Translate KEY
7687 if necessary even if it doesn't have any mapping in the current
7688 input method.
7689 (quail-start-conversion): Likewise.
7690 (quail-help): The output message is improved.
7691
76922000-09-13 Miles Bader <miles@gnu.org>
7693
7694 * comint.el (comint-output-filter): Revert to using
7695 `insert-before-markers'. Add bletcherous hack to undo damage
7696 caused by `insert-before-markers'. Put `front-sticky' property on
7697 overlays created here so that the field code understands how the
7698 overlay works. Use a let when making comint-last-prompt-overlay,
7699 so that the code is easier to read.
7700
77012000-09-13 Dave Love <fx@gnu.org>
7702
7703 * wid-edit.el (widget-default-format-handler): DTRT when
7704 doc-property is a function.
7705
77062000-09-12 Francesco Potorti` <pot@gnu.org>
7707
7708 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7709 filed name if it's not there.
7710
77112000-09-12 Dave Love <fx@gnu.org>
7712
7713 * simple.el (read-mail-command): Doc fix.
7714 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7715
7716 * vc.el (vc-dired-listing-switches): Fix :version.
7717
7718 * vc-hooks.el: Doc fixes.
7719
7720 * subr.el (add-minor-mode): Use toggle-fun arg.
7721
7722 * speedbar.el: Add :version to several defcustoms.
7723
7724 * imenu.el (imenu--truncate-items, imenu--cleanup)
7725 (imenu--generic-function): Avoid mapcar.
7726 (imenu--replace-spaces): Function removed.
7727 (imenu--completion-buffer): Use subst-char-in-string.
7728 (imenu-add-to-menubar): Use keymap inheritance.
7729
77302000-09-12 Miles Bader <miles@gnu.org>
7731
7732 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7733 (diff-mode-map): Bind `diff-test-hunk'.
7734 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7735
77362000-09-11 Gerd Moellmann <gerd@gnu.org>
7737
7738 * bytecomp.el (byte-compile-defvar): Undo last change
7739 because it breaks '(make-variable-buffer-local (defvar ...)'
7740 which is used at least in dired.
7741
77422000-09-12 Kenichi Handa <handa@etl.go.jp>
7743
7744 * international/quail.el (quail-define-package): Docstring
7745 modified.
7746
77472000-09-12 Kenichi Handa <handa@etl.go.jp>
7748
7749 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7750 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7751 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7752 docstring of "chinese-py".
7753
7754 * international/quail.el (quail-translation-docstring): New
7755 variable.
7756 (quail-show-keyboard-layout): Docstring modified.
7757 (quail-select-current): Likewise.
7758 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7759 infinite recursive call.
7760 (quail-help): Check quail-translation-docstring. Format of the
7761 output changed.
7762 (quail-help-insert-keymap-description): Adjusted for the above
7763 change.
7764
77652000-09-11 Gerd Moellmann <gerd@gnu.org>
7766
7767 * bytecomp.el (byte-compile-defvar): Only cons onto
7768 current-load-list in top-level forms. Else this leaks a cons cell
7769 every time a defun is called.
7770
77712000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7772
7773 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7774 Now understands non-unified diffs. Some functionality moved into
7775 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7776 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7777 modify anything. Only reposition point in the patched file if the
7778 patch succeeds. Only pop up another window if POPUP is true.
7779 Emit a message describing what happened if successful, and at what
7780 line-offset. Automatically detect reversed hunks and do something
7781 appropriate.
7782 (diff-hunk-text, diff-find-text): New functions.
7783 (diff-filter-lines): Function removed.
7784 (diff-test-hunk): New function.
7785 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7786
77872000-09-10 Dave Love <fx@gnu.org>
7788
7789 * textmodes/tildify.el: Minor doc/commentary fixes.
7790 (tildify) <defgroup>: Add :version.
7791
7792 * faces.el (face-x-resources): Make custom type more specific.
7793 (frame-background-mode): Use mapc.
7794 (region) <defcustom>: Add :version.
7795
77962000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7797
7798 * vc-sccs.el (vc-sccs-register):
7799 * vc-rcs.el (vc-rcs-register):
7800 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7801 * vc.el (vc-register): Clear file's properties.
7802
78032000-09-08 Gerd Moellmann <gerd@gnu.org>
7804
7805 * faces.el (face-spec-set): Only face-spec-reset-face when
7806 ATTRS is non-nil.
7807
78082000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7809
7810 * help.el (help-insert-xref-button): Fix a typo in doc string.
7811
78122000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7813
7814 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7815 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7816 methods.
7817
7818 * menu-bar.el (read-mail-item-name): New function.
7819 (menu-bar-tools-menu): Use it to compute and display the package
7820 used to read email.
7821 (menu-bar-tools-menu): Fix typo in GUD's help string.
7822
78232000-09-07 Dave Love <fx@gnu.org>
7824
7825 * diff-mode.el (diff-mouse-goto-source): New function.
7826
7827 * vc-sccs.el: Doc fixes.
7828 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7829
7830 * vc-rcs.el: Doc fixes.
7831 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7832 (vc-rcs-checkout-switches, vc-rcs-header)
7833 (vc-rcs-master-templates): Add or change :version.
7834
7835 * vc-cvs.el: Doc fixes.
7836 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7837 (vc-cvs-stay-local): Add :version.
7838
7839 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7840
78412000-09-07 Kenichi Handa <handa@etl.go.jp>
7842
7843 * international/quail.el (quail-help): Fix previous change.
7844
78452000-09-07 Gerd Moellmann <gerd@gnu.org>
7846
7847 * faces.el (color-values): Doc fix.
7848
7849 * faces.el (frame-set-background-mode): Use frame-parameter
7850 instead of frame-parameters.
7851
7852 * frame.el (filtered-frame-list): Reduce consing.
7853 (frames-on-display-list): Call frame-parameter instead of
7854 frame-parameters.
7855
78562000-09-07 Kenichi Handa <handa@etl.go.jp>
7857
7858 * language/devan-util.el (devanagari-to-indian-region): In the
7859 loop, change the following char, not preceding char.
7860
78612000-09-07 Gerd Moellmann <gerd@gnu.org>
7862
7863 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7864 instead of frame-parameters.
7865
7866 * faces.el (set-face-attribute): Simplify by calling
7867 internal-set-lisp-face-attribute with FRAME being 0.
7868
7869 * vc.el: Remove `Id' version control keyword.
7870
78712000-09-07 Kenichi Handa <handa@etl.go.jp>
7872
7873 * help.el (help-make-xrefs): Adjusted for the change of
7874 help-xref-mule-regexp.
7875 (help-insert-xref-button): New function.
7876
7877 * international/mule-cmds.el (help-xref-mule-regexp-template):
7878 Include the pattern for character set.
7879 (leim): New group.
7880
7881 * international/quail.el: Don't require face.
7882 (quail): New group.
7883 (quail-other-command): Dummy command to make quail-help work better.
7884 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7885 (quail-keyboard-layout-substitution): New variable.
7886 (quail-update-keyboard-layout): New function.
7887 (quail-keyboard-layout-type): New customizable variable.
7888 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7889 (quail-keyboard-translate): Pay attention to
7890 quail-keyboard-layout-substitution.
7891 (quail-insert-kbd-layout): New function.
7892 (quail-show-keyboard-layout): New function.
7893 (quail-get-translation): If the definition is a vector of length
7894 1, and the element is a string of length 1, return the character
7895 in that string.
7896 (quail-update-current-translations): Fix the case of
7897 relative-index out of range.
7898 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7899 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7900 Show key sequences for all available characters.
7901 (quail-help-insert-keymap-description): Don't show such verbose
7902 key bindings as quail-self-insert-command.
7903
7904 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7905 Format changed, and each element now have extra documentations.
7906 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7907 Adjusted for the change of quail-cxterm-package-ext-info.
7908
79092000-09-06 Gerd Moellmann <gerd@gnu.org>
7910
7911 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7912 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7913 during bootstrap.
7914
79152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7916
7917 * vc.el: (toplevel): Don't require `dired' at run-time.
7918 (vc-dired-resynch-file): Remove autoload cookie.
7919
79202000-09-05 Andre Spiegel <spiegel@gnu.org>
7921
7922 * vc.el: Made several backend functions optional.
7923 (vc-default-responsible-p): New function.
7924 (vc-merge): Use RET for first version to trigger merge-news, not
7925 prefix arg.
7926 (vc-annotate): Handle backends that do not support annotation.
7927 (vc-default-merge-news): Removed. The existence of a merge-news
7928 implementation is now checked on caller sites.
7929
7930 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7931 case.
7932
7933 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7934 special case that has been removed from the default in vc-hooks.el.
7935
79362000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7937
7938 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7939
79402000-09-05 Andre Spiegel <spiegel@gnu.org>
7941
7942 * vc-hooks.el: Require vc during compilation.
7943 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7944 macro `with-vc-properties' in vc.el.
7945 (vc-file-getprop): Doc fix.
7946 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7947
7948 * vc.el: Require dired-aux during compilation.
7949 (vc-name-assoc-file): Moved to vc-sccs.el.
7950 (with-vc-properties): New macro.
7951 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7952 vc-finish-steal): Use it.
7953 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7954 to the backend-specific function is now supposed to do the checkout,
7955 too.
7956 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7957
7958 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7959 set file properties; that gets done in the generic code now.
7960
7961 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7962 Changed parameter list, added code from vc.el that does the
7963 checkout, possibly with a double-take.
7964
7965 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7966 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7967 the above under the new name.
7968 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7969 parameter list, added checkout command.
7970 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7971 properties; that gets done in the generic code now.
7972
79732000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7974
7975 * vc.el: Docstring fixes (courtesy of checkdoc).
7976
79772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7978
7979 * vc.el (vc-checkout-writable-buffer-hook)
7980 (vc-checkout-writable-buffer): Remove.
7981 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7982 (vc-log-mode): Make it into a clean derived major mode.
7983 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7984 vc-log-mode if log-edit is not available.
7985 (vc-dired-mode-map): Don't set-keymap-parent yet.
7986 (vc-dired-mode): Do set-keymap-parent here.
7987 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7988
79892000-09-05 Gerd Moellmann <gerd@gnu.org>
7990
7991 * faces.el (set-face-attribute, face-spec-reset-face)
7992 (face-spec-set): Avoid consing by removing calls to `apply'.
7993
7994 * frame.el (frame-parameter): Move to C code.
7995
79962000-09-05 Dave Love <fx@gnu.org>
7997
7998 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7999 insert-before-markers-and-inherit. Now checked systematically!
8000
80012000-09-05 Alex Schroeder <alex@gnu.org>
8002
8003 * sql.el (sql-postgres): Use sql-postgres-options.
8004 (sql-postgres-options): New variable.
8005
80062000-09-05 Alex Schroeder <alex@gnu.org>
8007
8008 * sql.el (sql-mode-menu): Work around missing variable mark-active
8009 in XEmacs.
8010 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8011 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8012 compatibility.
8013
80142000-09-04 Gerd Moellmann <gerd@gnu.org>
8015
8016 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8017
8018 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8019
8020 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8021
80222000-09-04 Andre Spiegel <spiegel@gnu.org>
8023
8024 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8025 don't support anything else under SCCS yet.
8026
8027 * vc-hooks.el: Minor doc fixes.
8028
80292000-09-04 Andre Spiegel <spiegel@gnu.org>
8030
8031 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8032 not necessary. If verbose in state `needs-patch', do the same as
8033 under `up-to-date'. When NOT verbose and `needs-patch', check out
8034 latest version instead of `merge-news'.
8035 (vc-next-action-dired): Don't mess with default-directory here; it
8036 breaks other parts of dired. It is the job of the
8037 backend-specific functions to adjust it temporarily if they need it.
8038 (vc-next-action): Remove a special CVS case.
8039 (vc-clear-headers): New optional arg FILE.
8040 (vc-checkin, vc-checkout): Set properties vc-state and
8041 vc-checkout-time properly.
8042 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8043 (vc-print-log): Use new backend function `show-log-entry'.
8044 (vc-cancel-version): Do the checks in a different order. Added a
8045 FIXME concerning RCS-only code.
8046
8047 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8048 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8049
8050 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8051
8052 * vc-hooks.el (vc-default-mode-line-string): Show state
8053 `needs-patch' as a `-' too.
8054
80552000-09-04 Andre Spiegel <spiegel@gnu.org>
8056
8057 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8058 (vc-default-could-register): New function.
8059 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8060 (vc-resynch-buffer): Call vc-dired-resynch-file.
8061 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8062 vc-resynch-buffer instead of vc-resynch-window.
8063 (vc-next-action-dired): Don't redisplay here, that gets done as a
8064 result of the individual file operations.
8065 (vc-retrieve-snapshot): Corrected prompt order.
8066
8067 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8068
8069 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8070 as well.
8071 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8072 hostname regexps. Updated all callers.
8073 (vc-cvs-responsible-p): Handle directories as well.
8074 (vc-cvs-could-register): New function.
8075 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8076 properties up-to-date.
8077
8078 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8079 user whether to create one.
8080
80812000-09-04 Andre Spiegel <spiegel@gnu.org>
8082
8083 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8084 check out a non-existing file.
8085
8086 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8087 workfile does not exist.
8088
8089 * vc.el (vc-version-diff): Use `require' to check for existence of
8090 diff-mode.
8091
80922000-09-04 Andre Spiegel <spiegel@gnu.org>
8093
8094 * vc-cvs.el (vc-cvs-registered): Use new function
8095 vc-cvs-parse-entry to do the actual work.
8096
80972000-09-04 Andre Spiegel <spiegel@gnu.org>
8098
8099 * vc-hooks.el (vc-find-backend-function): If function doesn't
8100 exist, return nil instead of error.
8101 (vc-call-backend): Doc fix.
8102
8103 * vc.el (vc-do-command): Doc fix.
8104 (vc-finish-logentry): When checking in from vc-dired, choose the
8105 right backend for logentry check.
8106 (vc-dired-mode-map): Inherit from dired-mode-map.
8107 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8108 simplified.
8109 (vc-dired-state-info): Removed, updated caller.
8110 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8111 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8112 (vc-dired-listing-switches): New variable.
8113 (vc-directory): Use it, instead of dired-listing-switches.
8114
8115 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8116 (vc-cvs-dir-state): New function.
8117 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8118 (vc-cvs-parse-entry): New function, also to be used in
8119 vc-cvs-registered.
8120
81212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8122
8123 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8124 *or* single-window-frames.
8125
81262000-09-04 Andre Spiegel <spiegel@gnu.org>
8127
8128 * vc.el (vc-update-changelog): Split into generic part and default
8129 implementation. Doc string adapted.
8130 (vc-default-update-changelog): New function. Call the `rcs2log'
8131 script in exec-directory, to fix a long-standing nuisance.
8132
8133 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8134 simply signals an error.
8135
81362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8137
8138 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8139 control-flow more clear and to avoid running `cvs' twice.
8140
8141 * vc.el (vc-next-action-on-file): Doc fix.
8142 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8143 (vc-print-log): Eval `file' before constructing the continuation.
8144
81452000-09-04 Andre Spiegel <spiegel@gnu.org>
8146
8147 * vc.el (vc-next-action-on-file): Corrected several messages.
8148 (vc-merge): Add prefix arg `merge-news'; handle it.
8149
8150 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8151 is not reached. It is.
8152 (vc-cvs-merge): Set state to 'edited after merge.
8153 (vc-cvs-merge-news): Set workfile version to nil if not known.
8154 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8155
8156 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8157 via stdout. (Merge from main line.)
8158
81592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8160
8161 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8162 detection.
8163
81642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8165
8166 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8167 against kill-all-local-variables.
8168 (vc-log-edit): Don't save vc-parent-buffer any more.
8169 (vc-last-comment-match): Initialize to an empty string.
8170 (vc-post-command-functions): New hook.
8171 (vc-do-command): Run it.
8172 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8173 (vc-finish-logentry): Only add the comment to the ring if it's
8174 different from the last comment entered.
8175 (vc-new-comment-index): New function.
8176 (vc-previous-comment): Use it. Make the minibuffer message
8177 slightly less terse.
8178 (vc-comment-search-reverse): Make it work forward as well. Don't
8179 set vc-comment-ring-index if no match is found. Use
8180 vc-new-comment-index.
8181 (vc-comment-search-forward): Use vc-comment-search-reverse.
8182 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8183 define-derived-mode will do it for us. Bind `v' to a keymap that
8184 inherits from vc-prefix-map so that we can bind `vt' without
8185 binding C-x v t.
8186 (vc-retrieve-snapshot): Parenthesis typo.
8187
8188 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8189 to 1. Make sure to switch to *vc* before looking for an error
8190 message. Use vc-parse-buffer.
8191
81922000-09-04 Andre Spiegel <spiegel@gnu.org>
8193
8194 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8195 and NAME.
8196 (vc-retrieve-snapshot): Split into two parts.
8197 (vc-default-retrieve-snapshot): New function.
8198
8199 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8200 (vc-cvs-retrieve-snapshot): New function (untested).
8201 (vc-cvs-stay-local): Default to t.
8202 (vc-cvs-remote-p): New function and property.
8203 (vc-cvs-state): Stay local only if the above is t.
8204 (vc-handle-cvs): Removed.
8205 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8206 done via vc-handled-backends now.
8207 (vc-cvs-header): Escape Id.
8208
82092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8210
8211 * vc.el (vc-do-command): Remove unused commands.
8212 (vc-version-diff): Make sure default-directory ends with a slash.
8213 Move the window commands into a vc-exec-after.
8214 (vc-print-log): Move more of the code into the `vc-exec-after'.
8215
82162000-09-04 Andre Spiegel <spiegel@gnu.org>
8217
8218 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8219 (vc-print-log): Search current revision from beginning of buffer.
8220 (vc-revert-buffer): Clear echo area after the diff is finished.
8221 (vc-prefix-map): Removed definition of "t" for terse display in vc
8222 dired.
8223 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8224 definition of "vt" for terse display.
8225 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8226
82272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8228
8229 * vc.el (vc-exec-after): Avoid caddr.
8230
82312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8232
8233 * vc.el (vc-exec-after): New function.
8234 (vc-do-command): Use it to add a termination message for async
8235 procs.
8236 (vc-checkout): Try to handle a missing-backend situation.
8237 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8238 of a directory with a backend using async diffs.
8239 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8240 present.
8241
8242 * vc-sccs.el (vc-sccs-state-heuristic): Use
8243 file-ownership-preserved-p.
8244
8245 * vc-rcs.el (vc-rcs-state-heuristic): Use
8246 file-ownership-preserved-p.
8247 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8248
82492000-09-04 Andre Spiegel <spiegel@gnu.org>
8250
8251 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8252 vc-do-command.
8253
8254 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8255 when there are no changes.
8256
82572000-09-04 Andre Spiegel <spiegel@gnu.org>
8258
8259 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8260
8261 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8262
82632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8264
8265 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8266
8267 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8268 the `fset' outside of the defvar so that it works even if
8269 vc-prefix-map was already defined.
8270 (vc-setup-buffer): New function, split out of vc-do-command.
8271 (vc-do-command): Allow BUFFER to be t to mean `just use the
8272 current buffer without any fuss'.
8273 (vc-version-diff): Change the `diff' backend operation to just put
8274 the diff in the current buffer without erasing it. Always use
8275 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8276 shrink-window-if-larger-than-buffer.
8277 (vc-print-log): Change the `print-log' backend operation to just
8278 put the log in the current buffer without erasing it. Protect
8279 shrink-window-if-larger-than-buffer.
8280 (vc-update-change-log): Fix setd typo.
8281
8282 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8283 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8284
8285 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8286 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8287 CMP.
8288
8289 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8290 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8291 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8292
82932000-09-04 Andre Spiegel <spiegel@gnu.org>
8294
8295 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8296 not possible, use vc-BACKEND-workfile-unchanged-p.
8297 (vc-default-workfile-unchanged-p): New function. Delegates to a
8298 full vc-BACKEND-diff.
8299
8300 * vc-hooks.el (vc-simple-command): Removed.
8301
8302 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8303 instead of vc-simple-command.
8304 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8305 avoid doing a diff when opening a file.
8306 (vc-rcs-state): Added check for unlocked-changes.
8307 (vc-rcs-header): Escape Id.
8308 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8309 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8310 version.
8311
8312 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8313 (vc-sccs-diff): Remove optional arg CMP.
8314 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8315 SCCS-specific function.
8316
8317 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8318 vc-simple-command.
8319
83202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8321
8322 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8323 (with-vc-file, vc-merge): Use vc-editable-p.
8324 (vc-do-command): Remove unused var vc-file and fix the
8325 doubly-defined `status' var. Add a user message when starting an
8326 async command.
8327 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8328 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8329 Use with-current-buffer.
8330 (vc-buffer-sync): Use unless.
8331 (vc-next-action-on-file): If the file is 'edited by read-only,
8332 make it read-write instead of trying to commit.
8333 (vc-version-diff, vc-update-change-log): Use `setq
8334 default-directory' rather than `cd'.
8335 (vc-log-edit): Don't forget to set default-directory in the
8336 buffer.
8337
8338 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8339 (vc-sccs-state-heuristic): Use file-writable-p instead of
8340 comparing userids.
8341 (vc-sccs-checkout): Use `unless'.
8342
8343 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8344 of comparing userids.
8345 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8346 Simplify the logic by eliminating unreachable code.
8347 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8348 just do a recursive call if we need to retry.
8349 (vc-rcs-checkout): Handle the case where rcs is missing by making
8350 the buffer read-write if requested and re-signalling the error.
8351
8352 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8353
83542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8355
8356 * vc-hooks.el (vc-handled-backends): Docstring change.
8357 (vc-ignore-vc-files): Mark obsolete.
8358 (vc-registered): Check vc-ignore-vc-files.
8359 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8360 vc-ignore-vc-files.
8361
8362 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8363
83642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8365
8366 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8367 files since ange-ftp already has vc-registered return nil.
8368
8369 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8370 (vc-sccs-workfile-version): Use with-temp-buffer and new
8371 vc-parse-buffer and don't bother setting the property.
8372 (vc-sccs-add-triple): Use with-current-buffer and
8373 find-file-noselect.
8374 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8375
8376 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8377 derives from the old vc-parse-buffer but uses the revision number
8378 rather than the date (much easier to compare robustly).
8379 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8380 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8381 locking-user more directly. Check strict locking and set
8382 checkout-model appropriately.
8383 (vc-rcs-parse-locks): Remove.
8384 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8385 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8386 (vc-rcs-system-release): Use with-current-buffer and
8387 vc-parse-buffer.
8388 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8389
8390 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8391 (vc-simple-command): Docstring fix.
8392 (vc-registered): Align the way the file-handler is called with the
8393 way the function itself works.
8394 (vc-file-owner): Remove.
8395
8396 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8397 extraction of fields and call to file-attributes because of a
8398 temporary bug in rcp.el.
8399 (vc-cvs-fetch-status): Use with-current-buffer.
8400
84012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8402
8403 * vc.el (vc-do-command): Use file-relative-name.
8404 (vc-responsible-backend): Use vc-backend if possible.
8405 (vc-create-snapshot): Improve the `interactive' spec. Add support
8406 for branches and dispatch to backend-specific `create-snapshot'.
8407 (vc-default-create-snapshot): New function, containing the bulk of
8408 the old vc-create-snapshot.
8409 (vc-retrieve-snapshot): Improve the interactive spec.
8410
8411 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8412 (vc-backend-hook-functions): Remove.
8413 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8414 (vc-backend): Reintroduce the test for `file = nil' now that I
8415 know why it was there (and added a comment to better remember).
8416
8417 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8418 code from vc-sccs-hooks.el.
8419 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8420 'vc anymore.
8421 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8422 and file-directory-p instead of file-exists-p.
8423 (vc-sccs-check-headers): Simplify the regexp.
8424
8425 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8426 from vc-rcs-hooks.el. Don't require 'vc anymore.
8427 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8428 file-directory-p instead of file-exists-p.
8429
8430 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8431 from vc-cvs-hooks.el.
8432 (proto vc-cvs-registered): Require 'vc-cvs instead of
8433 'vc-cvs-hooks. Don't require 'vc anymore.
8434 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8435 file-directory-p instead of file-exists-p.
8436 (vc-cvs-create-snapshot): New function, replacing
8437 vc-cvs-assign-name.
8438 (vc-cvs-assign-name): Remove.
8439
84402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8441
8442 * vc-cvs.el (vc-cvs-header): New var.
8443
8444 * vc-rcs.el (vc-rcs-exists): Remove.
8445 (vc-rcs-header): New var.
8446
8447 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8448 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8449 (vc-sccs-header): New var.
8450
8451 * vc.el (vc-do-command): Get rid of the `last' argument.
8452 (vc-header-alist): Remove, replaced by vc-X-header.
8453 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8454 (vc-dired-hook): Use expand-file-name instead of concat.
8455 (vc-directory): Use file-name-as-directory.
8456 (vc-snapshot-precondition, vc-create-snapshot)
8457 (vc-retrieve-snapshot): Allow the command to operate on any
8458 directory.
8459
8460 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8461 just removing the 'WORKFILE argument or by removing the 'MASTER
8462 argument and replacing `file' with (vc-name file).
8463
84642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8465
8466 * vc.el: Update Copyright and add a crude list of backend funs.
8467 (vc-writable-p): New function.
8468 (with-vc-file): Use vc-writable-p.
8469 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8470 (vc-register): Avoid vc-name.
8471 (vc-locking-user): Remove.
8472 (vc-steal-lock): Make the `owner' arg non-optional.
8473 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8474 vc-checkout-model.
8475 (vc-default-dired-state-info): Use vc-state instead of
8476 vc-locking-user and return special strings for special states.
8477 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8478 and get rid of one of the special CVS cases.
8479 (vc-cancel-version): prettify error message with \\[...].
8480 (vc-rename-master): New function.
8481 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8482 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8483 the CVS special case generic.
8484 (vc-default-record-rename): Remove.
8485 (vc-file-tree-walk-internal): Only call FUNC for files that are
8486 under control of some VC backend and replace `concat' with
8487 expand-file-name.
8488 (vc-file-tree-walk): Update docstring.
8489 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8490 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8491
8492 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8493 vc-sccs-record-rename. Use `find-file-noselect' rather than
8494 `find-file' and call `vc-rename-master' to do the actual move.
8495 (vc-sccs-diff): Remove unused `backend' variable.
8496
8497 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8498 to delay loading of vc-sccs until it is really used.
8499 (vc-sccs-master-templates): Preload.
8500 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8501 (vc-sccs-project-dir): Remove (merged into
8502 vc-sccs-search-project-dir).
8503 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8504 rather than `concat', make sure it is preloaded and don't bother
8505 to check that the file actually exists.
8506 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8507 `locks' argument (use buffer's content instead) and eliminate n^2
8508 behavior.
8509
8510 * vc-rcs.el: Update Copyright.
8511 (vc-rcs-rename-file): New function.
8512 (vc-rcs-diff): Remove unused `backend' variable.
8513
8514 * vc-hooks.el: Update Copyright.
8515 (vc-backend): Don't accept a nil argument any more.
8516 (vc-up-to-date-p): Turn into a defsubst.
8517 (vc-possible-master): New function.
8518 (vc-check-master-templates): Use `vc-possible-master' and allow
8519 funs in vc-X-master-templates to return a non-existent file.
8520
8521 * vc-cvs.el: Update Copyright.
8522 (vc-cvs-diff): Remove unused `backend' variable.
8523 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8524
8525 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8526
85272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8528
8529 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8530 since it can be called from vc-rcs.el.
8531 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8532
85332000-09-04 Andre Spiegel <spiegel@gnu.org>
8534
8535 * vc.el (vc-version-diff): Expand file name read from the
8536 minibuffer. Handle the case when a previous version number can't
8537 be guessed. Give suitable messages when there were no differences
8538 found.
8539 (vc-clear-headers): Call backend-specific implementation, if one
8540 exists.
8541 (vc-cancel-version): Made error checks generic. When done, clear
8542 headers generically, too.
8543
8544 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8545 from vc-clear-headers in vc.el.
8546
8547 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8548 correctly.
8549 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8550 optional. Handle the case when it's not there.
8551
85522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8553
8554 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8555
85562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8557
8558 * vc-hooks.el (vc-loadup): Remove.
8559 (vc-find-backend-function): Use `require'. Also, handle the case
8560 where vc-BACKEND-hooks.el doesn't exist.
8561 (vc-call-backend): Cleanup.
8562
85632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8564
8565 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8566 vc-rcs-grab-templates)
8567 (vc-rcs-registered): Remove. The default function works as well.
8568 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8569 vc-sccs-grab-templates)
8570 (vc-sccs-registered): Remove. The default function works as well.
8571
8572 * vc.el (vc-version-diff): Left out a vc- in call to
8573 vc-call-backend.
8574 (vc-default-dired-state-info, vc-default-record-rename)
8575 (vc-default-merge-news): Update for the new backend argument.
8576
8577 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8578 using the default function.
8579 (vc-call-backend): If calling the default function, pass it the
8580 backend as first argument. Update the docstring accordingly.
8581 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8582 for the new backend argument.
8583 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8584 (vc-find-backend-function): Use the new name.
8585 (vc-default-registered): New function.
8586
85872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8588
8589 * vc.el (vc-merge): Use vc-find-backend-function.
8590
8591 * vc-hooks.el (vc-backend-functions): Remove.
8592 (vc-loadup): Don't setup 'vc-functions.
8593 (vc-find-backend-function): New function.
8594 (vc-call-backend): Use above fun and populate 'vc-functions
8595 lazily.
8596 (vc-backend-defines): Remove.
8597
85982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8599
8600 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8601 Call vc-call-backend without the leading vc-.
8602 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8603 (vc-check-headers): Call vc-call-backend without the leading vc-.
8604 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8605 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8606 Call vc-call-backend without the leading vc-.
8607
8608 * vc-cvs.el (tail): Provide vc-cvs.
8609 * vc-sccs.el (tail): Provide vc-sccs.
8610 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8611
8612 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8613 (vc-make-backend-function, vc-call): Pass names without leading
8614 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8615 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8616 (vc-call-backend): Always try to load vc-X-hooks.
8617 (vc-registered): Remove vc- in call to vc-call-backend.
8618
86192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8620
8621 * vc.el (vc-process-filter): New function.
8622 (vc-do-command): Setup `vc-process-filter' for the async process.
8623 (vc-maybe-resolve-conflicts): New function to reduce
8624 code-duplication. Additionally, it puts the buffer in
8625 `smerge-mode' if applicable.
8626 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8627 calling `merge-news'.
8628 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8629 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8630 interfacing to log-edit.el.
8631 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8632 log-edit is available.
8633 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8634
86352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8636
8637 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8638 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8639 defvar and the initialization.
8640 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8641
8642 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8643 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8644
8645 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8646
86472000-09-04 Andre Spiegel <spiegel@gnu.org>
8648
8649 * vc.el (vc-file-clear-masterprops): Removed.
8650 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8651 (vc-version-diff): Use buffer-size without argument.
8652 (vc-register): Heed vc-initial-comment.
8653
8654 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8655 default branch.
8656
8657 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8658 file name and workfile version.
8659 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8660
8661 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8662 vc-file-clear-masterprops.
8663
8664 * vc-sccs.el (vc-sccs-checkout): Removed call to
8665 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8666 rather than user login name.
8667
8668
86692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8672 `want-differences-if-changed' and simplify.
8673 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8674 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8675 output (which is invalid for async vc-diff) to decide whether to
8676 do the revert silently or not.
8677
86782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8679
8680 * vc-hooks.el (vc-loadup): Load files quietly.
8681 (vc-call-backend): Oops, brain fart.
8682
86832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8684
8685 * vc-cvs.el (vc-cvs-state): Typo.
8686 (vc-cvs-merge-news): Return the status code rather than the error msg.
8687
86882000-09-04 Andre Spiegel <spiegel@gnu.org>
8689
8690 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8691 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8692 vc-state or vc-up-to-date-p.
8693 (vc-merge): Use vc-backend-defines to check whether merging is
8694 possible. Set state to 'edited after successful merge.
8695
8696 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8697 return that name. Redocumented.
8698
86992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8700
8701 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8702 new `vc-state' semantics.
8703 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8704 'vc-locking-user to the current user.
8705 (vc-merge): Inline vc-backend-merge. Comment out code that I
8706 don't understand and hence can't adapt to the new `vc-state' and
8707 `vc-locking-user' semantics.
8708 (vc-backend-merge): Remove.
8709
8710 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8711 rather than 'vc-locking-user.
8712
8713 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8714
8715 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8716 (vc-state): Don't use 'reserved any more. Just use the same
8717 convention as the one used for vc-<backend>-state where the
8718 locking user (as a string) is returned.
8719 (vc-locking-user): Update, based on the above convention. The
8720 'vc-locking-user property has disappeared.
8721 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8722
8723 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8724 with a heuristic one.
8725 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8726 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8727 error. That allows us to get to 'needs-merge even in the
8728 stay-local case. There's still no way to detect 'needs-patch in
8729 such a setup (or to force an update for that matter).
8730 (vc-cvs-logentry-check): Remove, the default works as well.
8731
87322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8733
8734 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8735
8736 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8737 major-mode in which the buffer might have been put earlier. Use
8738 `remove' and `when'. Allow `okstatus' to be `async' and use
8739 `start-process' in this case.
8740 (vc-version-diff): Handle the case where the diff looks empty
8741 because of the use of an async process.
8742
87432000-09-04 Andre Spiegel <spiegel@gnu.org>
8744
8745 * vc.el (vc-next-action-on-file): Removed optional parameter
8746 `simple'. Recompute state unconditionally.
8747 (vc-default-toggle-read-only): Removed.
8748
8749 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8750 (vc-toggle-read-only): Undid prev change.
8751
8752 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8753 vc-cvs-simple-toggle. Redocumented.
8754 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8755 (vc-cvs-toggle-read-only): Removed.
8756
87572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8758
8759 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8760 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8761 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8762 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8763 still is. So maybe it should be removed.
8764 (vc-head-version, vc-find-binary): Remove.
8765 (vc-recompute-state): Move from vc-hooks.el.
8766 (vc-next-action-on-file): Add a `simple' argument to allow
8767 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8768 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8769 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8770 (vc-dired-mode-map): Properly defvar it.
8771 (vc-print-log): Call log-view-mode if available.
8772 (small-temporary-file-directory): defvar instead of use boundp.
8773 (vc-merge-news): Moved to vc-cvs.el.
8774 (vc-default-merge-news): New function.
8775
8776 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8777 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8778 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8779 unknown `vc-latest-version' function. It should probably refer to
8780 vc-workfile-version or somesuch, but it's very unclear to me and I
8781 don't have SCCS to test things.
8782
8783 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8784 (vc-sccs-state-heuristic): Fix typo.
8785 (vc-sccs-workfile-unchanged-p): Add missing argument.
8786
8787 * vc-rcs.el: Require vc and vc-rcs-hooks.
8788 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8789 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8790 (vc-release-greater-or-equal-p): Move from vc.
8791 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8792 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8793 (vc-rcs-checkout): Add a missing `new-version' argument in the
8794 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8795
8796 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8797 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8798 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8799 than the apparently unbound `workfile-version'.
8800
8801 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8802 (vc-file-prop-obarray): Use `make-vector'.
8803 (vc-backend-functions): Add new hookable functions
8804 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8805 (vc-loadup): If neither backend nor default functions exist, use
8806 the backend function rather than nil.
8807 (vc-call-backend): If the function if not bound yet, try to load
8808 the non-hook file to see if it provides it.
8809 (vc-call): New macro plus use it wherever possible.
8810 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8811 nor `vc-find-binary' since it's only called from
8812 vc-mistrust-permission which is only used once the backend is known.
8813 (vc-checkout-model): Fix parenthesis.
8814 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8815
8816 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8817 (vc-cvs-release, vc-cvs-system-release): Remove.
8818 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8819 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8820 status symbols.
8821 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8822 (vc-cvs-toggle-read-only): First cut at a function to allow a
8823 cvs-status-free vc-toggle-read-only.
8824 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8825 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8826 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8827 (vc-cvs-checkout): Modify access rights directly if the user
8828 requested not to use `cvs edit'. And refresh the mode line.
8829
8830 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8831 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8832
88332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8834
8835 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8836 workfile' that got lost when the code was extracted from vc.el.
8837 And merged the tail with the rest of the code (not possible in the
8838 old vc.el where the tail was shared among all backends). And
8839 explicitly set the state to 'edited if `writable' is set.
8840
8841 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8842 (vc-cvs-state): Be careful to return the value from
8843 vc-cvs-parse-state.
8844 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8845 property but return it instead. Also be careful to handle a nil
8846 or "" `rev' when workfile is non-nil (it was handled properly when
8847 workfile was nil).
8848
8849 * vc.el: Removed those pesky unnecessary `(function' quotes.
8850 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8851 directly in the defvar.
8852 (vc-do-command): Bind inhibit-read-only so as to properly handle
8853 the case where the destination buffer has been made read-only.
8854 (vc-diff): Delegate to vc-version-diff in all cases.
8855 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8856 (vc-annotate-mode-variables): Removed (code moved partly to
8857 defvars and partly to vc-annotate-add-menu).
8858 (vc-annotate-mode): Turned into a derived-mode.
8859 (vc-annotate-add-menu): Moved in code in
8860 vc-annotate-mode-variables.
8861 (vc-update-change-log): Use make-temp-file if available.
8862
88632000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8864
8865 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8866 `vc-checkout-model' updated to `vc-cvs-update-model'.
8867
88682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8869
8870 * vc.el (vc-next-action-on-file): Added handling of state
8871 `unlocked-changes'.
8872 (vc-checkout-carefully): Is now practically obsolete, unless the
8873 above is too slow to be enabled unconditionally.
8874 (vc-update-change-log): Fixed typo.
8875
8876 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8877
8878 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8879 Now handles state `unlocked-changes'.
8880 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8881
8882 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8883
8884 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8885 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8886 `unlocked-changes'.
8887 (vc-rcs-workfile-unchanged-p): Renamed from
8888 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8889 function yet, but supposed to become one soon.
8890
8891 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8892 `vc-steal-lock'.
8893 (vc-call-backend): Changed error message.
8894 (vc-state): Added description of state `unlocked-changes'.
8895
88962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8897
8898 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8899 always return t in CVS-controlled directories.
8900
8901 * vc.el (vc-responsible-backend): New function.
8902 (vc-register): Largely rewritten.
8903 (vc-admin): Removed (implementation moved into vc-register).
8904 (vc-checkin): Redocumented.
8905 (vc-finish-logentry): If no backend defined yet (because we are in
8906 the process of registering), use the responsible backend.
8907
8908 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8909 Updated function lists.
8910 (vc-call-backend): Fixed typo.
8911
8912 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8913 New functions.
8914 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8915 Removed query option. Redocumented.
8916
89172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8918
8919 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8920
8921 * vc.el: Updated callers of `vc-checkout-required' to use
8922 `vc-checkout-model'.
8923
89242000-09-04 Martin Lorentzson <martinl@gnu.org>
8925
8926 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8927 stuff updated to reference this function instead of the old
8928 `vc-backend-release-p'.
8929
89302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8931
8932 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8933 vc-checkout-model. Return appropriate values. Updated callers.
8934
89352000-09-04 Martin Lorentzson <martinl@gnu.org>
8936
8937 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8938 (vc-backend-revert): Function moved into `vc-revert';
8939 `vc-next-action' must be updated to accomodate this change.
8940 (vc-backend-steal): Function moved into `vc-finish-steal'.
8941 (vc-backend-logentry-check): Function moved into
8942 `vc-finish-logentry'.
8943 (vc-backend-printlog): Function moved into `vc-print-log'.
8944 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8945 (vc-backend-assign-name): Function moved into
8946 `vc-create-snapshot'.
8947
89482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8949
8950 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8951 Rename to vc-checkout-model. Return appropriate values.
8952 Update callers.
8953
8954 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8955 to vc-checkout-model.
8956 (vc-checkout-required): Rename to vc-checkout-model.
8957 Re-implement and re-comment.
8958 (vc-after-save): Use vc-checkout-model.
8959
89602000-09-04 Martin Lorentzson <martinl@gnu.org>
8961
8962 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8963 Update to use the vc-BACKEND-diff functions instead.
8964 `vc-diff' is now working.
8965
8966 * vc-rcs.el (vc-rcs-logentry-check): New function.
8967
8968 * vc-cvs.el (vc-cvs-logentry-check): New function.
8969
8970 * vc-sccs.el (vc-sccs-diff): Function changed name from
8971 `vc-backend-diff'. This makes `vc-diff' work.
8972
8973 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8974 of functions possibly implemented in a vc-BACKEND library.
8975 (vc-checkout-required): Fix bug that caused an error to be
8976 signaled during `vc-after-save'.
8977
8978 * vc.el: Fix typo.
8979 This checkin is made with our new VC code base for the very first time.
8980 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8981
8982 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8983 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8984
8985 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8986 updated to `vc-uses-locking'.
8987 (vc-checkout-required): Call to backend function.
8988 `vc-checkout-required' updated to `vc-uses-locking' instead.
8989
8990 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8991 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8992
8993 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8994 to match the split into various backends.
8995 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8996 (vc-retrieve-snapshot): Bug fix.
8997
89982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8999
9000 * vc-sccs.el (vc-sccs-release): Doc fix.
9001
90022000-09-04 Martin Lorentzson <martinl@gnu.org>
9003
9004 * vc.el (vc-next-action-on-file): Bug found and fixed.
9005 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9006 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9007
9008 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9009 (vc-rcs-checkout): Name space cleaned up. No more revision number
9010 crunching function names that are not prefixed with vc-rcs.
9011 (vc-rcs-checkout-model): Function added. References to
9012 `vc-checkout-model' replaced.
9013
90142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9015
9016 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9017 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9018 still need to be split, and implemented for RCS).
9019
90202000-09-04 Martin Lorentzson <martinl@gnu.org>
9021
9022 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9023
9024 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9025 required by the vc.el file.
9026
9027 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9028 required by the vc.el file.
9029 (vc-rcs-exists): Function added.
9030
9031 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9032 required by the vc.el file.
9033
9034 * vc.el (vc-admin): Updated to handle selection of appropriate
9035 backend. Current implementation is crufty and need re-thinking.
9036
9037 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9038
90392000-09-04 Martin Lorentzson <martinl@gnu.org>
9040
9041 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9042 beginning of annotate buffers correctly.
9043
9044 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9045 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9046 functionality updated quite a lot to support multiple backends.
9047 Variables `vc-annotate-mode', `vc-annotate-buffers',
9048 `vc-annotate-backend' added.
9049
9050 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9051 `vc-annotate-difference' added to supported backend functions.
9052
90532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9054
9055 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9056 Use with-temp-file instead of /bin/sh. Merged from mainline
9057
90582000-09-04 Martin Lorentzson <martinl@gnu.org>
9059
9060 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9061
9062 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9063
9064 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9065
90662000-09-04 Martin Lorentzson <martinl@gnu.org>
9067
9068 * vc-hooks.el: vc-state-heuristic added to
9069 vc-backend-hook-functions.
9070
9071 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9072
9073 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9074
9075 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9076 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9077 state to `reserved'.
9078
9079 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9080 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9081
90822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9083
9084 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9085 untouched.
9086
9087 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9088
9089 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9090 if defined. (Merged from main line, slightly adapted.)
9091
9092 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9093 millenium problem (merged from mainline).
9094
90952000-09-04 Martin Lorentzson <martinl@gnu.org>
9096
9097 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9098 part and moved the non-BACKEND stuff to vc.el.
9099
9100 * vc.el: Split the annotate feature into a BACKEND specific part
9101 and moved it from the vc-cvs.el file to this one.
9102
91032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9104
9105 * vc-hooks.el: Implement new state model.
9106 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9107 (vc-locking-user): Simplify. Now only needed if the file is
9108 locked by somebody else.
9109 (vc-lock-from-permissions): Remove. Functionality is in
9110 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9111 (vc-mode-line-string): New name for former vc-status. Adapted.
9112 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9113
9114 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9115 Various simplifications and adaptations all over the place.
9116
9117 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9118 Simplify and adapt the rest.
9119
9120 * vc.el (vc-resynch-window): Add TODO comment: check for
9121 interaction with view mode according to recent RCS change.
9122 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9123
91242000-09-04 Martin Lorentzson <martinl@gnu.org>
9125
9126 * vc.el: Convert the remaining function comments to docstrings.
9127
91282000-09-04 Martin Lorentzson <martinl@gnu.org>
9129
9130 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9131 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9132 (vc-minor-part, vc-previous-version): Functions that operate and
9133 compare revision numbers got proper documentation. Comments added
9134 about their possible removal.
9135
91362000-09-04 Martin Lorentzson <martinl@gnu.org>
9137
9138 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9139 the vc-backend.el files.
9140
9141 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9142
9143 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9144 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9145 (vc-rcs-previous-version): Functions added.
9146
9147 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9148
9149 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9150
91512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9152
9153 * vc-hooks.el (vc-master-templates): Is really obsolete.
9154 Comment out the definition for now. What is the right procedure
9155 to get rid of it?
9156 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9157 rewritten.
9158 (vc-default-registered): Remove.
9159 (vc-check-master-templates): New function; does mostly what the
9160 above did before.
9161 (vc-locking-user): Don't rely on the backend to set the property.
9162
9163 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9164 Rewrite documentation.
9165 (vc-rcs-templates-grabbed): New variable.
9166 (vc-rcs-grab-templates): New function.
9167 (vc-rcs-registered): Rewrite to use above mechanism.
9168
9169 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9170 Rewrite documentation.
9171 (vc-sccs-templates-grabbed): New variable.
9172 (vc-sccs-grab-templates): New function.
9173 (vc-sccs-registered): Rewrite to use above mechanism.
9174 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9175 Don't throw the result, simply return it.
9176
9177 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9178 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9179 (vc-cvs-registered): Does the check itself now. Simplify.
9180
9181 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9182 from main line.
9183
91842000-09-04 Martin Lorentzson <martinl@gnu.org>
9185
9186 * vc-cvs.el (vc-cvs-diff): New function.
9187
9188 * vc-sccs.el (vc-sccs-diff): New function.
9189
9190 * vc-rcs.el (vc-rcs-diff): New function.
9191 (vc-rcs-checkout): Bug (typo) found and fixed.
9192 (vc-rcs-register-switches): New variable.
9193
9194 * vc.el (vc-backend-diff): Function removed and placed in the
9195 backend files.
9196
91972000-09-04 Martin Lorentzson <martinl@gnu.org>
9198
9199 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9200
9201 * vc.el (vc-backend-checkout): Function removed and replaced in
9202 the vc-backend.el files.
9203
9204 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9205
9206 * vc.el (vc-backend-admin): Removed and replaced in the
9207 vc-backend.el files.
9208
9209 * vc.el (Martin): Removed all the annotate functionality since it
9210 is CVS backend specific.
9211
92122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9213
9214 * spec.txt: Added specification of vc-state.
9215
9216 * vc-sccs-hooks.el (vc-sccs-master-properties):
9217 Remove handling of vc-latest-version and
9218 vc-your-latest-version. What used to be vc-latest-version, is now
9219 returned as vc-workfile-version.
9220 (vc-sccs-workfile-version): Adapt.
9221
92222000-09-04 Dave Love <fx@gnu.org>
9223
9224 * vc.el: [Merged from mainline.]
9225 (vc-dired-mode): Make the dired-move-to-filename-regexp
9226 regexp match the date, to avoid treating date as file size.
9227 Add YYYY S option to WESTERN/
9228
92292000-09-04 Dave Love <fx@gnu.org>
9230
9231 * vc.el: Require `compile' when compiling.
9232 (vc-logentry-check-hook): New option.
9233 (vc-steal-lock): Use compose-mail.
9234 (vc-dired-mode-map): Defvar when compiling.
9235 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9236 vc-sccs.el and renamed. Callers changed.
9237 (vc-backend-checkout, vc-backend-logentry-check)
9238 (vc-backend-merge-news): Doc fix.
9239 (vc-default-logentry-check): New function.
9240 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9241 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9242 (vc-backend-merge): Doc fix. Use backend functions.
9243 (vc-check-headers): Use backend functions.
9244
9245 * vc-cvs.el: Require vc when compiling.
9246 (vc-cvs-register-switches): Doc fix.
9247 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9248 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9249 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9250 New functions (code from vc.el).
9251 (vc-annotate-display-default): Fix interactive spec.
9252 (vc-annotate-time-span): Doc fix.
9253
9254 * vc-rcs.el: Require vc when compiling.
9255 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9256 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9257 (vc-rcs-checkin): New functions (code from vc.el).
9258 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9259 Doc fix.
9260 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9261
9262 * vc-sccs.el: Require vc when compiling.
9263 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9264 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9265 (vc-sccs-revert)
9266 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9267 from vc.el).
9268 (vc-sccs-add-triple, vc-sccs-record-rename)
9269 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9270 (vc-sccs-admin): Doc fix.
9271
92722000-09-04 Martin Lorentzson <martinl@gnu.org>
9273
9274 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9275 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9276 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9277 from vc.el.
9278
9279 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9280
9281 * vc-cvs.el: Moved the annotate functionality from vc.el.
9282 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9283
92842000-09-04 Dave Love <fx@gnu.org>
9285
9286 * vc.el (vc-backend-release): Call vc-system-release.
9287
9288 * vc-sccs.el (vc-sccs-system-release):
9289 Renamed from vc-sccs-backend-release.
9290
9291 * vc-rcs.el (vc-rcs-system-release):
9292 Renamed from vc-rcs-backend-release.
9293
9294 * vc-cvs.el (vc-cvs-system-release):
9295 Renamed from vc-cvs-backend-release.
9296
92972000-09-04 Dave Love <fx@gnu.org>
9298
9299 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9300 backend files.
9301 (vc-backend-release): Dispatch to backend functions.
9302 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9303 probably needs attention.]
9304
9305 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9306 (vc-sccs-backend-release): New function.
9307
9308 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9309 (vc-cvs-backend-release): New function.
9310
9311 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9312 Doc fix.
9313 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9314 (vc-default-dired-state-info): New function.
9315 (vc-dired-state-info): Dispatch to backends.
9316 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9317
9318 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9319 from vc.el and renamed.
9320
93212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9322
9323 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9324 (vc-version-other-window, vc-backend-assign-name): Removed
9325 references to vc-latest-version; sometimes changed into
9326 vc-workfile-version.
9327
9328 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9329 vc-rcs-master-workfile-version.
9330 (vc-rcs-workfile-version): Use the above. Don't call
9331 vc-latest-version (that was unreachable code, anyway).
9332 (vc-rcs-fetch-master-properties): Doc fix.
9333
9334 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9335 (vc-backend-hook-functions): Removed them from this list, too.
9336 (vc-fetch-properties): Removed.
9337 (vc-workfile-version): Doc fix.
9338
9339 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9340 (vc-rcs-workfile-version, vc-rcs-locking-user)
9341 (vc-rcs-uses-locking): Use it.
9342
9343 * vc-hooks.el (vc-consult-rcs-headers):
9344 Moved into vc-rcs-hooks.el, under the name
9345 vc-rcs-consult-headers.
9346
9347 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9348 headers.
9349 (vc-cvs-find-master): Use this name only; correct different
9350 versions of the name.
9351
9352 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9353 New functions.
9354 (vc-sccs-locking-user): Use the latter.
9355
9356 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9357 New functions.
9358
9359 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9360 Moved into both
9361 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9362 functions are implementation details of those two backends.
9363
93642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9365
9366 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9367 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9368
9369 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9370 (vc-sccs-parse-locks): SCCS-specific code moved here from
9371 vc-hooks.
9372
9373 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9374 code moved here from vc-hooks.
9375
9376 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9377 into back-end specific parts and removed. Callers not updated
9378 yet; because I guess these callers will disappear into back-end
9379 specific files anyway.
9380
93812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9382
9383 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9384 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9385 `vc-uses-locking'.
9386
9387 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9388 Store yes/no in the property, and return t/nil. Updated all
9389 callers.
9390
9391 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9392 vc-sccs-uses-locking. Don't set property.
9393 (vc-sccs-locking-user): Don't set property.
9394
9395 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9396 vc-cvs-uses-locking. Don't set property here; leave that to
9397 vc-hooks.
9398 (vc-cvs-locking-user): Reflect above change. Streamlined.
9399
9400 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9401 vc-rcs-uses-locking.
9402 (vc-rcs-locking-user): Reflect above change.
9403
94042000-09-04 Dave Love <fx@gnu.org>
9405
9406 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9407
9408 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9409
9410 * vc-hooks.el (vc-checkout-model): Punt to backends.
9411
9412 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9413
9414 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9415
9416 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9417 New functions.
9418
9419 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9420 New functions.
9421
9422 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9423 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9424
9425 * vc-hooks.el (vc-default-locking-user): New function.
9426 (vc-locking-user, vc-workfile-version): Punt to backends.
9427
94282000-09-04 Dave Love <fx@gnu.org>
9429
9430 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9431 (vc-master-workfile-version): Moved from vc-hooks.
9432
9433 * vc-rcs-hooks.el: Fix duplicate code in last change.
9434
9435 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9436 (vc-rcs-master-templates): Improve :type.
9437 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9438 vc-master-workfile-version): Moved from vc-hooks.
9439
9440 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9441 (vc-sccs-master-templates): Improve :type.
9442 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9443
9444 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9445
9446 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9447 (vc-cvs-master-templates): Improve :type. Use
9448 vc-cvs-find-cvs-master.
9449 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9450 from vc-hooks.
9451 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9452
9453 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9454 Moved to vc-cvs-hooks.
9455
9456 * vc-hooks.el: Add doc strings in various places. Simplify the
9457 minor mode setup.
9458 (vc-handled-backends): New user variable.
9459 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9460 simplification.
9461
94622000-09-04 Dave Love <fx@gnu.org>
9463
9464 * vc.el: Some doc fixes for autoloaded and interactive functions.
9465 Fix compilation warnings from ediff stuff.
9466 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9467
9468 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9469
9470 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9471
9472 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9473
94742000-09-04 Dave Love <fx@gnu.org>
9475
9476 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9477 New variable.
9478 (vc-make-backend-function, vc-loadup, vc-call-backend)
9479 (vc-backend-defines): New functions.
9480
9481 * vc-hooks.el: Various doc fixes.
9482 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9483 (vc-match-substring): Function removed. Callers changed to use
9484 match-string.
9485 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9486 Simplify.
9487
94882000-09-04 Dave Love <fx@gnu.org>
9489
9490 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9491 type.
9492 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9493 (vc-sccs-registered): Doc fix.
9494
9495 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9496 (vc-cvs-registered): Doc fix.
9497
9498 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9499 (vc-rcs-registered): Doc fix.
9500
95012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9502
9503 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9504
9505 * vc-hooks.el: vc-registered has been renamed
9506 vc-default-registered. Some functions have been moved to the
9507 backend specific files. they all support the
9508 vc-BACKEND-registered functions.
9509
95102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9511
9512 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9513
9514 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9515
95162000-09-04 Dave Love <fx@gnu.org>
9517
9518 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9519 menu-bar-update-hook.
9520
9521 * help.el (help-manyarg-func-alist): Add
9522 find-operation-coding-system.
9523
9524 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9525
9526 * custom.el (custom-set-variables): Print message about errors in
9527 setting.
9528
95292000-09-03 Andrew Innes <andrewi@gnu.org>
9530
9531 * makefile.w32-in: Change to DOS line endings.
9532
95332000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9534
9535 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9536 minor-mode keymaps, if they don't have one.
9537
95382000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9539
9540 * eshell/esh-module.el (eval-when-compile): Don't lose if
9541 esh-module.el's file name is truncated to DOS 8+3 limits.
9542
95432000-09-01 John Wiegley <johnw@gnu.org>
9544
9545 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9546 predicate, which caused entries in the completion list to be
9547 doubled.
9548
95492000-08-30 John Wiegley <johnw@gnu.org>
9550
9551 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9552 sending to subprocesses. Also, hook pre-command-hook if
9553 `eshell-send-direct-to-subprocesses' is non-nil.
9554 (eshell-send-direct-to-subprocesses): New config variable. If t,
9555 subprocess input is send immediately.
9556 (eshell-toggle-direct-send): New function.
9557 (eshell-self-insert-command): New function.
9558 (eshell-intercept-commands): New function.
9559 (eshell-send-input): If direct subprocess sending is enabled,
9560 don't echo any input to the Eshell buffer. Let the subprocess
9561 handle that. This requires "stty echo" in bash, for example.
9562
95632000-08-28 John Wiegley <johnw@gnu.org>
9564
9565 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9566 completion function for Eshell's implementation of `unset'.
9567
95682000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9569
9570 * info.el (Info-directory-list): Doc fix.
9571
95722000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9573
9574 * filecache.el (file-cache-add-directory-using-find): Don't quote
9575 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9576
95772000-08-31 Kenichi Handa <handa@etl.go.jp>
9578
9579 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9580 coding systems.
9581
95822000-08-30 Andrew Innes <andrewi@gnu.org>
9583
9584 * timer.el (run-with-idle-timer): Undo last change, so that timer
9585 is not activated immediately if Emacs is already idle. Some
9586 existing code relies on this behaviour.
9587
95882000-08-30 Miles Bader <miles@gnu.org>
9589
9590 * frame.el (set-frame-font): Do completion of font-name for
9591 interactive use.
9592
95932000-08-30 Kenichi Handa <handa@etl.go.jp>
9594
9595 * international/quail.el (quail-start-translation): Bind locally
9596 last-command-event, last-command, and this-command.
9597 (quail-start-conversion): Likewise.
9598 (quail-self-insert-command): Fix docstring.
9599
96002000-08-29 Gerd Moellmann <gerd@gnu.org>
9601
9602 * progmodes/executable.el
9603 (executable-make-buffer-file-executable-if-script-p): Check that
9604 buffer contains at least 2 characters.
9605
96062000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9607
9608 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9609
96102000-08-29 Dave Love <fx@gnu.org>
9611
9612 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9613 (diff-mode-shared-map): Bind mouse-2.
9614 (diff-imenu-generic-expression): New variable.
9615 (diff-mode): Use it.
9616
9617 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9618 (mouse-popup-menubar): Add minor mode menus.
9619 (popup-menu): Check for lookup-key returning number.
9620
96212000-08-29 Miles Bader <miles@gnu.org>
9622
9623 * comint.el (comint-send-input): Create overlays using the proper
9624 front/read-advance arguments.
9625
96262000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9627
9628 * ps-print.el: Even/odd pages printing. Doc fix.
9629 (ps-print-version): New version number (6.0).
9630 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9631 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9632 (ps-print-duplex-feature): Variable eliminated.
9633 (ps-even-or-odd-pages): New variable.
9634
9635 * progmodes/ebnf2ps.el: Doc fix.
9636 (ebnf-version): New version (3.3).
9637 (ebnf-user-arrow): Change variable customization to sexp.
9638 (ebnf-user-arrow): Function eliminated.
9639 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9640
96412000-08-29 Kenichi Handa <handa@etl.go.jp>
9642
9643 * help.el (help-xref-mule-regexp): New variable.
9644 (help-make-xrefs): Handle help-xref-mule-regexp.
9645
9646 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9647 variable.
9648 (describe-input-method): Temporarily activate the specfied input
9649 method to display the information.
9650 (describe-language-environment): Hyperlinks to mule related items.
9651
9652 * international/mule-diag.el (charset-multibyte-form-string): New
9653 function.
9654 (list-character-sets-1): Use charset-multibyte-form-string.
9655 (describe-character-set): New function.
9656 (describe-coding-system): Hyperlinks to safe character sets.
9657
9658 * international/quail.el (quail-help): New arg PACKAGE.
9659 Hyperlinks to mule related items.
9660 (quail-help-insert-keymap-description): Use
9661 substitute-command-keys instead of describe-bindings.
9662 (quail-translation-help): Hyperlinks to mule related items.
9663
96642000-08-28 John Wiegley <johnw@gnu.org>
9665
9666 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9667 have a defsubst call itself. Made `eshell-flatten-list' back into
9668 a function again.
9669
9670 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9671 catch, in case re-centering point at bottom messes up the display.
9672 This happens frequently in Emacs 21, due I believe to variable
9673 line heights.
9674
9675 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9676 to call `find-tag-interactive'.
9677
9678 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9679 the list of remember directories.
9680
96812000-08-28 John Wiegley <johnw@gnu.org>
9682
9683 * align.el: Test align-region-separate to see if it's a symbol.
9684
96852000-08-28 John Wiegley <johnw@gnu.org>
9686
9687 * eshell/esh-util.el (eshell-flatten-list): Made this function
9688 into a defsubst form. It gets used very frequently, although
9689 calls don't occur all that often.
9690
9691 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9692 examining it.
9693
9694 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9695 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9696 `eshell-protect'.
9697 (eshell-copy-handles): Created a new macro for duplicating the
9698 current set of open handles. This is needed by the looping
9699 functions.
9700 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9701 is not incorrectly stomped on.
9702
9703 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9704 declaration for pcomplete-use-paring.
9705 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9706 value of eshell-cmpl-use-paring.
9707 * pcomplete.el (pcomplete-use-paring): New config variable, to
9708 indicate whether paring should be used.
9709 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9710 completion alternatives that have already been used.
9711
9712 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9713 bound to C-c C-y, which will repeat the previous N arguments
9714 (based on prefix argument).
9715 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9716
9717 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9718 if there is no *Help* buffer. This is for XEmacs, which renames
9719 its help buffers uniquely. TODO: Find out what the current buffer
9720 name to delete is.
9721
9722 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9723 first entry that correlates to a passwd/group number. Later
9724 entries (used for group/user name aliasing to multiple IDs) are
9725 ignored.
9726
9727 * eshell/em-xtra.el (eshell/expr):
9728 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9729 (eshell-grep, eshell/diff, eshell/locate):
9730 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9731 argument list, before passing it to the system command.
9732
9733 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9734 `find-tag' for use at final position in Eshell buffers (which
9735 otherwise triggers an error on Emacs 21).
9736 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9737 buffer, if it is currently bound to `find-tag'.
9738
9739 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9740 in the list of matched Makefile names.
9741 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9742 directory, prefer its contents to Makefile.
9743
9744 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9745 directory parts (like "cd old new", or "cd =regexp"), are now case
9746 sensitive on non-Windows/DOS platforms.
9747
9748 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9749 types RET after an open delimiter (like "), display a message
9750 indicating that Eshell is waiting for the closing delimiter.
9751
9752 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9753 environment variables.
9754
9755 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9756 gracefully if the user enters incorrect arguments.
9757
9758 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9759 Eshell buffers.
9760
9761 * eshell/esh-var.el (eshell-interpolate-variable):
9762 * eshell/esh-mode.el (eshell-move-argument):
9763 * eshell/em-unix.el (eshell-du-sum-directory):
9764 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9765 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9766 (not (= ...)).
9767
9768 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9769 to ensure the `preserve' flag gets propagated when doing recursive
9770 directory copies.
9771
97722000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9773
9774 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9775 Don't convert \n into \0177 in memory.
9776 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9777 and back again, when reading and writing.
9778
97792000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9780
9781 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9782 testing of `fboundp' on `processp'.
9783
9784 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9785 (eshell/jobs): Don't call process-list if it is not bound.
9786 (eshell-gather-process-output): Support systems where async
9787 subprocesses aren't supported.
9788 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9789 variables.
9790
9791 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9792 eshell-do-eval returns t.
9793 (eshell-do-pipelines-synchronously): New defmacro.
9794 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9795 when async subprocesses aren't supported.
9796 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9797 if async subprocesses aren't supported.
9798 (eshell-resume-command): Don't assume STATUS is a string.
9799
9800 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9801
9802 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9803 (eshell-close-target, eshell-get-target): Use eshell-processp.
9804 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9805 fix.
9806 (eshell-get-target, eshell-create-handles): Doc fix.
9807
98082000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9809
9810 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9811 criterion to include commands that output something, as long as it
9812 leaves both the command and the end-of-buffer visible when the
9813 command has exited.
9814 (eshell-review-quick-commands): Adjust the help doc string
9815 accordingly.
9816
98172000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9818
9819 * locate.el (locate): Cleaned up locate command's interactive prompting
9820 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9821
9822 * filecache.el (file-cache-case-fold-search): New variable
9823 (file-cache-assoc-function): New variable
9824 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9825 Use file-cache-case-fold-search variable
9826 (file-cache-add-file): Use file-cache-assoc-function
9827 (file-cache-delete-file): likewise
9828 (file-cache-directory-name): likewise
9829 (file-cache-debug-read-from-minibuffer): likewise
9830
98312000-08-28 Gerd Moellmann <gerd@gnu.org>
9832
9833 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9834 (abbrev-table-name): New function.
9835 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9836 If non-nil list local abbrev, only.
9837
98382000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9839
9840 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9841 from Gnus support code, and use special article copy buffer
9842 `(gnus-original-article-buffer)' instead. This allows to get rid
9843 of article-hide-headers usage (which breaks in the latest Gnus
9844 version). Thanks to Detlev Zundel.
9845
98462000-08-28 Kenichi Handa <handa@etl.go.jp>
9847
9848 * international/quail.el (quail-use-package): Hide "... loaded"
9849 message.
9850 (quail-start-translation, quail-start-conversion): Likewise.
9851
9852 * international/kkc.el (kkc-region): Hide "... loaded" message.
9853
98542000-08-27 Dave Love <fx@gnu.org>
9855
9856 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9857
98582000-08-27 Miles Bader <miles@gnu.org>
9859
9860 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9861
98622000-08-27 Kenichi Handa <handa@etl.go.jp>
9863
9864 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9865 'ja-dic-cnv), not (require 'skkdic-cnv).
9866
98672000-08-26 Miles Bader <miles@gnu.org>
9868
9869 * faces.el (face-x-resources): Add entry for :inherit.
9870 * cus-face.el (custom-face-attributes): Add support for :inherit
9871 attribute. Add support for relative face heights.
9872 (custom-face-attributes-get): Treat `nil' as being a default value
9873 for :inherit (as well as `unspecified').
9874
9875 * faces.el (set-face-attribute): Update doc string.
9876 (face-attribute-name-alist): Add :inherit.
9877 (face-valid-attribute-values): Handle :inherit.
9878 (face-read-string): Rephrase prompt to be less confusing.
9879 Assume that DEFAULT is a string, since we must return a string.
9880 (face-read-integer): Use `format' to turn DEFAULT into an
9881 acceptable default for face-read-string. Match NEW-VALUE against
9882 the string "unspecified", not the symbol `unspecified', since
9883 that's what face-read-string returns.
9884 (read-face-attribute): Lookup a name for old-value in valid, and
9885 use it as a default if we find one. Treat all values from
9886 face-read-string as strings. If the default is used, don't do any
9887 more processing on the value, just use the old value directly.
9888 (read-face-and-attribute, modify-face): Tweak prompt.
9889 (read-face-name): Don't assume prompt ends with a space.
9890
9891 * faces.el (describe-face): Add support for :inherit attribute.
9892
98932000-08-25 Kenichi Handa <handa@etl.go.jp>
9894
9895 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9896 concat doesn't accept interger.
9897
9898 * international/kkc.el: Remove SKK from Keywords. Require
9899 ja-dic-utl instead of skkdic-utl.
9900
9901 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9902 Provide ja-dic-cnv instead of skkdic-cnv.
9903 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9904 (iso-2022-7bit-short): Add safe-charsets property.
9905 (skkdic-convert-postfix): Search Japanese chou-on character in
9906 addition to Hiragana character.
9907 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9908 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9909 (batch-skkdic-convert): Likewise.
9910
9911 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9912 Provide ja-dic-utl instead of skkdic-utl.
9913 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9914
99152000-08-24 Dave Love <fx@gnu.org>
9916
9917 * disp-table.el (standard-display-default): Make the test of `l'
9918 useful.
9919
9920 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9921 mod sample text.
9922
9923 * international/iso-ascii.el: Make pilcrow convenient string
9924 consistent with section.
9925 (iso-ascii-display): Set up multibyte characters as well as
9926 unibyte.
9927
99282000-08-24 Kenichi Handa <handa@etl.go.jp>
9929
9930 * international/mule-cmds.el (reset-language-environment): Set
9931 default-process-coding-system to '(undecided . iso-latin-1), which
9932 makes process I/O almost consistent with file I/O. Call this
9933 function when mule-cmds.el[c] is loaded.
9934
99352000-08-22 Andrew Innes <andrewi@gnu.org>
9936
9937 * makefile.w32-in: New file.
9938
99392000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9940
9941 * comint.el (comint-output-filter): Compare end of
9942 comint-last-output-overlay with the start of the newly inserted
9943 text, not the end, when deciding whether to extend it.
9944 Set saved-point's insertion type to advance after insertion.
9945
9946 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9947 since this is now done independently of font-lock mode.
9948
99492000-08-21 Gerd Moellmann <gerd@gnu.org>
9950
9951 * server.el (server-kill-new-buffers): New user option.
9952 (server-existing-buffer): New buffer-local variable.
9953 (server-visit-files): When using an existing buffer, set
9954 server-existing-buffer to t.
9955 (server-buffer-done): If server-kill-new-buffers is t, kill the
9956 buffer, unless it was already present before visiting it with
9957 Emacs server.
9958
99592000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9960
9961 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9962 even if the display doesn't support colors: some displays will
9963 support bold/underline faces.
9964
99652000-08-21 Gerd Moellmann <gerd@gnu.org>
9966
9967 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9968
9969 * startup.el (command-line): If user's init file had an error,
9970 add explanatory text to *Messages*.
9971
99722000-08-21 Kenichi Handa <handa@etl.go.jp>
9973
9974 * man.el (Man-getpage-in-background): Decode the process output by
9975 the system locale coding system.
9976
99772000-08-20 Dave Love <fx@gnu.org>
9978
9979 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9980 Don't test x-popup-menu.
9981 (function) <complete-function>: Complete only fbound symbols.
9982 <validate, value>: New.
9983 (variable) <complete-function>: Complete only bound symbols.
9984 (coding-system): Add :base-only, :complete-function, :validate,
9985 :value, :prompt-match.
9986 (widget-coding-system-prompt-value): Use read-coding-system and
9987 act on :base-only.
9988 (editable-field): Add :help-echo.
9989 (widget-push-button-gui, widget-push-button-cache)
9990 (widget-gui-action, widget-editable-list-gui): COmment out, along
9991 with uses.
9992 (widget-at): Make arg optional.
9993 (widget-echo-help): Adjust for current help-echo calling sequence.
9994 (widget-specify-field, widget-specify-button)
9995 (widget-specify-insert, widget-get-sibling, widget-image-find)
9996 (widget-convert, widget-insert, widget-leave-text)
9997 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9998 (widget-setup, widget-field-find, widget-before-change)
9999 (widget-after-change, widget-default-complete)
10000 (widget-default-create, widget-default-delete)
10001 (widget-push-button-value-create, editable-field)
10002 (widget-field-prompt-value, widget-field-validate)
10003 (widget-choice-value-create, widget-choice-action)
10004 (widget-choice-validate, widget-checklist-add-item)
10005 (widget-radio-add-item, widget-radio-chosen)
10006 (widget-radio-value-inline, widget-editable-list-value-create)
10007 (widget-editable-list-entry-create)
10008 (widget-documentation-link-add)
10009 (widget-documentation-string-value-create)
10010 (widget-regexp-validate, widget-file-complete)
10011 (widget-sexp-validate, widget-plist-convert-widget)
10012 (widget-plist-convert-widget, widget-alist-convert-widget)
10013 (widget-alist-convert-widget, widget-color-complete): Simplify,
10014 particularly to avoid bindings which aren't optimized out.
10015
10016 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10017 Doc fix.
10018 (down-list, backward-up-list, up-list, kill-sexp)
10019 (backward-kill-sexp, mark-sexp): Make arg optional.
10020 (lisp-complete-symbol): Add optional arg PREDICATE.
10021
10022 * cus-start.el: Add display-buffer-reuse-frames,
10023 file-coding-system-alist.
10024
100252000-08-20 Gerd Moellmann <gerd@gnu.org>
10026
10027 * startup.el (command-line): Clear realized faces after
10028 modifying TTY color mappings.
10029
100302000-08-20 Miles Bader <miles@gnu.org>
10031
10032 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10033 merely a subset of FACE's attributes.
10034
100352000-08-19 Miles Bader <miles@gnu.org>
10036
10037 * comint.el (comint-output-filter): Save the point with a marker,
10038 not just a buffer position.
10039
10040 * international/mule.el (set-buffer-process-coding-system): Make
10041 interactive prompt less confusing.
10042
100432000-08-19 Gerd Moellmann <gerd@gnu.org>
10044
10045 * hilit-chg.el: General cleanup of doc strings, comments and
10046 code formatting.
10047
100482000-08-19 Miles Bader <miles@gnu.org>
10049
10050 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10051 Compiler macro removed; beginning-of-line is no longer always
10052 equivalent to forward-line, in the presence of fields.
10053
10054 * comint.el (comint-output-filter): Remove ad-hoc saving of
10055 restriction, and just use save-restriction, now that it works
10056 correctly. Don't adjust comint-last-input-start to account for
10057 our insertion; it shouldn't have moved because we don't use
10058 insert-before-markers anymore. Comment out call to
10059 `force-mode-line-update'; why is it here?
10060
10061 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10062 while checking for prompt to delete. Use `forward-line 0'
10063 instead of beginning-of-line.
10064 (gud-filter): Temporarily widen gud comint buffer while
10065 examining output.
10066
100672000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10068
10069 * progmodes/sh-script.el: Big bag of typos.
10070
10071 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10072 check since ispell-process is not bound when ispell is not yet loaded.
10073
100742000-08-18 Dave Love <fx@gnu.org>
10075
10076 * image.el (find-image): Copy `spec' before using plist-put.
10077
100782000-08-18 Gerd Moellmann <gerd@gnu.org>
10079
10080 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10081 `portugues'.
10082
10083 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10084 backward-kill-sexp, analogous to kill-sexp.
10085
10086 * progmodes/icon.el (icon-indent-line)
10087 (icon-is-continuation-line): Handle comments specially.
10088
100892000-08-17 Ken Stevens <k.stevens@ieee.org>
10090
10091 * ispell.el: Set to standard author/maintainer/keyword fields.
10092 Fine tuning to menu map appearance and operation, and added help.
10093 Remove `start' and `end' error messages when compiling.
10094 (ispell-choices-win-default-height): Fixed comment string.
10095 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10096 castellano8 dictionaries.
10097 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10098 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10099 dictionary, added italiano dictionary.
10100 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10101 word character
10102 (ispell-tex-skip-alists): Added psfig support.
10103 (ispell-skip-html): Renamed from ispell-skip-sgml.
10104 (ispell-begin-skip-region-regexp, ispell-skip-region)
10105 (ispell-minor-check): Improved html skipping support to skip across
10106 code, and recognize `&' commands without propper `;' syntax;
10107 (ispell-process-line): Fix alignment error when manually
10108 correcting spelling.
10109 (ispell): Fix comment string.
10110 (ispell-add-per-file-word-list): Always put word list on new line.
10111
101122000-08-17 Gerd Moellmann <gerd@gnu.org>
10113
10114 * format.el (format-encode-run-method): Fix error message to say
10115 `encode' instead of `decode'. Use save-window-excursion around
10116 shell-command-on-region as in format-decode-run-method because
10117 shell-command-on-region can display a buffer with error output.
10118 (format-decode): Don't record undo information for the decoding.
10119 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10120 that number part of the temporary buffer name so that more than
10121 one decoding using a temporary buffer can happen safely.
10122
10123 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10124 of `A-z' in the regexp.
10125
10126 * hilit-chg.el: Fix typos in commentary.
10127
10128 * help.el (view-emacs-news): Rewritten for new naming scheme
10129 for old NEWS files.
10130
10131 * startup.el (command-line): Pop to *Messages* in case an error
10132 is signaled while loading user-init-file.
10133
101342000-08-17 Andreas Schwab <schwab@suse.de>
10135
10136 * files.el (insert-directory): Don't lose original file name,
10137 undoing an undocumented change.
10138
101392000-08-17 Alex Schroeder <alex@gnu.org>
10140
10141 * sql.el (sql-magic-go): Use comint-bol.
10142 (sql-copy-column): Use comint-line-beginning-position.
10143 (comint-line-beginning-position): Define a replacement for
10144 comint-line-beginning-position if it is not fboundp.
10145
101462000-08-17 Alex Schroeder <alex@gnu.org>
10147
10148 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10149 it didn't have any effect anyway.
10150
101512000-08-17 Alex Schroeder <alex@gnu.org>
10152
10153 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10154 --pset and pager=off instead of sending \\o|cat at the beginning
10155 of the session.
10156
101572000-08-17 Miles Bader <miles@gnu.org>
10158
10159 * progmodes/octave-inf.el: Add compatibility definition of
10160 comint-line-beginning-position.
10161
101622000-08-17 Kenichi Handa <handa@etl.go.jp>
10163
10164 * startup.el (normal-top-level): Look in each dir in load-path for
10165 a leim-list.el file too. This assures of loading leim-list.el
10166 that is created at Emacs installation time even if a user have his
10167 own leim-list.el.
10168
101692000-08-17 Miles Bader <miles@gnu.org>
10170
10171 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10172 foreground color to black if the background is dark.
10173
101742000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10175
10176 * loadhist.el (unload-feature): Typo.
10177
10178 * finder.el (finder-compile-keywords):
10179 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10180 to the generated file.
10181
10182 * mail/mh-e.el (mh-make-local-vars):
10183 Replace make-variable-buffer-local with make-local-variable.
10184
10185 * play/landmark.el:
10186 * options.el (Edit-options-{set,toggle,t,nil}):
10187 * mail/mailabbrev.el (mail-abbrevs-mode):
10188 * textmodes/tex-mode.el (tex-expand-files):
10189 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10190
10191 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10192
10193 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10194 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10195 Allow going past the last element.
10196 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10197 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10198 (cvs-mouse-toggle-mark): Don't move point.
10199 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10200
10201 * progmodes/compile.el (grep): Provide a default set of files.
10202 (next-error): Docstring fix.
10203 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10204
10205 * emacs-lisp/easy-mmode.el (define-minor-mode):
10206 Use `symbol-value' to keep the byte-compiler quiet.
10207
10208 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10209 (diff-find-source-location): New fun, extracted from diff-goto-source.
10210 (diff-goto-source): Use it.
10211 (diff-next-complex-hunk, diff-filter-lines): New function.
10212 (diff-apply-hunk): New command.
10213
10214 * smerge-mode.el (smerge-mode-menu): Doc fix.
10215
10216 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10217
102182000-08-16 Dave Love <fx@gnu.org>
10219
10220 * windmove.el (windmove) <defgroup>: Add :version.
10221
10222 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10223 (goto-address-fontify-p, goto-address-highlight-p)
10224 (goto-address-url-face, goto-address-url-mouse-face)
10225 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10226 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10227 (goto-address-fontify, goto-address-at-mouse): Simplify,
10228 (goto-address-at-point): browse-url-url-at-point,
10229 goto-address-find-address-at-point can return nil.
10230 (goto-address-find-address-at-point): Return nil on failure.
10231
10232 * align.el (align) <defgroup>: Add :version.
10233
10234 * calculator.el (calculator): Add :version.
10235 (calculator): Use two lines for calculator window if `modeline'
10236 face is boxed.
10237
10238 * play/5x5.el: Doc fixes.
10239 (5x5) <defgroup>: Add :version.
10240
10241 * play/fortune.el (fortune) <defgroup>: Add :version.
10242 (fortune-append): Fix error message.
10243 (fortune-from-region): Doc fix.
10244
10245 * play/pong.el (pong): Doc fix.
10246
10247 * play/morse.el: Keywords, commentary, autoloads.
10248
102492000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * desktop.el (desktop-save): Don't look at symbol-value of a
10252 member of minor-mode-alist, unless it is boundp.
10253
102542000-08-16 Sam Steingold <sds@gnu.org>
10255
10256 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10257 `while'; use `with-current-buffer' instead of `save-excursion'.
10258 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10259
102602000-08-16 Kenichi Handa <handa@etl.go.jp>
10261
10262 * international/ccl.el (declare-ccl-program): Docstring modified.
10263 (ccl-execute-with-args): Likewise.
10264
102652000-08-16 Miles Bader <miles@gnu.org>
10266
10267 * progmodes/sql.el: Add compatibility definition of
10268 comint-line-beginning-position.
10269
102702000-08-15 Gerd Moellmann <gerd@gnu.org>
10271
10272 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10273 'buffer-menu' property.
10274 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10275 fails.
10276 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10277 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10278 wasn't killed.
10279
10280 * buff-menu.el (list-buffers-noselect): Don't display the
10281 *Buffer List* buffer.
10282
10283 * font-lock.el: Require jit-lock to prevent a very late
10284 `Loading jit-lock' message.
10285
10286 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10287 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10288 mail address.
10289
102902000-08-15 Miles Bader <miles@gnu.org>
10291
10292 * textmodes/ispell.el (ispell-graphic-p): New constant.
10293 (ispell-choices-win-default-height, ispell-help): Use
10294 `ispell-graphic-p' instead of `xemacsp'.
10295
102962000-08-15 Dave Love <fx@gnu.org>
10297
10298 * simple.el: Autoload widget-convert when compiling.
10299 (mail-user-agent): Doc fix.
10300
10301 * help.el (function-called-at-point, variable-at-point): Use
10302 with-syntax-table.
10303 (help-manyarg-func-alist): Add insert-and-inherit.
10304
10305 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10306
10307 * delsel.el (delsel-unload-hook): New function.
10308
10309 * find-file.el: Doc fixes. Move provide to end.
10310 (ff) <defgroup>: Add :link.
10311 (ff-goto-click): Deleted.
10312 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10313 Use mouse-set-point.
10314
10315 * textmodes/tildify.el: Doc fixes.
10316 (tildify) <defgroup>: Add:version.
10317
10318 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10319 (glasses-custom-set): Use set-default, not set.
10320 (minor-mode-alist): Propertize the lighter.
10321 (glasses-mode): Provide optional arg.
10322
10323 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10324 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10325 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10326 option. Provide :type.
10327 (cwarn-configuration): Provide :type.
10328 (cwarn-mode): Doc fix.
10329
10330 * add-log.el (change-log-merge): Doc fix.
10331 (change-log-redate): New command.
10332
10333 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10334 Doze and Dog.
10335 (browse-url): Use dolist, not mapcar.
10336 (browse-url-at-point): Check for null url.
10337 (browse-url-event-buffer, browse-url-event-point): Functions
10338 deleted.
10339 (browse-url-at-mouse, browse-url-netscape): Simplify.
10340
10341 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10342 modes.
10343 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10344 Fix previous change to mapcan.
10345 (msb--init-file-alist, msb--add-separators)
10346 (msb--make-keymap-menu): Simplify.
10347 (msb--choose-file-menu): Use copy-sequence.
10348 (msb-mode-map): Add title to keymap.
10349 (msb-unload-hook): New function.
10350
10351 * bs.el: Fix indentation.
10352 (bs) <defgroup>: Add :links.
10353 (bs-show): Doc fix.
10354 (bs-apply-sort-faces): Don't use window-system.
10355 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10356
103572000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10358
10359 * calendar/timeclock.el (timeclock-file): Run .timelog through
10360 convert-standard-filename.
10361
103622000-08-14 Gerd Moellmann <gerd@gnu.org>
10363
10364 * emacs-lisp/authors.el: New file.
10365
10366 * paren.el (show-paren-priority): New user option.
10367 (show-paren-function): Set overlay priorities to
10368 show-paren-priority.
10369
103702000-08-14 Miles Bader <miles@gnu.org>
10371
10372 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10373 beginning-of-line with inhibit-field-text-motion bound.
10374
103752000-08-14 Gerd Moellmann <gerd@gnu.org>
10376
10377 * calendar/timeclock.el: New file.
10378
103792000-08-14 David Ponce <david@dponce.com>
10380
10381 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10382 `widget-button-click'. so that one can use left mouse button to
10383 click on dialog buttons.
10384
103852000-08-14 Emmanuel Briot <briot@gnat.com>
10386
10387 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10388 identifiers, since XML is case sensitive
10389
103902000-08-12 Miles Bader <miles@gnu.org>
10391
10392 * comint.el (comint-output-filter): Don't bother frobbing
10393 window-start, it doesn't seem to be necessary.
10394
10395 * comint.el (comint-send-string, comint-send-region): Make into
10396 real functions. Snapshot the prompt before sending.
10397
103982000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10399
10400 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10401 technique similar to Info-index, instead of relying on specific
10402 names of relevant Index nodes.
10403 (Info-goto-emacs-command-node): Bind Info-history to nil when
10404 going to the first node found by Info-find-emacs-command-nodes.
10405
104062000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10407
10408 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10409
104102000-08-10 Miles Bader <miles@gnu.org>
10411
10412 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10413
104142000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10415
10416 * info.el (Info-file-list-for-emacs): More elements for the
10417 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10418 and woman manuals.
10419
104202000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10421
10422 * comint.el (comint-send-input): Make the newline boundary overlay
10423 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10424 (comint-output-filter): Use `insert' instead of
10425 `insert-before-markers'. Extend comint-last-output-overlay when
10426 necessary since we can't rely on insert-before-markers to do it.
10427 * gud.el (gud-filter): Use `with-current-buffer' instead of
10428 save-excursion when inserting the output, so that point gets
10429 updated correctly; the old method relied on a rather dodgy
10430 side-effect of comint-output-filter to avoid the effect of
10431 save-excursion.
10432
104332000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10434
10435 * files.el (recover-file): Call insert-directory instead of
10436 invoking `ls' directly.
10437
104382000-08-10 Miles Bader <miles@gnu.org>
10439
10440 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10441 (comint-last-prompt-overlay): New variables.
10442 (comint-output-filter): Implement prompt highlighting.
10443 (comint-snapshot-last-prompt): New function.
10444 (comint-send-input): Snapshot the last prompt.
10445 Use comint-highlight-input-face.
10446 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10447 Use defface instead of defcustom.
10448 (send-invisible, comint-send-eof): Snapshot the last prompt.
10449 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10450 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10451
104522000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10453
10454 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10455 (regexp-opt-group): Use a list of chars for `letters'.
10456 (regexp-opt-charset): `chars' is now a list of chars.
10457 Use a char-table rather than a vector so it works for multibyte chars.
10458
10459 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10460 Set cvs-minor-current-files to the selected fileinfo.
10461 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10462 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10463
104642000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10465
10466 * files.el (insert-directory): Don't call access-file on
10467 directories on DOS and Windows.
10468
104692000-08-09 Kenichi Handa <handa@etl.go.jp>
10470
10471 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10472 longer if necessary.
10473 (ccl-embed-code): Call ccl-embed-data to store CODE in
10474 ccl-program-vector.
10475
104762000-08-09 Miles Bader <miles@gnu.org>
10477
10478 * comint.el (comint-output-filter): Properly handle the case where
10479 the text surrounded by comint-last-output-overlay was deleted.
10480
104812000-08-08 Gerd Moellmann <gerd@gnu.org>
10482
10483 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10484 non-nil.
10485 (Info-file-list-for-emacs): Remove "info" from the list because
10486 that leads to trying to use the documentation from file `info'
10487 in various situations where it isn't appropriate, for instance
10488 C-h C-k C-h i.
10489
10490 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10491 DIR and/or STRING are nil.
10492
10493 * progmodes/compile.el (compilation-setup): Make variable
10494 compilation-error-screen-columns buffer-local, as some comment
10495 in the code suggests it should be.
10496
10497 * files.el (auto-mode-interpreter-regexp): New variable.
10498 (set-auto-mode): Use it.
10499
10500 * indent.el (indent-for-tab-command): Doc fix.
10501
10502 * mouse-sel.el (mouse-sel-mode): Doc fix.
10503
10504 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10505 labels.
10506
10507 * help.el (print-help-return-message): When
10508 display-buffer-reuse-frames is set, let the help window been quit,
10509 instead of deleting it, which might delete a reused frame.
10510
105112000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10512
10513 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10514 rename a directory to a name that differs only by its letter case.
10515
105162000-08-08 Kenichi Handa <handa@etl.go.jp>
10517
10518 * international/quail.el (quail-define-rules): Handle Quail decode
10519 map correctly. Add code for supporting annotations.
10520 (quail-install-decode-map): New function.
10521 (quail-defrule-internal): New optional arguments decode-map and
10522 props.
10523 (quail-advice): New function.
10524
105252000-08-07 Sam Steingold <sds@gnu.org>
10526
10527 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10528 `defconst', `define-condition', `with-slots'.
10529 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10530
105312000-08-03 Miles Bader <miles@gnu.org>
10532
10533 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10534 New variable.
10535 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10536 comint-use-prompt-regexp-instead-of-fields.
10537 (comint-send-input): Add `input' field property to stuff we send to
10538 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10539 (comint-output-filter): Add `output' field property to process
10540 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10541 (comint-replace-by-expanded-history)
10542 (comint-get-old-input-default, comint-show-output)
10543 (comint-backward-matching-input, comint-forward-matching-input)
10544 (comint-next-prompt, comint-previous-prompt): Use field
10545 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10546 (comint-line-beginning-position): New function.
10547 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10548 (comint-replace-by-expanded-history-before-point): Use
10549 comint-line-beginning-position and line-end-position.
10550 (comint-last-output-overlay): New variable.
10551 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10552
10553 * shell.el (shell-prompt-pattern): Doc change.
10554 (shell-backward-command): Use line-beginning-position.
10555
10556 * gud.el (gud-gdb-complete-command): Use
10557 comint-line-beginning-position.
10558
10559 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10560 comint-bol doesn't actually go to the beginning of the line.
10561
10562 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10563 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10564 (try-expand-line-all-buffers): Likewise.
10565
10566 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10567 explicitly matching comint-prompt-regexp.
10568 (sql-copy-column): Use comint-line-beginning-position instead of
10569 explicitly matching comint-prompt-regexp.
10570
10571 * progmodes/octave-inf.el (inferior-octave-complete): Use
10572 comint-line-beginning-position.
10573
10574 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10575
10576 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10577 looking for a prompt, use `forward-line 0' instead of
10578 `beginning-of-line', to avoid getting caught by an input field.
10579
105802000-08-07 Gerd Moellmann <gerd@gnu.org>
10581
10582 * files.el (shell-quote-wildcard-pattern): Make sure to return
10583 PATTERN, in the Unix case.
10584
105852000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10586
10587 * play/zone.el (zone): Discard any pending input before running
10588 the randomly-chosen pgm.
10589
105902000-08-07 Kenichi Handa <handa@etl.go.jp>
10591
10592 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10593 checking the existence of any multibyte characters.
10594
105952000-08-06 Gerd Moellmann <gerd@gnu.org>
10596
10597 * help.el (describe-mode): Test minor-mode symbol for being
10598 bound before testing its value for being nil.
10599
10600 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10601 `first', `second', and `third'.
10602
10603 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10604 (second): Make it an alias for `cadr'.
10605
106062000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10607
10608 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10609 types of display support faces now.
10610
106112000-08-05 Gerd Moellmann <gerd@gnu.org>
10612
10613 * pcvs.el (require): Require `cl' during compilation, only.
10614
10615 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10616 (toplevel): Remove `remq' and `remove' from autoloads.
10617 (cl-fake-autoloads): New variable. If set, arrange for an error
10618 when CL functions etc. are autoloaded.
10619
106202000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10621
10622 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10623
10624 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10625 popped up, but the user clicks outside the menu, return an empty
10626 regexp (that causes unhighlight-regexp to have no effect).
10627
10628 * menu-bar.el (menu-bar-games-menu): Add Zone.
10629
10630 * hi-lock.el (toplevel): Require font-lock.
10631
106322000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10633
10634 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10635 (ebnf-8-bit-chars): New var for bug fix.
10636 (ebnf-string): Bug fix.
10637
106382000-08-03 Sam Steingold <sds@gnu.org>
10639
10640 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10641 instead of `buffer-string'.
10642 (require 'cl): Always, not just when compiling.
10643 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10644 necessary.
10645
106462000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10647
10648 * international/mule-cmds.el (select-safe-coding-system): Make
10649 the message text about selecting a safe coding system more clear.
10650
106512000-08-02 Gerd Moellmann <gerd@gnu.org>
10652
10653 * hi-lock.el: New file.
10654
10655 * play/zone.el: New file.
10656
10657 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10658 value of tab-width in the original buffer. Choose a line number
10659 format that's a multiple of the original buffer's tab width, so
10660 that lines appear right.
10661
10662 * textmodes/ispell.el (ispell): New function, replacing an alias.
10663 Spell-check active region if in transient-mark-mode and mark
10664 is active; otherwise spell-check buffer.
10665
106662000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10667
10668 * ps-mule.el: Fix a customization problem on
10669 ps-mule-font-info-database-default.
10670
106712000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10672
10673 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10674 display-mouse-p instead of window-system.
10675 (ebrowse-member-mode-map): Ditto.
10676
106772000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10678
10679 * progmodes/ebnf2ps.el: Update ps-print functions call.
10680 Indentation fix. Doc fix.
10681 (ebnf-version): New version number (3.2).
10682 (ebnf-format-color, ebnf-begin-job): Code fix.
10683
106842000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10685
10686 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10687 font lock support on window-system.
10688 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10689
10690 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10691 display-color-p, if fboundp, instead of window-system.
10692
106932000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10694
10695 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10696 instead of window-system.
10697
10698 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10699 window-system.
10700 (widget-choice-mouse-down-action): Use display-popup-menus-p
10701 instead of window-system.
10702
10703 * strokes.el (strokes-file): Run the file name through
10704 convert-standard-filename.
10705 (strokes-mode): Call display-mouse-p instead of looking at
10706 window-system. Change the error message accordingly.
10707
10708 * progmodes/cpp.el (toplevel): Support faces on tty's.
10709
10710 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10711 (lm-plot-square, lm-init-display): Don't use window-system.
10712
10713 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10714 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10715
10716 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10717 instead of looking at window-system.
10718
107192000-07-30 Gerd Moellmann <gerd@gnu.org>
10720
10721 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10722 of testing if iswitchb-prepost-hooks is bound, because the
10723 latter will always be true when invoking a recursive minibuffer
10724 from an active Iswitchb buffer.
10725
107262000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10727
10728 * files.el (shell-quote-wildcard-pattern): New function.
10729 (insert-directory): Call it. Only prepend "\" to command on Unix
10730 and GNU/Linux systems.
10731
107322000-07-30 Gerd Moellmann <gerd@gnu.org>
10733
10734 * eshell/esh-groups.el: Change custom :link file names
10735 from `eshell.info' to `eshell'.
10736
107372000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10738
10739 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10740 correctly in recursive ange-ftp listings.
10741
107422000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10743
10744 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10745 ps-header-font-size-internal and
10746 ps-header-title-font-size-internal variables are not set,
10747 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10748 face text property is (foreground-color . COLOR) or
10749 `(background-color . COLOR)', ps-print crashes. Doc fix.
10750 (ps-print-version): New version number (5.2.4).
10751 (ps-plot-region): Code fix.
10752 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10753 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10754 Bug fix 2.
10755
107562000-07-30 Milan Zamazal <pdm@freesoft.cz>
10757
10758 * glasses.el (glasses-make-readable): Fix uncapitalization of
10759 identifiers like `myXMLDocument'.
10760
107612000-07-28 Karl Fogel <kfogel@red-bean.com>
10762
10763 * mail/mail-hist.el (mail-hist-previous-input)
10764 (mail-hist-next-input): Do the obvious code factorization.
10765 (mail-hist-retrieve-and-insert): New func, contains common
10766 code of above two.
10767 If inserting a message body, leave point at top.
10768
107692000-07-28 Sam Steingold <sds@gnu.org>
10770
10771 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10772 Use `<=', not `<' to compare times!
10773 (ange-ftp-ls): Remove.
10774
107752000-07-27 Gerd Moellmann <gerd@gnu.org>
10776
10777 * play/cookie1.el: Add explanation of how to make cookie.el
10778 compatible with strfile(1) to comment.
10779
10780 * subr.el (remove, remq): New functions.
10781
10782 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10783 escape `*' in regexps.
10784 (midnight-find): Reverse order of arguments in the funcall of
10785 TEST.
10786
10787 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10788 and `.class'.
10789
10790 * play/meese.el: Add Commentary section.
10791
107922000-07-27 Alex Schroeder <alex@gnu.org>
10793
10794 * sql.el (sql-ms): Added autoload cookie.
10795 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10796 (sql-oracle): Ditto.
10797 (sql-help): Doc change.
10798
10799 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10800 types and exceptions.
10801
108022000-07-27 Alex Schroeder <alex@gnu.org>
10803
10804 * sql.el (sql-placeholder-history): New variable.
10805 (sql-query-placeholders-and-send): New function that will query
10806 the user and replace placeholders with user input.
10807 (sql-oracle): If running on NT, set comint-input-sender to
10808 sql-query-placeholders-and-send.
10809
10810 (sql-stop): If in the SQLi buffer, insert stop notification, else
10811 present it as a message.
10812
108132000-07-27 Alex Schroeder <alex@gnu.org>
10814
10815 * sql.el (sql-input-ring-separator): Doc change.
10816 (sql-input-ring-file-name): Doc change.
10817 (sql-interactive-mode): Use `sql-input-ring-separator' and
10818 `sql-input-ring-file-name' to set the comint-mode equivalents
10819 without making them local variables.
10820 (sql-stop): Don't bind `sql-input-ring-separator' and
10821 `sql-input-ring-file-name' dynamically to their comint-mode
10822 equivalents.
10823
108242000-07-27 Kenichi Handa <handa@etl.go.jp>
10825
10826 * international/mule.el (register-char-codings): New function.
10827 (make-coding-system): Handle `safe-chars' specification in the arg
10828 PROPERTY.
10829
10830 * international/mule-cmds.el
10831 (find-coding-systems-region-subset-p): This function deleted.
10832 (sort-coding-systems-predicate): New variable.
10833 (sort-coding-systems): New function.
10834 (find-coding-systems-region): Use
10835 find-coding-systems-region-internal.
10836 (find-coding-systems-string): Use find-coding-systems-region.
10837 (find-coding-systems-for-charsets): Check
10838 char-coding-system-table.
10839 (select-safe-coding-system-accept-default-p): New variable.
10840 (select-safe-coding-system): Mostly rewritten. New argument
10841 ACCEPT-DEFAULT-P.
10842 (select-message-coding-system): Call select-safe-coding-system
10843 with ACCEPT-DEFAULT-P arg.
10844 (reset-language-environment): Reset default-sendmail-coding-system
10845 to the default value iso-latin-1.
10846 (set-language-environment): Don't set the obsolete variable
10847 charset-origin-alist.
10848
10849 * international/codepage.el (cp-coding-system-for-codepage-1):
10850 Give `safe-chars' property to make-coding-system.
10851
10852 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10853 calling select-message-coding-system twice.
10854
10855 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10856 instead of `safe-charsets'.
10857 (cyrillic-alternativnyj): Likewise.
10858 (ccl-encode-alternativnyj): Don't check the charset
10859 cyrillic-iso8859-5.
10860
108612000-07-27 Kenichi Handa <handa@etl.go.jp>
10862
10863 * composite.el (compose-chars-after): Preserve match data.
10864
108652000-07-26 Sam Steingold <sds@gnu.org>
10866
10867 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10868 (ange-ftp-real-file-newer-than-file-p): New function.
10869 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10870 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10871
10872 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10873 * midnight.el (midnight-float-time): Ditto.
10874
108752000-07-26 Andreas Schwab <schwab@suse.de>
10876
10877 * files.el (normal-backup-enable-predicate): Correct
10878 interpretation of the return value of compare-strings.
10879
108802000-07-26 Gerd Moellmann <gerd@gnu.org>
10881
10882 * isearch.el (isearch-resume): New function.
10883 (isearch-done): Add something to command-history to resume
10884 the search.
10885 (isearch-yank-line, isearch-yank-word): Use
10886 buffer-substring-no-properties instead of buffer-substring.
10887
10888 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10889 of flyspell-mouse-map.
10890
10891 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10892 duplicate definition.
10893 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10894
10895 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10896 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10897
108982000-07-25 Sam Steingold <sds@gnu.org>
10899
10900 * net/ange-ftp.el: Get modtime over the net.
10901 (ange-ftp-file-modtime): New function.
10902 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10903 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10904 Use it.
10905 (ange-ftp-dot-to-slash): New function.
10906 (ange-ftp-fix-name-for-vms): Use it.
10907
10908 * midnight.el (midnight-buffer-display-time): Use
10909 `with-current-buffer'.
10910
109112000-07-25 Gerd Moellmann <gerd@gnu.org>
10912
10913 * find-dired.el: Update copyright notice.
10914 (find-dired): Offer to kill a running `find'.
10915
10916 * enriched.el (enriched-face-ans): For a `foreground-color'
10917 property, return '(("x-color" COLOR))' so that COLOR will be
10918 output as a parameter of the x-color annotation. Likewise for the
10919 `background-color' property. In the case of normal face
10920 properties, don't return annotations for unspecified foreground
10921 and background face attributes.
10922
109232000-07-25 Kenichi Handa <handa@etl.go.jp>
10924
10925 * language/japan-util.el (japanese-katakana-region): Fix handling
10926 HANKAKU argument.
10927
109282000-07-25 Miles Bader <miles@gnu.org>
10929
10930 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10931 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10932 constrain-to-field.
10933
109342000-07-24 Andrew Innes <andrewi@gnu.org>
10935
10936 * timer.el (timer-activate-when-idle): Add optional parameter
10937 DONT-WAIT. Update docstring.
10938 (run-with-idle-timer): Specify extra parameter to
10939 timer-activate-when-idle, so that timer will be activated
10940 immediately if Emacs is already idle.
10941
10942 * w32-fns.el (w32-using-nt): Fix docstring.
10943
109442000-07-24 Dave Love <fx@gnu.org>
10945
10946 * mouse.el (popup-menu): Set last-command-event.
10947 (mouse-major-mode-menu-prefix): Declare.
10948
109492000-07-24 Gerd Moellmann <gerd@gnu.org>
10950
10951 * textmodes/flyspell.el: Update to author's version 1.5d.
10952
10953 * progmodes/hideshow.el: Update copyright notice.
10954
10955 * vcursor.el: Set maintainer to FSF, since author cannot
10956 be reached.
10957
109582000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10959
10960 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10961 the prompt.
10962
10963 * mouse.el (popup-menu): Run the keymap through indirect-function,
10964 in case it was defined with define-prefix-key. If the menu is a
10965 list of keymaps, look up the binding of user's choice in each one
10966 of the keymaps.
10967 (mouse-popup-menubar): If the global and local menu-bar keymaps
10968 don't have a prompt string, create one and insert it into the
10969 keymap. Don't barf if current-local-map returns nil.
10970
109712000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10972
10973 * dired.el (dired-sort-R-check): Added to allow recursive listing
10974 to be undone.
10975 (dired-sort-other): Use it.
10976
109772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10978
10979 * Release of cc-mode 5.27
10980
109812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10982
10983 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10984 c-beginning-of-statement-1 that caused a bad case of recursion
10985 which could consume a lot of CPU in large classes in languages
10986 that have in-expression classes (i.e. Java and Pike).
10987
10988 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10989 statements before top level constructs (i.e. case 6 is moved
10990 before case 5 and is now case 4) to catch in-expression
10991 classes in top level expressions correctly.
10992
109932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10994
10995 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10996 objc-method-intro. Case 4 removed and case 5I added.
10997
10998 * cc-langs.el (c-append-paragraph-start): New variable used by
10999 c-common-init to get paragraph-start correct.
11000 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11001 initialize paragraph-start to make it correct both with and
11002 without the javadoc special case.
11003
11004 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11005 initialize paragraph-start for javadoc markup.
11006
11007 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11008 change by defaulting this to t. It's motivated by the
11009 confusing behavior that otherwise arise from the style system
11010 when editing both java and non-java files at the same time
11011 (see the comments about style setting in c-common-init).
11012
110132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11014
11015 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11016 similar to the one in c-fill-paragraph to check the fill
11017 prefix from the adaptive fill function for sanity.
11018
110192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11020
11021 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11022 defun block.
11023
a30eb617
DL
110242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11025
11026 * cc-align.el (c-lineup-multi-inher): Handle lines with
11027 leading comma nicely. Extended to handle member initializers
11028 too.
11029
11030 * cc-engine.el: (c-beginning-of-inheritance-list,
11031 c-guess-basic-syntax): Fixed recognition of inheritance lists
11032 when the lines begins with a comma.
11033
a30eb617
DL
11034 * cc-vars.el (c-offsets-alist): Changed default for
11035 member-init-cont to c-lineup-multi-inher since it now handles
11036 member initializers and indents better for leading commas.
11037
110382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11039
11040 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11041 handling that caused class open lines to be recognized as
11042 statement-conts in some cases.
11043
11044 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11045 guessed by the adaptive fill function unless point is on the
11046 first line of a block comment.
11047
11048 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11049 when the buffer ends with a macro continuation char.
11050
11051 * cc-engine.el (c-guess-basic-syntax): Added support for
11052 function definitions as statements in Pike. The first
11053 statement in a lambda block is now labeled defun-block-intro
11054 instead of statement-block-intro.
11055
11056 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11057 so that the class surrounding point is selected, not the one
11058 innermost in the state.
11059
11060 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11061 recognition of switch labels having hanging multiline
11062 statements.
11063
11064 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11065 some code in c-guess-basic-syntax to a separate function.
11066 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11067 recognition of member inits with multiple line arglists.
11068 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11069 member-init-cont when the commas are in funny places.
11070
110712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11072
11073 * cc-defs.el (c-auto-newline): Removed this macro since it's
11074 not used anymore.
11075
11076 * cc-engine.el (c-looking-at-bos): New helper function.
11077 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11078 inexpr and toplevel classes apart in Pike.
11079
11080 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11081 of case 9A.
11082
11083 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11084 constant, since "class" can introduce an in-expression class
11085 in Pike nowadays.
11086
110872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11088
11089 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11090 indentation on cpp-macro lines.
11091
11092 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11093 a syntax modifier like comment-intro, to make it possible to
11094 get syntactic indentation for preprocessor directives. It's
11095 incompatible wrt to lineup functions on cpp-macro, but it has
11096 no observable effect in the 99.9% common case where cpp-macro
11097 is set to -1000.
11098
110992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11100
11101 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11102 member-init-cont when the preceding arglist is several lines.
11103
111042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11105
11106 * cc-styles.el (c-style-alist): The basic offset for the BSD
11107 style corrected to 8.
11108
111092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11110
11111 * cc-styles.el (c-style-alist): Adjusted the indentation of
11112 brace list openers in the gnu style.
11113
111142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11115
11116 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11117
11118 * cc-cmds.el (c-electric-brace, c-electric-slash,
11119 c-electric-star, c-electric-semi&comma, c-electric-colon,
11120 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11121 when c-syntactic-indentation is nil.
11122
11123 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11124 we were left at comments preceding the first statement when
11125 reaching the beginning of the buffer.
11126
11127 * cc-vars.el (c-syntactic-indentation): New variable to turn
11128 off all syntactic indentation.
11129
111302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11131
11132 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11133 between the text and the block comment ender when it hangs,
11134 depending on how many there are before the fill.
11135
111362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11137
11138 * cc-engine.el (c-beginning-of-closest-statement): New helper
11139 function to go back to the closest preceding statement start,
11140 which could be inside a conditional statement.
11141 * cc-engine.el (c-guess-basic-syntax): Use
11142 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11143
11144 * cc-engine.el (c-guess-basic-syntax): Better handling of
11145 arglist-intro, arglist-cont-nonempty and arglist-close when
11146 the arglist is nested inside parens. Cases 7A, 7C and 7F
11147 changed.
11148
11149 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11150 up-to-date with javadoc 1.2.
11151
111522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11153
11154 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11155 multiline Pike type decls.
11156
111572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11158
11159 * cc-cmds.el (c-indent-new-comment-line): Always break
11160 multiline comments in multiline mode, regardless of
11161 comment-multi-line.
11162
111632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11164
11165 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11166 fully::qualified::names in C++ member init lists. Preamble in
11167 case 5D changed.
11168
111692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11170
11171 * cc-langs.el (c-common-init): Handling of obsolete variables
11172 moved to c-initialize-cc-mode. More compatible style override
11173 when using global style variables.
11174 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11175 variables moved here.
11176
a30eb617
DL
11177 * cc-styles.el (c-make-styles-buffer-local): Flag style
11178 variable localness in c-style-variables-are-local-p to make
11179 the compatibility measure in c-common-init work well.
11180
11181 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11182 longer contain set-from-style.
11183 * cc-styles.el (c-initialize-builtin-style): Don't check for
11184 set-from-style on c-special-indent-hook.
11185 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11186 copy-alist is sufficient now.
11187
11188 * cc-styles.el (c-set-style, c-set-style-1,
11189 c-get-style-variables): Fixes to variable initialization so
11190 that duplicate entries in styles have the same effect
11191 regardless of DONT-OVERRIDE.
11192
11193 * cc-styles.el (c-set-style-2): Fixed bug where the
11194 initialization of inheriting styles failed when the
11195 dont-override flag is set.
11196
11197 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11198 on this.
11199
112002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11201
11202 * cc-defs.el (c-forward-comment): Removed the workaround
11203 introduced in 5.38 since it had worse side-effects. If a line
11204 contains the string "//\"", it regarded the // as a comment
11205 start since the \ temporarily doesn't have escape syntax.
11206
112072000-07-17 Emmanuel Briot <briot@act-europe.fr>
11208
11209 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11210 ada-xref.el before ada-prj.el, so that the Project menu is created
11211 when ada-prj tries to add to it.
11212 (ada-activate-keys-for-case): Suppress the characters that are not
11213 part of the Ada syntax. Better compatibility with else-mode
11214 (ada-adjust-case-interactive): When auto-casing is not active,
11215 correctly insert newlines (used to insert only ^M). Prevent the
11216 syntax table from being changed in case of an error
11217 (or '_' becomes part of a word and some commands are confused).
11218 Do nothing if ada-auto-case is nil.
11219 (ada-after-keyword-p): Ignore keywords that are also attributes
11220 (ada-batch-reformat): Update usage comment
11221 (ada-call-from-contextual-menu): New function
11222 (ada-case-read-exceptions): Reinitialize the casing exception list
11223 first to nil first, so that the casing exception file can be
11224 shared.
11225 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11226 files.
11227 (ada-compile-goto-error): Fix regexp used to detect a file:line
11228 anywhere in the error message
11229 (ada-contextual-menu-last-point): New variable
11230 (ada-create-keymap): If the variable delete-key-deletes-forward is
11231 t on XEmacs, it means that DEL should delete one character
11232 forward.
11233 (ada-create-menu): Use :included instead of :visible for XEmacs.
11234 New submenu "Options".
11235 (ada-end-stmt-re): Correctly indent "select ... then abort"
11236 statements.
11237 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11238 even if they don't match ada-fill-comment-prefix Fix handling of
11239 paragraphs on the first or last line of a file.
11240 (ada-format-paramlist): Fix handling of default parameter values.
11241 (ada-get-body-name): New function.
11242 (ada-get-current-indent): Optimized by searchling directly for an
11243 existing generic part or a statement outside of it. Handle
11244 ada-indent-align-comments when indenting comments Replaced some
11245 regexps by testing directly the next character. This results in a
11246 huge speedup on some files. New indentation scheme for renames
11247 statements. Stop looking for the 'while' or 'for' associated with
11248 a 'loop' at the first semicolon encountered. A "return" can also
11249 match an anonymous access subprogram declaration.
11250 (ada-get-indent-noindent): Ignore strings and comments when
11251 looking for the keywords "record" and "private".
11252 (ada-goto-matching-decl-start): When matching "if", make sure we
11253 are not in fact seeing "end if". Ignore "when" statements except
11254 when initial keyword was "begin". Fix handling of nested
11255 procedures. Add a recursive call to this function to skip over
11256 other 'end' statmts. Fix indentation for "when .. => begin"
11257 (ada-in-open-paren-p): Fix indentation for complex boolean
11258 expressions, where 'and then', 'or else' and parenthesis
11259 statements are mixed up.
11260 (ada-in-paramlist-p): Skip comments while searching for the
11261 beginning Fix handling of operator declarations.
11262 (ada-indent-align-comments): New variable
11263 (ada-indent-current): Change the syntax table only in the
11264 protected section, so that we are sure it is restored correctly.
11265 (ada-indent-on-previous-lines): Use ada-use-indent and
11266 ada-with-indent Correctly indent "select ... then"
11267 (ada-indent-region): Slight speedup.
11268 (ada-indent-renames): New variable.
11269 (ada-last-which-function-subprog, ada-last-which-function-line):
11270 New variables
11271 (ada-looking-at-semi-private): Correctly indent the 'private'
11272 keyword when it is the first word in a package declaration.
11273 (ada-loose-case-word): Stop searching if at the end of the buffer.
11274 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11275 even if point is not initially at the end of the word.
11276 (ada-matching-decl-start-re): Add "when".
11277 (ada-mode): Add support for abbrev-mode, outline-mode and
11278 which-func-mode Override the old find-file.el entry in
11279 ff-special-constructs since it is using the obsolete
11280 ada-spec-suffix variable
11281 (ada-no-auto-case): New function
11282 (ada-scan-paramlist): When parsing the argument type, accept
11283 spaces (as in "X 'Class", generated by Rational Rose).
11284 (ada-other-file-name): No longer loads the other file.
11285 (ada-popup-menu): Save and restore the current buffer and cursor
11286 position before and after displaying the menu.
11287 (ada-search-ignore-complex-boolean): New function.
11288 (ada-uncomment-region): Emacs21 already knows how to delete
11289 comments not starting in the first column.
11290 (ada-use-indent): New variable
11291 (ada-which-function): New function.
11292 (ada-with-indent): New variable
11293 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11294 can be batch-compiled from the command line.
11295
11296 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11297 Add to the menu when the file is loaded, not in ada-mode-hook.
11298 Add -toolbar to the default ddd command Switches moved from
11299 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11300 ada-prj-default-comp-opt
11301 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11302 Reference Manual to the menu
11303 (ada-check-current): rewritten as a call to ada-compile-current
11304 (ada-compile): Removed.
11305 (ada-compile-application, ada-compile-current, ada-check-current):
11306 Set the compilation-search-path so that compile.el automatically
11307 finds the sources in src_dir. Automatic scrollong of the
11308 compilation buffer. C-uC-cC-c asks for confirmation before
11309 compiling
11310 (ada-compile-current): New parameter, prj-field
11311 (ada-complete-identifier): Load the .ali file before doing
11312 processing
11313 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11314 conform to gnatmake's behavior.
11315 (ada-find-file-in-dir): New function
11316 (ada-find-references): Set the environment variables for gnatfind
11317 (ada-find-src-file-in-dir): New function.
11318 (ada-first-non-nil): Removed
11319 (ada-gdb-application): Add support for jdb, the java debugger.
11320 (ada-get-ada-file-name): Load the original-file first if not done
11321 yet.
11322 (ada-get-all-references): Handles the new ali syntax (parent types
11323 are found between <>).
11324 (ada-initialize-runtime-library): New function
11325 (ada-mode-hook): Always load a project file when a file is opened,
11326 so that the casing exceptions are correctly read.
11327 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11328 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11329 to open the project file, since the latter does not work with
11330 speedbar Get default values before loading the prj file, or the
11331 default executable file name is wrong. Use the absolute value of
11332 src_dir to initialize ada-search-directories and
11333 compilation-search-path,... Add the standard runtime library to
11334 the search path for find-file.
11335 (ada-prj-default-debugger): Was missing an opening '{'
11336 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11337 variables.
11338 (ada-prj-default-gnatmake-opt): New variable
11339 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11340 buffers, the project file is the default one Save the windows
11341 configuration before displaying the menu.
11342 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11343 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11344 ...) regexp-quote identifiers names to support operators +,
11345 -,... in regexps.
11346 (ada-remote): New function.
11347 (ada-run-application): Erase the output buffer before starting the
11348 run Support remote execution of the application. Use
11349 call-process, or the arguments are incorrectly parsed
11350 (ada-set-default-project-file): Reread the content of the active
11351 project file, not the one from the current buffer When a project
11352 file is set as the default project, all directories are
11353 automatically associated with it.
11354 (ada-set-environment): New function
11355 (ada-treat-cmd-string): New special variable ${current}
11356 (ada-treat-cmd-string): Revised. The substitution is now done for
11357 any ${...} substring
11358 (ada-xref-current): If no body was found, compiles the spec
11359 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11360 compiler to get rid of command line length limitations.
11361 (ada-xref-get-project-field): New function
11362 (ada-xref-project-files): New variable
11363 (ada-xref-runtime-library-specs-path)
11364 (ada-xref-runtime-library-ali-path): New variables
11365 (ada-xref-set-default-prj-values): Default run command now does a
11366 cd to the build directory. New field: main_unit Provide a default
11367 file name even if the current buffer has no prj file.
11368
11369 * ada-prj.el:
11370 Rewritten to show a tabbed-dialog.
11371 (ada-prj-add-ada-menu): Remove the map and name parameters.
11372 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11373 New function
11374 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11375 (ada-prj-load-from-file): New function
11376 (ada-prj-save): Always save fields that depend on the current buffer
11377 (ada-prj-show-value): New function
11378
11379 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11380 Ada mode. This will allow us to display the Ada menu in any buffer
11381 we want (for project items).
11382 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11383 number of spaces in the header.
11384
113852000-07-24 Dave Love <fx@gnu.org>
11386
11387 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11388
113892000-07-23 Noah Friedman <friedman@splode.com>
11390
11391 * type-break.el (type-break): perform autosave.
11392 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11393 (type-break-do-query): Cancel query schedule while performing
11394 actual query, to avoid possibility of a second query being made
11395 while first one is already in progress.
11396 (type-break-time-stamp-format): New variable.
11397 (type-break-time-stamp): New function.
11398 (type-break-time-warning): Use it.
11399 (type-break-keystroke-warning): Use it.
11400 (type-break-noninteractive-query): Use it.
11401
11402 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11403 cookie.
11404 Use add-minor-mode to set minor-mode-alist, if available.
11405 (eldoc-echo-area-use-multiline-p): New user option.
11406 (eldoc-echo-area-multiline-supported-p): New variable.
11407 (eldoc-docstring-format-sym-doc): Use them.
11408 (eldoc-mode): If not using idle timers, append to local post and
11409 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11410 (eldoc-display-message-no-interference-p): Don't interfere with
11411 edebug.
11412 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11413 (eldoc-function-arglist): New function.
11414 (eldoc-function-argstring): Use it.
11415
11416 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11417 auto save directory exists before calling directory-files.
11418
114192000-07-23 Dave Love <fx@gnu.org>
11420
11421 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11422 ^o, ^u.
11423
114242000-07-21 Dave Love <fx@gnu.org>
11425
11426 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11427 now passed to the function. It now works properly.
11428
11429 * smerge-mode.el (smerge-mode-menu): Fill it out.
11430
114312000-07-20 Gerd Moellmann <gerd@gnu.org>
11432
11433 * info-look.el (info-lookup): If *info* is shown in another frame
11434 on the same display, select that frame, instead of switching to
11435 the Info buffer in another window of the selected frame.
11436
11437 * simple.el (universal-argument-map): Bind numeric keypad keys
11438 kp-0 to kp-9 and kp-subtract.
11439 (digit-argument): Handle these keys.
11440
114412000-07-20 Dave Love <fx@gnu.org>
11442
11443 * net/goto-addr.el (goto-address-fontify): Don't bother with
11444 buffer-modified and read-only stuff -- irrelevant with overlays.
11445 Put an extra property on the overlays and use it to clean up in
11446 case goto-address is re-run.
11447
114482000-07-19 Richard M. Stallman <rms@gnu.org>
11449
11450 * timer.el (run-with-idle-timer): Doc fix.
11451
11452 * mail/mail-utils.el (mail-strip-quoted-names):
11453 Handle case where <...> appears inside "...".
11454 Use replace-match to edit the string more simply.
11455 (rmail-dont-reply-to): Cope with an unmatched ".
11456
114572000-07-19 Dave Love <fx@gnu.org>
11458
11459 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11460 implementation.
11461
11462 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11463 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11464 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11465
114662000-07-19 Gerd Moellmann <gerd@gnu.org>
11467
11468 * textmodes/refer.el: Correct maintainer's email address.
11469
11470 * progmodes/hideif.el: Correct author's email address.
11471 Fix typo in comment.
11472
11473 * xml.el: New file.
11474
11475 * mail/mailheader.el: Correct author's mail address.
11476
11477 * gnus/parse-time.el: Correct author's mail address.
11478
114792000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11480
11481 * comint.el (comint-highlight-input, comint-highlight-face):
11482 New user options.
11483 (comint-input-ring-file-name): Change custom type.
11484 (comint-mode-map): Bind mouse-2.
11485 (comint-insert-clicked-input): New function.
11486 (comint-send-input): Handle input highlighting.
11487
114882000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11489
11490 * mouse.el (popup-menu): New function.
11491 (mouse-major-mode-menu): Use it.
11492
114932000-07-18 Dave Love <fx@gnu.org>
11494
11495 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11496 improvements.
11497
114982000-07-18 Gerd Moellmann <gerd@gnu.org>
11499
11500 * faces.el (face-font-selection-order)
11501 (face-font-family-alternatives): Add custom type.
11502
115032000-07-18 Dave Love <fx@gnu.org>
11504
11505 * cus-edit.el (custom-variable-reset-saved)
11506 (custom-variable-reset-standard): Remove unused bindings.
11507
11508 * rect.el (open-rectangle-line): Remove unused let.
11509
11510 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11511
115122000-07-18 Gerd Moellmann <gerd@gnu.org>
11513
11514 * cdl.el: Fix `Maintainer' keyword.
11515
11516 * play/pong.el: Add author's email address.
11517
115182000-07-17 Sam Steingold <sds@gnu.org>
11519
11520 * files.el (insert-directory): Call `split-string' instead of
11521 re-implementing it.
11522
115232000-07-18 Gerd Moellmann <gerd@gnu.org>
11524
11525 * mail/vms-pmail.el: Change maintainer to FSF.
11526
11527 * net/goto-addr.el: Change maintainer to FSF.
11528
11529 * info.el (Info-title-face-alist): Removed.
11530
115312000-07-18 David Ponce <david@dponce.com>
11532
11533 * recentf.el (recentf-open-files): New command that works like
11534 `recentf-open-more-files', but shows the whole list of files (not just
11535 those omitted from the menu). Useful if you don't use a menu-bar!
11536 (recentf-open-more-files) Modified to use `recentf-open-files'.
11537
11538 (recentf-open-files, recentf-open-more-files)
11539 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11540
11541 (recentf-dialog-mode): New mode for dialogs. You can now just type
11542 "q" to cancel the dialogs.
11543
115442000-07-18 David Ponce <david@dponce.com>
11545
11546 * recentf.el: This is a major update of recentf.el. It adds new
11547 features to better organize the recentf menu and "More..." buffer.
11548
11549 Using new provided menu filtering functions you can now organize the
11550 recent files list:
11551
11552 - by major modes
11553 - by directories
11554 - by user defined rules
11555
11556 Finally, with the new `recentf-filter-changer' customizable filter you
11557 can define a ring of filters and dynamically (via the menu) cycle on
11558 each menu organization in the ring (a la msb).
11559
115602000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11561
11562 * eshell/eshell.el (eshell): Replace links to eshell.info with
11563 links to eshell, to avoid problems on systems where the manual is
11564 installed as `eshell'.
11565 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11566 * eshell/em-smart.el (eshell-smart): Ditto.
11567 * eshell/em-banner.el (eshell-banner): Ditto.
11568 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11569
11570 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11571 same-file check in the MS-DOS version (it does support inodes).
11572
11573 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11574
11575 * eshell/eshell.el (eshell-directory-name):
11576 Run default directory name through convert-standard-filename.
11577
115782000-07-18 Kenichi Handa <handa@etl.go.jp>
11579
11580 * international/mule-cmds.el (select-safe-coding-system):
11581 Fix typo in the comment.
11582
11583 * language/european.el (compound-text):
11584 Force katakana-jisx0201 to be designated to G1.
11585
11586 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11587 Don't translate some national variant characters of latin-jisx0201.
11588 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11589
11590 * international/kkc.el (kkc-after-update-conversion-functions):
11591 New variable.
11592 (kkc-update-conversion): Run functions in it at the tail.
11593
115942000-07-16 John Wiegley <johnw@gnu.org>
11595
11596 * lisp/align.el (align-newline-and-indent):
11597 Adding new function. for auto-aligning blocks of code on RET.
11598 (align-region): Fixed badly formatted minibuffer message.
11599
116002000-07-17 Kenichi Handa <handa@etl.go.jp>
11601
11602 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11603 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11604 the conversion list at first if appropriate.
11605 (kkc-next): Don't update kkc-next-count here.
11606 (kkc-prev): Don't update kkc-prev-count here.
11607 (kkc-show-conversion-list-update): Fix setting up of conversion
11608 list message.
11609
116102000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11611
11612 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11613
116142000-07-16 Dave Love <fx@gnu.org>
11615
11616 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11617 function to be more specific.
11618
11619 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11620 non-string help-echo.
11621 (widget-types-convert-widget): Defsubst it.
11622 (widget-echo-help): Try to cope with a help-echo function of two
11623 possible sorts.
11624
116252000-07-15 Jason Rumney <jasonr@gnu.org>
11626
11627 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11628 Declare as obsolete.
11629
11630 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11631
116322000-07-14 Gerd Moellmann <gerd@gnu.org>
11633
11634 * hilit-chg.el: Fix typo.
11635
116362000-07-14 Dave Love <fx@gnu.org>
11637
11638 * info.el (Info-mode-menu): Fix use of :help, :enable.
11639
116402000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11641
11642 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11643
116442000-07-13 Dave Love <fx@gnu.org>
11645
11646 * emacs-lisp/easymenu.el: Doc fixes.
11647 (easy-menu-remove): Defalias to ignore.
11648
11649 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11650 Call throw correctly.
11651
116522000-07-13 Gerd Moellmann <gerd@gnu.org>
11653
11654 * faces.el (frame-background-mode): Doc fix.
11655
11656 * simple.el (eval-expression-print-length): Change custom type to
11657 allow entering nil as value.
11658
116592000-07-13 Dave Love <fx@gnu.org>
11660
11661 * progmodes/fortran.el (fortran-imenu-generic-expression):
11662 Change definition layout.
11663 (fortran-mode-menu): Reinstate customize entries.
11664
11665 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11666 Use :filter, per old XEmacs code.
11667
116682000-07-12 Gerd Moellmann <gerd@gnu.org>
11669
11670 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11671 event when deciding what to send to the terminal.
11672
116732000-07-12 Dave Love <fx@gnu.org>
11674
11675 * cus-start.el: Add optional version as 4th element of specs and
11676 use it for several things new in v21. Remove load-path. Fix type
11677 of line-number-display-limit.
11678
116792000-07-11 Dave Love <fx@gnu.org>
11680
11681 * progmodes/fortran.el: Don't require easymenu.
11682 Use repeat counts in various regexps.
11683 (fortran-mode-syntax-table): Defvar directly.
11684 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11685 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11686 Use defvar, not defconst.
11687 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11688 (fortran-mode): Set fortran-comment-line-start-skip,
11689 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11690 (fortran-comment-indent): Use defsubst.
11691 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11692 Use fortran-comment-indent, not fortran-comment-indent-function.
11693 (fortran-comment-region, fortran-electric-line-number): Simplify.
11694 (fortran-auto-fill): New function.
11695 (fortran-do-auto-fill): Deleted.
11696 (fortran-find-comment-start-skip):
11697 Check for non-null comment-start-skip.
11698 (fortran-auto-fill-mode, fortran-fill-statement):
11699 Use fortran-auto-fill.
11700 (fortran-fill): Use fortran-auto-fill. Check for null
11701 comment-start-skip. Simplify final clause and use end-of-line finally.
11702
11703 * widget.el (widget-plist-member): New alias.
11704
117052000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11706
11707 * eshell/esh-module.el (toplevel): Reference
11708 byte-compile-current-file only if it is bound.
11709
117102000-07-10 Gerd Moellmann <gerd@gnu.org>
11711
11712 * dired.el: Don't require `dired-aux'.
11713
117142000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11715
11716 * dired-aux.el (dired-show-file-type): New function.
11717 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11718 (dired-show-file-type): Add autoload.
11719
117202000-07-10 Kenichi Handa <handa@etl.go.jp>
11721
11722 * international/mule-diag.el (describe-font): Adjusted for the
11723 change of fontset-info.
11724 (print-fontset): Likewise.
11725
117262000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11727
11728 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11729
117302000-07-07 Gerd Moellmann <gerd@gnu.org>
11731
11732 * bindings.el: Bind `[delete]' to delete-char.
11733
11734 * dired.el (dired-find-alternate-file): New function.
11735 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11736 (toplevel): Require dired-aux when compiling.
11737 (dired-buffers): Move defvar within file to avoid compiler warning.
11738
11739 * info.el (Info-last-search): Variable removed.
11740 (Info-search-history): New variable.
11741 (Info-search): New Info-search-history.
11742
11743 * battery.el, info-look.el: Change author's mail address.
11744
117452000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11746
11747 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11748 if rmail-ignored-headers is nil.
11749 (rmail-retry-failure): Bind rmail-ignored-headers and
11750 rmail-displayed-headers to nil.
11751
117522000-07-06 Gerd Moellmann <gerd@gnu.org>
11753
11754 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11755 (print-region-1): Don't hard code `-h' here.
11756
11757 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11758
117592000-07-01 Francesco Potorti` <pot@gnu.org>
11760
11761 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11762 exim can use "your message" instead of "the message".
11763
117642000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11765
11766 * facemenu.el: Docstrings fixes.
11767 (facemenu-get-face): Don't use internal-find-face.
11768 (facemenu-iterate): Rename arg to match the docstring.
11769
11770 * newcomment.el (uncomment-region): Be more careful when skipping
11771 backwards over `=' not to bump into BOBP.
11772
117732000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11774
11775 * ediff-diff.el (ediff-wordify): Use syntax table.
11776 * ediff-init.el (ediff-has-face-support-p): Use
11777 ediff-color-display-p.
11778 (ediff-color-display-p): Use display-color-p, changed to defun
11779 from defsubst.
11780 Got rid of special cases for NeXT and OS/2.
11781 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11782 face.
11783
117842000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11785
11786 * emacs-lisp/lucid.el: Require CL.
11787 (copy-tree, remprop): Remove, it's provided by CL.
11788 (map-keymap): Define in terms of cl-map-keymap.
11789 (extent-property, set-extent-end-glyph): New functions.
11790
11791 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11792
117932000-07-05 Gerd Moellmann <gerd@gnu.org>
11794
11795 * Makefile.in (DONTCOMPILE): Add comment that the name may
11796 not be changed without changing the make-dist script.
11797
11798 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11799 (cl-mapc): Use mapc instead of cl-old-mapc.
11800
118012000-07-05 Andrew Innes <andrewi@gnu.org>
11802
11803 * makefile.nt: Add support for `bootstrap' and related targets.
11804
118052000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11806
11807 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11808 (easy-menu-do-define): Use `menu-item' format.
11809 Handle case where easy-menu-create-menu returns a symbol.
11810 Manually call the potential top-level filter in the function binding.
11811 (easy-menu-filter-return): New arg NAME.
11812 Convert to a keymap if MENU is an XEmacs menu.
11813 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11814 (easy-menu-converted-items-table, easy-menu-convert-item):
11815 New var and fun to memoize easy-menu-convert-item-1.
11816 (easy-menu-do-add-item): Use it.
11817 (easy-menu-create-menu): Use easy-menu-convert-item.
11818 Wrap easy-menu-filter-return around any :filter specification.
11819 Don't convert the menu if a filter was specified.
11820 Tell easy-menu-make-symbol not to check for MENU being an expression.
11821 (easy-menu-make-symbol): New arg NOEXP.
11822
118232000-07-05 Gerd Moellmann <gerd@gnu.org>
11824
11825 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11826 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11827 (eval-defun): If called with prefix arg, instrument code for
11828 Edebug.
11829
11830 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11831 similar to that of eval-defun.
11832
118332000-07-04 Dave Love <fx@gnu.org>
11834
11835 * hl-line.el (hl-line-overlay): Make it permanent-local.
11836
11837 * calendar/todo-mode.el: Replaced with a working version, based on
11838 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11839
118402000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11841
11842 * paths.el (prune-directory-list): New function.
11843 (Info-default-directory-list): Rewritten to more methodically
11844 enumerate a big list of possible info directories (based on the
11845 list used by the standalone info reader).
11846
11847 * info.el (info-initialize): Use prune-directory-list to remove
11848 non-existent directories from Info-directory-list.
11849
11850 * paths.el (Info-default-directory-list): Try a list of possible
11851 info-directories instead of a single one. Add the possible
11852 info directory "/usr/share/info".
11853
11854 * woman.el (woman-man.conf-path): Explicitly include the debian
11855 man-db config file "/etc/manpath.config".
11856 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11857 are present in `manpath.config'.
11858 (woman-manpath): Include "/usr/share/man".
11859
118602000-07-03 Gerd Moellmann <gerd@gnu.org>
11861
11862 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11863
11864 * startup.el (command-line): Initialize blink-cursor based
11865 on window-system.
11866
11867 * frame.el (blink-cursor): Default to nil if not running under
11868 a window-system.
11869
11870 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11871 (face-x-resources): Remove duplicate entry for :font.
11872
11873 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11874 instead of cycling through windows with next-window.
11875
11876 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11877 of cycling through windows with next-window.
11878
11879 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11880 of cycling through windows with next-window.
11881
11882 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11883 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11884 instead of cycling through windows with next-window.
11885
11886 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11887 instead of cycling through windows with next-window.
11888
11889 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11890 of cycling through windows with next-window.
11891
11892 * terminal.el (te-process-output): Use walk-windows instead of
11893 cycling through windows with next-window.
11894
11895 * server.el (server-switch-buffer): Use some-window instead of
11896 cycling through windows with next-window.
11897
11898 * window.el (some-window): New function.
11899 (walk-windows): Remove reference to walk-windows-start.
11900
11901 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11902
119032000-07-03 Richard Stallman <rms@gnu.org>
11904
11905 * window.el (walk-windows): Guarantee termination by keeping a list
11906 of all the windows already handled.
11907
119082000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11911 window-system.
11912
11913 * man.el (Man-notify-when-ready): Don't use window-system. If
11914 Man-notify-method is newframe, and the display is not
11915 multi-frame, select the frame created for the man page.
11916 (Man-init-defvars): Doc fix.
11917
119182000-06-28 Gerd Moellmann <gerd@gnu.org>
11919
11920 * faces.el (region): Change background color for light background.
11921
11922 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11923 attribute from mode-line face of Ediff control frame.
11924
11925 * replace.el (query-replace-map): Bind `e' like `E'.
11926
119272000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11928
11929 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11930 Change name to "Select All".
11931
11932 * dos-fns.el (convert-standard-filename): Fix last change.
11933
119342000-06-27 Gerd Moellmann <gerd@gnu.org>
11935
11936 * help.el (describe-variable): Don't insert a second `'s' in front
11937 of the string `value is shown below'. Since the syntax-table is
11938 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11939 an existing `'s', so that this won't be deleted.
11940
11941 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11942 * pcmpl-unix.el: New files.
11943
119442000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11945
11946 * wid-edit.el (widget-member): Use the new plist-member.
11947
119482000-06-26 Gerd Moellmann <gerd@gnu.org>
11949
11950 * replace.el (perform-replace): Undo change of 2000-04-04.
11951 Instead, move backward 1 character at the end of the loop when
11952 necessary.
11953
11954 * faces.el (fringe): Change face for different backgrounds.
11955
11956 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11957 patch from John.
11958
11959 * eshell/*.el: Change spelling of the Free Software Foundation.
11960
11961 * eshell/esh-toggle.el: Removed.
11962
11963 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11964
11965 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11966 interactively.
11967
119682000-06-26 Alex Schroeder <alex@gnu.org>
11969
11970 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11971 `define-key'; instead of checking `(emacs-version)' check for
11972 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11973 for `;' and `o' which might be electric.
11974
11975 (sql-electric-stuff): New user option.
11976 (sql-magic-go): New function which uses `sql-electric-stuff'.
11977 (sql-magic-semicolon): New function which uses
11978 `sql-electric-stuff'.
11979
11980 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11981 is not fboundp.
11982
11983 (sql-oracle-options): New variable.
11984 (sql-oracle): Use it.
11985
11986 (sql-imenu-generic-expression): Doc change.
11987 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11988 is used.
11989
11990 (sql-informix): Added command line parameter "-" to force
11991 sql-informix-program to use stdout.
11992
119932000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11994
11995 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11996 (cp864-decode-table): Doc fix.
11997 (cp720-decode-table): New variable, supports the Arabic OEM
11998 codepage used by Windows.
11999 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12000
120012000-06-23 Dave Love <fx@gnu.org>
12002
12003 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12004 (font-lock-fontify-anchored-keywords): Use
12005 line-beginning-position.
12006 (global-font-lock-mode): Use mapc.
12007
120082000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12009
12010 * eshell/esh-module.el: Require CL when compiling.
12011
120122000-06-23 Gerd Moellmann <gerd@gnu.org>
12013
12014 * comint.el (comint-substitute-in-file-name): Call replace-match
12015 with second and third arg t.
12016
12017 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12018 Specify foreground color.
12019
12020 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12021 color.
12022
12023 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12024
12025 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12026 cddr instead of cdddr.
12027
12028 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12029 instead of copy-list.
12030
12031 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12032 of copy-list.
12033
12034 * subdirs.el: Add eshell subdirectory.
12035
12036 * eshell: New subdirectory containing the Eshell package.
12037
12038 * pcomplete.el: New file.
12039
120402000-06-23 Paul Eggert <eggert@twinsun.com>
12041
12042 * mail/mailpost.el (post-mail-send-it): Make sure file has
12043 proper permissions from birth.
12044
12045 * files.el (basic-save-buffer-2): When temporarily setting
12046 file modes, set them to current modes plus 0200, not to 0777.
12047
12048 * emerge.el (emerge-make-temp-file): Make sure file has proper
12049 permissions from birth.
12050
120512000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12052
12053 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12054 backup file name through convert-standard-filename.
12055
12056 * dos-fns.el (convert-standard-filename): Convert leading
12057 directories as well. When long file names are supported, convert
12058 characters that are invalid in Windows file names.
12059
120602000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12061
12062 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12063 ps-print crashes. New feature: page selection for printing. Create
12064 raw-text-unix coding system for XEmacs. Doc fix.
12065 (ps-print-version): New version number (5.2.3).
12066 (ps-plot-region): Bug fix.
12067 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12068 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12069 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12070 funs.
12071 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12072 (ps-last-page): New vars.
12073
120742000-06-21 Gerd Moellmann <gerd@gnu.org>
12075
12076 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12077 empty option string.
12078
120792000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12080
12081 * man.el (man): Doc fix.
12082
120832000-06-21 Kenichi Handa <handa@etl.go.jp>
12084
12085 * international/mule-cmds.el (set-language-info-alist): Docstring
12086 fixed.
12087
120882000-06-20 Gerd Moellmann <gerd@gnu.org>
12089
12090 * version.el (emacs-version): Use ISO date format.
12091
12092 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12093 instead of `M-backspace'.
12094
12095 * simple.el (turn-off-auto-fill): New function.
12096
120972000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12098
12099 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12100 Renamed from with-buffer-prepared-for-font-lock and use
12101 inhibit-modification-hooks rather than setting *-change-functions.
12102 Update all functions to use the new name.
12103 (jit-lock-first-unfontify-pos): New semantics (and doc).
12104 (jit-lock-mode): Make non-interactive.
12105 Don't automatically turn on font-lock.
12106 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12107 Always use jit-lock-after-change.
12108 Remove and restore font-lock-after-change-function.
12109 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12110 (jit-lock-after-unfontify-buffer): Remove.
12111 (jit-lock-stealth-fontify):
12112 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12113 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12114
121152000-06-20 Sam Steingold <sds@gnu.org>
12116
12117 * emacs-lisp/cl-indent.el (toplevel): Indent
12118 `print-unreadable-object' properly. Untabify.
12119
121202000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12121
12122 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12123 Support for bibentry.
12124 (reftex-compile-variables): Fixed problem with end of section-re.
12125
12126 * texmodes/reftex-dcr.el (reftex-view-crossref,
12127 reftex-view-crossref-from-bibtex):
12128 Deal with changed `reftex-find-citation-regexp-format'.
12129 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12130 Replaced `remprop' with `put'.
12131 (reftex-view-crossref, reftex-view-crossref-when-idle):
12132 Support for bibentry.
12133
12134 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12135 New entry for bibentry package.
12136
12137 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12138 Regexp also matches "\nobibliography".
12139
12140 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12141 Call `reftex-ensure-write-access' before doing anything.
12142 (reftex-ensure-write-access): New function.
12143
121442000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12145
12146 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12147
12148 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12149
12150 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12151
12152 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12153
12154
121552000-06-20 Dave Love <fx@gnu.org>
12156
12157 * faces.el (frame-background-mode): Use set-default, not set, in
12158 setter.
12159 (frame-update-faces, frame-update-face-colors): Define with
12160 defalias.
12161
12162 * enriched.el (enriched-decode-foreground)
12163 (enriched-decode-background): Don't use internal-find-face.
12164
12165 * apropos.el: Doc fixes.
12166
12167 * cus-edit.el (customize-changed-options): Check arg.
12168 (customize-version-lessp): Don't require decimal point.
12169
12170 * custom.el (defcustom, defgroup): Doc fix.
12171
12172 * newcomment.el (comment) <defgroup>: Add :version.
12173 (comment-multi-line): Doc fix.
12174
12175 * emulation/mlsupport.el (define-hooked-local-abbrev,
12176 define-hooked-global-abbrev): Fix, using define-abbrev.
12177
121782000-06-19 Gerd Moellmann <gerd@gnu.org>
12179
12180 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12181 the whole buffer.
12182
121832000-06-19 Dave Love <fx@gnu.org>
12184
12185 * menu-bar.el (menu-bar-options-save): New function.
12186 (menu-bar-options-menu): Use it.
12187 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12188 Simplify.
12189
121902000-06-19 Andreas Schwab <schwab@suse.de>
12191
12192 * progmodes/etags.el (tags-query-replace): Put new parameters
12193 START and END at the end, for backward compatibility.
12194
121952000-06-19 Kenichi Handa <handa@etl.go.jp>
12196
12197 * international/codepage.el:
12198 (cp-coding-system-for-codepage-1): Delete special codes for
12199 generating xxx-dos coding system because now a CCL based coding
12200 system can handle EOL conversion by default.
12201
12202 * international/mule.el (make-coding-system): Generate subsidiary
12203 coding systems for EOL handling variants even for a CCL based
12204 coding system.
12205
122062000-06-19 Kenichi Handa <handa@etl.go.jp>
12207
12208 * international/isearch-x.el (isearch-minibuffer-input-method)
12209 (isearch-minibuffer-input-method-function): These variables
12210 deleted.
12211 (isearch-with-input-method): Don't use the above variables.
12212 (isearch-process-search-multibyte-characters): Likewise. Call
12213 read-string with the arg INHERIT-INPUT-METHOD t.
12214
122152000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12216
12217 * font-lock.el (font-lock-after-fontify-buffer)
12218 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12219
12220 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12221 Use consistent make-local-variable style for font-lock-fontified.
12222 (jit-lock-fontify-buffer):
12223 Don't bother checking for font-lock-mode and jit-lock-mode.
12224
12225 * time.el: Remove trailing ^M that prevent CVS-merging.
12226
122272000-06-16 Gerd Moellmann <gerd@gnu.org>
12228
12229 * Makefile.in (distclean): New target.
12230
122312000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12232
12233 * Makefile.in (srcdir): Define for update-subdirs.
12234
122352000-06-16 Gerd Moellmann <gerd@gnu.org>
12236
12237 * find-lisp.el: New file.
12238
122392000-06-16 Andrew Innes <andrewi@gnu.org>
12240
12241 * time.el (display-time-mail-function): New variable, to allow
12242 external packages to indicate when new mail is available.
12243 (display-time-update): Use it.
12244
122452000-06-16 Kenichi Handa <handa@etl.go.jp>
12246
12247 * international/mule.el (mule-version): Change version name to
12248 SAKAKI. AOI has already been used by Meadow.
12249
12250 * international/quail.el (quail-show-guidance-buf): To find the
12251 bottom window (but minibuffer), pay attention to the height of
12252 minibuffer.
12253
122542000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12255
12256 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12257 menu-bar menus. Add help strings. Don't remove the Edit menu
12258 from the menu bar, as the menu bar has enough space now.
12259
12260 * Makefile.in (SHELL): Make sure /bin/sh is used.
12261
12262 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12263 characters, which use series of two ^H characters instead of one.
12264
122652000-06-15 Gerd Moellmann <gerd@gnu.org>
12266
12267 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12268 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12269 functions.
12270 (Info-find-node-2): Try a case-sensitive search first, then
12271 do a case-insensitive search.
12272
12273 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12274 tutorials.
12275
12276 * complete.el (PC-env-vars-alist): New variable.
12277 (PC-complete-as-file-name): New function.
12278 (partial-completion-mode): Initialize PC-env-vars-alist from
12279 process-environment.
12280 (PC-do-completion): Handle completion of env vars.
12281
12282 * info.el (Info-set-mode-line): Show file name in mode line,
12283 use `*Info*' instead of `Info:'.
12284
12285 * startup.el (command-line-1): Change copyright messages to year
12286 2000.
12287
122882000-06-15 Dave Love <fx@gnu.org>
12289
12290 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12291 not local-map.
12292
122932000-06-15 Kenichi Handa <handa@etl.go.jp>
12294
12295 * international/mule.el (set-buffer-file-coding-system): Almost
12296 rewritten to handle `undecided' as no-op.
12297
122982000-06-14 Gerd Moellmann <gerd@gnu.org>
12299
12300 * Makefile.in: New file.
12301
12302 * Makefile: Removed.
12303
12304 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12305 (goto-address-highlight-keymap): Bind C-c RET.
12306
123072000-06-14 Kenichi Handa <handa@etl.go.jp>
12308
12309 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12310 inherits buffer-file-coding-system of the current buffer.
12311
12312 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12313 0. Give correct argument to set-auto-coding-function.
12314 (tar-expunge): For goto-char, use (point-min), not 0.
12315 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12316 (tar-subfile-save-buffer): Likewize.
12317
12318 * international/mule.el
12319 (after-insert-file-set-buffer-file-coding-system): Call
12320 set-buffer-file-coding-system with the arg FORCE t.
12321
123222000-06-13 Gerd Moellmann <gerd@gnu.org>
12323
12324 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12325 nil. Contemporary sendmails issue an X-Authentication-Warning if
12326 the sender is set with `-f'.
12327
123282000-06-13 Dave Love <fx@gnu.org>
12329
12330 * help.el (describe-function-1): Kluge around cases of functions
12331 fset to subrs whose doc doesn't match their symbol-name.
12332
12333 * image.el (insert-image): Default STRING to a space.
12334
12335 * info.el Doc fixes.
12336 (Info-build-node-completions): Match Ref tags.
12337
123382000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12339
12340 * frame.el (display-multi-frame-p, display-multi-font-p): New
12341 defaliases for display-graphic-p.
12342
12343 * hl-line.el: Fixed a typo in commentary.
12344
123452000-06-13 Kenichi Handa <handa@etl.go.jp>
12346
12347 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12348 fixed.
12349
123502000-06-12 Dave Love <fx@gnu.org>
12351
12352 * image.el (insert-image): Save a little consing.
12353
123542000-06-12 Kenichi Handa <handa@etl.go.jp>
12355
12356 * language/tibet-util.el: Convert all tibetan-1-column characters
12357 to the corresponding tibetan characters.
12358 (tibetan-add-components): Delete code for the special treatment of
12359 'a chung.
12360
12361 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12362 change.
12363 (tibetan-vowel-transcription-alist): More rules added.
12364 (tibetan-composite-vowel-alist): New variable.
12365 (tibetan-precomposition-rule-alist): More rules added.
12366
123672000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12368
12369 * startup.el (command-line): Only call menu-bar-mode if interactive.
12370
12371 * thingatpt.el (toplevel symbol-properties):
12372 * textmodes/makeinfo.el (makeinfo-compile):
12373 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12374 * progmodes/hideif.el (hif-compress-define-list)
12375 (hide-ifdef-use-define-alist):
12376 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12377 (ange-ftp-vms-add-file-entry):
12378 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12379 * man.el (Man-build-man-command):
12380 * mail/rnewspost.el (news-reply-header-hook):
12381 * info.el (Info-insert-dir):
12382 * emulation/mlconvert.el (backward-word, forward-word, setq):
12383 * emacs-lisp/gulp.el (gulp-send-requests):
12384 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12385 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12386 (byte-optimize-apply, end of file):
12387 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12388 (ad-make-freeze-definition):
12389 * startup.el (command-line, command-line-1): Don't quote lambdas.
12390
12391 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12392 (cvs-cleanup-removed): New function.
12393 (cvs-cleanup-functions): New var.
12394 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12395 some flexibility in specifying additional entries to auto-cleanup.
12396 (cvs-quickdir): New function.
12397 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12398 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12399 (cvs-mode-find-file): Check that we are on a filename or dirname
12400 when invoked through a mouse-click.
12401 (cvs-full-path): Remove.
12402 (cvs-dired-action): Re-introduced.
12403 (cvs-dired-noselect): Use it.
12404 (vc-post-command-functions): use this new hook if available.
12405
12406 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12407 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12408 (cvs-filename-map, cvs-dirname-map): Remove.
12409 (cvs-default-action): Remove.
12410 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12411 if the arg is really a keymap.
12412 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12413 Don't hardcode the mapping from state (aka type) to face, but check
12414 the var cvs-fi-<type>-face instead.
12415 (cvs-fileinfo-from-entries): New function.
12416
12417 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12418 Docstring fix.
12419 (cvs-find-file-and-jump): Change default to be safer.
12420 (cvs-mode-diff-map): Define it as a function as well.
12421 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12422 Bind mouse-2 in this global map rather than with text-properties.
12423
12424 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12425 file to resolve the ambiguity between C(conflict) and C(need-merge).
12426
124272000-06-12 Kenichi Handa <handa@etl.go.jp>
12428
12429 * international/mule.el (set-buffer-file-coding-system): If
12430 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12431 unconditionally.
12432
124332000-06-12 Dave Love <fx@gnu.org>
12434
12435 * wid-edit.el (widget-specify-button): Really suppress the face if
12436 required.
12437
124382000-06-11 Gerd Moellmann <gerd@gnu.org>
12439
12440 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12441
124422000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12443
12444 * imenu.el (imenu-generic-expression): Docstring fix.
12445
12446 * composite.el (composition-function-table): Move the `put'
12447 below the autoload cookie so we can load the file before loaddefs.
12448
12449 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12450
12451 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12452 Handle easy-mmode-define-global-mode.
12453 For complex macros like define-minor-mode that can generate
12454 several autoload entries, try to autoload entries in the
12455 macroexpanded code.
12456
12457 * emacs-lisp/easy-mmode.el (define-minor-mode):
12458 If KEYMAP is a symbol, just use it.
12459 Use byte-compile-current-file and load-file-name to infer the
12460 proper :require to pass to defcustom.
12461 Wrap the hook var into `progn' so as not to autoload it.
12462 Add a :autoload-end cookie.
12463 Be more careful about the evaluation of KEYMAP.
12464 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12465 (define-derived-mode): Move define-abbrev-table outside of defvar.
12466
124672000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12468
12469 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12470 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12471 (backup-compiled-files): Ignore errors during `tar'.
12472 (bootstrap): Make autoloads before elc files.
12473
124742000-06-10 Kenichi Handa <handa@etl.go.jp>
12475
12476 * international/mule.el (set-buffer-file-coding-system): If one of
12477 undecided-XXX is specified, change only EOL conversion.
12478
12479 * international/mule-conf.el (unix): New alias for the coding
12480 system undecided-unix.
12481
124822000-06-09 Dave Love <fx@gnu.org>
12483
12484 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12485
12486 * progmodes/executable.el: Byte compile dynamic.
12487 (executable-insert): Change custom type.
12488 (executable-find): Add autoload cookie.
12489 (executable-make-buffer-file-executable-if-script-p): New
12490 function. After Noah Friedman.
12491
12492 * files.el (after-save-hook): Customize, with
12493 executable-make-buffer-file-executable-if-script-p as an option.
12494
124952000-06-09 Kenichi Handa <handa@etl.go.jp>
12496
12497 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12498 "tib24p-mule.bdf" for Tibetan.
12499
12500 * composite.el (decompose-composite-char): Declare it as obsolete.
12501
12502 * man.el (Man-fontify-manpage): Pay attention to underline and
12503 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12504
125052000-06-08 Gerd Moellmann <gerd@gnu.org>
12506
12507 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12508 Set maintainer to FSF since author isn't reachable.
12509
125102000-06-08 Dave Love <fx@gnu.org>
12511
12512 * international/mule-cmds.el (select-safe-coding-system): If
12513 DEFAULT-CODING-SYSTEM is not specified, also check the most
12514 preferred coding-system if buffer-file-coding-system is
12515 `undecided'. From Handa.
12516
125172000-06-08 Kenichi Handa <handa@etl.go.jp>
12518
12519 * international/mule.el
12520 (after-insert-file-set-buffer-file-coding-system): If the buffer
12521 size is greater than INSERTED, judget that we are not visiting.
12522
125232000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12524
12525 * whitespace.el (defgroup whitespace): Comment out `:version'.
12526 XEmacs 20.4 has problems defining the group with this present.
12527 We'll have this commented out till get resolve the problem.
12528
125292000-06-07 John Wiegley <johnw@gnu.org>
12530
12531 * align.el (align-dq-string-modes, align-sq-string-modes)
12532 (align-open-comment-modes): Add pyhton-mode.
12533 (align-rules-list): Use get-text-property instead of
12534 text-properties-at.
12535 (align-rules-list): Add python-assignment.
12536 (align-rules-list): Change perl-comma-delimiter to
12537 basic-comma-delimiter. Use if for Perl modes and python-mode.
12538 (align-rules-list): Add python-chain-logic and
12539 basic-line-continuation.
12540
125412000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12542
12543 * apropos.el (apropos-mode-hook): New user variable.
12544 (apropos-mode): Run apropos-mode-hook.
12545
125462000-06-07 David Ponce <david@dponce.com>
12547
12548 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12549 commands. Require `wid-edit' at run-time.
12550
125512000-06-07 David Ponce <david@dponce.com>
12552
12553 * recentf.el: Added some "Commentary".
12554 (recentf-open-more-files, recentf-edit-list): Minor changes to
12555 move the point at the top of the file list. This behaviour is
12556 consistent with the menu one when the list contains a lot of
12557 files.
12558 (recentf-cleanup): Now displays the number of items removed from
12559 the list.
12560 (recentf-relative-filter) New menu filter to show filenames
12561 relative to `default-directory'.
12562
125632000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12564
12565 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12566 with/without giving an error if PostScript printer doesn't have this
12567 kind of page size. Zebra Stripe continues or restarts on next page.
12568 Manual/automatic paper feeding. Switch or not the header.
12569 (ps-print-version): New version number (5.2.2).
12570 (ps-windows-system): Include emx as a Windows system.
12571 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12572 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12573 (ps-background-text): Code fix.
12574 (ps-error-handler-message, ps-user-defined-prologue)
12575 (ps-print-prologue-header, ps-printer-name)
12576 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12577 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12578 (ps-use-face-background): Customization fix.
12579 (ps-n-up-database): Data fix.
12580 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12581 (ps-switch-header): New vars.
12582 (ps-xemacs-color-name, ps-face-foreground-name)
12583 (ps-face-background-name, ps-boolean-constant): New funs.
12584
125852000-06-07 Dave Love <fx@gnu.org>
12586
12587 * allout.el: New version from Manheimer.
12588
125892000-06-07 Kenichi Handa <handa@etl.go.jp>
12590
12591 * textmodes/fill.el (fill-find-break-point): Check the validity of
12592 charset.
12593
125942000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12595
12596 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12597 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12598 Call display-color-p and display-mouse-p instead of looking at
12599 window-system.
12600
126012000-06-06 Dave Love <fx@gnu.org>
12602
12603 * image.el (find-image): Doc fix. Return nil if image not found.
12604 (put-image, insert-image): Make STRING arg optional.
12605
126062000-06-06 Kenichi Handa <handa@etl.go.jp>
12607
12608 * language/vietnamese.el: Remove eval-when-compile.
12609 (viet-viscii-nonascii-translation-table): Define it as a
12610 translation table made from viet-viscii-decode-table.
12611 (viet-viscii-encode-table): Define it as a translation table made
12612 from the reverse map of above.
12613 (viet-vscii-nonascii-translation-table): Define it as a
12614 translation table made from viet-vscii-decode-table.
12615 (viet-vscii-encode-table): Define it as a translation table made
12616 from the reverse map of above.
12617 (ccl-decode-viscii): Use translate-character.
12618 (ccl-encode-viscii, ccl-encode-viscii-font)
12619 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12620 Likewize.
12621
12622 * language/cyrillic.el: Remove eval-when-compile.
12623 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12624 translation table made from cyrillic-koi8-r-decode-table.
12625 (cyrillic-koi8-r-encode-table): Define it as a translation table
12626 made from the reverse map of above.
12627 (ccl-decode-koi8): Use translate-character.
12628 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12629 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12630 a translation table made from cyrillic-alternativnyj-decode-table.
12631 (cyrillic-alternativnyj-encode-table): Define it as a translation
12632 table made from the reverse map of above.
12633 (ccl-decode-alternativnyj): Use translate-character.
12634 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12635 Likewize
12636
12637 * international/mule-diag.el (non-iso-charset-alist): Specify
12638 translation table symbol instead of translation table itself.
12639 (list-block-of-chars): CHARSET may be a translation table symbol.
12640
12641 * international/mule.el (make-coding-system): If CODING-SYSTEM
12642 already exists, override it.
12643
12644 * international/fontset.el: Use family `proportional' for Tibetan
12645 fonts.
12646
12647 * international/ccl.el (ccl-compile-translate-character): Don't
12648 check if Rrr has property translation-table.
12649 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12650
126512000-06-05 Gerd Moellmann <gerd@gnu.org>
12652
12653 * info.el: Bind case-fold-search to t when searching in case
12654 a user sets it to nil in a hook.
12655
126562000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12657
12658 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12659 * hl-line.el (hl-line-mode): Use the new :global key argument.
12660
12661 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12662 (tar-clip-time-string): Prepend a space.
12663 (tar-grind-file-mode): Construct a string rather than modifying one.
12664 (tar-header-block-summarize): Fix docstring.
12665 Use `format' rather than an error-prone set of copy-loops.
12666
12667 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12668 (diff-goto-source, diff-unified->context, diff-context->unified)
12669 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12670 understand the format output by the `-p' argument to diff.
12671
12672 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12673 (sh-re-done): Use defconst.
12674 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12675 (sh-help-string-for-variable, sh-guess-basic-offset):
12676 Don't quote lambdas.
12677 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12678 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12679
12680 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12681 (mh-letter-mode): Derive from text-mode.
12682 This implicitly means that it now calls kill-all-local-variables.
12683 Also remove the Emacs-18 compatibility code.
12684
12685 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12686 Make use of symbol-property doc-string-elt.
12687 Use memq rather than a sequence of eq.
12688 (doc-string-elt): Fix the wrong or missing previously unused values.
12689 (autoload-print-form): New function extracted from
12690 generate-file-autoloads to allow recursion when handling progn
12691 so that defvar's and defun's docstrings are properly printed.
12692 (generate-file-autoloads): Use it.
12693
12694 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12695 Use find-file-hooks in the minor-mode function.
12696 Be careful not to loop indefinitely in the post-command-hook function.
12697
126982000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12699
12700 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12701 tty's.
12702 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12703 differences whenever appropriate.
12704 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12705 * viper.el (find-file, find-file-other-window): Get viper to do
12706 wildcards.
12707
127082000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12709
12710 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12711 (jit-lock-fontify-buffer): New function for JIT refontification.
12712 (jit-lock-mode): Fix docstring.
12713 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12714 Remove jit-lock-after-change from the _local_ hook.
12715 (jit-lock-function-1): Fix docstring.
12716
12717 * info.el (Info-on-current-buffer): Initialize info.
12718
12719 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12720
12721 * progmodes/tcl.el (tcl-indent-for-comment):
12722 Ignore comment-indent-hook.
12723
12724 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12725 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12726 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12727 and improve to use the lighter to guess the capitalization.
12728 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12729 Add keyword arguments to specify global-ness or the custom group.
12730 Add local-map and help-echo properties to the lighter.
12731 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12732 (easy-mmode-define-global-mode): New macro.
12733
127342000-06-02 Dave Love <fx@gnu.org>
12735
12736 * wid-edit.el: byte-compile-dynamic since we typically don't use
12737 all the widgets. Don't require cl or widget. Remove
12738 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12739 (widget-read-event): Removed. Callers changed to use read-event.
12740 (widget-button-release-event-p): Renamed from
12741 button-release-event-p.
12742 (widget-field-add-space, widget-field-use-before-change):
12743 Uncustomize.
12744 (widget-specify-field): Use keymap property, not local-map.
12745 (widget-specify-button): Obey :suppress-face.
12746 (widget-specify-insert): Use modern backquote syntax.
12747 (widget-image-directory): Renamed from widget-glyph-directory.
12748 (widget-image-enable): Renamed from widget-glyph-enable.
12749 (widget-image-find): Replaces widget-glyph-find.
12750 (widget-button-pressed-face): Move defvar.
12751 (widget-image-insert): Replaces widget-glyph-insert.
12752 (widget-convert): Use keywordp.
12753 (widget-leave-text, widget-children-value-delete): Use mapc.
12754 (widget-keymap): Remove XEmacs stuff.
12755 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12756 (widget-button-click): Don't set point at the click, but re-centre
12757 if we scroll out of window. Rewritten for images v. glyphs &c.
12758 (widget-tabable-at): Use POS arg, not point.
12759 (widget-beginning-of-line, widget-end-of-line)
12760 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12761 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12762 (widget-default-create): Use widget-image-insert; some rewriting.
12763 (widget-visibility-value-create)
12764 (widget-push-button-value-create, widget-toggle-value-create): Use
12765 widget-image-insert.
12766 (checkbox): Create on and off images dynamically.
12767 (documentation-link): Change :help-echo.
12768 (widget-documentation-link-echo-help): Remove.
12769
127702000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12771
12772 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12773
12774 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12775 (easy-mmode-define-toggle, define-minor-mode): Use it.
12776 (easy-mmode-define-keymap): Docstring fix.
12777 (define-derived-mode): Default PARENT to fundamental-mode.
12778 Add the derived-mode-parent symbol-property.
12779 (easy-mmode-derived-mode-p): New function.
12780
127812000-06-02 Dave Love <fx@gnu.org>
12782
12783 * files.el (convert-standard-filename): Doc fix.
12784 (normal-backup-enable-predicate): New function.
12785 (backup-enable-predicate): Use it to replace the lambda form.
12786
12787 * calendar/todo-mode.el: [This needs more work on the outline
12788 stuff.] Doc fixes.
12789 (todo) <defgroup>: Add :version.
12790 (todo-add-category): Don't use pushnew.
12791 (todo-cmd-raise): Fix typo.
12792 (todo-top-priorities): Change temp buffer name.
12793 (todo-category-alist): Avoid redundant lambda.
12794 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12795 Use outline-next-heading.
12796
12797 * autoarg.el: Rewritten to use define-minor-mode.
12798 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12799 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12800
128012000-06-02 Kenichi Handa <handa@etl.go.jp>
12802
12803 * isearch.el (isearch-other-meta-char): Fix previous change.
12804
128052000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12806
12807 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12808 (log-edit-done): Only add the comment to the ring if it's different
12809 from the last comment entered.
12810
12811 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12812
128132000-06-01 Dave Love <fx@gnu.org>
12814
12815 * hl-line.el: Rewritten using define-minor-mode.
12816
12817 * help.el (describe-function-1): Distinguish special form from
12818 builtin function. Sanity-check presence of arglist for builtins.
12819
128202000-06-01 Kenichi Handa <handa@etl.go.jp>
12821
12822 * international/characters.el: Fix syntax/category setting of
12823 Tibetan characters.
12824
12825 * language/tibet-util.el (tibetan-add-components): Fixes for new
12826 encoding of Tibetan characters.
12827 (tibetan-decompose-precomposition-alist): New variable.
12828 (tibetan-decompose-region): Convert precomposed characters to
12829 non-precomposed characters.
12830 (tibetan-decompose-string): Likewise.
12831 (tibetan-composition-function): Fix args to
12832 thibetan-compose-string.
12833
12834 * language/tibetan.el (tibetan-composable-pattern): More
12835 characters included.
12836 (tibetan-consonant-transcription-alist): Rule for "R" added.
12837 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12838 "+R" added.
12839 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12840
12841 * language/lao-util.el (lao-composition-function): Fix args to
12842 compose-string.
12843
12844 * language/thai-util.el (thai-composition-function): Fix args to
12845 compose-string.
12846
12847 * isearch.el (isearch-update): Set disable-point-adjustment to t
12848 to prevent the point moving to the end of a composition when a
12849 part of a composition is searched.
12850 (isearch-other-meta-char): If the key invoking this command can be
12851 mapped by function-key-map to a printing char, call
12852 isearch-process-search-char directly.
12853
128542000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12855
12856 * emacs-lisp/bytecomp.el:
12857 * frame.el:
12858 * international/mule-cmds.el:
12859 * international/mule-util.el:
12860 * international/mule.el:
12861 * mouse.el:
12862 * subr.el:
12863 * faces.el: Update calls to make-obsolete with a WHEN argument.
12864
12865 * byte-run.el (make-obsolete, make-obsolete-variable):
12866 Add an optional WHEN argument and change the format of the
12867 symbol-property information.
12868 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12869 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12870 new obsolete-symbol-property format and print WHEN if it is provided.
12871
128722000-05-31 Dave Love <fx@gnu.org>
12873
12874 * loadhist.el (loadhist-hook-functions): Remove
12875 before-change-function, after-change-function.
12876 (unload-feature): Deal with symbols which are both bound and
12877 fbound.
12878
12879 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12880 before-change-function, after-change-function.
12881
12882 * simple.el (newline): Don't bind before-change-function,
12883 after-change-function.
12884
128852000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12886
12887 * whitespace.el (whitespace-rescan-timer-time): Update interval
12888 set to 600 seconds (10 minutes) instead of 60 seconds since
12889 a large number of whitespace buffers causes emacs to `freeze'
12890 for a considerable amount of time.
12891
12892 * whitespace.el: Updated email address
12893
128942000-05-31 Dave Love <fx@gnu.org>
12895
12896 * add-log.el (change-log-font-lock-keywords) <function>: Add
12897 pattern for function of change.
12898 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12899 acknowledgements patterns.
12900
129012000-05-31 Kenichi Handa <handa@etl.go.jp>
12902
12903 * isearch.el (isearch-printing-char): If keyboard coding system is
12904 being used, call isearch-process-search-multibyte-characters.
12905
12906 * international/isearch-x.el: Mostly rewritten.
12907
12908 * international/quail.el (quail-start-conversion): Don't include
12909 unhandled events in the returned events, but set them in
12910 unread-command-events. Exit if all inputs are deleted.
12911
129122000-05-30 Jason Rumney <jasonr@gnu.org>
12913
12914 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12915
12916 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12917 Reenable code to create initial fontsets.
12918 Use set-fontset-font in place of put-charset-property.
12919
129202000-05-30 Gerd Moellmann <gerd@gnu.org>
12921
12922 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12923 label, ensure that the first colon isn't followed by another.
12924
12925 * paths.el (Info-default-directory-list): Doc fix.
12926
12927 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12928 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12929 send a query containing USER only, not USER@HOST.
12930
12931 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12932 and rmail-msgend to compute the restriction at the end, instead of
12933 computing it.
12934
129352000-05-29 Gerd Moellmann <gerd@gnu.org>
12936
12937 * dabbrev.el (dabbrev-expand): Don't display messages in the
12938 echo area if the minibuffer window is active.
12939
12940 * jit-lock.el (jit-lock-mode): Add after change function to
12941 local hook.
12942
129432000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12944
12945 * antlr-mode.el: New commands: hide/unhide actions,
12946 upcase/downcase literals.
12947 (antlr-tiny-action-length): New user option.
12948 (antlr-hide-actions): New command. Suggested by
12949 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12950 (antlr-mode-map): New binding [C-c C-v].
12951 (antlr-mode-menu): New entries.
12952 (antlr-downcase-literals): New command.
12953 (antlr-upcase-literals): Ditto.
12954
12955 * antlr-mode.el: Minor changes: indendation, mode-name.
12956 (antlr-indent-line): Indent cpp directive at column 0.
12957 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12958
12959 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12960 (antlr-font-lock-additional-keywords): Workaround for intentional
12961 bug in XEmacs version of font-lock.
12962 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12963 be used by a smarter version of `buffers-menu-grouping-function'.
12964
129652000-05-29 Gerd Moellmann <gerd@gnu.org>
12966
12967 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12968 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12969
129702000-05-29 Kenichi Handa <handa@etl.go.jp>
12971
12972 * international/encoded-kb.el
12973 (encoded-kbd-iso2022-designation-map): Pay attention to that
12974 charset-iso-final-char return -1 for eight-bit-control and
12975 eight-bit-graphic.
12976
129772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12978
12979 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12980 (speedbar-easymenu-definition-base): Use display-graphic-p where
12981 available, instead of window-system.
12982
129832000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12984
12985 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12986 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12987 coding systems.
12988
129892000-05-26 Dave Love <fx@gnu.org>
12990
12991 * disp-table.el (standard-display-underline): Don't use
12992 internal-find-face.
12993
12994 * mail/reporter.el: Maintainer change. Doc fixes.
12995 (reporter-version): Deleted.
12996
12997 * emacs-lisp/elp.el: Maintainer change.
12998 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12999
130002000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13001
13002 * add-log.el (add-change-log-entry): Merge the current entry with the
13003 previous one if the previous one is empty.
13004
130052000-05-26 Dave Love <fx@gnu.org>
13006
13007 * loadhist.el (unload-feature): Fix interactive spec [from
13008 lijnzaad@ebi.ac.uk].
13009
13010 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13011 subr-arity to check primitives.
13012 (byte-compile-flush-pending, byte-compile-file-form-progn)
13013 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13014 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13015 mapcar.
13016
130172000-05-26 Kenichi Handa <handa@etl.go.jp>
13018
13019 * international/fontset.el: Set family names of non-latin charsets
13020 in default fontset to "*".
13021
13022 * international/mule-diag.el (print-fontset): Combine family part
13023 and registry part of the fontname by "-*-" instead of "-".
13024
13025 * international/mule-cmds.el (encode-coding-char): Make strings
13026 multibyte before calling encode-coding-string.
13027
130282000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13029
13030 * derived.el: Fix keywords.
13031 (define-derived-mode): Only define if needed.
13032
13033 * simple.el (fill-comment, comment-column, comment-start)
13034 (comment-start-skip, comment-end, comment-indent-function)
13035 (block-comment-start, block-comment-end, indent-for-comment)
13036 (set-comment-column, kill-comment, comment-padding, comment-region)
13037 (comment-multi-line, indent-new-comment-line): Remove.
13038
13039 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13040 function names for comment operations.
13041
13042 * newcomment.el: Add abundant autoload cookies.
13043 (comment-style): Don't depend on runtime data at compile-time.
13044 (comment-indent-hook): Remove.
13045 (comment-indent): Check if comment-indent-hook is bound.
13046 (comment-region): Docstring fix.
13047
130482000-05-25 Dave Love <fx@gnu.org>
13049
13050 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13051 byte-code-function-p.
13052
13053 * mail/rmailsum.el: Add provide.
13054
13055 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13056
13057 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13058 defcustom.
13059
130602000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13061
13062 * ediff-diff.el (ediff-exec-process): delete --binary option from
13063 non-buffer ediff jobs.
13064
130652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13066
13067 * hilit-chg.el (highlight-changes-mode): Ask about color or
13068 grayscale support, not about window-system.
13069
13070 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13071 window-system.
13072 (ffap-highlight): Always default to t.
13073
13074 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13075 display-popup-menus-p instead of looking at window-system.
13076
13077 * disp-table.el (standard-display-g1, standard-display-graphic):
13078 Only refuse to use string glyphs on X and MS-Windows.
13079
13080 * avoid.el: Remove window-system from commentary, suggest to use
13081 display-*-p instead.
13082
13083 * apropos.el (apropos-print): Use display-mouse-p instead of
13084 window-system.
13085
130862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13087
13088 * international/codepage.el (cp-decoding-vector-for-codepage):
13089 Fill up unsupported characters with their own codes. From Kenichi
13090 Handa.
13091
130922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13093
13094 * international/mule-diag.el (describe-char-after): Use
13095 display-graphic-p instead of window-system, so that this function
13096 works on MS-DOS.
13097
130982000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13099
13100 * international/codepage.el (cp-make-coding-systems-for-codepage):
13101 Remove the eight-bit-graphic and eight-bit-control charsets from
13102 the list of charsets which we convert into `?'.
13103
131042000-05-25 Kenichi Handa <handa@etl.go.jp>
13105
13106 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13107 private charsets.
13108 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13109 japanese-jisx0213-2): New charsets.
13110
13111 * international/fontset.el: Setup default fontset for new charsets.
13112
131132000-05-24 Dave Love <fx@gnu.org>
13114
13115 * info.el (Info-find-node-2): Restructure [following "Vadim
13116 S. Solomin" <sovs@uic.nnov.ru>].
13117
13118 * icomplete.el: Fix header for Finder.
13119
131202000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13121
13122 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13123 STAY.
13124
13125 * rmail.el (rmail-automatic-folder-directives): New user variable.
13126 (rmail-show-message): Add call to `rmail-auto-file' during
13127 display.
13128 (rmail-auto-file): New function.
13129
131302000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13131
13132 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13133 account.
13134 (ediff-test-utility,ediff-diff-mandatory-option)
13135 (ediff-reset-diff-options): Utilities for proper initialization of
13136 ediff-diff-options and ediff-diff3-options on Windows.
13137
13138 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13139 variable.
13140
13141 * ediff-mult.el (ediff-filegroup-action): Use
13142 ediff-merge-filename-prefix.
13143
131442000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13145
13146 * viper-ex.el (ex-write): Set selective display to nil.
13147
131482000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13149
13150 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13151 aliases for hebrew-iso-8bit.
13152
131532000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13154
13155 * woman.el: New version from Francis J. Wright
13156 <F.J.Wright@Maths.QMW.ac.uk>.
13157 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13158 names in environment variables regardless of the path separator.
13159 (woman-topic-all-completions-1): Don't call file-name-directory-p
13160 on all files, since woman-file-regexp already filters out any
13161 directories.
13162
131632000-05-24 Kenichi Handa <handa@etl.go.jp>
13164
13165 * international/quail.el (quail-start-translation): Don't change
13166 modified-p of the current buffer.
13167 (quail-start-conversion): Likewise.
13168
13169 * international/kkc.el (kkc-region): Don't change modified-p of
13170 the current buffer.
13171
13172 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13173 conform to RFC1468.
13174 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13175
131762000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13177
13178 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13179 (speedbar-insert-button): Invisible text property fix.
13180 (speedbar-directory-plus): Renamed from speedbar-directory-+
13181 (speedbar-directory-minus): Renamed from speedbar-directory--
13182 (speedbar-page-plus): Renamed from speedbar-file-+
13183 (speedbar-page-minus): Renamed from speedbar-file--
13184 (speedbar-page): Renamed from speedbar-file-
13185 (speedbar-tag): Renamed from speedbar-tag-
13186 (speedbar-tag-plus): Renamed from speedbar-tag-+
13187 (speedbar-tag-minus): Renamed from speedbar-tag--
13188 (speedbar-expand-image-button-alist): Use above renames.
13189
13190 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13191 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13192 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13193 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13194 * sb-pg.xpm: Renamed from sb-file.xpm
13195 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13196 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13197
131982000-05-24 Kenichi Handa <handa@etl.go.jp>
13199
13200 * international/quail.el (quail-show-guidance-buf): Set
13201 current-input-method of the guidance buffer to the name of the
13202 curren input method.
13203
132042000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13205
13206 * progmodes/compile.el (compile-internal): Style typo.
13207
13208 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13209 quote vars and functions in the docstring.
13210
13211 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13212
13213 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13214 Don't quote lambdas.
13215
13216 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13217
132182000-05-23 Gerd Moellmann <gerd@gnu.org>
13219
13220 * startup.el (command-line): Determine source file of compiled
13221 user init file differently. Warn if compiled user init file
13222 is older than its source file.
13223
13224 * ffap.el (ffap-url-regexp): Add `https'.
13225
132262000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13227
13228 * files.el (make-backup-file-name-1): Replace slashes with `!'
13229 rather than `|' (which is not allowed on Windows). Replace the
13230 drive letters with a string "drive_X".
13231
132322000-05-23 Gerd Moellmann <gerd@gnu.org>
13233
13234 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13235
13236 * files.el (interpreter-mode-alist): Add `bash2'.
13237
132382000-05-22 Dave Love <fx@gnu.org>
13239
13240 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13241 mapc.
13242 (feature-file): Avoid calling symbol-name. Doc fix.
13243 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13244 (loadhist-hook-functions): Add mouse-position-function.
13245 (unload-feature): Change uses of mapcar.
13246
13247 * files.el (parse-colon-path): Doc fix.
13248 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13249 (set-auto-mode): Use mapc.
13250
13251 * complete.el (PC-look-for-include-file): Use :alnum: character
13252 class.
13253 (partial-completion-mode): Add autoload cookie.
13254
132552000-05-22 Sam Steingold <sds@gnu.org>
13256
13257 * info.el (Info-fontify-node): Fixed the call to
13258 `add-text-properties' (bug introduced on 2000-05-18).
13259
132602000-05-22 Dave Love <fx@gnu.org>
13261
13262 * bindings.el: Remove debug-ignored-errors set in other files.
13263
13264 * progmodes/etags.el: Add to debug-ignored-errors.
13265 (visit-tags-table-buffer): Clear out buffers holding old tables
13266 when making a new list.
13267 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13268 mapc.
13269
13270 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13271 quote keywords.
13272 (cmpl-string-case-type): Use character classes.
13273
13274 * comint.el:
13275 * textmodes/ispell.el:
13276 * imenu.el:
13277 * mail/mh-e.el:
13278 * progmodes/compile.el: Add to debug-ignored-errors.
13279
13280 * dabbrev.el: Add to debug-ignored-errors.
13281 (dabbrev-completion): Use mapc.
13282
132832000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13284
13285 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13286 (woman-mapcan, woman-parse-man.conf)
13287 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13288 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13289 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13290 path syntax better.
13291 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13292 (woman-manpath): Call woman-parse-man.conf.
13293 (woman-emulation): New defcustom, defaults to nroff.
13294 (woman-font-support): New defconst.
13295 (woman-use-symbol-font): New defcustom.
13296 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13297 "Emulation".
13298 Many functions: Doc fix.
13299
133002000-05-22 Kenichi Handa <handa@etl.go.jp>
13301
13302 * international/quail.el (quail-simple-translation-keymap): Map
13303 128..255 to quail-self-insert-command.
13304 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13305
133062000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13307
13308 * help.el (help-manyarg-func-alist): Typo.
13309
13310 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13311 intervals which makes it heaps simpler.
13312
13313 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13314 the nested comment markers.
13315
13316 * subr.el (remove-hook): Don't turn the hook's value into a list.
13317
133182000-05-21 Dave Love <fx@gnu.org>
13319
13320 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13321 are invalid characters.
13322
13323 * international/mule-util.el (detect-coding-with-priority): Use
13324 mapc. Remove redundant lambda.
13325
13326 * international/mule-diag.el (list-non-iso-charset-chars)
13327 (describe-fontset): Remove redundant lambda.
13328
13329 * emulation/crisp.el (brief-mode): New alias.
13330
13331 * emacs-lisp/ring.el (ring-elements): New function.
13332
13333 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13334 (easy-menu-do-add-item): Use keywordp.
13335
13336 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13337
13338 * replace.el: Doc and error message fixes.
13339 (replace-highlight): Use facep, not internal-find-face.
13340
133412000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13342
13343 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13344
13345 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13346 (log-edit-insert-changelog): Drop `:' as well.
13347
13348 * log-view.el: Fix file description.
13349 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13350 available.
13351 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13352 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13353
13354 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13355 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13356 Print a status message if the toggle is called interactively.
13357 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13358 for global minor modes and use `defcustom' for them.
13359 Use add-minor-mode.
13360 (easy-mmode-define-derived-mode): Remove.
13361 (define-derived-mode): Fancier default docstring.
13362 (easy-mmode-define-navigation): Signal an error rather than (ding).
13363
13364 * newcomment.el (comment-styles): New `box-multi'.
13365 (comment-normalize-vars): Better default for comment-continue to
13366 avoid whitespace-only continuations.
13367 (comment-search-forward): Always move even in the no-syntax case.
13368 (comment-padright): Only obey N if it's only obeyed for padleft.
13369 (comment-make-extra-lines): Better handling of empty continuations.
13370 Use `=' for the filler if comment-start has only one character.
13371 (uncomment-region): Try handling the special `=' filler.
13372 (comment-region): Allow LINES even if MULTI is nil.
13373 (comment-box): Choose box style based on comment-style.
13374
133752000-05-20 Kenichi Handa <handa@etl.go.jp>
13376
13377 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13378 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13379
133802000-05-20 Kenichi HANDA <handa@etl.go.jp>
13381
13382 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13383 and insert, not subst-char-in-region.
13384
13385 * international/mule-diag.el (list-character-sets-1): Handle
13386 charsets eight-bit-control and eight-bit-graphic.
13387 (list-iso-charset-chars): Likewise.
13388 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13389 charactes as is. Use indent-to to align characters.
13390
13391 * international/mule-cmds.el (find-multibyte-characters): Never
13392 exclude charsets eight-bit-control and eight-bit-graphic.
13393
133942000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13395
13396 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13397 Don't quote lambdas.
13398
13399 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13400
134012000-05-19 Gerd Moellmann <gerd@gnu.org>
13402
13403 * gud.el (gud-jdb-directories): Doc fix.
13404
134052000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * newcomment.el: New file.
13408
134092000-05-19 Gerd Moellmann <gerd@gnu.org>
13410
13411 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13412
134132000-05-18 Andreas Schwab <schwab@suse.de>
13414
13415 * dired.el (dired-between-files): Also skip lines beginning with
13416 `used'.
13417
134182000-05-18 Gerd Moellmann <gerd@gnu.org>
13419
13420 * msb.el (msb-menu-cond): Add choice `user'.
13421
134222000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13423
13424 * ps-print.el: Compatibility, customization and doc fix.
13425 (ps-printer-name-option): Replace defconst by defvar.
13426 (ps-postscript-code-directory): XEmacs compatibility.
13427 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13428 fix.
13429 (ps-user-defined-prologue, ps-print-prologue-header)
13430 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13431 compatibility and code fix.
13432 (ps-print-background-image, ps-print-background-text):
13433 Customization fix.
13434 (ps-line-number-start, ps-n-up-on): New vars.
13435
134362000-05-18 Espen Skoglund <esk@ira.uka.de>
13437
13438 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13439 the indent-comment function to just return the appropriate indent.
13440
134412000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13442
13443 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13444 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13445 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13446
134472000-05-18 Dave Love <fx@gnu.org>
13448
13449 * info.el (Info-fontify-node): Add intangible property as well as
13450 invisible.
13451
13452 * calendar/appt.el (appt-make-list): Match all lines of entry.
13453 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13454
134552000-05-18 Kenichi Handa <handa@etl.go.jp>
13456
13457 * international/mule-diag.el (describe-char-after): Call
13458 internal-char-font, not char-font. If internal-char-font returns
13459 nil, display "-- none --".
13460
134612000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13462
13463 * image.el (image-type-available-p): Don't reference image-types
13464 if it isn't bound.
13465
134662000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13467
13468 * autoarg.el (autoarg-mode): Typo in the :set argument.
13469
134702000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13471
13472 * startup.el (command-line-1): Don't signal an error if the
13473 directory for auto-save-list files does not yet exist.
13474
134752000-05-17 Kenichi Handa <handa@etl.go.jp>
13476
13477 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13478
134792000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13480
13481 * subr.el (remove-hook): `setq' hook-value, not `set'.
13482
134832000-05-16 Sam Steingold <sds@gnu.org>
13484
13485 * info.el (debug-ignored-errors): More errors to ignore.
13486
134872000-05-16 Dave Love <fx@gnu.org>
13488
13489 * cus-edit.el: Don't require cl or easymenu.
13490 (custom-variable-prompt): Test standard-value property, not
13491 user-variable-p.
13492
134932000-05-16 Sam Steingold <sds@gnu.org>
13494
13495 * subr.el (add-hook): `setq' hook-value, not `set'.
13496
134972000-05-16 Gerd Moellmann <gerd@gnu.org>
13498
13499 * startup.el (command-line-1): Mention the FAQ in the startup
13500 message.
13501
13502 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13503
13504 * progmodes/compile.el (compilation-parse-errors): Collect
13505 `nomessage' regexps last.
13506
13507 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13508
13509 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13510 to the function name.
13511
135122000-05-15 Dave Love <fx@gnu.org>
13513
13514 * speedbar.el (speedbar-recenter): Typo.
13515 (speedbar-expand-line): Make arg optional.
13516 (speedbar-mode): Avoid a compiler warning.
13517
135182000-05-15 Gerd Moellmann <gerd@gnu.org>
13519
13520 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13521 user-specified option string is empty.
13522
13523 * mouse.el (mouse-yank-at-click): Doc fix.
13524
135252000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13526
13527 * term/internal.el (IT-character-translations): More updates of
13528 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13529 documents.
13530
135312000-05-15 Gerd Moellmann <gerd@gnu.org>
13532
13533 * env.el (getenv): New function, interactively callable.
13534 (setenv, getenv): Remove autoload cookies.
13535
13536 * loadup.el: Load `env'.
13537
13538 * progmodes/f90.el: Change author's mail address.
13539
135402000-05-14 Dave Love <fx@gnu.org>
13541
13542 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13543 goto-addr as an option.
13544
13545 * help.el (help-xref-stack): Doc fix.
13546 (help-xref-following): New variable.
13547 (help-make-xrefs): Use it.
13548 (help-xref-go-back): Use position information from stack element.
13549 (help-follow): Make position in stack element a pair. Use
13550 help-xref-following.
13551
13552 * autoarg.el: New file.
13553
13554 * faces.el: Declare more functions obsolete.
13555
13556 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13557 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13558 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13559 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13560 Remove all the setup-...-environment functions.
13561
135622000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13563
13564 * speedbar.el: Updated the commentary section. xemacs20p now uses
13565 >= when detecting. Require `defimage' safely.
13566 (speedbar-easymenu-definition-base): Add toggle for images.
13567 (speedbar-easymenu-definition-special): Add flush cache & expand.
13568 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13569 (speedbar-reconfigure-keymaps-hook): New variable.
13570 (speedbar-frame-parameters): Updated documentation.
13571 (speedbar-use-imenu-flag): Updated custom tag
13572 (speedbar-dynamic-tags-function-list): New variable.
13573 (speedbar-tag-hierarchy-method): Updated doc & custom.
13574 (speedbar-indentation-width, speedbar-indentation-width) New
13575 variables.
13576 (speedbar-hide-button-brackets-flag): Customizable.
13577 (speedbar-vc-indicator): Doc update.
13578 (speedbar-ignored-path-expressions): Updated default value.
13579 (speedbar-supported-extension-expressions): Updated default value.
13580 (speedbar-syntax-table): Remove {} paren status.
13581 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13582 as "+". Added overlay aliases.
13583 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13584 `force-mode-line-update'.
13585 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13586 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13587 `mouse-set-point'
13588 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13589 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13590 of arbitrary text, and new helper functions.
13591 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13592 filename finder.
13593 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13594 (speedbar-directory-buttons): Update path search/expansion.
13595 (speedbar-make-tag-line): Pay attention to
13596 `speedbar-indentation-width'. Use more care w/ invisible
13597 properties.
13598 (speedbar-change-expand-button-char): Call
13599 `speedbar-insert-image-button-maybe'.
13600 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13601 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13602 (speedbar-trim-words-tag-hierarchy)
13603 (speedbar-simple-group-tag-hierarchy): New functions
13604 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13605 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13606 functions.
13607 (speedbar-mouse-set-point): New function
13608 (speedbar-power-click): Updated documentation.
13609 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13610 of tag prefix text.
13611 (speedbar-expand-line, speedbar-contract-line): Make more robust
13612 to strange text.
13613 (speedbar-expand-line): Takes universal argument to flush the
13614 cache.
13615 (speedbar-flush-expand-line): New function.
13616 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13617 Use new generator insertion method.
13618 (speedbar-fetch-dynamic-tags): New function.
13619 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13620 `speedbar-fetch-dynamic-imenu'.
13621 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13622 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13623 "Revert Buffer" menu items.
13624 (speedbar-buffer-buttons-engine): Be smarter when creating a
13625 filename tag (for expansion purposes.).
13626 (speedbar-highlight-one-tag-line,
13627 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13628 (speedbar-recenter): New functions.
13629 (defimage-speedbar): Image loading abstraction.
13630 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13631 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13632 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13633 (speedbar-tag-type, speedbar-tag-mail): New images.
13634 (speedbar-expand-image-button-alist): New variable.
13635 (speedbar-insert-image-button-maybe): Insert an image over some
13636 buttons.
13637
136382000-05-13 Kenichi Handa <handa@etl.go.jp>
13639
13640 * international/mule-cmds.el (encode-coding-char): An ASCII
13641 character is always encodable.
13642
13643 * international/mule-conf.el: Add more information in descriptions
13644 of character sets.
13645
13646 * international/mule-diag.el (describe-char-after): New function.
13647 (describe-font-internal): Adjusted for the change of font-info.
13648 (describe-font): Likewise.
13649 (print-fontset): Rewritten for the new fontset implementation.
13650 (describe-fontset): Include fontset alias names in completion.
13651 (list-fontsets): Adjusted for the change of print-fontset.
13652
13653 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13654 describe-char-after instead of displaying the detail in the echo
13655 area.
13656 (syntax-code-table): Format changed.
13657 (string-to-syntax): Adjusted for the above change.
13658
136592000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13660
13661 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13662
136632000-05-12 Dave Love <fx@gnu.org>
13664
13665 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13666 dependence. Use line-{beginning,end}-position, not
13667 point-at{b,e}ol. Some doc fixes.
13668 (todo-position): New function. Fix callers of position to use it.
13669 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13670
136712000-05-12 Gerd Moellmann <gerd@gnu.org>
13672
13673 * time.el (display-time-mail-icon): Use `:ascent center'.
13674
13675 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13676 handling FTP security extensions.
13677
136782000-05-11 Dave Love <fx@gnu.org>
13679
13680 * calendar/todo-mode.el: New file.
13681
136822000-05-11 Gerd Moellmann <gerd@gnu.org>
13683
13684 * comint.el (comint-read-input-ring): Move reference to
13685 comint-input-ring-size outside of the save-excursion. It was
13686 causing the default value to be the only one ever seen.
13687
13688 * font-lock.el: Update copyright. Remove Simon Marshall's email
13689 address on request from him.
13690
13691 * subr.el (substitute-key-definition): Add comment describing
13692 the meaning of PREFIX.
13693
136942000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13695
13696 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13697
13698 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13699 (add-minor-mode): Don't make the variable buffer-local and add a
13700 reference to define-minor-mode in the docstring.
13701
13702 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13703 HEADER/FOOTER and fix bug with trailing empty directory.
13704 (cvs-append-to-ignore): Use vc-editable-p if available.
13705 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13706 (vc-do-command): Tweak advice to handle the new VC.
13707
13708 * log-view.el (log-view-goto-rev): New function for the new VC.
13709 (log-view-minor-wrap): Use mark-active.
13710
13711 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13712 (log-edit-changelog-full-paragraphs): New var.
13713 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13714 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13715 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13716 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13717 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13718 Replace the `cvs' prefix with `log-edit'.
13719
13720 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13721
13722 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13723 (diff-font-lock-defaults): Explicitly turn off multiline.
13724 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13725 (diff-ediff-patch): Fix call to ediff-patch-file.
13726 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13727 Handle comments.
13728
13729 * frame.el (automatic-hscrolling): Typo.
13730
13731 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13732
137332000-05-09 Sam Steingold <sds@goems.com>
13734
13735 * apropos.el (apropos-print): use `describe-face' instead of
13736 `customize-face-other-window'.
13737
137382000-05-09 Dave Love <fx@gnu.org>
13739
13740 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13741
13742 * help.el (describe-variable): Have customize button pop the
13743 help-xref stack when invoked.
13744 (help-xref-symbol-regexp): Add `face'.
13745 (help-make-xrefs): Check for quoted face names and adapt regexp
13746 submatch numbers to cope.
13747 (help-xref-interned): Maybe insert face doc too. Separate
13748 sections with a line of hyphens.
13749
13750 * faces.el: Some doc fixes. Declare some functions obsolete.
13751 (describe-face): Add customize button. Return the help
13752 text. Fix prompt.
13753
137542000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13755
13756 * term/internal.el (IT-character-translations): Fix last change.
13757
137582000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13759
13760 * woman.el: New file
13761 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13762
137632000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13764
13765 * term/internal.el (IT-character-translations): Update ASCII
13766 simulations for greek-iso8859-7, add latin-iso8859-14 and
13767 latin-iso8859-15.
13768
13769 * international/mule-cmds.el (set-language-info-alist): Call
13770 define-prefix-command with 3 arguments, to make the map suitable
13771 for a menu.
13772
137732000-05-07 Dave Love <fx@gnu.org>
13774
13775 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13776
137772000-05-05 Dave Love <fx@gnu.org>
13778
13779 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13780 list in doc string. Don't quote keyword symbols.
13781 * emacs-lisp/cl.el: Likewise
13782 * emacs-lisp/cl-seq.el: Likewise
13783
137842000-05-05 Gerd Moellmann <gerd@gnu.org>
13785
13786 * abbrev.el (abbrev-mode): Make ARG optional.
13787
137882000-05-04 Gerd Moellmann <gerd@gnu.org>
13789
13790 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13791
13792 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13793
13794 * subr.el (substitute-key-definition): Clarify documentation.
13795
137962000-05-04 Milan Zamazal <pdm@freesoft.cz>
13797
13798 * glasses.el (glasses-convert-to-unreadable): Use
13799 `glasses-separator' instead of the hard-wired "_".
13800 (glasses-mode): Call `glasses-make-unreadable' only in a single
13801 place.
13802
138032000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13804
13805 * term/internal.el (cjk-codepages-alist): Add associations for
13806 Chinese and Korean codepages. Remove FIXME comment.
13807
138082000-05-03 Dave Love <fx@gnu.org>
13809
13810 * time.el (display-time-mail-face, display-time-use-mail-icon):
13811 New option.
13812 (display-time-mail-icon): New variable.
13813 (display-time-string-forms): Use the above. Fix the local-map.
13814
138152000-05-03 Gerd Moellmann <gerd@gnu.org>
13816
13817 * replace.el (query-replace-map): Add binding for `E'.
13818 (query-replace-help): Extend help text.
13819 (perform-replace): Allow editing the replacement string.
13820
13821 * make-mode.el (makefile-mode-abbrev-table): New variable.
13822 (makefile-mode): Set local abbrev table to
13823 makefile-mode-abbrev-table.
13824 (makefile-font-lock-keywords): Fontify includes and conditionals.
13825
13826 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13827 set TOGGLE's value.
13828
13829 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13830 mail-interactive-insert-alias.
13831 (mail-abbrev-complete-alias): New command.
13832 (mail-mode-map): Bind it to `M-TAB'.
13833
138342000-05-03 Kenichi Handa <handa@etl.go.jp>
13835
13836 * language/lao-util.el (lao-compose-region): New function.
13837
138382000-05-02 Gerd Moellmann <gerd@gnu.org>
13839
13840 * files.el (recover-session): Make directories as necessary
13841 if they don't exist yet.
13842
13843 * calendar/cal-french.el
13844 (french-calendar-multibyte-special-days-array)
13845 (french-calendar-special-days-array): Change French text.
13846 (calendar-french-date-string): Change output.
13847 (calendar-goto-french-date): Likewise.
13848
138492000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13850
13851 * wid-edit.el (widget-default-active): Obey `:always-active'.
13852 (widget-documentation-string-value-create): Set `:always-active'.
13853
138542000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13855
13856 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13857 default prefix to `~/_emacs.d/auto-save.list/_s'.
13858 (normal-top-level): Create the directory for auto-save files, if
13859 it doesn't already exist (in the ms-dos case only).
13860
138612000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13862
13863 * international/mule-cmds.el (set-language-environment): Don't
13864 concat an integer (dos-codepage), use format instead.
13865
138662000-05-02 Dave Love <fx@gnu.org>
13867
13868 * help.el (help-xref-on-pp): Check for constant symbols.
13869
138702000-04-29 Gerd Moellmann <gerd@gnu.org>
13871
13872 * startup.el (normal-top-level): Put a condition-case around
13873 the code loading subdirs.el.
13874
138752000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13876
13877 * ps-print.el: Upside-down and face background color printing,
13878 line number step, doc fix.
13879 (ps-print-version): New version number (5.2).
13880 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13881 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13882 (ps-spool-config): Var fix.
13883 (ps-printer-name-option): Const fix.
13884 (ps-print-upside-down, ps-use-face-background)
13885 (ps-line-number-step): New vars.
13886 (ps-window-system, ps-lp-system): New consts.
13887 (ps-face-background): New fun.
13888
138892000-04-28 Richard Stallman <rms@gnu.org>
13890
13891 * files.el (make-auto-save-file-name):
13892 Apply auto-save-file-name-transforms to visited file name
13893 before generating auto save file name.
13894 (auto-save-file-name-transforms): New variable.
13895
13896 * files.el (backup-enable-predicate):
13897 Correctly test for a file under a temporary directory.
13898
138992000-04-28 Gerd Moellmann <gerd@gnu.org>
13900
13901 * subr.el (add-minor-mode): Rewritten.
13902
139032000-04-28 Kenichi Handa <handa@etl.go.jp>
13904
13905 * mail/sendmail.el (sendmail-send-it): Set
13906 buffer-file-coding-system to the selected coding system for MIME
13907 header.
13908
139092000-04-27 Gerd Moellmann <gerd@gnu.org>
13910
13911 * dired.el (dired-move-to-filename-regexp): Allow format where
13912 YYYY is followed by two spaces.
13913
13914 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13915 in the second character class of the regexp.
13916
13917 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13918 mh-etc, too.
13919
13920 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13921 nil.
13922
13923 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13924
13925 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13926 argument.
13927
139282000-04-27 Sen Nagata <sen@eccosys.com>
13929
13930 * emacs-lisp/crm.el (crm-completion-table): New variable.
13931 (crm-collection-fn, crm-test-completion)
13932 (completing-read-multiple): Use it.
13933
139342000-04-27 Dave Love <fx@gnu.org>
13935
13936 * help.el (locate-library): Use mapc.
13937 (help-manyarg-func-alist): Add call-process-region.
13938
139392000-04-26 Gerd Moellmann <gerd@gnu.org>
13940
13941 * subr.el (add-minor-mode): Make argument MAP optional.
13942
13943 * desktop.el (desktop-save): Save list of minor modes.
13944 (desktop-create-buffer): Restore minor modes.
13945 (desktop-minor-mode-table): New user-option.
13946
13947 * subr.el (add-minor-mode): New function.
13948
13949 * image.el (find-image): New function.
13950 (defimage): Rewritten to find image at load time.
13951
13952 * startup.el (normal-top-level-add-to-load-path): Handle
13953 case that the default directory is not in load-path.
13954
13955 * help.el: Old patch from Stefan Monnier.
13956 (help-xref-on-pp): New function.
13957 (describe-variable): Use it to display xrefs in a symbol's value.
13958
139592000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13960
13961 * cus-edit.el (custom-face): Fix parenthesis.
13962
139632000-04-26 Kenichi Handa <handa@etl.go.jp>
13964
13965 * mail/rmail.el (rmail-expunge): When there are no deleted
13966 messages, do nothing.
13967
139682000-04-26 Dave Love <fx@gnu.org>
13969
13970 * international/mule-cmds.el (locale-translation-file-name):
13971 Defvar to nil.
13972 (set-locale-environment): Set it here (at runtime).
13973
139742000-04-25 Gerd Moellmann <gerd@gnu.org>
13975
13976 * replace.el (perform-replace): Add parameters START and END. Use
13977 them instead of the check for a region in Transient Mark mode.
13978 (query-replace-read-args): Return two more list elements for the
13979 start and end of the region in Transient Mark mode.
13980 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13981 (map-query-replace-regexp, replace-string, replace-regexp): Add
13982 optional last arguments START and END and pass them to
13983 perform-replace.
13984
13985 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13986 form with additional arguments for perform-replace.
13987
13988 * progmodes/etags.el (tags-query-replace): Add parameters START
13989 and END. Construct a form with additional arguments for
13990 perform-replace.
13991
13992 * simple.el (shell-command): Set default directory for "*Shell
13993 Command Output" buffer.
13994
13995 * language/european.el (iso-latin-4): Fix typo.
13996
13997 * emacs-lisp/crm.el: New file.
13998
139992000-04-24 Dave Love <fx@gnu.org>
14000
14001 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14002 (Custom-reset-saved, Custom-reset-standard)
14003 (custom-group-value-create, custom-group-set, custom-group-save)
14004 (custom-group-reset-current, custom-group-reset-saved)
14005 (custom-group-reset-standard): Use mapc.
14006 (custom-buffer-create-internal): Disable undo when creating items.
14007 Use mapc.
14008 (custom-face): Avoid redundant lambda.
14009
140102000-04-24 Gerd Moellmann <gerd@gnu.org>
14011
14012 * startup.el (auto-save-list-file-prefix): Set default to
14013 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14014
140152000-04-24 Sam Steingold <sds@gnu.org>
14016
14017 * time-stamp.el (time-stamp-string-preprocess): Always convert
14018 `field-result' to a string.
14019
140202000-04-24 Gerd Moellmann <gerd@gnu.org>
14021
14022 * frame.el (scrolling): New group.
14023 (automatic-hscrolling): New user-option.
14024
14025 * startup.el (command-line-x-option-alist): Add `-lsp' and
14026 `--line-spacing'.
14027
140282000-04-19 Dave Love <fx@gnu.org>
14029
14030 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14031 (cl-mapc): Rename from mapc. Fix the funcall.
14032
140332000-04-19 Gerd Moellmann <gerd@gnu.org>
14034
14035 * simple.el (clone-indirect-buffer-other-window): New command.
14036 (clone-indirect-buffer): Add optional arg NORECROD.
14037 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14038
14039 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14040
14041 * window.el (count-screen-lines): New function.
14042 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14043 instead of window-buffer-height.
14044
14045 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14046 non-existing variable comint-input-sentinel.
14047 (inferior-lisp-args-to-list): Removed.
14048 (inferior-lisp): Use split-string instead of
14049 inferior-lisp-args-to-list.
14050
14051 * hexl.el (hexl-insert-hex-string): New command.
14052
14053 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14054 instead of concat.
14055
140562000-04-18 Gerd Moellmann <gerd@gnu.org>
14057
14058 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14059 at the start of an existing but empty folder.
14060
140612000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14062
14063 * ps-mule.el: Customization fix, doc fix.
14064 (ps-multibyte-buffer): Customization fix.
14065
140662000-04-17 Richard M. Stallman <rms@gnu.org>
14067
14068 * subr.el (read-passwd): Use read-char-exclusive.
14069
140702000-04-17 Gerd Moellmann <gerd@gnu.org>
14071
14072 * textmodes/texinfo.el (texinfo-insert-@email)
14073 (texinfo-insert-@emph, texinfo-insert-@quotation)
14074 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14075 (texinfo-mode-map): Add key bindings for them.
14076
14077 * files.el (basic-save-buffer-2): Use a template with `$'
14078 instead of `#' for VMS.
14079
14080 * simple.el (clone-indirect-buffer): New function.
14081
140822000-04-16 Stephen Eglen <stephen@gnu.org>
14083
14084 * iswitchb.el (iswitchb-case): New function. If the user input
14085 contains any upper-case characters, the search is made
14086 case-sensitive.
14087
140882000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14089
14090 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14091 comment-end.
14092 (texinfo-font-lock-syntactic-keywords): New var.
14093 (texinfo-font-lock-keywords): Remove comment regexp.
14094 (texinfo-insert-block): New function.
14095 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14096 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14097 and font-lock-defaults. Use regexp-opt for outline-regexp.
14098 (texinfo-environments): New var.
14099 (texinfo-environment-regexp): Use regexp-opt and
14100 texinfo-environments.
14101
14102 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14103 ispell-process is bound since this might be eval'd before ispell
14104 is loaded.
14105 (ispell-message): Use a tiny bit less magic and a bit more hard
14106 data to figure out what kind of sc-cite-regexp to use.
14107
14108 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14109
14110 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14111 (insert-cyclic-diary-entry): Unquote the lambda.
14112
14113 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14114
14115 * files.el (backup-enable-predicate): Unquote the lambda.
14116
14117 * cus-edit.el (custom-face, face): Unquote the lambda.
14118
141192000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14120
14121 * ps-print.el: Check for line-beginning-position definition.
14122
14123 * ps-print.el: Fix counting lines in a region.
14124 (ps-print-version): New version number (5.1.5).
14125 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14126 (ps-printing-region): Fun code fix.
14127
141282000-04-15 Gerd Moellmann <gerd@gnu.org>
14129
14130 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14131 to file-directory-p.
14132
141332000-04-14 Gerd Moellmann <gerd@gnu.org>
14134
14135 * gud.el (gud-jdb-build-source-files-list): Check that directory
14136 exists before calling directory-files.
14137
141382000-04-13 Dave Love <fx@gnu.org>
14139
14140 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14141 syntax.
14142
14143 * emacs-lisp/cl-specs.el: Remove when, unless.
14144
14145 * emacs-lisp/cl-extra.el: Don't quote keywords.
14146 (cl-old-mapc): New variable.
14147 (mapc): Use it.
14148 (cl-map-intervals): Use with-current-buffer. Don't check for
14149 next-property-change.
14150 (cl-map-overlays): Use with-current-buffer.
14151 (cl-expt): Remove.
14152 (copy-tree, remprop): Define unconditionally.
14153
14154 * emacs-lisp/cl-compat.el (keywordp): Remove.
14155
14156 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14157 to use keywordp.
14158 (edebug-spec): Enable keywordp.
14159
14160 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14161 string-lessp.
14162
14163 * cus-start.el: Use keywordp.
14164
141652000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14166
14167 * diary-lib.el (include-other-diary-files): Fix the fix of
14168 2000-02-18 by doing a save-excursion.
14169
141702000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14171
14172 * ps-print.el: Customization fix, doc fix.
14173 (ps-print-version): New version number (5.1.4).
14174 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14175 (ps-print-preprint): Adjust code.
14176 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14177 (ps-print-prologue-header, ps-print-control-characters)
14178 (ps-spool-config): Customization fix.
14179
141802000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14181
14182 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14183 converted to the new menu-item format, names silightly changed,
14184 help strings added.
14185
14186 Support for spelling without async subprocesses:
14187
14188 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14189 (ispell-session-buffer): New variables.
14190 (ispell-start-process, ispell-process-status,
14191 ispell-accept-output, ispell-send-string): New functions, for
14192 Ispell invocation when async subprocesses aren't supported.
14193 (ispell-word, ispell-pdict-save, ispell-command-loop,
14194 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14195 to process-send-string with calls to ispell-send-string, and
14196 accept-process-output with ispell-accept-output.
14197 (ispell-init-process): Call ispell-process-status instead of
14198 process-status with.
14199 (ispell-init-process): Call ispell-start-process. Call
14200 ispell-accept-output and ispell-send-string. Don't call
14201 process-kill-without-query and kill-process if they are unbound.
14202 (ispell-async-processp): New function.
14203
142042000-04-12 Dave Love <fx@gnu.org>
14205
14206 * info.el: Add debug-ignored-errors.
14207 (Info-mode-menu): Add some items.
14208 (Info-directory): Add autoload cookie.
14209
14210 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14211 Modify `truncate-lines'. Make `describe-language-environment'
14212 always visible and add help. Modify `describe-key' help. Invoke
14213 Info-directory from `info'. New entry `emacs-manual'.
14214
142152000-04-10 Gerd Moellmann <gerd@gnu.org>
14216
14217 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14218 propertized-buffer-identification.
14219 (ebrowse-update-member-buffer-mode-line): Likewise.
14220 (ebrowse--mode-strings): Removed.
14221 (ebrowse--mode-line-props): Removed.
14222
14223 * files.el (auto-mode-alist): Add `EBROWSE'.
14224
14225 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14226 space before testing for end of buffer.
14227 (ebrowse-load): Removed.
14228 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14229 (ebrowse-create-tree-buffer): Rewritten.
14230 (ebrowse-tree-mode): Read tree from buffer.
14231
14232 * progmodes/ebrowse-ffh.el: Removed.
14233
142342000-04-10 Kenichi Handa <handa@etl.go.jp>
14235
14236 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14237
142382000-04-10 Gerd Moellmann <gerd@gnu.org>
14239
14240 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14241 at the wrong place.
14242
142432000-04-09 Dave Love <fx@gnu.org>
14244
14245 * files.el (backup-enable-predicate): Use
14246 temporary-file-directory, small-temporary-file-directory.
14247 (make-backup-file-name-function, backup-directory-alist): New
14248 variables.
14249 (make-backup-file-name-1): New function.
14250 (make-backup-file-name): Use it.
14251 (find-backup-file-name): Likewise. Use format for clarity, not
14252 concat.
14253 (file-newest-backup): Use make-backup-file-name.
14254
142552000-04-09 Gerd Moellmann <gerd@gnu.org>
14256
14257 * progmodes/ebrowse-ffh.el: New file.
14258
14259 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14260 to ebrowse-ffh.el.
14261 (ebrowse-load): Add autoload.
14262
14263 * finder.el (finder-commentary): Add autoload cookie.
14264
14265 * mail/rfc2368.el: Correct author's email address.
14266
14267 * progmodes/ebrowse.el: New file.
14268
14269 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14270 item help string.
14271 (easy-menu-do-add-item): Ditto.
14272 (easy-menu-define): Extend doc string.
14273
14274 * jit-lock.el (with-buffer-unmodified): Use
14275 restore-buffer-modified-p.
14276 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14277 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14278 with-buffer-unmodified.
14279
142802000-04-08 Dave Love <fx@gnu.org>
14281
14282 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14283 unless, when.
14284
142852000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14286
14287 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14288 (viper-flash-search-pattern): No operation when using Emacs
14289 doesn't support face.
14290 Use `viper-put-on-search-overlay'.
14291
142922000-04-04 Gerd Moellmann <gerd@gnu.org>
14293
14294 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14295 like C-r.
14296
14297 * progmodes/make-mode.el: Some doc fixes.
14298 (makefile-mode-abbrev-table): New variable.
14299 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14300 (makefile-font-lock-keywords): Fontify includes and conditionals.
14301 (toplevel): Require `dabbrev' and `add-log' when compiling.
14302
14303 * replace.el (perform-replace): Don't move forward one char
14304 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14305 to do that because it leaves point 1 position after the last
14306 replacement, after everything has been replaced.
14307
14308 * jit-lock.el (with-buffer-unmodified): New macro.
14309 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14310 modified state.
14311 (jit-lock-function-1): Extracted from jit-lock-function; not
14312 preserving buffer's modified state.
14313 (jit-lock-function, jit-lock-stealth-fontify): Call
14314 jit-lock-function-1.
14315
14316 * mail/rfc2368.el: Remove supernumerary copyright line.
14317
143182000-04-04 Milan Zamazal <pdm@freesoft.cz>
14319
14320 * glasses.el: Provide facilities for inserting space before left
14321 parentheses and uncapitalization of identifiers.
14322 (glasses-mode): Try to remove old overlays in all cases.
14323
143242000-04-03 Gerd Moellmann <gerd@gnu.org>
14325
14326 * progmodes/compile.el (compile-internal): Display the compilation
14327 buffer in a different frame, if it's already displayed there.
14328
14329 * mail/rfc2368.el: New file.
14330
14331 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14332 header and insert its value as mail body.
14333
14334 * subr.el (member-ignore-case): New function.
14335
14336 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14337 (dabbrev--find-expansion): Ignore buffers matching a regexp
14338 from dabbrev-ignored-regexps.
14339
14340 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14341 to extensions handled by gzip.
14342
143432000-04-03 Richard M. Stallman <rms@gnu.org>
14344
14345 * files.el (insert-directory): List the total free space
14346 along with the used space.
14347
14348 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14349 line is followed by one that matches CITATION-REGEXP, end the
14350 paragraph.
14351
143522000-04-03 Markus Rost <rost@delysid.gnu.org>
14353
14354 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14355 (rmail-make-basic-summary-line): Use that option.
14356
143572000-04-03 Kenichi Handa <handa@etl.go.jp>
14358
14359 * international/mule-cmds.el (encoded-string-description):
14360 Rewritten. Try pretty description for ISO 2022 escape sequences
14361 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14362 for hexadecimal format.
14363
143642000-04-01 Dave Love <fx@gnu.org>
14365
14366 * cpp.el: Change customization group to `c' from `C'.
14367
14368 * vcursor.el (vcursor-move): Use display-color-p.
14369
14370 * international/mule-util.el: Provide mule-utils.
14371 (string-to-sequence): Simplify and speed up.
14372
14373 * international/mule.el (make-coding-system): Purecopy doc-string.
14374
14375 * international/mule-cmds.el: Various menu changes.
14376 (describe-specified-language-support): Handle `Default'.
14377 (set-language-info): Purecopy `info'.
14378
143792000-03-31 Andrew Innes <andrewi@gnu.org>
14380
14381 * vc.el (vc-backend-diff): Return the correct status if we had to
14382 retry the rcsdiff command without the --brief option.
14383
143842000-03-31 Dave Love <fx@gnu.org>
14385
14386 * help.el (help-manyarg-func-alist): Correct several omissions.
14387
14388 * add-log.el: Don't require cl, fortran.
14389 (add-log-current-defun-function): Doc fix.
14390 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14391 fix.
14392 (change-log-version-rcs): Function deleted.
14393 (change-log-version-number-search): Doc fix. Use
14394 vc-workfile-version. Avoid CL dolist.
14395 (add-change-log-entry): Just call add-log-current-defun to get
14396 defun. Simplify somewhat.
14397 (change-log-get-method-definition-1): Likewise.
14398 (add-log-current-defun): Return nil if calling
14399 add-log-current-defun-function does so. Move Fortran stuff to
14400 fortran.el. Return string without properties.
14401
14402 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14403 and :alpha: char classes.
14404
14405 * mail/supercite.el: Defvar curline when compiling.
14406 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14407 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14408 rather than a-zA-Z0-9 to allow non-ASCII characters.
14409
144102000-03-31 Gerd Moellmann <gerd@gnu.org>
14411
14412 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14413
14414 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14415 Re-enable new code.
14416
14417 * lpr.el (print-region-1): Use -d to specify printer name for
14418 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14419
144202000-03-31 Dave Love <fx@gnu.org>
14421
14422 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14423 for function definition in symbol's function value slot first
14424 instead of first consulting byte-compile-function-environment.
14425
144262000-03-31 Kenichi Handa <handa@etl.go.jp>
14427
14428 * language/european.el ("Polish"): New language environment.
14429 (setup-polish-environment): New function.
14430
144312000-03-30 Gerd Moellmann <gerd@gnu.org>
14432
14433 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14434 Disable new code.
14435
14436 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14437 trying to `load' the symbol of an autoload instead of the file
14438 recorded in the autoload. Fix error messages.
14439
144402000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14441
14442 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14443 (ps-print-version): New version number (5.1.3).
14444 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14445 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14446 (ps-generate-postscript-with-faces): Code fix.
14447 (ps-color-values): XEmacs compatibility.
14448 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14449 (ps-default-fg, ps-default-bg): Adjust customization.
14450 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14451 (ps-color-scale): Renaming old ps-color-value fun.
14452 (ps-print-headers): Replace ps-print-header group to avoid conflict
14453 with ps-print-header variable.
14454 (ps-print-miscellany): New group.
14455 (ps-format-color, ps-rgb-color): New funs.
14456 (ps-default-foreground): New var.
14457 (ps-printer-name-option): New const.
14458
144592000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14460
14461 * net/net-utils.el:
14462 (network-connection-host, network-connection-service): New variables
14463 (network-connection-mode): New mode, derived from comint-mode
14464 (network-connection-mode-setup): New function, saves host and
14465 service information in local variables.
14466
14467 * lisp/locate.el:
14468 (locate-word-at-point): Added this function
14469 (locate): Default to using locate-word-at-point as input
14470 Run dired-mode-hook
14471
144722000-03-29 Dave Love <fx@gnu.org>
14473
14474 * calendar/appt.el: Doc fixes.
14475 (appt-check): Convert min-to-app to a string before passing to
14476 appt-disp-window-function or concat.
14477 (appt-delete-window): Remove test for frame-root-window.
14478 (appt-select-lowest-window, appt-convert-time): Simplify.
14479
14480 * emacs-lisp/bytecomp.el: Doc fixes.
14481 (byte-compile-file-form-autoload): Update
14482 byte-compile-function-environment.
14483
144842000-03-29 Andreas Schwab <schwab@suse.de>
14485
14486 * emacs-lisp/autoload.el: Also print defsubst doc string
14487 specially.
14488
14489 * dired.el (dired-insert-directory): If dired-free-space-program
14490 failed just delete its output.
14491
144922000-03-29 Dave Love <fx@gnu.org>
14493
14494 * international/iso-cvt.el: Move provide to end. Doc fixes.
14495 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14496 (iso-iso2sgml, iso-sgml2iso): New functions.
14497 (iso-cvt-define-menu): Fix some entries and use backquote for
14498 clarity.
14499
14500 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14501
145022000-03-28 Gerd Moellmann <gerd@gnu.org>
14503
14504 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14505 ISO-DATE. If non-nil, return date in ISO 8601 format.
14506
145072000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14508
14509 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14510 if it ever becomes used.
14511 (log-edit-mode-hook): Default to vc-log-mode-hook.
14512 (log-edit-mode): Fix the docstring.
14513
14514 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14515 the code.
14516
145172000-03-26 Dave Love <fx@gnu.org>
14518
14519 * net/browse-url.el (browse-url): Re-fix case of
14520 browse-url-browser-function being an alist.
14521 (browse-url): Add :link to defgroup.
14522
14523 * files.el: Doc fixes.
14524 (file-truename): Include `[' in wildcard characters.
14525 (automount-dir-prefix): Customize.
14526 (find-file-wildcards): Add :version.
14527 (find-file-noselect): Simplify a mapcar call.
14528
14529 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14530 compatible with inf-lisp version.
14531 (eval-defun-1): Fix custom-declare-variable case.
14532
145332000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14534
14535 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14536
145372000-03-24 Gerd Moellmann <gerd@gnu.org>
14538
14539 * Makefile (COMPILE_FIRST): New macro.
14540 (compile-files): Compile files from COMPILE_FIRST first.
14541
14542 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14543 code.
14544
14545 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14546 matching open parenthesis in column 0 to defun-prompt-regexp
14547 only if open-paren-in-column-0-is-defun-start is set.
14548
14549 * sun-curs.el: Require CL at compile-time only.
14550
14551 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14552 instead of copy-list which is a function from CL.
14553 (msb--choose-menu, msb--mode-menu-cond)
14554 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14555 (msb--init-file-alist): Use mapcar instead of mapcan.
14556 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14557 `(' in column 0 in doc string.
14558 (msb--add-separators): Use mapcar instead of mapcan.
14559
14560 * cus-dep.el: Require CL at compile-time only.
14561
145622000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14563
14564 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14565 (byte-compile-warnings): New warning `noruntime'.
14566 (byte-compile-constants, byte-compile-variables): Fix docstring.
14567 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14568 execute `eval-whenc-compile's body.
14569 (byte-compile-unresolved-functions): Fix docstring.
14570 (byte-compile-eval): New function.
14571 (byte-compile-callargs-warn): Check if the function will be available
14572 at runtime (via property `byte-compile-noruntime').
14573 (byte-compile-print-syms): New function.
14574 (byte-compile-warn-about-unresolved-functions): Also warn about
14575 `noruntime' functions (and use `byte-compile-print-syms').
14576 (byte-compile-file): Capitalize the message.
14577
145782000-03-24 Gerd Moellmann <gerd@gnu.org>
14579
14580 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14581 (rmail-expunge): Ask for confirmation depending on the setting
14582 of rmail-confirm-expunge.
14583
145842000-03-23 Gerd Moellmann <gerd@gnu.org>
14585
14586 * Makefile (bootstrap-clean): If $(emacs) exists, build
14587 loaddefs.el first. A loaddefs.el that's not up-to-date might
14588 cause a bootstrap failure because things don't autoload as
14589 expected.
14590
145912000-03-23 Dave Love <fx@gnu.org>
14592
14593 * net/browse-url.el: Restore previous use of
14594 browse-url-maybe-new-window.
14595
145962000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14597
14598 * ps-print.el: Skip banner page fix.
14599 (ps-print-version): New version number (5.1.2).
14600 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14601
146022000-03-23 Dave Pearson <davep@davep.org>
14603
14604 * net/quickurl.el Changed the type of parameter passed to the
14605 function defined by `quickurl-format-function'. Before only the
14606 text of the URL was passed. Now the whole URL structure is passed
14607 and the function is responsible for extracting the parts it
14608 requires. Changed the default of `quickurl-format-function'
14609 accordingly.
14610 (quickurl-insert): Changed the `funcall' of
14611 `quickurl-format-function' to match the above change.
14612 (quickurl-list-insert): Changed the `url' case so that it makes
14613 use of `quickurl-format-function', previous to this the format was
14614 hard wired.
14615
146162000-03-22 Gerd Moellmann <gerd@gnu.org>
14617
14618 * startup.el: Change some spellings for the X Window System.
14619
146202000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14621
14622 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14623 up the code and the regexp and make sure the cursor is temporarily
14624 moved to the suspicious line while querying the user.
14625
146262000-03-22 Jason Rumney <jasonr@gnu.org>
14627
14628 * w32-fns.el (w32-charset-info-alist): Initialize.
14629
146302000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14631
14632 * ps-print.el: N-up last page fix.
14633 (ps-print-version): New version number (5.1.1).
14634 (ps-end-file, ps-end-job, ps-generate): Code fix.
14635
146362000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14637
14638 * files.el (find-file-run-dired): Update docstring.
14639 (find-directory-functions): New hook.
14640 (find-file-noselect): Run find-directory-functions rather than
14641 calling dired directly.
14642
14643 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14644
14645 * pcvs.el: Add a minimal leading commentary.
14646 (cvs-make-cvs-buffer): Change the header part by removing the startup
14647 message and adding a `Module' entry. Also replace the FOOTER and
14648 HEADER special fileinfos with the new support in ewoc for updating
14649 its own footer and header.
14650 (cvs-update-header): Update to use the header/footer of the ewoc.
14651 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14652 (cvs-is-within-p): New function.
14653 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14654 to only examine some subset of the buffers.
14655
14656 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14657 `format' instead of our own ad-hoc functions.
14658 Remove HEADER and FOOTER cases, now handled in the EWOC.
14659 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14660
14661 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14662 output to avoid scaring the user.
14663 (cvs-parse-table): Catch message for non-up-to-date commits.
14664
14665 * pcvs-defs.el (cvs-startup-message): Remove.
14666 (cvs-global-menu): New autoloaded menu.
14667
14668 * pcvs-util.el (cvs-string-fill): Remove.
14669
14670 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14671 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14672 PP part of it and also make it work for footers and headers.
14673 (ewoc-create): Drop POS and BUFFER arguments.
14674 Use the DLL's dummy node to store the end-of-footer position.
14675 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14676 (ewoc-refresh): Remove unused `header' variable.
14677 (ewoc-(get|set)-hf): New functions.
14678
14679 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14680 log-view-*-(message|file) and use easy-mmode-define-navigation.
14681 (log-view-message-re): Match SCCS format as well.
14682 And match the revision line rather than the dashed separator line.
14683 (log-view-mode): Use the new define-derived-mode.
14684 (log-view-current-tag): Fill in with an actual implementation.
14685
14686 * cvs-status.el (cvs-status-(prev|next)): Rename from
14687 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14688 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14689 to let the output "breathe" a little more (more readable).
14690 (cvs-status-mode): Use the new define-derived-mode.
14691
14692 * smerge-mode.el (smerge-auto-leave): New function and variable.
14693 (smerge-basic-map): Rename from smerge-basic-keymap.
14694 Change the bindings for smerge-diff-*.
14695 (smerge-*-map): Use easy-mmode-defmap.
14696 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14697 (smerge-keep-*): Use smerge-auto-leave.
14698
146992000-03-21 Jason Rumney <jasonr@gnu.org>
14700
14701 * cus-edit.el (custom-button-face): Use 3D look for w32.
14702 (custom-button-pressed-face): Likewise.
14703
147042000-03-21 Gerd Moellmann <gerd@gnu.org>
14705
14706 * progmodes/etags.el (tags-case-fold-search): New user-option.
14707 (tags-loop-eval): New function. Bind case-fold-search around eval
14708 depending on the value of tags-case-fold-search.
14709 (tags-loop-continue): Use tags-loop-eval.
14710 (find-tag-in-order): Bind case-fold-search depending on the value
14711 of tags-case-fold-search.
14712
147132000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14714
14715 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14716 (diff-end-of-hunk): Return the end position for use in
14717 `easy-mmode-define-navigation'.
14718 (diff-recenter): Remove.
14719 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14720 of `easy-mmode-define-navigation'.
14721 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14722 previous renaming) and fix to use new names.
14723 (diff-merge-strings): Use \n as separator: simpler, faster.
14724 (diff-mode): Use `define-derived-mode'.
14725
14726 * derived.el (define-derived-mode): Don't autoload anymore.
14727 Prefer the macro-only version provided by easy-mmode.el.
14728
14729 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14730 `easy-mmode-define-derived-mode'.
14731 Use `combine-run-hooks'.
14732 (easy-mmode-define-navigation): New macro.
14733
14734 * subr.el (combine-run-hooks): New function.
14735
147362000-03-21 Kenichi HANDA <handa@etl.go.jp>
14737
14738 * term/x-win.el: Fontsets related initialization is simplified.
14739
14740 * international/mule-diag.el (describe-font): Don't refer to
14741 global-fontset-alist, instead call font-list.
14742 (describe-fontset, list-fontsets, mule-diag): Likewise.
14743 (print-fontset): Adjusted for the change of fontset
14744 implementation.
14745
14746 * international/fontset.el (x-charset-registries): Variable
14747 removed, instead the corresponding data is stored in the default
14748 fontset.
14749 (register-alternate-fontnames): Function removed.
14750 (resolved-ascii-font): Variable removed.
14751 (x-compose-font-name): Ignore the second argument REDOCE.
14752 (x-complement-fontset-spec): Complement only an ASCII font and
14753 element for those charsets than can use that ASCII font.
14754 (generate-fontset-menu): Don't refer to global-fontset-alist,
14755 instead call fontset-list.
14756 (uninstantiated-fontset-alist): Variable removed.
14757 (x-style-funcs-alist): Likewise.
14758 (fontset-default-styles): Likewise.
14759 (x-modify-font-name): Function removed.
14760 (create-fontset-from-fontset-spec): Ignore the argument
14761 STYLE-VARIANT.
14762 (create-fontset-from-ascii-font): Docsting adjusted for the above
14763 change.
14764 (instantiate-fontset, resolve-fontset-name): Functions removed.
14765 (fontset-list): Now implemented by C code.
14766
14767 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14768 (describe-face): Include `font' attribute in the description.
14769
147702000-03-21 Kenichi Handa <handa@etl.go.jp>
14771
14772 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14773
147742000-03-20 Gerd Moellmann <gerd@gnu.org>
14775
14776 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14777 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14778 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14779
14780 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14781 about behavior of set-buffer-modified-p wrt redisplay.
14782
147832000-03-19 Richard M. Stallman <rms@gnu.org>
14784
14785 * view.el (view-mode-disable): Kill local binding of view-read-only.
14786
147872000-03-18 Gerd Moellmann <gerd@gnu.org>
14788
14789 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14790 is a string, convert it to a syntax cell using string-to-syntax.
14791
14792 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14793 (string-to-syntax): New function.
14794
14795 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14796 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14797 try to use passive ftp mode.
14798
147992000-03-17 Gerd Moellmann <gerd@gnu.org>
14800
14801 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14802
14803 * simple.el (append-to-buffer): Update point of windows after
14804 insertion.
14805
14806 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14807 forward then moving backward. Reindent.
14808
14809 * frame.el (other-frame): Call x-focus-frame only if
14810 focus-follows-mouse is off.
14811
148122000-03-17 Dave Love <fx@gnu.org>
14813
14814 * pcvs-util.el (cvs-strings->string): Rename
14815 replace-regexps-in-string.
14816
148172000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14818
14819 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14820 regexp for labels cannot span several lines.
14821
14822 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14823 `(setq :<key> ':<key>)' to the macro expansion.
14824
148252000-03-16 Dave Love <fx@gnu.org>
14826
14827 * progmodes/f90.el (f90): Put custom group under `languages', not
14828 `fortran'.
14829 (f90-mode-hook): Customize.
14830 (f90-mode): Set add-log-current-defun-function.
14831 (f90-current-defun): New function.
14832
148332000-03-16 Gerd Moellmann <gerd@gnu.org>
14834
14835 * cus-edit.el (custom-variable-tag-face): Handle case that
14836 default face's height is not a number.
14837 (custom-face-tag-face, custom-group-tag-face-1)
14838 (custom-group-tag-face): Ditto.
14839 (custom-group-tag-face-1): Add :group.
14840
14841 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14842
148432000-03-15 Gerd Moellmann <gerd@gnu.org>
14844
14845 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14846 requiring easymenu.
14847
148482000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14849
14850 * ps-print.el: PostScript user-defined prologue, PostScript error
14851 handler, doc fix.
14852 (ps-print-version): New version number (5.1).
14853 (ps-user-defined-prologue, ps-error-handler-message)
14854 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14855 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14856 (ps-insert-string): New function.
14857
148582000-03-15 Kenichi Handa <handa@etl.go.jp>
14859
14860 * international/ccl.el (ccl-compile-expression): Don't generate
14861 invalid self-assignment code.
14862
148632000-03-14 Dave Love <fx@gnu.org>
14864
14865 * subr.el (replace-regexp-in-string): Renamed from
14866 replace-regexps-in-string. Doc fix.
14867
148682000-03-12 Dave Love <fx@gnu.org>
14869
14870 * cus-edit.el: Doc fixes.
14871 (customize-set-variable, customize-save-variable): Rename args for
14872 doc.
14873 (custom-variable-tag-face, custom-face-tag-face)
14874 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14875 style which user identify as hyperlink.
14876 (hook): Don't add undefined functions to the hook.
14877 (debug-ignored-errors): Transfer message from bindings.el.
14878
148792000-03-12 Gerd Moellmann <gerd@gnu.org>
14880
14881 * recentf.el (recentf-keep-non-readable-files-p): Remove
14882 double/nested definition.
14883
148842000-03-12 Dave Love <fx@gnu.org>
14885
14886 * facemenu.el (facemenu-get-face): Use display-color-p.
14887 * enriched.el (enriched-decode-foreground): Likewise.
14888 (enriched-decode-background): Likewise.
14889 * isearch.el (isearch-highlight): Likewise.
14890 * info-look.el (info-lookup): Likewise.
14891 * simple.el (completion-setup-function): Likewise.
14892
14893 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14894 :options.
14895
14896 * bindings.el (mode-line-format): Fix line-number and
14897 column-number items. Add help-echo for the background.
14898 (mode-line-mule-info): Modify help-echo.
14899
14900 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14901
14902 * files.el (load-file): Allow completion to .elc.
14903
14904 * man.el: Doc fixes.
14905 (Man-init-defvars): Use display-color-p to set fontification.
14906
14907 * play/hanoi.el (hanoi-internal): Don't use oddp.
14908
149092000-03-12 Gerd Moellmann <gerd@gnu.org>
14910
14911 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14912
14913 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14914
149152000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14916
14917 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14918 Fix comment.
14919
149202000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14921
14922 * font-lock.el (font-lock-keywords): Fix the doc now that
14923 regexp-opt-depth is unnecessary.
14924 (save-buffer-state): Set an edebug spec.
14925 (font-lock-fontify-anchored-keywords): Properly handle the case when
14926 the matcher goes past the limit.
14927
14928 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14929 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14930
14931 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14932 dll.el and cookie.el (from Elib) with heavy renaming and other
14933 massaging.
14934
14935 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14936 Autoload the functions used.
14937 (easy-mmode-define-syntax): Fix CL typo.
14938 (easy-mmode-define-derived-mode): Improve the docstring generation.
14939
149402000-03-10 Gerd Moellmann <gerd@gnu.org>
14941
14942 * textmodes/texinfo.el (texinfo-version): Variable and function
14943 removed.
14944
149452000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14946
14947 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14948 allow more flexibility.
14949 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14950 fns.
14951 (easy-mmode-defmap, easy-mmode-defsyntax)
14952 (easy-mmode-define-derived-mode): New macros.
14953
149542000-03-09 Didier Verna <didier@xemacs.org>
14955
14956 * rect.el (replace-rectangle): New function.
14957
149582000-03-09 Dave Love <fx@gnu.org>
14959
14960 * progmodes/fortran.el (fortran-comment-line-start): Define as
14961 "C".
14962 (fortran-comment-line-start-skip): Don't match cpp stuff.
14963 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14964 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14965 (fortran-mode): Don't set fortran-comment-line-start-skip,
14966 fortran-comment-line-start here. Set comment-start,
14967 add-log-current-defun.
14968 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14969 (fortran-current-defun): New function.
14970
149712000-03-09 Gerd Moellmann <gerd@gnu.org>
14972
14973 * emacs-lisp/re-builder.el: New file.
14974
14975 * mouse.el (mouse-drag-region): Don't run up-event handler
14976 if hscroll has changed.
14977
14978 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14979 builtin operators, use `font-lock-builtin-face' for Emacs and
14980 `font-lock-preprocessor-face' otherwise.
14981
14982 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14983 `(defun (setf foo)' differently.
14984
149852000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14986
14987 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14988 (regexp-opt): Update comment and adapt the code the new meaning of
14989 the `paren' argument of regex-opt-group for shy-groups.
14990 (regexp-opt-depth): Handle shy groups as well as backslashed
14991 backslashes.
14992 (regexp-opt-group): Turn the leading comment into a docstring.
14993 Allow `paren' to be a string (the string to use to open a group).
14994 Remove open-presuf and close-presuf. Instead of checking for `all
14995 one-char' and then later on check for `several one-char', handle
14996 both cases close together. Also apply a more generic algorithm
14997 for suffixes (the mirror image of the algorithm used for
14998 prefixes). Use shy-groups. Use nreverse rather than reverse.
14999 (regexp-opt-try-suffix): Removed.
15000
15001 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15002 from comint-mode-map, so we can just inherit from it. Also, move
15003 the initialization into the `defvar' since there's no docstring
15004 anyway and it's fairly short.
15005 (inferior-scheme-mode): Define it as derived-mode: the code is
15006 shorter and this way we inherit from comint-mode-map rather than
15007 copying it.
15008
15009 * subr.el (replace-regexps-in-string): Properly handle the case
15010 where we match an empty string.
15011
15012 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15013 when the command has a directory component (such as "./testml").
15014 Also fix a typo in the comment.
15015
150162000-03-08 Gerd Moellmann <gerd@gnu.org>
15017
15018 * Makefile (compile-files): Compile files one by one because
15019 that's the only way to ensure a clean compilation environment for
15020 each individual file.
15021
15022 * frame.el (other-frame): Call x-focus-frame.
15023
150242000-03-07 Dave Love <fx@gnu.org>
15025
15026 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15027 :require to defcustom.
15028
15029 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15030 lists.
15031
15032 * files.el (auto-mode-alist): Add configure.in.
15033
15034 * progmodes/autoconf.el: New file.
15035
150362000-03-07 Gerd Moellmann <gerd@gnu.org>
15037
15038 * mail/mh-e.el: Change maintainer to `none'.
15039
15040 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15041 to remove-hook and add-hook.
15042
150432000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15044
15045 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15046 it as the default.
15047 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15048 (sendmail-send-it): Conditionally add MIME headers specifying the
15049 used character set.
15050
150512000-03-07 Dave Love <fx@gnu.org>
15052
15053 * winner.el: Fix keywords, autoload cookies. Split
15054 eval-when-compile form to avoid compilation failure.
15055
150562000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15057
15058 * international/mule.el: Modify comment about coding system
15059 property `coding-category'.
15060 (make-coding-system): New argument EOL-TYPE. Pay attention to
15061 coding-category property of PROPERTIES.
15062
15063 * international/mule-conf.el (coding-category-utf-8,
15064 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15065 categories. Include them in the argument for set-coding-priority.
15066
15067 * international/mule-cmds.el (reset-language-environment): Include
15068 coding-category-utf-8, coding-category-utf-16-be, and
15069 coding-category-utf-16-le in the argument for set-coding-priority.
15070 (reset-language-environment): Initialize coding-category-utf-8,
15071 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15072
150732000-03-06 Karl Fogel <kfogel@red-bean.com>
15074
15075 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15076 code abstracted out of `bookmark-jump-noselect'. Now tries info
15077 extensions as well as compression extensions.
15078 (bookmark-jump-noselect): Use above new func.
15079
150802000-03-03 Gerd Moellmann <gerd@gnu.org>
15081
15082 * strokes.el: Change maintainer's mail address.
15083
150842000-03-03 Kenichi Handa <handa@etl.go.jp>
15085
15086 * international/mule-diag.el (list-character-sets): Make help-echo
15087 string by substitute-command-keys.
15088 (list-character-sets): Likewise.
15089 (sort-listed-character-sets): Call help-setup-xref.
15090
150912000-03-02 Gerd Moellmann <gerd@gnu.org>
15092
15093 * time.el (display-time-mail-file): Add `none' to the list of
15094 choices.
15095
150962000-03-01 Dave Love <fx@gnu.org>
15097
15098 * help.el (help-xref-go-back): Don't try to set position.
15099
15100 * international/mule-diag.el (list-character-sets): Call
15101 help-setup-xref. Add help-echo to xrefs.
15102 (list-character-sets-1): Add help-echo to xrefs.
15103
151042000-03-02 Gerd Moellmann <gerd@gnu.org>
15105
15106 * frame.el (blink-cursor-mode): Switch cursor on when turning
15107 the mode off.
15108
15109 * add-log.el (add-log-current-defun): Add support for
15110 Autoconf mode.
15111
15112 * mail/rmail.el (rmail-quit-hook): New variable.
15113
151142000-03-01 Dave Love <fx@gnu.org>
15115
15116 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15117
15118 * help.el (help-xref-button): Add help-echo arg.
15119 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15120
15121 * faces.el (list-faces-display): Supply help-echo with
15122 help-make-xrefs.
15123
15124 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15125 nil.
15126
151272000-03-01 Gerd Moellmann <gerd@gnu.org>
15128
15129 * image.el (defimage): Look for image files in load-path.
15130
15131 * frame.el (busy-cursor-delay-seconds): Change type to
15132 `number'.
15133
151342000-03-01 David Ponce <david.ponce@wanadoo.fr>
15135
15136 * recentf.el (recentf): Added version tag to the defgroup of
15137 recentf.
15138
151392000-03-01 David Ponce <david.ponce@wanadoo.fr>
15140
15141 * recentf.el (recentf-cleanup): Changed to remove excluded file
15142 too.
15143 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15144 action to select/unselect a file.
15145 (recentf-edit-list): Code cleanup and improvement.
15146 (recentf-open-more-files-action): `recentf-open-more-files' button
15147 widget action to open a file.
15148 (recentf-open-more-files): No more use standard completion but
15149 widgets.
15150 (recentf-more-collection): Deleted.
15151 (recentf-more-history): Deleted.
15152 (recentf-setup-more-completion): Deleted.
15153
151542000-03-01 David Ponce <david.ponce@wanadoo.fr>
15155
15156 * recentf.el (recentf-mode): No more needs that Emacs is running
15157 under a window-system.
15158
151591999-03-01 David Ponce <david.ponce@wanadoo.fr>
15160
15161 * recentf.el (recentf-edit-list): New command to edit the recent
15162 list which allow the user to remove files.
15163 (recentf-edit-selected-items): New global variable, used by
15164 `recentf-edit-list' to hold the list of files to be removed from
15165 the recent list.
15166 (recentf-make-menu-items): Updated to display a "Edit list..."
15167 menu item. Minor code cleanup.
15168
151691999-03-01 David Ponce <david.ponce@wanadoo.fr>
15170
15171 * recentf.el (recentf-open-more-files): New command to open files
15172 that are not displayed in the menu.
15173 (recentf-more-collection): New global variable holding the set of
15174 permissible completions used by `recentf-open-more-files'.
15175 (recentf-more-history): New global variable holding the history list
15176 used by `recentf-open-more-files' completion.
15177 (recentf-setup-more-completion): New function to setup completion for
15178 `recentf-open-more-files'.
15179 (recentf-make-menu-items): Updated to display a "More..." menu item.
15180
151811999-03-01 David Ponce <david.ponce@wanadoo.fr>
15182
15183 * recentf.el (recentf-menu-action): Doc fixed.
15184
151851999-03-01 David Ponce <david.ponce@wanadoo.fr>
15186
15187 * recentf.el (recentf-menu-filter): Doc updated.
15188 (recentf-update-menu-hook): Allow menu filters to force menu update.
15189 (recentf-make-menu-items): New menu filter handling.
15190 (recentf-make-menu-item): New helper function.
15191 (recentf-menu-elements): New menu handling function.
15192 (recentf-sort-ascending): Updated to new menu filter handling.
15193 (recentf-sort-descending): Updated to new menu filter handling.
15194 (recentf-sort-basenames-ascending): New menu filter function.
15195 (recentf-sort-basenames-descending): New menu filter function.
15196 (recentf-show-basenames): New menu filter function.
15197 (recentf-show-basenames-ascending): New menu filter function.
15198 (recentf-show-basenames-descending): New menu filter function.
15199
152002000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15201
15202 * diary-lib.el (list-diary-entries): Don't try to go forward at
15203 the end of the buffer.
15204
152052000-02-29 Kenichi Handa <handa@etl.go.jp>
15206
15207 * international/mule-diag.el (list-character-sets): Completely
15208 rewritten.
15209 (sort-listed-character-sets): New function.
15210 (list-character-sets-1): Completely rewritten.
15211 (list-character-sets-2): New function.
15212 (non-iso-charset-alist): New variable.
15213 (decode-codepage-char): New function.
15214 (charset-history): New variable.
15215 (read-charset) (list-block-of-chars)
15216 (list-iso-charset-chars)
15217 (list-non-iso-charset-chars)
15218 (list-charset-chars): New functions.
15219 (mule-diag): Call list-character-sets-2, not
15220 list-character-sets-2.
15221 (dump-charsets): Likewise.
15222
152232000-02-29 Gerd Moellmann <gerd@gnu.org>
15224
15225 * dired-x.el (dired-filename-at-point): Add `@' to valid
15226 file name characters.
15227 (dired-filename-at-point): Handle ange-ftp file names.
15228
15229 * frame.el (frame-notice-user-settings): Use assq-delete-all
15230 instead of assoc-delete-all.
15231 (frame-notice-user-settings): Ditto.
15232
15233 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15234 Don't copy alist.
15235
152362000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15237
15238 * calculator.el (calculator-use-menu): New option.
15239 (calculator-initial-bindings): Changed some bindings to work as
15240 macros.
15241 (calculator-forced-input): Removed.
15242 (calculator-restart-other-mode): New variable.
15243 (calculator-mode-map): Set up menu.
15244
152452000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15246
15247 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15248 tags.
15249
152502000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15251
15252 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15253 translate all ESC key sequences.
15254 (viper-goto-mark-subr): restore markers for files for which
15255 they were saved.
15256 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15257 * viper-util.el (viper-set-replace-overlay-glyphs,
15258 viper-set-replace-overlay): always check if the replacement
15259 overlay is live.
15260 * viper.el (viper-vi-state-mode-list): added major modes.
15261 * ediff-wind.el: minor comment changes.
15262 * ediff.el: copyright notice date fix.
15263
152642000-02-27 Jason Rumney <jasonr@gnu.org>
15265
15266 * faces.el (face-font-family-alternatives): Add arial to helv.
15267 (mode-line, header-line, tool-bar): Same default as x for w32.
15268 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15269 face-font-family-alternatives from working.
15270 * term/w32-win.el (mouse-set-font): Do not build fontset from
15271 chosen font.
15272
152732000-02-25 Sam Steingold <sds@goems.com>
15274
15275 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15276 properly.
15277
152782000-02-25 Richard M. Stallman <rms@gnu.org>
15279
15280 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15281
152822000-02-25 Gerd Moellmann <gerd@gnu.org>
15283
15284 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15285 writable.
15286
15287 * frame.el (busy-cursor-delay-seconds): New option.
15288
152892000-02-24 Gerd Moellmann <gerd@gnu.org>
15290
15291 * frame.el (show-cursor-in-non-selected-windows): New option.
15292
152932000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15294
15295 * diary-lib.el (include-other-diary-files): Undo the selective
15296 display in any included file and don't kill it.
15297
152982000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15299
15300 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15301 bar. Menu items converted to (menu-item format, help strings
15302 added.
15303 [downcase, upcase]: Don't enable on MS-DOS.
15304 [symlink, symlinks]: Don't show if make-symbolic-link is not
15305 bound.
15306 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15307
153082000-02-23 Dave Love <fx@gnu.org>
15309
15310 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15311 (backward-kill-word): Revert addition of * to interactive spec --
15312 it's a feature.
15313
15314 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15315 (backward-kill-sentence, kill-sentence): Likewise.
15316
15317 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15318 scratch buffer name.
15319 (gud-format-command): Use int-to-string in ?l case. Simplify
15320 slightly.
15321
15322 * term/w32-win.el (internal-face-interactive): Update prompt for
15323 new read-face-name.
15324
15325 * mail/footnote.el (footnote): Add :version to defgroup.
15326 (footnote-section-tag-regexp): Customize.
15327 (footnote-start-tag, footnote-end-tag): New option.
15328 (footnote-latin-regexp): New variable.
15329 (Footnote-latin): New function.
15330 (footnote-style-alist): Add element for latin style.
15331 (footnote-style): Moved.
15332 (Footnote-goto-footnote): Use eq to test arg.
15333
15334 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15335
15336 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15337 (byte-compile-trueconstp): Include keywords.
15338 (byte-optimize-quote, byte-optimize-lapcode): Use
15339 byte-compile-const-symbol-p.
15340 (byte-optimize-char-before): New optimization.
15341
15342 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15343 (byte-compile-const-symbol-p): New function.
15344 (byte-compile-constp, byte-compile-out-toplevel)
15345 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15346 Use it.
15347
15348 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15349
153502000-02-23 Kenichi Handa <handa@etl.go.jp>
15351
15352 * international/encoded-kb.el: Be sure to update minor-mode-alist
15353 and minor-mode-map-alist.
15354 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15355 codes SS2 and SS3 correctly.
15356 (encoded-kbd-self-insert-ccl): New function.
15357 (encoded-kbd-setup-keymap): New function.
15358 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15359 by calling encoded-kbd-setup-keymap.
15360
15361 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15362 characters.
15363 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15364 locally.
15365
153662000-02-22 Dave Love <fx@gnu.org>
15367
15368 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15369 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15370 defvar.
15371 (lisp-mode-syntax-table): Set up for #|...|# comments.
15372 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15373 classes. Match `defface'.
15374 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15375 (eval-defun-1): Fix for defcustom.
15376 (lisp-indent-region): Doc fix.
15377
15378 * subr.el (when, unless, split-string): Doc fix.
15379 (read-passwd): Move call of clear-this-command-keys to the right
15380 place.
15381 (replace-regexps-in-string): New function.
15382
153832000-02-22 Gerd Moellmann <gerd@gnu.org>
15384
15385 * help.el (describe-variable): Set syntax table to
15386 emacs-lisp-mode-syntax-table when moving forward over the
15387 symbol's name.
15388
153892000-02-22 Dave Love <fx@gnu.org>
15390
15391 * xt-mouse.el: Doc fixes.
15392 (xterm-mouse-position-function): New function, replacing advice of
15393 mouse-position.
15394 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15395
15396 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15397
153982000-02-21 Gerd Moellmann <gerd@gnu.org>
15399
15400 * format.el (format-annotate-single-property-change): Handle
15401 properties.with dotted-list values.
15402 (format-proper-list-p): New function.
15403
15404 * enriched.el (enriched-face-ans): Handle '(foreground-color
15405 . COLOR) and (background-color . COLOR).
15406
154072000-02-20 Dave Love <fx@gnu.org>
15408
15409 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15410 and assignments to it.
15411 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15412 current local map.
15413 (make-flyspell-overlay): Use it.
15414 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15415
15416 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15417 (lm-get-header-re): Defun, not defsubst.
15418 (lm-get-package-name): Defun, not defsubst. Simplify.
15419 (lm-version): Doc fix. Simplify.
15420 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15421 (lm-crack-address, lm-last-modified-date, lm-commentary)
15422 (lm-verify, lm-synopsis): Simplify.
15423 (lm-report-bug): Require emacsbug. Use compose-mail.
15424
154252000-02-20 Gerd Moellmann <gerd@gnu.org>
15426
15427 * dired.el (dired-mode): Call propertized-buffer-identification
15428 to set mode-line-buffer-identification to something having
15429 the right text properties.
15430
15431 * bindings.el (propertized-buffer-identification): New function.
15432
154332000-02-20 Dave Love <fx@gnu.org>
15434
15435 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15436 check for t-mouse too.
15437
15438 * cus-start.el: Make echo-keystrokes `number'.
15439
154402000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15441
15442 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15443 Don't call ring-empty-p unless tags-location-ring is bound.
15444 From Noah Friedman <friedman@splode.com>.
15445
154462000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15447
15448 * progmodes/hideshow.el (hs-flag-region): No longer use
15449 `intangible' overlay property.
15450
15451 (hs-toggle-hiding): New command.
15452 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15453
15454 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15455 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15456 and deactivation.
15457
154582000-02-18 Gerd Moellmann <gerd@gnu.org>
15459
15460 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15461
154622000-02-17 Gerd Moellmann <gerd@gnu.org>
15463
15464 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15465
15466 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15467 of `*' to handle `(* ... *)' comments.
15468
154692000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15470
15471 * faces.el (list-faces-display): Use display-mouse-p instead of
15472 window-system.
15473
15474 * menu-bar.el (global-map): Menu-bar items converted to the new
15475 format (menu-item..., rearranged for better CUA compliance, and
15476 their names changed for better clarity. Help strings added.
15477
15478 * international/mule-cmds.el (mule-menu-keymap)
15479 (describe-language-environment-map, set-coding-system-map)
15480 (setup-language-environment-map): Convert to new (menu-item...
15481 form, add help strings. Change names of menu items for better
15482 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15483 submenu).
15484
154852000-02-17 Gerd Moellmann <gerd@gnu.org>
15486
15487 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15488 within the code.
15489
154902000-02-16 Dave Love <fx@gnu.org>
15491
15492 * faces.el: Don't require custom. Add more specific :groups to
15493 various deffaces.
15494 (set-face-attribute): Purecopy args.
15495 (read-face-name): Default to name at point and use it in prompt.
15496 Remove colon from arg in all callers.
15497 (list-faces-display): Hyperlink to face descriptions and customize
15498 buffers.
15499
155002000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15501
15502 * wid-edit.el (widget-match-inline): An atom never matches a
15503 list.
15504
155052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15506
15507 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15508 at ':' characters by call to split-string.
15509
155102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15511
15512 * textmodes/bibtex.el: Added RCS version identification.
15513
155142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15515
15516 * textmodes/bibtex.el: Some temporary comments removed.
15517 (bibtex-field-name, bibtex-entry-type): Made the relationship
15518 explicit.
15519 (bibtex-field-const): Allow capital letters.
15520 (bibtex-start-of-string): Deleted because unused.
15521
15522 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15523 use the term 'reference' to describe a bibtex entry as a whole.
15524 Further, reference keys are no longer called 'labels'.
15525 (bibtex-keys): Renamed to bibtex-reference-keys.
15526 (bibtex-reformat-previous-labels): Renamed to
15527 bibtex-reformat-previous-reference-keys.
15528 (bibtex-reference-type): Renamed to bibtex-entry-type.
15529 (bibtex-reference-head): Renamed to bibtex-entry-head.
15530 (bibtex-reference-maybe-empty-head): Renamed to
15531 bibtex-entry-maybe-empty-head.
15532 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15533 (bibtex-search-reference): Renamed to bibtex-search-entry.
15534 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15535 bibtex-enclosing-entry-maybe-empty-head.
15536 (bibtex-entry-field-alist, bibtex-entry-head,
15537 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15538 bibtex-map-entries, bibtex-search-entry,
15539 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15540 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15541 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15542 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15543 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15544 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15545 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15546
155472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15548
15549 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15550 comment.
15551 (bibtex-format-field-delimiters): New function, functionality
15552 extracted from bibtex-format-entry.
15553 (bibtex-autokey-get-yearfield-digits): New function, functionality
15554 extracted from bibtex-autokey-get-yearfield.
15555
15556 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15557 entries in order to avoid stack overflow in the regexp matcher if
15558 field contents become large.
15559 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15560 bibtex-field-string-part-not-braced,
15561 bibtex-field-string-part-no-inner-braces,
15562 bibtex-field-string-part-1-inner-brace,
15563 bibtex-field-string-part-2-inner-braces,
15564 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15565 bibtex-field-string-quoted, bibtex-field-string,
15566 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15567 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15568 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15569 as parsing is now performed by the following functions.
15570 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15571 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15572 bibtex-parse-field-string, bibtex-search-forward-field-string,
15573 bibtex-parse-association, bibtex-field-name-for-parsing,
15574 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15575 bibtex-search-forward-field, bibtex-search-backward-field,
15576 bibtex-start-of-field, bibtex-end-of-field,
15577 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15578 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15579 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15580 bibtex-parse-string, bibtex-search-forward-string,
15581 bibtex-search-backward-string, bibtex-start-of-string,
15582 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15583 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15584 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15585 entries. Instead of reporting the results of the parsing by
15586 match-beginning or match-end, these functions return data structures
15587 that hold the corresponding positions.
15588 (bibtex-enclosing-field): Changed to also report field boundaries by
15589 return values rather than by match-beginning or match-end. The
15590 following functions have been adapted to use the new parsing
15591 functions.
15592 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15593 bibtex-enclosing-field, bibtex-format-entry,
15594 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15595 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15596 bibtex-print-help-message, bibtex-end-of-entry,
15597 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15598 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15599 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15600 method for parsing.
15601 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15602 bibtex-map-entries, bibtex-flash-head,
15603 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15604 bibtex-autokey-change, bibtex-autokey-get-namefield,
15605 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15606 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15607 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15608 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15609 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15610 order to make the new binding of case-fold-search immediately
15611 visible.
15612
156132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15614
15615 * textmodes/bibtex.el: Copyright notice is up to date.
15616 Added constant 'bibtex-maintainer-salutation.
15617
15618 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15619 than make-temp-name, use match-string-no-properties and eliminate
15620 a quadratic behavior when building bibtex-strings.
15621
15622 * bibtex.el (bibtex-reference-key): Accept string entries whose
15623 reference key contains upper case letters.
15624
156252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15626
15627 * bibtex.el (bibtex-reference-head): Allow entries to start with
15628 a new line.
15629
156302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15631
15632 * bibtex.el: Hiding of entry bodies is not longer provided by
15633 bibtex.el directly. Instead the hideshow package can be used.
15634 Added a special bibtex entry to hs-special-modes-alist.
15635 (bibtex-hs-forward-sexp): Added for hideshow.el.
15636
156372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15638
15639 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15640 at ':' characters by call to split-string.
15641
156422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15643
15644 * textmodes/bibtex.el: Added RCS version identification.
15645
156462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15647
15648 * textmodes/bibtex.el: Some temporary comments removed.
15649 (bibtex-field-name, bibtex-entry-type): Made the relationship
15650 explicit.
15651 (bibtex-field-const): Allow capital letters.
15652 (bibtex-start-of-string): Deleted because unused.
15653
15654 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15655 use the term 'reference' to describe a bibtex entry as a whole.
15656 Further, reference keys are no longer called 'labels'.
15657 (bibtex-keys): Renamed to bibtex-reference-keys.
15658 (bibtex-reformat-previous-labels): Renamed to
15659 bibtex-reformat-previous-reference-keys.
15660 (bibtex-reference-type): Renamed to bibtex-entry-type.
15661 (bibtex-reference-head): Renamed to bibtex-entry-head.
15662 (bibtex-reference-maybe-empty-head): Renamed to
15663 bibtex-entry-maybe-empty-head.
15664 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15665 (bibtex-search-reference): Renamed to bibtex-search-entry.
15666 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15667 bibtex-enclosing-entry-maybe-empty-head.
15668 (bibtex-entry-field-alist, bibtex-entry-head,
15669 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15670 bibtex-map-entries, bibtex-search-entry,
15671 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15672 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15673 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15674 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15675 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15676 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15677 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15678
156792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15680
15681 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15682 comment.
15683 (bibtex-format-field-delimiters): New function, functionality
15684 extracted from bibtex-format-entry.
15685 (bibtex-autokey-get-yearfield-digits): New function, functionality
15686 extracted from bibtex-autokey-get-yearfield.
15687
15688 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15689 entries in order to avoid stack overflow in the regexp matcher if
15690 field contents become large.
15691 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15692 bibtex-field-string-part-not-braced,
15693 bibtex-field-string-part-no-inner-braces,
15694 bibtex-field-string-part-1-inner-brace,
15695 bibtex-field-string-part-2-inner-braces,
15696 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15697 bibtex-field-string-quoted, bibtex-field-string,
15698 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15699 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15700 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15701 as parsing is now performed by the following functions.
15702 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15703 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15704 bibtex-parse-field-string, bibtex-search-forward-field-string,
15705 bibtex-parse-association, bibtex-field-name-for-parsing,
15706 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15707 bibtex-search-forward-field, bibtex-search-backward-field,
15708 bibtex-start-of-field, bibtex-end-of-field,
15709 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15710 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15711 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15712 bibtex-parse-string, bibtex-search-forward-string,
15713 bibtex-search-backward-string, bibtex-start-of-string,
15714 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15715 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15716 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15717 entries. Instead of reporting the results of the parsing by
15718 match-beginning or match-end, these functions return data structures
15719 that hold the corresponding positions.
15720 (bibtex-enclosing-field): Changed to also report field boundaries by
15721 return values rather than by match-beginning or match-end. The
15722 following functions have been adapted to use the new parsing
15723 functions.
15724 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15725 bibtex-enclosing-field, bibtex-format-entry,
15726 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15727 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15728 bibtex-print-help-message, bibtex-end-of-entry,
15729 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15730 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15731 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15732 method for parsing.
15733 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15734 bibtex-map-entries, bibtex-flash-head,
15735 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15736 bibtex-autokey-change, bibtex-autokey-get-namefield,
15737 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15738 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15739 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15740 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15741 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15742 order to make the new binding of case-fold-search immediately
15743 visible.
15744
157452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15746
15747 * textmodes/bibtex.el: Copyright notice is up to date.
15748 Added constant 'bibtex-maintainer-salutation.
15749
15750 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15751 than make-temp-name, use match-string-no-properties and eliminate
15752 a quadratic behavior when building bibtex-strings.
15753
15754 * bibtex.el (bibtex-reference-key): Accept string entries whose
15755 reference key contains upper case letters.
15756
157572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15758
15759 * bibtex.el (bibtex-reference-head): Allow entries to start with
15760 a new line.
15761
157622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15763
15764 * bibtex.el: Hiding of entry bodies is not longer provided by
15765 bibtex.el directly. Instead the hideshow package can be used.
15766 Added a special bibtex entry to hs-special-modes-alist.
15767 (bibtex-hs-forward-sexp): Added for hideshow.el.
15768
157692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15770
15771 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15772 proceedings entry type (for cross referencing). Thanks to Wagner
15773 Toledo Correa for the suggestion.
15774
15775 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15776
157772000-02-14 Kenichi Handa <handa@etl.go.jp>
15778
15779 * international/characters.el: Setup case table for Vietnamese.
15780
157812000-02-12 Gerd Moellmann <gerd@gnu.org>
15782
15783 * uniquify.el (toplevel): Require CL at compile time.
15784 (uniquify-push): Removed.
15785
15786 * shadowfile.el (shadow-when): Removed.
15787
15788 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15789 (tempo-process-and-insert-string): Use dolist instead of
15790 tempo-dolist.
15791
15792 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15793 regexp for paragraph-start.
15794
15795 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15796 commas as well.
15797
157982000-02-10 Dave Love <fx@gnu.org>
15799
15800 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15801 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15802 Deleted.
15803 (widget-specify-field, widget-specify-button): Don't use
15804 widget-mouse-help as help-echo property.
15805 (default): Use #'ignore for :validate and :mouse-down-action.
15806 (checkbox): Add help-echo.
15807 (widget-sexp-validate): Rewritten to clarify error messages.
15808 (character): Use char-valid-p in :match function.
15809 (widget-color-complete): Use facemenu-color-alist.
15810 (widget-color-action): Use facemenu-read-color.
15811
15812 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15813 set up `caar' &c that we now have.
15814
158152000-02-09 Ray Blaak <blaak@gnu.org>
15816
15817 * delphi.el: Make resourcestring a declaration region, like const
15818 and var.
15819
158202000-02-09 Dave Love <fx@gnu.org>
15821
15822 * bindings.el (mode-line-input-method-map): New variable.
15823 (mode-line-mule-info): Use it; fix last change.
15824 (mode-line-mode-menu): Move definition.
15825 (mode-line-mouse-sensitive-p): Deleted.
15826 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15827 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15828 level.
15829
15830 * startup.el (command-line-1): Don't call
15831 make-mode-line-mouse-sensitive.
15832
158332000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15834
15835 * mail/rmail.el (rmail-retry-failure): Use
15836 rmail-beginning-of-message before rmail-toggle-header, because the
15837 former toggles headers.
15838
158392000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15840
15841 * diff-mode.el (diff-kill-junk): New interactive function.
15842 (diff-reverse-direction): Use delete-and-extract-region.
15843 (diff-post-command-hook): Restrict the area so that the hook also works
15844 outside of any diff hunk. This is necessary for the minor-mode.
15845 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15846 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15847
15848 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15849 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15850 so that it can be used more easily in <foo>-mode-hook. Also make sure
15851 to avoid duplicate entries.
15852 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15853 (font-lock-remove-keywords): Just as was done for `add', allow it to
15854 work even if font-lock-mode is nil. Also make sure we don't modify
15855 any pre-existing list by forcing a copy-sequence. Finally rename
15856 `major-mode' to `mode'.
15857 (font-lock-fontify-syntactic-anchored-keywords)
15858 (font-lock-fontify-anchored-keywords)
15859 (font-lock-fontify-keywords-region): Use line-end-position.
15860 Don't make `font-lock-multiline' local (it's now done in
15861 font-lock-set-defaults).
15862 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15863 move the `font-lock-fontified' creation to inside the `unless'.
15864
158652000-02-06 Andrew Innes <andrewi@gnu.org>
15866
15867 * term/w32-win.el (x-handle-args): Comment out call to message,
15868 which occurs before window system is initialized.
15869
15870 * makefile.nt: Add support for recompiling lisp code.
15871
158722000-02-04 Dave Love <fx@gnu.org>
15873
15874 * bindings.el (mode-line-mule-info): Fix/extend last change.
15875
15876 * completion.el: Replace completion-dolist with dolist.
15877
15878 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15879 dotimes.
15880
158812000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15882
15883 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15884 environment names before they go into the section regexp.
15885
15886 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15887 char class in regexp.
15888
15889 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15890 `case-fold-search' to nil.
15891
15892 * progmodes/idlwave.el (idlwave-template): Respect
15893 `idlwave-abbrev-change-case'.
15894 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15895 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15896 idlwave-while): respect `idlwave-reserved-word-upcase'.
15897 (idlwave-rw-case): New function.
15898 (idlwave-statement-match): Fixed problem with assignment regexp.
15899 (idlwave-font-lock-keywords): Improved regexp for keyword
15900 parameters.
15901 (idlwave-surround): New argument LENGTH to support padding of
15902 operators longer than 1 char.
15903
15904 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15905 idlwave-shell-expression-overlay. Implemented printing of
15906 expressions on higher levels of the calling stack.
15907 (idlwave-shell-display-level-in-calling-stack): Restore stack
15908 level.
15909 (idlwave-retrieve-expression-from-level): New function.
15910 (idlwave-shell-last-calling-stack): Variable removed.
15911 (idlwave-shell-reset): Argument action reversed (`visible' to
15912 `hidden'). Also remove stop-line overlay.
15913 (idlwave-shell-calling-stack-routine): New variable.
15914 (idlwave-shell-parse-stack-and-display): Messages now display
15915 negative level numbers.
15916 (idlwave-shell-mode): Set `modeline-format'.
15917 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15918 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15919 21.
15920 (idlwave-shell-print-expression-function): New option.
15921
15922 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15923 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15924 `tool-bar' instead of `toolbar'.
15925
159262000-02-02 Dave Love <fx@gnu.org>
15927
15928 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15929 emacs-lisp-mode-hook. Don't check for defalias being defined.
15930
15931 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15932 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15933 the new builtins directly.
15934
15935 * whitespace.el (whitespace): Add :version to defgroup.
15936
15937 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15938 Doc fix.
15939
15940 * thingatpt.el (sexp-at-point, symbol-at-point)
15941 (number-at-point, list-at-point): Add autoload cookie.
15942
15943 * recentf.el (recentf): Add :version to defgroup.
15944
15945 * quickurl.el (quickurl): Add :version to defgroup.
15946
15947 * elide-head.el (elide-head): Use point-marker more.
15948
15949 * bs.el (bs): Add :version to defgroup.
15950
15951 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15952
15953 * progmodes/delphi.el (delphi): Add :version to defgroup.
15954
159552000-02-02 Gerd Moellmann <gerd@gnu.org>
15956
15957 * ange-ftp.el (ange-ftp-write-region): Handle case that
15958 succeeding process operation sets a different coding system.
15959
15960 * calculator.el: New file.
15961
159622000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15963
15964 * frame.el (frames-on-display-list, framep-on-display): New
15965 functions.
15966 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15967 (display-selections-p, display-screens, display-pixel-width)
15968 (display-pixel-height, display-mm-width, display-mm-height)
15969 (display-backing-store, display-save-under, display-planes)
15970 (display-color-cells, display-visual-class): New functions.
15971
15972 * term/tty-colors.el (tty-color-gray-shades): New function.
15973
15974 * faces.el (display-color-p): Use framep-on-display.
15975 (display-grayscale-p): New function.
15976
159772000-01-31 Dave Love <fx@gnu.org>
15978
15979 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15980 (create-fontset-from-x-resource): Don't concat integers.
15981
159822000-01-31 Inge Frick <inge@nada.kth.se>
15983
15984 * view.el: Some changes in documentation. Removed some trailing
15985 whitespace. Changed some parameter names to agree with
15986 documentation.
15987 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15988 window is not deleted. Modifies change 1998-04-26.
15989
159902000-01-31 Gerd Moellmann <gerd@gnu.org>
15991
15992 * windmove.el: New file.
15993
15994 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15995 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15996 progmodes/ebnf-yac.el: Update copyright and license info.
15997
15998 * jit-lock.el (jit-lock-function): Widen before calculating end
15999 position.
16000 (jit-lock-stealth-chunk-start): Rewritten.
16001
16002 * info.el (Info-title-face-alist): Removed.
16003 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16004 faces.
16005 (Info-fontify-node): Use these faces.
16006
160072000-01-30 Gerd Moellmann <gerd@gnu.org>
16008
16009 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16010 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16011 `&allow-other-keywords'.
16012
16013 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16014 the list of directories scanned heuristically.
16015
16016 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16017 exist.
16018
160192000-01-30 Jason Rumney <jasonr@gnu.org>
16020
16021 * w32-fns.el: Define w32-tty-standard-colors.
16022
16023 * startup.el (command-line): Use w32-tty-standard-colors when in
16024 w32 console mode.
16025
160262000-01-30 Dave Love <fx@gnu.org>
16027
16028 * jka-compr.el (jka-compr-load): Fix up load-history.
16029
16030 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16031
16032 * emacs-lisp/cl-macs.el: Revert previous change.
16033
160342000-01-29 Dave Love <fx@gnu.org>
16035
16036 * facemenu.el: Purecopy various strings.
16037
16038 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16039 years. Deal with three-digit years.
16040
16041 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16042 defconst, purecopy.
16043 (help-back-label): Purecopy it.
16044
160452000-01-18 Gerd Moellmann <gerd@gnu.org>
16046
16047 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16048 variable. If non-nil, order the buffer list according to the
16049 currently selected frame.
16050 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16051 non-nil, pass the selected frame to function buffer-list.
16052
160532000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16054
16055 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16056
160572000-01-28 Dave Love <fx@gnu.org>
16058
16059 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16060
16061 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16062 Don't use lisp-indent-hook property.
16063 (cl-abs): Remove.
16064
16065 * subr.el: Move out indent and edebug specs for when and unless.
16066
16067 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16068 when, unless.
16069
16070 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16071 unless, when.
16072
160732000-01-28 Gerd Moellmann <gerd@gnu.org>
16074
16075 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16076 `collecting' as synonym for `collect'.
16077
16078 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16079 for the case it contains spaces.
16080
16081 * simple.el (what-cursor-position): Change formatting of
16082 messages.
16083
16084 * frame.el (delete-other-frames): New function.
16085 (toplevel): Bind it to C-x 5 1.
16086
16087 * sort.el (sort-numeric-base): New option.
16088 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16089 interpret it as octal or hexadecimal. Use sort-numeric-base
16090 as default base.
16091
16092 * progmodes/glasses.el: New file.
16093
160942000-01-27 Gerd Moellmann <gerd@gnu.org>
16095
16096 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16097 userids differently.
16098
16099 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16100 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16101 progmodes/ebnf-yac.el: New files.
16102
161032000-01-26 Dave Love <fx@gnu.org>
16104
16105 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16106 on a function with an empty body. [From Eric Ludlam.]
16107
161082000-01-25 Andre Spiegel <spiegel@gnu.org>
16109
16110 * vc.el (vc-version-diff): Make sure file name is expanded.
16111
161122000-01-25 Gerd Moellmann <gerd@gnu.org>
16113
16114 * scroll-bar.el (scroll-bar-timer): Variable removed.
16115 (scroll-bar-toolkit-scroll): Don't use a timer.
16116
161172000-01-25 Kenichi Handa <handa@etl.go.jp>
16118
16119 * language/thai-util.el (thai-composition-function): Delete
16120 superfluous `a'.
16121
161222000-01-24 Dave Love <fx@gnu.org>
16123
16124 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16125 end-of-defun-function.
16126
16127 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16128 &c.
16129
161302000-01-22 Jason Rumney <jasonr@gnu.org>
16131
16132 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16133 conflicts with new face support.
16134
161352000-01-22 Richard M. Stallman <rms@gnu.org>
16136
16137 * replace.el (query-replace): Rename last arg to DELIMITED.
16138 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16139 (query-replace-regexp): Likewise.
16140
161412000-01-20 Richard M. Stallman <rms@gnu.org>
16142
16143 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16144
16145 * emacs-lisp/lisp.el (beginning-of-defun-function):
16146 Variable renamed from beginning-of-defun.
16147 Do not call make-variable-buffer-local.
16148 (beginning-of-defun-raw): Use new variable name; doc fix.
16149 (beginning-of-defun): Doc fix.
16150 (end-of-defun-function): Variable renamed from end-of-defun.
16151 Do not call make-variable-buffer-local.
16152 (end-of-defun): Use new variable name; doc fix.
16153
16154 * subr.el (dolist, dotimes): Copied from cl-macs.el
16155 and made to work.
16156
16157 * mail/undigest.el (rmail-digest-end-regexps):
16158 Variable replaces rmail-digest-end-regexp.
16159 Allows multiple regexps for detecting the end line.
16160 (undigestify-rmail-message): Corresponding changes.
16161
161622000-01-19 Dave Love <fx@gnu.org>
16163
16164 * files.el (user-init-file): Don't declare here -- is primitive.
16165
16166 * startup.el (command-line): Check for compiled user-init-file and
16167 set to uncompiled version if necessary.
16168
161692000-01-18 Gerd Moellmann <gerd@gnu.org>
16170
16171 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16172 (undigestify-rmail-message): Use it.
16173
16174 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16175
161762000-01-17 Gerd Moellmann <gerd@gnu.org>
16177
16178 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16179 of mini-buffer.
16180
161812000-01-14 Gerd Moellmann <gerd@gnu.org>
16182
16183 * emacs-lisp/copyright.el (copyright-update): Removed the
16184 requirement for a trailing space from `copyright-regexp', to
16185 support copyrights with owner specified on a separate line..
16186
16187 * align.el: New file.
16188
16189 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16190
16191 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16192
161932000-01-13 Dave Love <fx@gnu.org>
16194
16195 * ph.el: Removed. (Obsoleted by EUDC.)
16196
161972000-01-13 Gerd Moellmann <gerd@gnu.org>
16198
16199 * net/eudc.el (toplevel): Remove autoloaded code installing
16200 menu with easymenu, because that causes build problems.
16201
16202 * frame.el (frame-notice-user-settings): New variable.
16203 (frame-notice-user-settings): Don't modify frame parameters
16204 if called a second time.
16205
162062000-01-13 Richard M. Stallman <rms@gnu.org>
16207
16208 * frame.el (frame-notice-user-settings):
16209 Notice default-frame-parameters even for non-window frames.
16210
162112000-01-13 Gerd Moellmann <gerd@gnu.org>
16212
16213 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16214 for Emacs.
16215 (eudc-bob-can-display-inline-images): Extend for Emacs.
16216 (eudc-bob-toggle-inline-display): Ditto.
16217 (eudc-bob-display-jpeg): Ditto.
16218
162192000-01-12 Gerd Moellmann <gerd@gnu.org>
16220
16221 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16222 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16223 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16224
16225 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16226 nil)'.
16227
16228 * subdirs.el: Add `net' directory.
16229
16230 * net: New directory.
16231
16232 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16233 eval-last-sexp. Don't bind debug-on-error here.
16234 (eval-last-sexp): New function. Bind debug-on-error if
16235 eval-expression-debug-on-error is non-nil.
16236 (eval-defun-2, eval-defun): Likewise.
16237
16238 * simple.el (eval-expression): Don't bind debug-on-error if
16239 eval-expression-debug-on-error is nil. Detect changed
16240 debug-on-error, and propagate new value to global binding, if
16241 eval-expression-debug-on-error is non-nil,
16242 (eval-expression-debug-on-error): Change doc string.
16243
162442000-01-11 Richard M. Stallman <rms@gnu.org>
16245
16246 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16247
16248 * emacs-lisp/lisp-mode.el (with-syntax-table):
16249 Set up lisp-indent-function property.
16250
16251 * subr.el (with-syntax-table): Moved from simple.el.
16252
16253 * simple.el (with-syntax-table): Moved to subr.el.
16254
162552000-01-11 Gerd Moellmann <gerd@gnu.org>
16256
16257 * tmm.el (tmm-shortcut): Delete region after prompt instead
16258 of erasing buffer.
16259
16260 * textmodes/fill.el (fill-common-string-prefix): New function.
16261 (fill-context-prefix): Use the longest common prefix of first
16262 and second line fill prefix, if there is one.
16263
162642000-01-11 Richard M. Stallman <rms@gnu.org>
16265
16266 * array.el (array-mode): Don't use make-variable-buffer-local.
16267 Use make-local-variable for `truncate-lines'.
16268
162692000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16270
16271 * add-log.el (add-log-current-defun): Handle user-defined
16272 add-log-current-function returning nil,
16273
16274 * add-log.el (add-change-log-entry): Insert version number
16275 if having found a current function
16276
16277 * add-log.el (add-log-current-defun): Call
16278 `add-log-current-defun-function'. Try matches at level 0 and
16279 level 1. Strip whitespace from defun found.
16280
162812000-01-10 John Wiegley <johnw@gnu.org>
16282
16283 * allout.el (isearch-done/outline-provisions): Added `edit'
16284 argument to correspond with the current definition of
16285 `isearch-done'.
16286
162872000-01-10 Dave Love <fx@gnu.org>
16288
16289 * elide-head.el (elide-head): Use point-marker, not point.
16290
162912000-01-10 Gerd Moellmann <gerd@gnu.org>
16292
16293 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16294 before and after the year 2000.
16295
16296 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16297 Add ispell- prefix.
16298
162992000-01-10 Ken Stevens <k.stevens@ieee.org>
16300
16301 * ispell.el: Only define dictionaries in menus when they exist.
16302 (version18p): New variable.
16303 (version20p): New variable.
16304 (xemacsp): New variable.
16305 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16306 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16307 (ispell-dictionary-alist6): Russian command lines no longer accept
16308 run-together words.
16309 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16310 (ispell-dictionary-alist): Add koi8-r to customize definition.
16311 (check-ispell-version): Added documentation string. Returns
16312 library path when called non-interactively.
16313 (ispell-menu-map-needed): Uses new variables.
16314 (ispell-library-path): New variable.
16315 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16316 (ispell-word): Improved documentation string. Test for valid
16317 character mappings. Correctly check typed in word changes that can
16318 result in single words split into multiple words. Returns
16319 replacement word.
16320 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16321 replace in recursive query replace mode. Help message for
16322 recursive edit mode.
16323 (ispell-show-choices): Protect against bad framepop bindings.
16324 (ispell-help): Fix to work with XEmacs.
16325 (ispell-highlight-spelling-error): Use new variables.
16326 (ispell-overlay-window): Fix to work with XEmacs.
16327 (ispell-parse-output): Passed and returns location information
16328 tracking spelling corrections. Doesn't recheck same word on
16329 current line.
16330 (ispell-init-process): Protect against bogus XEmacs variable binding.
16331 Fix call to single argument in sleep-for. Use new variables.
16332 (ispell-region): Passed and returns location information tracking
16333 spelling corrections. Doesn't check same word on current line.
16334 Improved documentation string. Doesn't resend a line already
16335 checked to the ispell process - fixes bug in LaTeX parsing.
16336 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16337 (ispell-skip-region): No longer skips <TT> in SGML.
16338 (ispell-process-line): Tracks location information with spelling
16339 corrections. Added documentation string. Accounts for words
16340 already accepted on this line. Don't allow query-replace on line
16341 starting with math characters. Doesn't resend a line already sent
16342 to ispell process. Fixes alignment error bug.
16343
163442000-01-10 Richard M. Stallman <rms@gnu.org>
16345
16346 * dired-x.el (dired-guess-shell-alist-default):
16347 Suggest xloadimage, which is free, not xv, which isn't.
16348
16349 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16350 Don't ever include the host name or user name in the value.
16351
163522000-01-09 Gerd Moellmann <gerd@gnu.org>
16353
16354 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16355 of a real newline.
16356
163572000-01-09 Stephen Eglen <stephen@gnu.org>
16358
16359 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16360 for .png files.
16361
163622000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16363
16364 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16365
163662000-01-09 Gerd Moellmann <gerd@gnu.org>
16367
16368 * progmodes/cperl-mode.el: Replace ^F with ^L.
16369
16370 * sendmail.el (toplevel): Provide `sendmail' when compiling
16371 before `require'ing rmail and mailalias to prevent infinite
16372 recursion.
16373
163742000-01-08 Dave Love <fx@gnu.org>
16375
16376 * emacs-lisp/backquote.el: Remove inappropriate customization
16377 (allowing custom.el to use backquote).
16378
163792000-01-07 Dave Love <fx@gnu.org>
16380
16381 * add-log.el (add-log-debugging): Deleted.
16382 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16383 file. Remove debugging code.
16384 (change-log-get-method-definition, change-log-name): Add doc.
16385 (change-log-sortable-date-at): New function.
16386 (change-log-merge): New command.
16387
16388 * time.el (display-time-string-forms): Make the Mail string active.
16389 (display-time-update): Provide help-echo for load average.
16390
16391 * bindings.el (make-mode-line-mouse2-map): New function.
16392 (mode-line-modified): Use it and simplify.
16393 (mode-line-mule-info): Provide help-echo info.
16394 (minor-mode-alist): Activate the strings.
16395 (make-mode-line-mouse-sensitive): Simplify for
16396 mode-line-buffer-identification.
16397
163982000-01-07 Gerd Moellmann <gerd@gnu.org>
16399
16400 * play/pong.el: New file.
16401
164022000-01-06 Dave Love <fx@gnu.org>
16403
16404 * array.el: Assorted cleanups for compiler warnings, doc strings,
16405 `array-' prefix for symbols.
16406
164072000-01-05 Dave Love <fx@gnu.org>
16408
16409 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16410 outline-headers-as-kill.
16411 (outline-mode): Define imenu-generic-expression.
16412 (outline-headers-as-kill): New command.
16413
16414 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16415 from paragraph-start.
16416 (paragraph-indent-minor-mode): New command.
16417
16418 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16419 M-C-e, M-C-h, C-j, C-xnd, TAB.
16420 (fortran-mode): Set beginning-of-defun, end-of-defun.
16421 (fortran-column-ruler): Simplify.
16422 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16423 (fortran-with-subprogram-narrowing): Likewise.
16424 (fortran-indent-subprogram): Call mark-defun.
16425 (fortran-check-for-matching-do): Change narrowing.
16426
16427 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16428 (cl-lucid-hash-tag): Delete.
16429 (cl-hash-table-p): Correct test for native table.
16430 (cl-hash-table-count): Use hash-table-count.
16431
16432 * browse-url.el (browse-url): Fix case of
16433 browse-url-browser-function being an alist.
16434
164352000-01-05 Carsten Dominik <cd@gnu.org>
16436
16437 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16438 (reftex-index-phrase-file-extension): New options.
16439
16440 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16441 Use new option `reftex-index-phrase-file-extension'.
16442
16443 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16444 `reftex-parse-file-extension'.
16445
164462000-01-05 Dave Love <fx@gnu.org>
16447
16448 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16449 (beginning-of-defun-raw): Use it.
16450 (end-of-defun): New variable.
16451 (end-of-defun): Use it.
16452 (check-parens): New command.
16453
164542000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16455
16456 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16457 (hs-show-block): Don't use `mapcar' when not accumulating.
16458
16459 Fix buglet in local variables initialization.
16460
164612000-01-05 Andreas Schwab <schwab@suse.de>
16462
16463 * hscroll.el (hscroll): Doc fix.
16464
164652000-01-05 Carsten Dominik <cd@gnu.org>
16466
16467 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16468 idlw-toolbar.
16469
16470 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16471 file idlw-rinfo.el.
16472 (idlwave-customize): load must read file idlw-shell.el.
16473 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16474
164752000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16476
16477 * progmodes/idlw-shell.el: Also provide idlwave-shell
16478 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16479 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16480
16481 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16482 both reftex-dcr and reftex-vcr.
16483
16484 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16485
164862000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16487
16488 * ps-print.el: PostScript code now is in separate files, doc fix.
16489 (ps-print-version): New version number (5.0.3).
16490 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16491 local.
16492 (ps-spool-config): Initialization fix.
16493 (ps-print-prologue-1, ps-print-prologue-2)
16494 (ps-print-duplex-feature): PostScript code moved to separated file.
16495 (ps-background-image): Little code reformating.
16496 (ps-begin-file, ps-begin-job): Fix code.
16497 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16498 (ps-prologue-file): New fun.
16499
165002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16501
16502 * ps-vars.el: Eliminated.
16503
16504 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16505 `;;;###autoload'.
16506
16507 * ps-print.el: ps-vars eliminated, doc fix.
16508 (ps-print-version): New version number (5.0.2).
16509 (ps-spool-config): Initialization fix.
16510 (ps-print-customize): New fun.
16511
165122000-01-04 Gerd Moellmann <gerd@gnu.org>
16513
16514 * autorevert.el (auto-revert-mode): Return value of
16515 auto-revert-mode.
16516
165172000-01-04 Dave Love <fx@gnu.org>
16518
16519 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16520 menu items.
16521
165222000-01-03 Dave Love <fx@gnu.org>
16523
16524 * elide-head.el (elide-head) [defgroup]: Add :version.
16525
16526 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16527 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16528 `cl-hash-table-p', not `hash-table-p'.
16529 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16530
165312000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16532
16533 * faces.el (face-read-integer, read-face-attribute)
16534 (color-defined-p, color-values): unspecified-{f,b}g are now
16535 strings.
16536
165372000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16538
16539 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16540 at comment end, and re-insert them after filling.
16541
165422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16543
16544 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16545 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16546 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16547
165482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16549
16550 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16551 the new name of face-color-supported-p.
16552
16553 * term/w32-win.el (xw-defined-colors): Likewise.
16554
165552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16556
16557 * simple.el (completion-setup-function): Count completion-size
16558 from minibuffer-prompt-end, not from point-min.
16559
165602000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16561
16562 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16563 Pass the frame to tty-color-* functions.
16564 (display-color-p, frame-set-background-mode): Pass the frame to
16565 tty-display-color-p.
16566
16567 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16568 tty-color-alist.
16569 (tty-color-alist, tty-modify-color-alist): New functions.
16570 (tty-color-define, tty-color-clear, tty-color-approximate)
16571 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16572 an optional parameter FRAME.
16573
165742000-01-01 Gerd Moellmann <gerd@gnu.org>
16575
16576 * image.el (create-image, defimage): Don't assume image data is a
16577 string.
16578
16579 * image.el (defimage): Handle specifications containing :data
16580 instead of :file.
16581 (image-type-from-data): New function.
16582 (image-type-from-file-header): Use it.
16583 (create-image): Add parameter DATA-P.
16584
16585See ChangeLog.8 for earlier changes.
16586
16587;; Local Variables:
16588;; coding: iso-2022-7bit
16589;; End: