(realize_basic_faces): Decrement menu_face_change_count
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f827b862
GM
12001-03-28 Gerd Moellmann <gerd@gnu.org>
2
3 * subr.el (read-passwd): Clear command history after each
4 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
5
3c9449d0
KH
62001-03-27 Kenichi Handa <handa@etl.go.jp>
7
8 * international/kkc.el (kkc-save-init-file): Locally bind
9 print-length to nil.
10
e6b13c74
GM
112001-03-26 Gerd Moellmann <gerd@gnu.org>
12
e120bebf
GM
13 * textmodes/flyspell.el: Some doc fixes.
14 (flyspell-maybe-correct-transposition)
15 (flyspell-maybe-correct-doubling): Use a temporary buffer
16
17 * textmodes/ispell.el (ispell-parse-output): Doc fix.
18
e6b13c74
GM
19 * emacs-lisp/byte-opt.el (byte-optimize-while)
20 (byte-optimize-form-code-walker): Diagnose too few arguments
21 for `if' and `while'.
22
2b984c45
KH
232001-03-26 Kenichi Handa <handa@etl.go.jp>
24
25 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
26 Prepend `\' to "\<quail-translation-docstring>".
27
bf2150fa
GM
282001-03-26 Gerd Moellmann <gerd@gnu.org>
29
30 * autorevert.el (global-auto-revert-non-file-buffers): Remove
31 duplicate defcustom.
32
a0d59316
MB
332001-03-26 Miles Bader <miles@gnu.org>
34
35 * international/latin1-disp.el (latin1-char-displayable-p): Add
36 leading "-" for X font pattern.
37
9edbff6c
KH
382001-03-26 Kenichi Handa <handa@etl.go.jp>
39
40 * international/mule-diag.el (describe-coding-system): For
41 raw-text and emacs-mule, don't add anymore text about what
42 charsets they can encode.
43
50b57199
EZ
442001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
45
46 * help.el (view-lossage): Mention open-dribble-file in the doc
47 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
48
5b83f9c0
SM
492001-03-23 Stefan Monnier <monnier@cs.yale.edu>
50
51 * skeleton.el (skeleton-internal-list): Fix bogus logic.
52 (skeleton-pair-insert-maybe): Don't pair after a backslash.
53
e0ecbf5c
KH
542001-03-23 Kenichi Handa <handa@etl.go.jp>
55
5b83f9c0
SM
56 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
57 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
58 multibyte sequence can work correctly.
59 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
60 property of the coding system.
61
1cc218de
SM
622001-03-23 Stefan Monnier <monnier@cs.yale.edu>
63
64 * textmodes/fill.el (fill-individual-paragraphs-prefix):
65 Fix transcription typo.
66
a3db02ad
RV
672001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
68
69 * whitespace.el: Add buffer local variables to toggle testing of
70 whitespaces in buffers without affecting the default values.
a3db02ad 71 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
72 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
73 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
74 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 75
83c9cb8e
SM
762001-03-21 Stefan Monnier <monnier@cs.yale.edu>
77
78 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
79
180d5509
GM
802001-03-21 Gerd Moellmann <gerd@gnu.org>
81
eeb5b5c1
GM
82 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
83 bs-cycle-configuration-name. From Juanma Barranquero
84 <lektu@uol.com.br>.
85
170a9e70
GM
86 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
87 and cc-vars.el.
88
180d5509
GM
89 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
90 headers. Always invoke sendmail with option -t.
91
130c507e
GM
922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
93
94 * Release of cc-mode 5.28.
95
962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
97
98 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
99 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 100 It's instead taken care of by the default value for c-default-style.
130c507e 101
130c507e
GM
1022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
103
104 * cc-align.el (c-lineup-math): Fix bug where lineup was
105 triggered by equal signs in string literals.
106
1072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
108
109 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
110 limit detection when at the ends of the buffer.
111
112 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
113 "for" statement clause in case 7F; a better one is done
114 earlier in case 7D anyway.
115
1162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
117
118 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
119 somewhat more and did a small optimization.
120
1212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
122
123 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
124 Use the limit argument only to limit the syntactic context
125 search, not to limit the actual movement.
126
127 * cc-cmds.el (c-beginning-of-statement): Move by sentence
128 inside multiline strings, just like in comments. Also various
129 fixes to the paragraph and comment prefix recognition, block
130 comment ender handling etc.
131
1322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
133
134 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
135 the relative position of the point.
136
137 * cc-cmds.el (c-electric-continued-statement): New function to
138 use as abbrev hook to reindent for keywords such as "else"
139 that continues an earlier statement.
140
141 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
142 like classes.
143
144 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
145 (pike-mode): Populate the default abbrev tables to reindent for
146 keywords such as "else" that can continue earlier statements.
147 Abbrev mode is therefore turned on by default now. (Note that
148 this doesn't apply to idl-mode, since IDL afaik doesn't have
149 statements at all.)
150
1512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
152
153 * cc-engine.el (c-inside-bracelist-p): Fix for handling
154 bracelists where the declaration contains template arguments.
155
1562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
157
83c9cb8e
SM
158 * cc-cmds.el (c-comment-indent):
159 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
160 syntactic indentation. Fixes bug with lineup functions that
161 return vectors.
162
163 * cc-engine.el (c-get-syntactic-indentation): Split the
164 indentation sum calculation from `c-indent-line' to a separate
165 function.
166
1672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
168
169 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
170 Fixed places where it was assumed that preprocessor directives
171 have to start in column zero.
172
173 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
174 template arguments after a class identifier properly.
175
176 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
177 lists for `new Foo[]' constructs in Java as expressions and
178 not top level definition brace lists on the top level, so that
179 they'll get indented consistently with the same type of
180 expression in a normal block.
181
1822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
183
184 * cc-cmds.el (c-fill-paragraph): The kludge that checks
185 whether the adaptive filling package fails to keep the comment
186 prefix is now kludged further to check for filladapt-mode
187 which doesn't have that problem. This is really icky, but it's
188 the only way that works with the current misfeatures/bugs in
189 both adaptive-fill-mode and filladapt-mode.
190
191 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
192 around point is recognized more robust.
193
1942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
195
196 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
197 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
198 (c-lit-type): Fixed all internal variables used dynamically so
199 that they are always bound.
200
201 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
202 errors:
203
204 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
205 the region is fully reindented even when an error occurs.
206 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
207 whole lot of code that tried to optimize indentation of whole
208 sexps but in reality accomplishes nothing.
209
210 (c-indent-sexp): Use c-indent-region.
211
212 (c-parsing-error): Changed this variable to hold the message
213 for any syntactic error that is discovered.
214
215 (c-parse-state): Search backward from point instead of the bod
216 position when the latter is invalid. This makes CC Mode
217 recover faster when there are unbalanced close braces.
218
219 (c-backward-to-start-of-if): Use c-parsing-error to report
220 dangling "else" clauses instead of throwing an error, and fall
221 back to a reasonable position.
222
83c9cb8e 223 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 224
83c9cb8e 225 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
226
2272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
228
229 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
230 paragraph recognition when moving by sentence in literals.
231
83c9cb8e
SM
232 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
233 start regexp for javadoc to recognize javadoc markup in general instead
234 of a specific set of keywords, to be more future-safe.
130c507e
GM
235
236 (c-Pike-pikedoc-paragraph-start)
237 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
238 pikedoc markup.
239
83c9cb8e 240 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 241
83c9cb8e 242 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
243
244 * cc-vars.el (c-default-style): Made a nicer Customize widget.
245
246 (c-comment-prefix-regexp): Made it possible to use an
247 association list on this to specify mode specific regexps.
248 The default value now use a special regexp in Pike mode to
249 recognize pikedoc markup.
250
251 (c-current-comment-prefix): New variable containing the actual
252 regexp from c-comment-prefix-regexp for the current buffer.
253
2542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
255
256 * cc-cmds.el (c-electric-brace): Fixed check for special brace
257 lists: We can't look at the syntax, since a brace list can get
258 recognized as a plain statement-cont.
259
260 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
261 special brace list opener broken over two lines got recognized
262 as a statement on the second line. Case 9A changed.
263
2642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
265
266 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
267 adjustment after line is reindented.
268
2692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
270
271 * cc-defs.el (c-point): Added optional argument for position
272 to use instead of the current point.
273
274 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
275 the in-expression block symbols when the construct starts at
276 boi, to avoid the extra level of indentation in that case.
277 Cases 4, 16A and 17E affected.
278
2792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
280
281 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 282 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
283
284 * cc-engine.el (c-indent-line): Use the syntax already bound
285 to `c-syntactic-context', if there is any.
286
2872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
288
289 * cc-engine.el (c-get-offset): Fixed bug where the indentation
290 wasn't added up correctly when a lineup function returned nil.
291
2922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
293
294 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 295 empty lines were ignored when collecting line comments backwards.
130c507e
GM
296
2972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
298
299 * cc-align.el (c-lineup-dont-change): Return an absolute
300 indentation column to work correctly in the case when several
301 syntactic elements are processed for the same line.
302
303 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
304 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
305 (c-set-offset): Added absolute indentation column settings by
306 using the vector type.
307
130c507e
GM
3082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
309
310 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
311 Implemented two new cleanups `space-before-funcall' and
312 `compact-empty-funcall'.
313
130c507e
GM
3142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
315
316 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
317 helping building regexps.
318
319 * cc-engine.el (c-on-identifier): New function for detecting
320 identifiers. It takes keywords into account.
321
322 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
323 lists. `c-keywords' is set to a regexp matching all keywords
324 in the current language.
325
3262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
327
328 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
329 list of characters to skip backwards over at the beginning of
330 a statement, since it can precede string literals in Pike.
331
3322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
333
334 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
335 recognition when standing on the last line in a C++ comment
336 with nothing but whitespace after the prefix.
337
338 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
339 given no limit argument.
340
3412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
342
343 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
344 recognition for the `[]= operator symbol in Pike.
345
3462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
347
348 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
349 around a bug in `eval-when-compile' in the byte compiler.
350
351 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 352 value when count is zero and there's no token start within the limit.
130c507e
GM
353
354 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
355 "prefix comments", i.e. comments which are followed by code on
356 the same line.
357
358 * cc-mode-19.el: Fixes so that checks that must be done at
359 compile time also are done then.
360
3612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
362
363 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
364 time and at runtime, and only when it's needed.
365
3662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
367
368 Major cleanup for less error prone and more warning free
369 compilation, including some fixes for bugs due to different
370 compilation orders. Thanks to Martin Buchholz for providing
371 the basis for all this.
372
373 * cc-bytecomp.el: New file that provides some byte compilation
374 features: It ensures that files always are loaded from the
375 current source directory during compilation, and it provides a
376 set of macros to turn off specific compiler warnings for
377 specific symbols. (It's not CC Mode specific in any way.)
378
379 Fixed a nearly acyclic dependency tree (both runtime and
380 compile-time) between all files.
381
382 * cc-defs.el: Separated all macros before the inline functions,
383 to ensure correct compilation.
384
385 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
386 cc-defs.el to cc-engine.el and made it a function instead.
387
388 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
389 about char-after.
390
391 * cc-vars.el: Cope even when there isn't a custom package
392 containing defcustom available.
393
394 * cc-make.el: Removed since it's no longer necessary.
395
396 README: Updated installation instructions.
397
3982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
399
400 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
401 improve the modularity: Moved all mode init stuff from
402 cc-langs.el to cc-mode.el, including the keymap
403 initialization; cc-langs now only contains the various
404 variables for configuring the language syntax.
405
83c9cb8e
SM
406 * cc-engine.el, cc-styles.el (c-evaluate-offset)
407 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 408 dependency analysis suggests they belong there (which also
83c9cb8e 409 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
410
4112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
412
413 * cc-cmds.el (c-fn-region-is-active-p): New function that
414 wraps the corresponding macro, for use in places that aren't
415 compiled. Thanks to Martin Buchholz for pointing out this.
416
83c9cb8e 417 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
418
419 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
420 add things to the bug report.
421
4222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
423
424 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
425 returned prefix could contain a newline when the search for a
426 good prefix line failed.
427
4282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
429
430 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
431 (c-toggle-auto-hungry-state): Made the argument optional, as
432 the documentation says it is.
433
4342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
435
436 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
437 multiline string syntax, #"...", as a cpp macro.
438
7008ccac
GM
4392001-03-21 Paul Eggert <eggert@twinsun.com>
440
83c9cb8e
SM
441 * international/mule-cmds.el (set-locale-environment):
442 Set system-messages-locale and system-time-locale, but only if the
7008ccac 443 caller specifies a non-nil locale name.
3c9449d0
KH
444<<<<<<< ChangeLog
445
4462001-03-20 John Wiegley <johnw@gnu.org>
447
448 * calendar/calendar.el (nongregorian-diary-listing-hook):
449 Added :options to cover the possible values.
450 (nongregorian-diary-marking-hook): Ditto.
451=======
452>>>>>>> 1.2177
7008ccac 453
3c9449d0
KH
454<<<<<<< ChangeLog
455 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
456 * holidays.el: Added support for the Baha'i calendar system.
457=======
c2478129 4582001-03-20 Gerd Moellmann <gerd@gnu.org>
3c9449d0 459>>>>>>> 1.2177
341c19b9
JW
460
461 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 462 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 463
117e4b0c
GM
4642001-03-20 Gerd Moellmann <gerd@gnu.org>
465
7194219d
GM
466 * follow.el (follow-avoid-tail-recenter): Doc fix.
467
5721ae13
GM
468 * custom.el (custom-set-variables): Avoid reversing the list
469 of args needlessly.
470
7b8bbf72
GM
471 * startup.el (fancy-splash-head): Don't change the colors of the
472 XPM image on a dark background.
473
a91ad7c9
GM
474 * comint.el (comint-exec-1): Set columns of the terminal to
475 window-width instead of frame-width.
476
fa88947e
GM
477 * info.el (Info-scroll-down): Add missing WINDOW arg for
478 pos-visible-in-window-p.
479
1741905c
GM
480 * ehelp.el (electric-help-mode-hook): Add defcustom.
481
117e4b0c
GM
482 * mail/sendmail.el (mail-mode): Activate case-folding in
483 font-lock-defaults.
484
e84c695d
SM
4852001-03-19 Stefan Monnier <monnier@cs.yale.edu>
486
487 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
488 (completion-ignored-extensions): Remove duplicate ".class".
489
fc774041
AS
4902001-03-19 Andreas Schwab <schwab@suse.de>
491
83c9cb8e
SM
492 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
493 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 494
c2c097cc
GM
4952001-03-19 Gerd Moellmann <gerd@gnu.org>
496
497 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
498 methods since there are not prefix input methods.
499
fbe2e958
KH
5002001-03-19 Kenichi Handa <handa@etl.go.jp>
501
83c9cb8e
SM
502 * international/mule-cmds.el (read-input-method-name):
503 Locally bind enable-recursive-minibuffers to t.
fbe2e958 504
da47e491
SM
5052001-03-18 Stefan Monnier <monnier@cs.yale.edu>
506
507 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
508
4986c2c6 5092001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 510
4986c2c6
MK
511 * ediff-util.el: Copyright years.
512 (ediff-choose-syntax-table): New function.
513 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 514
4986c2c6
MK
515 * ediff-init.el (ediff-with-syntax-table): New macro, uses
516 with-syntax-table.
83c9cb8e 517
4986c2c6 518 * ediff.el: Date of last update, copyright years.
83c9cb8e 519
4986c2c6 520 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 521
4986c2c6
MK
522 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
523 of Scott Bronson.
524 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
525 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
526 Deleted functions.
527 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
528 ex-token-list.
83c9cb8e 529
4986c2c6 530 * viper-util.el: Spaces, indentation.
83c9cb8e 531
4986c2c6 532 * viper.el: Changed version, modification time.
83c9cb8e 533
3c799aec 5342001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
535
536 * calendar/timeclock.el (timeclock-workday-remaining):
537 Check whether `discrep' is non-null before using it.
3c799aec 538
ae3ce418
JW
5392001-03-16 John Wiegley <johnw@gnu.org>
540
541 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
542 first-time checkins.
543 (timeclock-log-data): Fixed problem with reading timelog log file.
544 Resulting data in the "day list" was incorrect.
545 (timeclock-find-discrep): Check if `timeclock-file' is readable
546 before opening it.
547 (timeclock-time-less-p): New function.
548 (timeclock-day-base): New function.
549 (timeclock-geometric-mean): New function.
550 (timeclock-generate-report): Generate a summary report based on
551 the contents of the log file. This uses `timeclock-log-data', and
552 is an example of writing a timelog manipulation function.
553 (timeclock-visit-timelog): A quick command for opening the timelog
554 file.
555 (timeclock-log-data): Bound the variable event.
556
c8d4a9bb
KH
5572001-03-16 Kenichi Handa <handa@etl.go.jp>
558
83c9cb8e
SM
559 * international/mule-cmds.el (select-safe-coding-system):
560 Fix typo: symbol-name -> symbol-value.
11d56c64 561
c8d4a9bb
KH
562 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
563 before substitute-in-file-name to handle double slashes in FILE
564 correctly.
565
c899e7e6
GM
5662001-03-15 Gerd Moellmann <gerd@gnu.org>
567
568 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
569 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
570
819dce0f
GM
5712001-03-14 Gerd Moellmann <gerd@gnu.org>
572
697617d9
GM
573 * bindings.el (features): Add `md5' and `overlay' to the list.
574
819dce0f
GM
575 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
576 bound before using it. It's not bound when configured without X,
577 for instance.
578
e0067a9d
TTN
5792001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
580
581 * progmodes/hideshow.el: Update copyright.
582 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 583 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 584
afcdc0a1
GM
5852001-03-13 Gerd Moellmann <gerd@gnu.org>
586
e0067a9d 587 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
588 a non-list.
589
30564c48
EZ
5902001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * startup.el (fancy-splash-tail, command-line-1): Fix the
593 copyright year.
594
2b8e24b3
KH
5952001-03-13 Kenichi Handa <handa@etl.go.jp>
596
597 * term.el: These changes are based on a patch sent from Yong Lu
598 <lyongu@yahoo.com>.
599 (term-set-escape-char): Bind M-x to execute-extended-command in
600 term-raw-escape-map.
601 (term-move-columns): Don't try to move to negagive column.
602 (term-emulate-terminal): Insert a string before deleting a text to
603 overwrite.
604
789b6186
GM
6052001-03-12 Gerd Moellmann <gerd@gnu.org>
606
b0778a31
GM
607 * play/life.el (life): Rearrange code so that all calls to
608 life-display-generation are in a catch-form.
609
04528cda
GM
610 * progmodes/etags.el (tags-loop-continue): Don't change point in a
611 file that isn't interesting. In an interesting file, push the old
612 value of point on the mark ring.
613
760cefb5
GM
614 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
615 New function.
616 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
617 Use it.
618
83c9cb8e
SM
619 * emacs-lisp/autoload.el (generate-file-autoloads):
620 Remove warning about line lengths.
789b6186 621
a2ffbafe
FP
6222001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
623
624 * progmodes/etags.el (tags-compression-info-list): New variable.
625 (find-tag-in-order): Use it to deal with compressed source files.
626 (tag-file-name-match-p): New function.
627 (etags-recognize-tags-table): Use it for better match of file names.
628
5c9d9d92
KH
6292001-03-12 Kenichi Handa <handa@etl.go.jp>
630
ba3e9b9b
KH
631 * international/mule-cmds.el (register-input-method): Doc fix.
632
5c9d9d92
KH
633 * international/quail.el (quail-translate-key): Fix condition to
634 check if there's another breaking point in the current key.
635
40beecee
EZ
6362001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
637
638 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
639 Babyl header to the newly-created output file, bind
640 coding-system-for-write to either rmail-file-coding-system or
641 emacs-mule-unix.
642
75c6cb7f
SM
6432001-03-11 Stefan Monnier <monnier@cs.yale.edu>
644
645 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
646 Fix the name and regexp used for subsubsections.
647
5ec17636
DL
6482001-03-10 Dave Love <fx@gnu.org>
649
650 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
651 and save-buffer if buffer-file-name non-nil. From rms.
652
6d2e2c02
AS
6532001-03-10 Andre Spiegel <spiegel@gnu.org>
654
655 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 656 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
657 to reflect that.
658 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 659 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
660 variable bindings that might affect the diff command.
661 (vc-print-log): Don't switch to the *vc* buffer before the
662 command, so that local variable bindings are preserved.
663
789b6186 664 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
665 not the current buffer.
666 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
667
789b6186 668 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 669 make output go to buffer *vc*, not the current buffer.
a2ffbafe 670
b18f5523
SM
6712001-03-09 Stefan Monnier <monnier@cs.yale.edu>
672
673 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
674 so ^, $, *, ? and + are interpreted correctly.
675
3cfd8357
GM
6762001-03-09 Gerd Moellmann <gerd@gnu.org>
677
c085b77c 678 * help.el (string-key-binding): Renamed from
f9db8f19
SM
679 mode-line-key-binding. Handle any event on a string.
680 Check for `keymap' properties as well as `local-map' properties.
c085b77c 681
3cfd8357
GM
682 * comint.el (comint-insert-clicked-input): Use the last key
683 from this-command-keys to lookup the global key definition.
684
348f797a
KH
6852001-03-09 Kenichi Handa <handa@etl.go.jp>
686
3ebf3717
KH
687 * international/characters.el: Add category `j' for
688 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
689
348f797a
KH
690 * international/mule-conf.el (no-conversion): Fix docstring.
691 (raw-text): Fix docstring.
692
e1fbabaf
GM
6932001-03-08 Gerd Moellmann <gerd@gnu.org>
694
96e8e603
GM
695 * simple.el (choose-completion-string): When not leaving the
696 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
697 is set.
698
e1fbabaf
GM
699 * window.el (shrink-window-if-larger-than-buffer): Handle frame
700 parameter `(minibuffer . t)'.
701
f9db8f19
SM
7022001-03-07 Stefan Monnier <monnier@cs.yale.edu>
703
704 * progmodes/sh-script.el (sh-st-symbol): New symbol.
705 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
706 (sh-mode): Remove `make-local-variable' for unused var
707 `font-lock-unfontify-region-function'.
708
02756877
RS
7092001-03-07 Richard M. Stallman <rms@gnu.org>
710
132bf46d
RS
711 * info.el (Info-scroll-down): Fix previous change.
712
02756877
RS
713 * mail/rmail.el (rmail-toggle-header): Use a window which
714 is showing the Rmail buffer, rather than the selected window.
715
eeb24429
DL
7162001-03-07 Dave Love <fx@gnu.org>
717
718 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
719 now, to avoid problems with binding imenu directly to a mouse event.
720
3bdf2660
GM
7212001-03-07 Gerd Moellmann <gerd@gnu.org>
722
723 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
724 second arg t.
725
7262001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
727
728 * log-edit.el (log-edit-common-indent): New var.
729 (log-edit-set-common-indentation): Renamed from
730 log-edit-delete-common-indentation. Use the new var.
731 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
732
733 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
734 (cvs-mode-add-change-log-entry-other-window):
735 Don't presume change-log-default-name is defined.
736
737 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
738
739 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
740 the "tree" operation as well.
741
742 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
743
744 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
745 to match paragraph-start.
746
747 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
748 comment-start-skip and set comment-end-skip as well.
749 (sgml-comment-indent): Fix for new value of comment-start-skip.
750 (html-autoview-mode): Don't bother using make-local-hook.
751
2ad02767
GM
7522001-03-07 Gerd Moellmann <gerd@gnu.org>
753
189638d5 754 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 755 variables, otherwise long Custom entries would make them ineffective.
189638d5 756
2ad02767
GM
757 * uniquify.el: Set maintainer to FSF.
758
656f8cae
EZ
7592001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
760
761 * dired-aux.el (dired-do-shell-command): Doc fix.
762
c83965c4
SM
7632001-03-06 Stefan Monnier <monnier@cs.yale.edu>
764
04af43bc
SM
765 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
766
767 * which-func.el (which-func-modes): Add cperl-mode.
768 (which-func-mode-global): Use define-minor-mode.
769
770 * info-look.el: Docstring fixes and dead code eliminated.
771 (cperl-mode): Add support.
772 (emacs-lisp-mode): List all entries from elisp manual, whether
773 or not they are currently (f)bound or not. Update regexp.
774
775 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
776
c83965c4
SM
777 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
778 so that C-h m shows the correct information.
779 Use make-local-variable rather than make-variable-buffer-local.
780 (cperl-info-buffer, cperl-setup-tmp-buf):
781 Use make-local-variable rather than make-variable-buffer-local.
782 (cperl-msb-fix, cperl-get-help-defer):
783 Check major-mode for `cperl-mode' as well.
784
785 * progmodes/cperl-mode.el: Updated to author version 4.23.
786 (cperl-electric-pod): SYNOPSIS was misspelled.
787 (cperl-find-pods-heres): @if ? a : b was considered a REx.
788 (cperl-after-expr-p): Make true after __END__.
789
f16a7aa5
GM
7902001-03-06 Gerd Moellmann <gerd@gnu.org>
791
157ae273 792 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 793 bookmark-completion-ignore-case is t.
157ae273 794
f16a7aa5
GM
795 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
796 switch, like xterm, and concat resource strings, with a newline
797 between them.
798
abaddb98
EZ
7992001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
800
a2ffbafe 801 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
802 (cp773-decode-table, cp774-decode-table): New variables.
803
abaddb98
EZ
804 * man.el (Man-hyphenated-reference-regexp): New variable.
805 (Man-build-references-alist): Use it to search for referenced
806 manpages. If hyphenated is non-nil, record a concatenated word in
807 Man-refpages-alist only if it matches Man-reference-regexp.
808 Update word's length when it is concatenated. Reverse the list,
809 to get the first manpage at the head.
810 (Man-possibly-hyphenated-word): New function.
811 (Man-follow-manual-reference): Use it instead of current-word to
812 find a manpage at point, in a way that accounts for hyphenated
813 references.
814
eb3f61dd
GM
8152001-03-06 Alex Schroeder <alex@gnu.org>
816
817 * sql.el (sql-interbase): New function.
818 (sql-interbase-program): New option.
819 (sql-interbase-options): New option.
820 And some typos fixed: "customise" to "customize".
821
fa84f42a
DL
8222001-03-06 Dave Love <fx@gnu.org>
823
83c9cb8e
SM
824 * textmodes/flyspell.el (flyspell-region):
825 Set up flyspell-local-mouse-map.
fa84f42a 826
fda3411d
RS
8272001-03-05 Richard M. Stallman <rms@gnu.org>
828
a2ffbafe 829 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
830 Don't call rmail-beginning-of-message.
831 Don't discard From: field. Do discard Received: field.
832 Use unwind-protect to re-prune.
833 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 834
e972ab1f
KH
8352001-03-06 Kenichi Handa <handa@etl.go.jp>
836
837 * international/quail.el (quail-title): Add autoload cookie.
838
335db3c1
DL
8392001-03-05 Dave Love <fx@gnu.org>
840
841 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
842 new defs.
843
278dd6ac
KH
8442001-03-05 Kenichi Handa <handa@etl.go.jp>
845
83c9cb8e
SM
846 * language/ethio-util.el (ethio-toggle-space):
847 Update current-input-method-title if necessary.
36d5e61d
KH
848 (ethio-toggle-punctuation): Likewise.
849
341cd4f0
KH
850 * international/quail.el (quail-title): Fix for the case that a
851 title of an input method is specified by a list of the same form
852 as used in mode-line-format.
853
83c9cb8e
SM
854 * international/mule-cmds.el (activate-input-method):
855 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
856 respect that value.
857
10ebaeb6
GM
8582001-03-05 Gerd Moellmann <gerd@gnu.org>
859
860 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
861
7a65c85c
GM
8622001-03-05 Alex Schroeder <alex@gnu.org>
863
864 * sql.el (sql-sybase): Fix typo (was: query user about server two
865 times instead of server and database).
866
867 * sql.el (sql-sybase): Doc change.
868 (sql-mysql): Doc change.
869 (sql-postgres): Doc change.
870
b86644f2
KH
8712001-03-05 Kenichi Handa <handa@etl.go.jp>
872
83c9cb8e
SM
873 * international/mule-conf.el (emacs-mule, raw-text):
874 Docstring modified.
b86644f2 875
e30bd7b7
EZ
8762001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
877
878 * term/internal.el: Update copyright notice.
879
880 * term/pc-win.el: Update copyright notice.
881
7e365285
DL
8822001-03-02 Dave Love <fx@gnu.org>
883
83c9cb8e
SM
884 * files.el (insert-file-contents-literally):
885 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
886 not jka-compr-compression-info-list.
7e365285 887
75ed43a6
SM
8882001-03-02 Stefan Monnier <monnier@cs.yale.edu>
889
890 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
891 spaces in default comment-start-skip settings rather than \s-.
892
53c4b1e6
EZ
8932001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
894
895 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
896 default-frame-alist as well.
897
028d739a
DL
8982001-03-01 Dave Love <fx@gnu.org>
899
900 * textmodes/reftex.el (defvar): Wrap some defvars in
901 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
902
903 * subr.el (event-basic-type): Doc fix.
904
905 * international/quail.el: Doc fixes.
906
907 * international/utf-8.el: Doc fixes.
908
909 * international/mule-cmds.el: Doc fixes.
910 (leim-list-header): Fix header text.
911
912 * international/mule.el (coding-system-category): Doc fix.
913
914 * international/ccl.el (ccl-compile): Doc fix.
915
15d1caef
SM
9162001-03-01 Stefan Monnier <monnier@cs.yale.edu>
917
918 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
919 rather than (before|after)-change-functions.
920
f84ff02c
GM
9212001-03-01 Gerd Moellmann <gerd@gnu.org>
922
923 * ediff-util.el (ediff-scroll-horizontally): Arrange for
924 scroll-left and scroll-right being called interactively so that
925 they set the window's min_hscroll.
926
e0c1e774
EZ
9272001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
928
929 * info.el (info-insert-file-contents-1): Accept an additional
930 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
931 `suffix'; otherwise use the complicated MS-DOS code.
932 All callers changed.
e0c1e774
EZ
933 (info-insert-file-contents, Info-find-node): If the MS-DOS port
934 can access long file names, try the long file-name version of
935 `info-insert-file-contents-1', then the short file-name version.
936
b8b2ea31 9372001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 938
af122766
KH
939 * language/ethio-util.el (setup-ethiopic-environment-internal):
940 Change bindings of functions keys to conform to "Emacs Lisp Coding
941 Convention".
942
943 * language/ethiopic.el ("Ethiopic"): Add documentation.
944
b8b2ea31
KH
9452001-02-28 Kenichi Handa <handa@etl.go.jp>
946
1d64e2ad
KH
947 * international/utf-8.el (mule-utf-8): Set coding-category
948 property to coding-category-utf-8.
949
91cb6e51
RS
9502001-02-27 Richard M. Stallman <rms@gnu.org>
951
952 * lpr.el (lpr-page-header-switches, print-region-1):
953 Undo 2000-07-06 change.
7298f3f7
RS
954 (lpr-add-switches): Default to t on gnu/linux.
955
c0cb1027
GM
9562001-02-27 Gerd Moellmann <gerd@gnu.org>
957
958 * bs.el (bs-attributes-list): Doc fix.
959
01459648
GM
9602001-02-26 Gerd Moellmann <gerd@gnu.org>
961
baebd8a5 962 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 963
01459648
GM
964 * help.el (view-order-manuals): Use goto-address.
965
966 * startup.el (command-line-1): Add info about ordering manuals
967 to the not so fancy splash screens.
968
f93e614e
AS
9692001-02-26 Andre Spiegel <spiegel@gnu.org>
970
01459648
GM
971 * vc.el (vc-default-workfile-unchanged-p)
972 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 973
12435002
GM
9742001-02-26 Gerd Moellmann <gerd@gnu.org>
975
a2ffbafe 976 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
977 fontify in the right buffer.
978
12435002
GM
979 * allout.el (outline-flag-region): Move macro in front of first
980 use to avoid a run-time error.
981
425de386
AI
9822001-02-24 Andrew Innes <andrewi@gnu.org>
983
984 * makefile.w32-in: Fix copyright notice.
985
66c56ed1
KH
9862001-02-24 Kenichi Handa <handa@etl.go.jp>
987
4c1593ce
KH
988 * international/utf-8.el (mule-utf-8): Set correct value for
989 valid-codes property.
990
66c56ed1
KH
991 * international/fontset.el (x-complement-fontset-spec): In the
992 case that we use ASCII font for the other charsets, use only
15d1caef 993 family and registry part of it.
66c56ed1 994
119171dd
EZ
9952001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
998 (shrink-window-if-larger-than-buffer): Doc fix.
999
932c309e
SM
10002001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1001
1002 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1003 predicate passed to completing-read.
1004
9b760e36
EZ
10052001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1006
1007 * startup.el (command-line): Fix last change.
1008
5c39a60f
JR
10092001-02-23 Jason Rumney <jasonr@gnu.org>
1010
1011 * startup.el (tool-bar-originally-present): New variable.
1012 (command-line): Set it if the tool-bar is switched on at startup.
1013
1014 * frame.el (frame-notice-user-settings): Only adjust frame height
1015 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1016 From E. Jay Berkenbilt.
5c39a60f 1017
cb91b2c7
SM
10182001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1019
39b557e8
SM
1020 * server.el (server-switch-buffer): Only switch window if the
1021 current one is dedicated.
1022
cb91b2c7
SM
1023 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1024 rather than using (match-beginning 0) when searching for break point.
1025
9238a8df
EZ
10262001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1029 @ follows an accent command such as @'. Support optional braces
1030 in commands that insert accents, like makeinfo does.
1031
3473f362
GM
10322001-02-22 Gerd Moellmann <gerd@gnu.org>
1033
1034 * startup.el (fancy-splash-text): Add a line for ordering
1035 manuals. Reverse order of splash screens shown.
1036 (use-fancy-splash-screens-p): Adapt to the text line added.
1037
1038 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1039 manuals from the FSF.
1040
1041 * help.el (view-order-manuals): New function.
1042 (toplevel): Bind C-h C-m to this function.
1043
76a4de07
SM
10442001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1045
1046 * newcomment.el (comment-forward): Skip the comment-start before
1047 searching for the comment-end.
1048
75b71d85
DL
10492001-02-21 Dave Love <fx@gnu.org>
1050
2f4c9a87
DL
1051 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1052
75b71d85
DL
1053 * international/mule-cmds.el, international/mule.el: Doc fixes.
1054
1055 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1056 (fortune) <defgroup>: Add :link.
1057 (fortune-from-region): Use eq, not eql.
1058
ffc9ff0c
GM
10592001-02-21 Gerd Moellmann <gerd@gnu.org>
1060
1061 * startup.el (fancy-splash-screens): Use display-hourglass
1062 instead of display-busy-cursor.
1063
1064 * frame.el (display-hourglass): Renamed from busy-cursor.
1065 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1066 (show-cursor-in-non-selected-windows): Doc fix.
1067
f34eb373
DL
10682001-02-20 Dave Love <fx@gnu.org>
1069
1070 * international/utf-8.el: Doc and commentary fixes.
1071
f55e4a7e
EZ
10722001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1073
1074 * ehelp.el (with-electric-help): Doc fix.
1075
fa97adf6
GM
10762001-02-20 Gerd Moellmann <gerd@gnu.org>
1077
1078 * msb.el (msb-mode): Call the update-buffers function explicitly
1079 with a FORCE argument.
1080
1081 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1082 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1083 returns nil.
1084
54ed3bd2
GM
10852001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1086
1087 * ps-print.el: Timestamp package replacement. Some enhancements.
1088 Some XEmacs compatibility. Doc fix.
1089 (ps-print-version): New version number (6.4).
1090 (ps-printer-name): Initialization fix.
1091 (ps-zebra-stripe-follow): Funcionality enhancement.
1092 (ps-prologue-file): Code enhancement.
1093 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1094 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1095 (ps-get-page-dimensions)
54ed3bd2
GM
1096 (ps-generate-header, ps-begin-file, ps-begin-job)
1097 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1098 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1099 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1100 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1101
e8ebf97d
MB
11022001-02-20 Miles Bader <miles@gnu.org>
1103
1104 * image-file.el (image-file-name-extensions): Add "tif".
1105
136b27c5
GM
11062001-02-19 Gerd Moellmann <gerd@gnu.org>
1107
1108 * wid-edit.el (widget-button-click): Save the selected window
1109 around the code handling clicks on buttons.
1110
6ebbcf59
DL
11112001-02-18 Dave Love <fx@gnu.org>
1112
1113 * imenu.el (imenu--generic-function): Use mapc to iterate over
1114 syntax characters.
1115
595ded73
RS
11162001-02-17 Richard M. Stallman <rms@gnu.org>
1117
b9fe3dc8
RS
1118 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1119
595ded73
RS
1120 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1121
f3f053f3
GM
11222001-02-16 Gerd Moellmann <gerd@gnu.org>
1123
1124 * mouse.el (mouse-save-then-kill): If the distance from the new
1125 point to the mark is equal to the distance of point from the new
1126 point, move point instead of the mark.
1127
11570a8f
DL
11282001-02-16 Dave Love <fx@gnu.org>
1129
1130 * textmodes/flyspell.el (flyspell-get-word): Return string without
1131 properties.
1132
fb339cd5
EZ
11332001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1134
1135 * generic.el (generic-find-file-regexp): Doc fix.
1136 (generic-ignore-files-regexp): New defcustom.
1137 (generic-mode-find-file-hook): If the file's name matches the
1138 regexp in `generic-ignore-files-regexp', don't enter
1139 default-generic-mode. Doc fix.
1140
c56b1c1b
GM
11412001-02-16 Gerd Moellmann <gerd@gnu.org>
1142
a2ffbafe 1143 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1144 Add autoload cookies.
1145
a2ffbafe 1146 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1147 of cal-tex-24.
1148
0d140e65
EZ
11492001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1150
81558867
EZ
1151 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1152
0d140e65
EZ
1153 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1154 the character class after the (optional) drive, to support file
1155 names with embedded blanks.
1156
713f7b15
SS
11572001-02-15 Sam Steingold <sds@gnu.org>
1158
1159 * textmodes/tex-mode.el (tex-shell-running):
1160 Check the process buffer too.
1161
9a2a6f73
DL
11622001-02-15 Dave Love <fx@gnu.org>
1163
1164 * battery.el (battery-status-function): Fix doc, :type.
1165
15d1caef 1166 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1167
fe10cef0
GM
11682001-02-15 Gerd Moellmann <gerd@gnu.org>
1169
1170 * subr.el (read-passwd): Clear Lisp memory holding password.
1171
126f5d4d
MB
11722001-02-15 Miles Bader <miles@gnu.org>
1173
1174 * info.el (Info-copy-current-node-name): New function.
1175 (Info-mode-menu): Add it to the menu.
1176
92e98d63
RS
11772001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1178
1179 * international/mule-cmds.el (toggle-input-method): Doc fix.
1180
dd4e0e55
SM
11812001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1182
1183 * replace.el (occur): Stop at end of buffer.
1184
402dbbd1
EZ
11852001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1186
1187 * international/mule-cmds.el (set-input-method): Another doc fix.
1188
e9fcba3d
GM
11892001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1190
1191 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1192
78ad1cd5
MB
11932001-02-13 Miles Bader <miles@gnu.org>
1194
713f7b15 1195 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1196 (set-face-stipple): Treat a value of nil as being `unspecified'.
1197
fce9d9dc
DL
11982001-02-12 Dave Love <d.love@dl.ac.uk>
1199
1200 * international/latin1-disp.el: Doc fixes.
1201 (latin1-display) <defgroup>: Add :link.
1202 (latin1-display) <function>: Set variable latin1-display.
1203
bc406911
EZ
12042001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1205
1206 * international/mule-cmds.el (set-input-method): Doc fix.
1207
68514d48
EL
12082001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1209
1210 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1211 (speedbar-line-file): Return nil if not a file.
1212 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1213
513bea45 12142001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1215
513bea45
MK
1216 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1217 for remote files.
bc406911 1218 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1219 with raw-text.
713f7b15 1220
513bea45 1221 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1222
83c9cb8e
SM
1223 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1224 Better handling of the diff mode.
713f7b15 1225
513bea45 1226 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1227
bc406911 1228 * viper.texi: Fix typos.
713f7b15 1229
521d4010
DL
12302001-02-11 Dave Love <fx@gnu.org>
1231
36fd8e17
DL
1232 * shadowfile.el: Doc fixes.
1233 (shadow) <defgroup>: Add :link.
1234 (shadowfile-unload-hook): New function.
1235 (shadow-initialize): Use defalias, not fset.
1236 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1237 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1238
521d4010
DL
1239 * international/mule.el: Doc and message fixes.
1240
36fd8e17
DL
1241 * international/ccl.el (define-ccl-program): Doc fix.
1242
92395bbe
KH
12432001-02-11 Kenichi Handa <handa@etl.go.jp>
1244
1245 * faces.el (mode-line): Set :line-width property to -1.
1246
103db06c
RS
12472001-02-10 Richard M. Stallman <rms@gnu.org>
1248
08b78974
RS
1249 * complete.el (partial-completion-mode): Doc fix.
1250
103db06c
RS
1251 * simple.el (delete-key-deletes-forward-mode):
1252 Change `let' to `let*' to fix gross bug in last change.
1253
1254 * repeat.el (repeat): Don't let execute-kbd-macro alter
1255 real-last-command.
1256
a6a1ee53
EZ
12572001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1258
1259 * simple.el (eval-expression): Doc fix.
1260
d2f288c6
DL
12612001-02-09 Dave Love <fx@gnu.org>
1262
038f4ae3
DL
1263 * imenu.el (imenu-generic-expression): Doc fix.
1264
83c9cb8e
SM
1265 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1266 From Juanma Barranquero.
038f4ae3 1267
15d1caef 1268 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1269
9804b846
KH
12702001-02-09 Kenichi Handa <handa@etl.go.jp>
1271
1272 * faces.el (set-face-attribute): Describe the case of a negative
1273 value specified for :line-width.
1274
532f5197
SM
12752001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1276
1277 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1278 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1279
1d279666
DL
12802001-02-08 Dave Love <fx@gnu.org>
1281
4681ca3a
DL
1282 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1283 widget-plist-value-type.
1284 (widget-alist-convert-widget): Replace binding of
1285 widget-alist-value-type.
1286
1d279666
DL
1287 * textmodes/paragraphs.el (sentence-end): Doc fix.
1288
83c9cb8e
SM
1289 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1290 Remove `backward-line'.
1d279666 1291
532f5197
SM
1292 * play/pong.el (pong-blank-color, pong-bat-color)
1293 (pong-ball-color, pong-border-color, pong-left-key)
1294 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1295 (pong-pause-key, pong-resume-key, pong-timer-delay):
1296 * mail/mh-comp.el (mh-compose-letter-function):
1297 * eshell/esh-mode.el (eshell-skip-prompt-function):
1298 * emulation/viper-ex.el (ex-unix-type-shell-options):
1299 * recentf.el (recentf-menu-filter):
1300 * ps-print.el (ps-print-region-function):
1301 * lpr.el (print-region-function):
1302 * forms.el (forms-mode-hooks):
1303 * dirtrack.el (dirtrack-directory-change-hook):
1304 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1305 * textmodes/spell.el (spell-filter):
1306 * textmodes/fill.el (adaptive-fill-function):
1307 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1308 * progmodes/etags.el (find-tag-default-function):
1309 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1310 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1311
6f676109
EZ
13122001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1313
751d3bc4
EZ
1314 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1315 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1316 Meyering <jim@meyering.net>.
1317
6f676109
EZ
1318 * loadup.el: Revert last change.
1319
d3c26cdf
KH
13202001-02-07 Kenichi Handa <handa@etl.go.jp>
1321
83c9cb8e
SM
1322 * international/mule.el (transform-make-coding-system-args):
1323 Make it work also for coding systems not using CCL.
d3c26cdf 1324
44806980
EZ
13252001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1326
9889af08
EZ
1327 * simple.el (previous-matching-history-element)
1328 (next-matching-history-element): Doc fix.
1329
44806980
EZ
1330 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1331 specific part.
1332
1e36ff68
DL
13332001-02-06 Dave Love <fx@gnu.org>
1334
713f7b15 1335 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1336 (add-log-buffer-file-name-function, add-log-file-name-function):
1337 Fix :type.
1338 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1339
c7ca58df
EZ
13402001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1341
fecd556a
EZ
1342 * info.el (info-initialize): Remove the test for system-type when
1343 invocation-directory is non-nil.
1344
c7ca58df
EZ
1345 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1346 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1347
587b5737
AI
13482001-02-06 Andrew Innes <andrewi@gnu.org>
1349
1350 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1351 absolute.
1352
baf7eee4
GM
13532001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1354
1355 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1356 buffers. When hi-lock turned on rather than only checking current
1357 buffer for regexps, all buffers are checked. Moved activation of
1358 font-lock to hi-lock-refontify. When font-lock turned off rather
1359 than removing added highlighting just in current buffer, remove it
1360 in all buffers. Changed edit menu text from "Automatic
1361 Highlighting" to "Regexp Highlighting" Documentation for
1362 highlighting phrases, minor documentation changes.
1363 (hi-lock-set-file-patterns): Execute only if there are new or
1364 existing file patterns.
1365 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1366 unfontify and, if a support mode is active, will not refontify the
1367 whole buffer. If necessary, turn on font lock. (Removed
1368 font-lock-unfontify and font-lock support-mode-specific calls,
1369 such as lazy-lock-fontify-window.)
1370 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1371 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1372 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1373 (hi-lock-face-phrase-buffer): New function. Also added related
1374 menu item and keybinding.
1375 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1376 (hi-lock-process-phrase): New function.
1377 (hi-lock-line-face-buffer): Doc fixes.
1378 (hi-lock-face-buffer): Doc fixes.
1379 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1380
36710aa6
GM
13812001-02-06 Gerd Moellmann <gerd@gnu.org>
1382
1383 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1384 dabbrev-ignored-regexps.
1385
d3f22784
EZ
13862001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1387
1388 * simple.el (kill-line): Doc fix.
1389
5cb3c8d4
DL
13902001-02-05 Dave Love <fx@gnu.org>
1391
1392 * loadup.el: Revert last two changes -- bootstrapping works with
1393 regenerated loaddefs.
1394
e6297e7d
EZ
13952001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1396
1e14b095
EZ
1397 * isearch.el (isearch-forward): Doc fix.
1398
e6297e7d
EZ
1399 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1400 of font-lock-defaults to backward-paragraph.
1401
e16f52ce
GM
14022001-02-05 Gerd Moellmann <gerd@gnu.org>
1403
1404 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1405 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1406
01d19dd7
GM
14072001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1408
1409 * ebnf2ps.el: Eliminate time-stamp functions.
1410 (ebnf-version): New version (3.5).
1411 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1412 format-time-string.
1413
24886813
GM
14142001-02-05 Gerd Moellmann <gerd@gnu.org>
1415
1416 * simple.el (next-line): Goto end-of-line before inserting a newline.
1417
65e70fc4
MB
14182001-02-05 Miles Bader <miles@gnu.org>
1419
1420 * image-file.el (insert-image-file): When visiting an image, also
1421 set `truncate-lines' to t so that any fringe arrow looks correct.
1422
482f06c9
KH
14232001-02-05 Kenichi Handa <handa@etl.go.jp>
1424
1425 * isearch.el (isearch-forward): Add description about input method
1426 in the docsting.
1427
02399da7
SM
14282001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1431
2c366083
EZ
14322001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1433
1434 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1435 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1436
bdadfce3
GM
14372001-02-02 Gerd Moellmann <gerd@gnu.org>
1438
79fb38c0
GM
1439 * wid-edit.el (widget-button-click): Fix last change.
1440
bdadfce3
GM
1441 * frame.el (frame-notice-user-settings): When resizing the initial
1442 frame because the tool bar is off, also change the frame's top
1443 position if a negative top position was specified.
1444
33155ffb
MB
14452001-02-02 Miles Bader <miles@gnu.org>
1446
1447 * image-file.el (insert-image-file): When visiting an image,
1448 suppress the cursor in the image buffer.
1449
1355ba0c
DL
14502001-02-01 Dave Love <fx@gnu.org>
1451
1452 * progmodes/f90.el (f90-mode): Remove startup message.
1453
fb758d2d 1454 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1455
01acdb05
GM
14562001-02-01 Gerd Moellmann <gerd@gnu.org>
1457
1458 * startup.el (command-line): Fix code determining whether or not
1459 to use delete-key-deletes-forward-mode.
1460
5b1ee316
AS
14612001-02-01 Andre Spiegel <spiegel@gnu.org>
1462
1463 * vc.el (vc-diff-switches): New user option.
1464 (vc-version-diff): Use it.
1465 (vc-diff-switches-list): New macro.
1466
83c9cb8e
SM
1467 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1468 New customization options.
5b1ee316
AS
1469 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1470
1471 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1472
00b1e7a1
GM
14732001-02-01 Gerd Moellmann <gerd@gnu.org>
1474
1475 * msb.el (toplevel): Quote hook symbols.
1476
85827036
KH
14772001-02-01 Kenichi Handa <handa@etl.go.jp>
1478
8e028499 1479 * international/mule.el (make-coding-system): Add description
3c948dde 1480 about recognized properties in the docstring.
8e028499 1481
85827036
KH
1482 * international/mule-conf.el: Remove unused charsets
1483 mac-roman-lower and mac-roman-upper.
1484
7ccf7ab9
GM
14852001-01-31 Gerd Moellmann <gerd@gnu.org>
1486
2441692d
GM
1487 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1488 is in front of the left-margin, if any.
1489
ee5cece0
GM
1490 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1491 like `delete'.
1492
83c9cb8e 1493 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1494
7ccf7ab9
GM
1495 * term/w32-win.el (mouse-set-font): Doc fix.
1496
b4f30ec5 14972001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1498
b4f30ec5
GM
1499 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1500 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1501 on already.
1502
03e0fe6e
GM
15032001-01-31 Markus Rost <rost@math.ohio-state.edu>
1504
1505 * files.el (save-buffer): Don't give message if (buffer-file-name)
1506 returns nil.
713f7b15 1507
8f289acc
EZ
15082001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1509
cb4aae04
EZ
1510 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1511
dbd98b19
EZ
1512 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1513 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1514
8f289acc
EZ
1515 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1516 display problems.
1517
c12553c1
KH
15182001-01-31 Kenichi Handa <handa@etl.go.jp>
1519
c7bf5db9
KH
1520 * international/mule.el (charset-info): Fix docstring.
1521
1522 * international/mule-diag.el (describe-character-set): Check final
1523 char valid before printing it.
c12553c1 1524
14f16b9c
GM
15252001-01-30 Gerd Moellmann <gerd@gnu.org>
1526
efaa080b
GM
1527 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1528
eef93f99
GM
1529 * frame.el (frame-notice-user-settings): Do the tool-bar
1530 stuff only for graphical displays. Fix a braino.
713f7b15 1531
14f16b9c
GM
1532 * frame.el (frame-initialize): Create initial frame visible.
1533 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1534 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1535
1536 * startup.el (command-line): Remove manipulation of frame
1537 height for tool bars.
1538
4ad25e43
EZ
15392001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1540
1541 * lpr.el: Compatibility with XEmacs and doc fixes.
1542 (lpr-windows-system, lpr-lp-system): New vars.
1543 (lpr-printer-switch): New defcustom.
1544 (printer-name, lpr-command): Customization fix.
1545 (print-region-1): Code fix.
1546 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1547 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1548 New functions.
4ad25e43 1549
e8f044a0
GM
15502001-01-29 Gerd Moellmann <gerd@gnu.org>
1551
1552 * msb.el (toplevel): Fix the eval-after-load.
1553
850d5045
GM
15542001-01-29 Dave Love <fx@gnu.org>
1555
762fe76e
DL
1556 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1557
1558 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1559
83c9cb8e 1560 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1561 (tcl-using-emacs-19-23): Consider Emacs 21+.
1562 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1563 (tcl-add-emacs-menu): Supply menu name.
1564 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1565
3a768251
GM
15662001-01-29 Gerd Moellmann <gerd@gnu.org>
1567
1568 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1569
274d02f7
SM
15702001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1571
1572 * pcvs.el (cvs-mark-fis-dead): New function.
1573 (cvs-mode-add): Use it.
1574 (cvs-mode-add-change-log-entry-other-window):
1575 Rebind change-log-default-name to itself rather than to nil.
1576
ed5d446e
SS
15772001-01-29 Sam Steingold <sds@gnu.org>
1578
efaa080b 1579 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1580 `autoload' statements.
1581
e2a80284
EZ
15822001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1583
8e1db7b3
EZ
1584 * files.el (confirm-kill-emacs): Doc fix.
1585
ff2a1c79
EZ
1586 * frame.el (frame-initialize): Doc fix.
1587
e7b0deaf
EZ
1588 * time-stamp.el (time-stamp-string): Doc fix.
1589
83c9cb8e
SM
1590 * woman.el (WoMan-log-1): Make the log buffer writable.
1591 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1592
005913e4
GM
15932001-01-29 Gerd Moellmann <gerd@gnu.org>
1594
1595 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1596 the `make-variable-buffer-local'.
1597
58622cc5
GM
15982001-01-29 Dave Love <fx@gnu.org>
1599
1600 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1601 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1602 Add autoload cookie.
58622cc5
GM
1603 (ansi-color-apply-sequence): Fix typo.
1604
0404d031
GM
16052001-01-29 Gerd Moellmann <gerd@gnu.org>
1606
ed5d446e 1607 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1608 Postscript printing in black and white.
1609
0404d031
GM
1610 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1611 X-Mailman-Version, Precedence, List-Help, List-Post,
1612 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1613 Content-Type, Content-Length.
1614
3b6ed359
DL
16152001-01-29 Dave Love <fx@gnu.org>
1616
ddd16e7a
DL
1617 * elide-head.el (elide-head): Make overlay evaporate.
1618
83c9cb8e 1619 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1620
8005142f
EZ
16212001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1622
1623 * isearch.el (isearch-highlight): Don't punt if the display
1624 doesn't support colors, since isearch faces are defined for
1625 monochrome displays as well.
1626
84728570
SS
16272001-01-27 Sam Steingold <sds@gnu.org>
1628
1629 * shell.el (shell-write-history-on-exit): Make sure that we are in
1630 the shell buffer (M-x tex-file RET inserted the error message into
1631 the TeX buffer).
1632
e26f9ced
EZ
16332001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1634
1635 * simple.el (transient-mark-mode): Doc fix.
1636
dc0274bd
GM
16372001-01-27 Gerd Moellmann <gerd@gnu.org>
1638
83c9cb8e 1639 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1640
c1acacc4
EZ
16412001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1642
f5058b96
EZ
1643 * shell.el (shell-unquote-argument): If the shell is one of the
1644 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1645 quote character.
1646 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1647 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1648
c1acacc4 1649 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1650 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1651
103db06c 16522001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1653
84728570 1654 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1655 Treat a one-capital-letter abbrev as "not all upper case",
1656 so as to force preservation of the expansion's pattern
1657 if the expansion starts with a capital letter.
1658
cfa70244
EZ
16592001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1660
cfee9de7
EZ
1661 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1662 Doc fix.
1663
cfa70244
EZ
1664 * simple.el (transient-mark-mode): Document the fact that many
1665 commands act on the region when mark is active.
1666
17d90d6b
KH
16672001-01-27 Kenichi Handa <handa@etl.go.jp>
1668
1669 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1670 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1671 (quail-show-guidance-buf): Make the multibyteness of current
1672 buffer inherited to Quail guidance buffer.
1673 (quail-help): Make the multibyteness of current buffer inherited
1674 to Quail help buffer.
1675
61076b20
DL
16762001-01-26 Dave Love <fx@gnu.org>
1677
c47e2c68
DL
1678 * time-stamp.el: Doc fixes.
1679
84728570 1680 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1681 (delphi-keyword-face, delphi-other-face): Fix :type.
1682
940f14b4
DL
1683 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1684
1685 * mail/feedmail.el (feedmail): Add :link.
1686 (feedmail-send-it): Doc fix.
1687
1688 * mail/sendmail.el: Doc fixes.
1689 (sendmail-send-it): Fix the non-ASCII regexp and use
1690 rfc2047-encode-string.
1691
61076b20
DL
1692 * dired.el, dired-aux.el: Revert last change.
1693
6c317bd2
GM
16942001-01-26 Gerd Moellmann <gerd@gnu.org>
1695
1696 * makefile.w32-in (DONTCOMPILE): Add various term files.
1697
16982001-01-26 Dave Love <fx@gnu.org>
1699
1700 * Makefile.in (DONTCOMPILE): Add various term files.
1701
1c636b5f
GM
17022001-01-26 Gerd Moellmann <gerd@gnu.org>
1703
af900b23
GM
1704 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1705
15fa6db0 1706 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1707 the echo area is resized to fit the size of the startup message.
15fa6db0 1708
1c636b5f
GM
1709 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1710 part of which is a constant.
1711
9b1adbd5
EZ
17122001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1713
83c9cb8e 1714 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1715
103db06c 17162001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1717
1718 * simple.el (next-line): Don't let `newline' expand abbrevs.
1719 Simplify slightly.
1720 (open-line): Don't let `newline' expand abbrevs.
1721
219227ea
JW
17222001-01-25 John Wiegley <johnw@gnu.org>
1723
1724 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1725 to `repeat' in the :type field.
1726
1727 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1728 allow a choice of regexp or nil.
d2906bf8 1729 (pcomplete-dir-ignore): Same.
219227ea
JW
1730
1731 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1732 a command) to always fail.
1733
ceba0dac
GM
17342001-01-25 Gerd Moellmann <gerd@gnu.org>
1735
1736 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1737 discard the result.
1738 (iswitchb-to-end): Likewise.
1739
9b0630e5
SS
17402001-01-25 Sam Steingold <sds@gnu.org>
1741
1742 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1743 Require vc.
9b0630e5 1744
a2ed9670
SM
17452001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1746
f0c1adab
SM
1747 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1748
a2ed9670
SM
1749 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1750
34ac3367
DL
17512001-01-25 Dave Love <fx@gnu.org>
1752
61076b20
DL
1753 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1754 (describe-coding-system): Tweak the English text.
1755
34ac3367
DL
1756 * loadup.el: Preload international/ccl for utf-8.
1757
4685e6b7
EZ
17582001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * mail/rmail.el (rmail-redecode-body): Doc fix.
1761
0fdb4475
KH
17622001-01-25 Kenichi Handa <handa@etl.go.jp>
1763
83c9cb8e
SM
1764 * international/mule-cmds.el (reset-language-environment):
1765 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 1766
83c9cb8e
SM
1767 * international/mule-conf.el (coding-category-utf-8):
1768 Initialize to mule-utf-8.
0fdb4475 1769
9b0630e5 1770 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1771
1772 * international/utf-8.el: New file.
1773
245ed2b1
SM
17742001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1775
1776 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1777
e95b0c08
SS
17782001-01-24 Sam Steingold <sds@gnu.org>
1779
1780 * dired.el (dired-replace-in-string): Removed.
1781 (dired-sort-toggle): Use `replace-regexps-in-string'
1782 instead of `dired-replace-in-string'.
9b0630e5 1783
ceba0dac
GM
1784 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1785 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1786
e95b0c08
SS
1787 * gs.el (gs-replace-in-string): Removed.
1788 (gs-options): Use `replace-regexps-in-string'
1789 instead of `gs-replace-in-string'.
1790
c3902c3e
EZ
17912001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1792
1793 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1794 bug report is mailed to an email list and posted to a news group.
1795
b66b6aeb
GM
17962001-01-24 Gerd Moellmann <gerd@gnu.org>
1797
83c9cb8e
SM
1798 * comint.el (comint-replace-by-expanded-history-before-point):
1799 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 1800
b66b6aeb
GM
1801 * startup.el (tool-bar-images-pixel-height): New variable.
1802 (command-line): After loading the user's init file, when
1803 tool-bar-mode is on, increase the frame's size by some lines for
1804 the tool-bar.
1805
1806 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1807
ff890e66
SZ
18082001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1809
1810 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1811 (chinese-big5): MIME:Big5.
1812
04363179
GM
18132001-01-24 Gerd Moellmann <gerd@gnu.org>
1814
e95b0c08 1815 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1816 Handle commands with prefix args.
1817
d56aaa64
GM
18182001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1819
1820 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1821 being a list of numbers.
1822 (diary-mail-entries): Rewritten.
1823
99858627
DL
18242001-01-23 Dave Love <fx@gnu.org>
1825
7aeb1fa9
DL
1826 * international/mule.el (make-coding-system): Fix typo.
1827
83c9cb8e
SM
1828 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1829 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 1830
5a43decf
EZ
18312001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1832
1833 * font-lock.el (font-lock-mode): Doc fix.
1834
b0e98867
KH
18352001-01-23 Kenichi Handa <handa@etl.go.jp>
1836
1837 * international/mule.el (make-translation-table): Fix docstring.
1838
9c8acefd
EZ
18392001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1840
fd4976b8
EZ
1841 * mail/rmail.el (rmail-redecode-body): New function.
1842
9c8acefd
EZ
1843 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1844
871e0439
GM
18452001-01-22 Gerd Moellmann <gerd@gnu.org>
1846
21c2bbe0
GM
1847 * isearch.el (isearch-lazy-highlight-case-fold-search)
1848 (isearch-lazy-highlight-regexp): New variables.
1849 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1850 case-fold search or regexp search has been toggled.
1851
5710730c
GM
1852 * wid-edit.el (widget-button-click): Avoid a save-excursion
1853 around running a global binding.
1854
871e0439
GM
1855 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1856 to 0.25.
1857
d0554957
MB
18582001-01-20 Miles Bader <miles@gnu.org>
1859
1860 * cus-edit.el (custom-face-save): Do post-processing on the face's
1861 new value like `custom-face-set' does.
1862
1519f618
EZ
18632001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1864
ccd87890
EZ
1865 * mail/emacsbug.el (report-emacs-bug): Report the value of
1866 LC_CTYPE, not LC_TYPE.
1867
1519f618
EZ
1868 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1869 isearch-toggle-regexp and isearch-edit-string to doc string.
1870
9724173b
GM
18712001-01-19 Gerd Moellmann <gerd@gnu.org>
1872
48bb9196
GM
1873 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1874 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1875
e95b0c08 1876 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1877 font-lock-beginning-of-syntax-function to nil.
1878
dc81f8a2
EZ
18792001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1880
1881 * mail/emacsbug.el (report-emacs-bug): Report values of
1882 locale-coding-system, default-enable-multibyte-characters, and the
1883 environment variables LC_ALL, LC_TYPE, and LANG.
1884
99327974
GM
18852001-01-19 Gerd Moellmann <gerd@gnu.org>
1886
83c9cb8e 1887 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 1888
2be6ecc6
GM
1889 * font-lock.el (font-lock-multiline): Default to nil.
1890 (font-lock-default-fontify-region): If font-lock-multiline is
1891 nil, don't check the property `font-lock-multiline'.
1892
99327974
GM
1893 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1894 is nil, don't check the `font-lock-multiline' text property.
1895
2550055a
MK
18962001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1897
0a949811 1898 * viper.el: Call initial-major-mode on startup.
e95b0c08 1899
0a949811 1900 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1901
8501998a 1902 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1903
2550055a 19042001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1905
0a949811 1906 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1907 diff mode, if available.
e95b0c08 1908
0a949811 19092001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1910
8501998a 1911 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1912
2550055a
MK
1913 * ediff-init.el (subst-char-in-string): Define and use it, unless
1914 it's already defined.
e95b0c08 1915
8962e303
GM
19162001-01-18 Gerd Moellmann <gerd@gnu.org>
1917
1918 * tooltip.el (tooltip-hide-delay): New user-option.
1919 (tooltip-show): Use tooltip-hide-delay instead of the default.
1920
6b453381
KH
19212001-01-18 Kenichi Handa <handa@etl.go.jp>
1922
1923 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1924 kill-local-variable doesn't work for enable-multibyte-characters.
1925
9eaf396b
DL
19262001-01-17 Dave Love <fx@gnu.org>
1927
cebd37ce
DL
1928 * ediff-init.el (ediff-before-setup-hook)
1929 (ediff-merge-filename-prefix): Add :version.
1930
9eaf396b
DL
1931 * international/latin1-disp.el: Require disp-table.
1932 (latin1-display): Fix :set.
1933
1934 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1935
f864120f
GM
19362001-01-17 Gerd Moellmann <gerd@gnu.org>
1937
1938 * isearch.el (isearch-lazy-highlight-initial-delay)
1939 (isearch-lazy-highlight-interval): Default to 0.
1940
19412001-01-17 Bob Glickstein <bobg@zanshin.com>
1942
1943 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1944 1 here rather than each time through
1945 isearch-lazy-highlight-new-loop.
1946 (isearch-lazy-highlight-max): Variable deleted.
1947 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1948 isearch-lazy-highlight-max but controls a single invocation of
1949 isearch-lazy-highlight-update.
1950 (isearch-lazy-highlight-wrapped): Variable recreated.
1951 (isearch-lazy-highlight-window-start): New variable.
1952 (isearch-lazy-highlight-cleanup): Restored to behavior of
1953 before 2-Jan.
1954 (isearch-lazy-highlight-remove-overlays): Function deleted;
1955 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1956 behavior removed.
1957 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1958 isearch-lazy-highlight-update in a loop rather than just once.
1959 Test isearch-invalid-regexp here and decide not to start a new
1960 loop, rather than testing it each time through
1961 isearch-lazy-highlight-update.
1962 (isearch-lazy-highlight-search): Function restored.
1963 (isearch-lazy-highlight-update): Get called in a timer loop again,
1964 but this time highlight more than one match each time through.
83c9cb8e
SM
1965 Only highlight matches in the visible part of the window.
1966 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
1967 the edge of the window. Use sit-for to force redisplay and ensure
1968 window-start is credible. "Face suppressing" behavior removed;
1969 overlay priorities should make it unnecessary, right?
1970 (isearch-highlight): Face suppressing behavior removed.
1971 (isearch-dehighlight): Face suppressing behavior removed.
1972 (isearch-set-lazy-highlight-faces-at): Removed.
1973
076ec540
KH
19742001-01-17 Kenichi Handa <handa@etl.go.jp>
1975
1976 * language/european.el ("Latin-1"): Make the format of description
1977 about additional language environments same as that of Latin-2.
1978
92328ec5
DL
19792001-01-16 Dave Love <fx@gnu.org>
1980
39f2174e
DL
1981 * isearch.el (isearch-lazy-highlight): Add :version.
1982
92328ec5
DL
1983 * simple.el (backward-delete-char-untabify-method)
1984 (next-line-add-newlines): Add :version.
1985
f251459d
GM
19862001-01-16 Gerd Moellmann <gerd@gnu.org>
1987
9d4850e5
GM
1988 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1989 Don't bind <delete> otherwise.
1990
1991 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1992 and <delete> via function-key-map.
1993
f251459d
GM
1994 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1995 Subject line only if point is after the `Subject:'.
1996
771ffcf7
KH
19972001-01-16 Kenichi Handa <handa@etl.go.jp>
1998
bda6b481
KH
1999 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2000 japanese-jisx0213-2 in `charset' property of this lang. env.
2001
35793af7
KH
2002 * language/european.el ("Latin-1"): Add description for Dutch and
2003 Spanish lang. env.
2004
771ffcf7
KH
2005 * international/mule.el (decode-char): Fix conditions.
2006 (encode-char): Handle eight-bit-control too.
1c8102ff 2007 (transform-make-coding-system-args): New function.
50c29104
KH
2008 (make-coding-system): Accept XEmacs style arguments for CCL base
2009 coding system.
771ffcf7 2010
e1cf67b6
GM
20112001-01-15 Gerd Moellmann <gerd@gnu.org>
2012
2013 * progmodes/etags.el (find-tag-noselect): Save the value of
2014 tags-file-name before switching buffers, for the case it has a
2015 buffer-local value.
2016
b3287acf
GM
20172001-01-15 Alex Schroeder <alex@gnu.org>
2018
9eaf396b
DL
2019 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2020 From Dave Love <fx@gnu.org>.
b3287acf
GM
2021 (ansi-color-for-comint-mode): Fix :version.
2022
20232001-01-15 Alex Schroeder <alex@gnu.org>
2024
2025 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2026
8d7ff9c8
EZ
20272001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2028
2029 * dired.el (dired-insert-directory): If file-system-info fails,
2030 remove the " free " part, but don't signal an error.
2031
dbe99ae9
SS
20322001-01-12 Sam Steingold <sds@gnu.org>
2033
2034 * bookmark.el (bookmark-maybe-historicize-string):
2035 Use new backquote syntax.
2036
103db06c 20372001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2038
2039 * subr.el (last): Handle a list that doesn't end in nil.
2040
ca2ddd8e
SS
20412001-01-12 Sam Steingold <sds@gnu.org>
2042
2043 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2044 to `backward-delete-char-untabify'.
2045
1751c874
DL
20462001-01-12 Dave Love <fx@gnu.org>
2047
2048 * cus-edit.el (customize-menu-create): Fix the :filter following
2049 easymenu change.
2050
2051 * wid-edit.el (function): Add :match-alternatives.
2052 (widget-color-action): Doc fix.
2053
3cccce8d
GM
20542001-01-12 Gerd Moellmann <gerd@gnu.org>
2055
2056 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2057
18bfd6b5
KH
20582001-01-12 Kenichi Handa <handa@etl.go.jp>
2059
83c9cb8e 2060 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2061
18bfd6b5
KH
2062 * international/ccl.el (define-ccl-program): Fix docstring.
2063
562e00da
DL
20642001-01-11 Dave Love <fx@gnu.org>
2065
14fd0da3
DL
2066 * international/mule-cmds.el (standard-display-european-internal):
2067 Set display table for 2208 as for 160.
2068
2069 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2070
562e00da
DL
2071 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2072 entry for custom-menu-create change.
2073 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2074 don't cons it in the search loop.
2075
2076 * imenu.el (imenu--truncate-items): Revert last change.
2077
6e961dcd
EZ
20782001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * info.el (Info-setup-header-line): If the node header includes
2081 either Next: or Prev: links, don't show the File: and Node: parts
2082 in the header line.
2083
2c2ff7f2
GM
20842001-01-11 Gerd Moellmann <gerd@gnu.org>
2085
a7ee2d2e
GM
2086 * comint.el (comint-goto-process-mark): Don't print a message
2087 when running in batch mode.
2088
c5348233
GM
2089 * isearch.el (isearch-search): In the condition-case handler for
2090 `error', set isearch-invalid-regexp to the whole error message.
2091
422717d1
GM
2092 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2093 ensure that eval-after-load works for files dumped with Emacs.
2094
2095 * help.el (load-symbol-file-load-history): New function extracted
2096 from function symbol-file.
2097 (symbol-file): Use it.
2098
83c9cb8e 2099 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2100
926861fb
EZ
21012001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2102
2103 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2104 behave as if there were no prefix argument.
2105 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2106 argument were nil.
2107
afa1f52c
RS
21082001-01-11 Richard M. Stallman <rms@gnu.org>
2109
ca2ddd8e 2110 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2111 Don't look for more potential matches once maximum is exceeded.
2112 Use overlays-in to check correctly for overlap with current match.
2113 Ignore empty matches.
2114
47a9f362
MB
21152001-01-11 Miles Bader <miles@gnu.org>
2116
2117 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2118 (ispell-overlay-window, ispell-help, ispell-show-choices)
2119 (ispell-command-loop): Use it instead of `window-height'.
2120
d196f58d
GM
21212001-01-10 Gerd Moellmann <gerd@gnu.org>
2122
cf523f0e
GM
2123 * files.el (confirm-kill-emacs): New user-option.
2124 (save-buffers-kill-emacs): Ask for final confirmation before
2125 killing Emacs.
2126
d196f58d
GM
2127 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2128 to nil.
2129
7c6c3d8e
GM
21302001-01-10 Dave Love <fx@gnu.org>
2131
1f8be15d
DL
2132 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2133
83c9cb8e 2134 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2135
2136 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2137
2138 * calculator.el (calculator-number-digits): Fix :type.
2139
0d5184de
DL
2140 * vc-cvs.el (vc-cvs-header): Fix :type.
2141 * vc-rcs.el (vc-rcs-header): Fix :type.
2142 * vc-sccs.el (vc-sccs-header): Fix :type.
2143
2144 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2145
7c6c3d8e
GM
2146 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2147
8c9f73a2
GM
2148 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2149
457b792c
GM
21502001-01-10 Gerd Moellmann <gerd@gnu.org>
2151
2152 * simple.el (set-variable): Force a thorough redisplay for the
2153 case that the variable has an effect on the display, like
2154 `tab-width' has.
2155
d2622d08
AS
21562001-01-10 Andre Spiegel <spiegel@gnu.org>
2157
2158 * vc.el: Add documentation for backend interface.
2159
ae4b5f4f
KH
21602001-01-10 Kenichi Handa <handa@etl.go.jp>
2161
e0844717
KH
2162 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2163
ae4b5f4f
KH
2164 * international/mule-conf.el (latin-extra-code-table): Set to t
2165 for \223 and \224.
2166
3184082b
KH
21672001-01-09 Kenichi Handa <handa@etl.go.jp>
2168
2169 * international/mule-cmds.el (locale-language-names): Map "es" to
2170 "Spanish" and "nl" to "Dutch".
2171
732b9cdd
GM
21722001-01-09 Gerd Moellmann <gerd@gnu.org>
2173
1dfca644
GM
2174 * bindings.el (global-map): Bind <home> to beginning-of-line,
2175 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2176 C-<end> to end-of-buffer.
2177
732b9cdd
GM
2178 * language/european.el: Add Dutch and Spanish language info
2179 to be able to use the appropriate tutorials.
2180
21812001-01-09 Alex Schroeder <alex@gnu.org>
2182
2183 * ansi-color.el (ansi-color-process-output): Use markers instead
2184 of positions for start and end of region.
2185 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2186 Previously, occasional mistakes happend when fontifying many
2187 chunks of output (eg. ls --color=yes /dev). This happened
2188 whenever an overlay was created up to the end of the region, which
2189 coincided with the process-mark. New text would then be added
2190 within that overlay instead of after it.
2191 (ansi-color-make-extent): Overlays are created with the property
2192 `modification-hooks' set to '(ansi-color-freeze-overlay).
2193 (ansi-color-freeze-overlay): New function. When inserting text at
2194 the end of the overlay, the overlay will resize.
2195
21962000-01-09 Alex Schroeder <alex@gnu.org>
2197
2198 * ansi-color.el (ansi-color-process-output): Doc change.
2199 (ansi-color-unfontify-region): Doc change. No longer installed
2200 automatically in font-lock-unfontify-region-function.
2201 (ansi-color-apply): Doc change.
2202 (ansi-color-apply-on-region): Use extents or overlays instead of
2203 text-properties.
2204 (ansi-color-make-extent): New function.
2205 (ansi-color-set-extent-face): New function.
2206
22072000-01-09 Alex Schroeder <alex@gnu.org>
2208
2209 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2210 both use ansi-color-process-output, now.
2211 (ansi-color-process-output): Doesn't return string anymore. It is
2212 installed in comint-output-filter-functions for both Emacs and
2213 XEmacs, now.
2214 (ansi-color-unfontify-region): Simplified code removing variables
2215 pos and start-ansi.
2216 (ansi-color-apply): Put text-property ansi-color before putting
2217 text-property face because ansi-color-unfontify-region is called
2218 immediately after the call to put-text-property.
2219 (ansi-color-context-region): Doc change.
2220 (ansi-color-filter-region): Simplified code.
2221 (ansi-color-apply-on-region): Changed start to start-marker, using
2222 a marker explicitly. Put text-property ansi-color before putting
2223 text-property face because ansi-color-unfontify-region is called
2224 immediately after the call to put-text-property.
2225
22262000-01-09 Alex Schroeder <alex@gnu.org>
2227
2228 * ansi-color.el (ansi-color-faces-vector): Doc change.
2229 (ansi-color-for-comint-mode): Changed :type property to choice.
2230 (ansi-color-last-context): Removed.
2231 (ansi-color-process-output): Don't use ansi-color-last-context, as
2232 the main functions will store their context now.
2233 (ansi-color-context): Doc change.
2234 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2235 Uses ansi-color-context such that repeated calls will strip
2236 partial escape sequences, too.
2237 (ansi-color-apply): Simplified code. Colorize end of string if
2238 face is not null. Store context in new (FACE STRING) format, such
2239 that repeated calls will strip partial escape sequences, too.
2240 Append faces to face property using ansi-color-apply-sequence such
2241 that cumulative mode actually works.
2242 (ansi-color-context-region): New variable.
2243 (ansi-color-filter-region): Rewrote it based on
2244 ansi-color-apply-on-region. Uses ansi-color-context-region such
2245 that repeated calls will strip partial escape sequences, too.
2246 (ansi-color-apply-on-region): Simplified code. Colorize end of
2247 region if face is not null. Store context in new (FACE POS)
2248 format, such that repeated calls will strip partial escape
2249 sequences, too. Append faces to face property using
83c9cb8e 2250 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2251 (ansi-color-apply-sequence): New function.
2252 (ansi-color-get-face): When the default face is added to the list
2253 of faces, all previous settings are discarded and the list of
2254 faces is set to '(default).
2255
22562000-01-09 Alex Schroeder <alex@gnu.org>
2257
2258 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2259 face, such that ansi-color-apply and ansi-color-apply-on-region
2260 will do the right thing.
2261 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2262 returns nil, set the list of faces back to nil instead of
83c9cb8e 2263 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2264
22652000-01-09 Alex Schroeder <alex@gnu.org>
2266
2267 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2268 (ansi-color-process): Doc change.
2269 (ansi-color-last-context): New buffer-local variable.
2270 (ansi-color-process-output): New function. It is automatically
2271 added to comint-output-filter-functions if this is XEmacs.
2272 (ansi-color-unfontify-region): New optional parameter for XEmacs
2273 compatibility. Check wether font-lock-syntactic-keywords is
2274 boundp before removing the syntax table text property, as XEmacs
2275 doesn't have it.
2276 (ansi-color-filter-region): Doc change.
2277 (ansi-color-apply-on-region): Doc change.
2278 (ansi-color-make-face): New function. Compatibility layer for
2279 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2280 (ansi-color-make-color-map): Use ansi-color-make-face.
2281 (ansi-color-get-face): Avoid face text property '(nil) as results
2282 in an errow for XEmacs.
2283
22842000-01-09 Alex Schroeder <alex@gnu.org>
2285
83c9cb8e
SM
2286 * ansi-color.el (ansi-color-unfontify-region): New function.
2287 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2288 ansi-color. When the package is loaded, a lambda expression is
2289 put onto font-lock-mode-hook. This lambda expression will check
2290 font-lock-unfontify-region-function and replace
83c9cb8e 2291 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2292 (ansi-color-apply): Add text-property ansi-color in addition to
2293 text-property face.
2294 (ansi-color-apply-on-region): Add text-property ansi-color in
2295 addition to text-property face.
2296 (save-buffer-state): Copy of the macro that is also used by
2297 lazy-lock and font-lock.
2298
2299 (ansi-color-for-comint-mode): New option.
2300 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2301 (ansi-color-for-comint-mode-off): Ditto.
2302 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2303 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2304 decide what to do. This function is added to
2305 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2306
2307 (ansi-color-for-shell-mode-set): Removed.
2308 (ansi-color-for-shell-mode): Removed.
2309
23102000-01-09 Alex Schroeder <alex@gnu.org>
2311
2312 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2313 the lambda expression from the ansi-color-for-shell-mode :set
2314 property. Additionally, modify shell-mode-hook to enable or
2315 disable font-lock-mode for future shell buffers.
2316 (ansi-color-for-shell-mode): The :set property calls
2317 ansi-color-for-shell-mode-set instead of a lambda expression.
2318
23192000-01-09 Alex Schroeder <alex@gnu.org>
2320
2321 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2322 (ansi-color-context): New variable.
2323 (ansi-color-apply): Save context between calls.
2324
fb55ff10
EZ
23252001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2326
83c9cb8e
SM
2327 * isearch.el (isearch, isearch-lazy-highlight-face):
2328 New definitions for face colors and attributes.
29910493 2329
fb55ff10
EZ
2330 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2331 of display-mouse-p.
2332
134d6265
KH
23332001-01-09 Kenichi Handa <handa@etl.go.jp>
2334
2335 * international/mule.el (make-coding-system): If the coding system
2336 accepts extra latin codes, register such codes as safe for the
2337 coding system.
2338
103db06c 23392001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2340
984c9f75
RS
2341 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2342 don't mention the file name or the date here, because they are
2343 logged at the start of the file.
2344
23452001-01-08 Richard M. Stallman <rms@gnu.org>
2346
78b8eee8
RS
2347 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2348 Change screen-width to frame-width.
2349
1460e5d4
EZ
23502001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2351
2352 * info.el (Info-search): Print the default as part of the prompt.
2353
56f24bc1
AS
23542001-01-08 Andre Spiegel <spiegel@gnu.org>
2355
ca2ddd8e 2356 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2357 constant implementations in backends.
2358
2359 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2360 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2361
2362 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2363 WRITABLE to EDITABLE.
2364
2365 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2366 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2367 to EDITABLE.
2368
b7812d30
EZ
23692001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2370
2371 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2372 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2373
7e56ea04
GM
23742001-01-08 Gerd Moellmann <gerd@gnu.org>
2375
2376 * isearch.el (isearch-old-signal-hook): Removed.
2377 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2378 instead of setting signal-hook-function.
2379 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2380
a758f97d
GM
23812001-01-08 Kevin Gallagher <kevingal@onramp.net>
2382
2383 * emulation/edt.el: Update to version 4.0. Provide support for
2384 EDT scroll margins at top and bottom of the window. Provide an
2385 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2386 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2387 user when file-related buffer modifications exist.
2388 Provide support for running EDT Emulation in XEmacs.
2389 Provide customize access to some user updatable variables.
2390 Add Commentary section to file header.
2391 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2392
2393 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2394 for detecting a keypress that generates an ASCII key sequence.
2395 (Previously, only a keypress that generates a vector was
2396 recognized.) Embed Window Manager name into name of the generated
2397 EDT Emulation initialization file since the initialization file is
2398 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2399
30db89f9
EZ
24002001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2401
4deb3ba9
EZ
2402 * mail/sendmail.el (mail-mode): Doc fix.
2403
30db89f9
EZ
2404 * info.el (Info-goto-emacs-command-node): Doc fix.
2405 (Info-goto-emacs-key-command-node): Doc fix.
2406
c3f2772b
EZ
24072001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2408
8726e79b 2409 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2410 systems without long file-name support.
2411
0dac6924
AI
24122001-01-06 Andrew Innes <andrewi@gnu.org>
2413
2414 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2415
4e6ef391
EZ
24162001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2417
380866a2
EZ
2418 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2419 (isearch-lazy-highlight-update): Doc fix.
2420
148b5960
EZ
2421 * ffap.el (ffap-bindings): Doc fix.
2422
4e6ef391
EZ
2423 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2424
4cb1bcc2
DL
24252001-01-05 Dave Love <fx@gnu.org>
2426
2427 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2428
3828218c
GM
24292001-01-05 Gerd Moellmann <gerd@gnu.org>
2430
83c9cb8e
SM
2431 * mouse-drag.el (mouse-drag-safe-scroll):
2432 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2433
1f4139d5
GM
2434 * isearch.el (isearch-old-signal-hook): New variable.
2435 (isearch-mode): Set signal-hook-function to isearch-done.
2436 (isearch-done): Restore old signal-hook-function.
2437
3828218c
GM
2438 * info.el (Info-fontify-node): Mark one more char as intangible.
2439
3970013f
KH
24402000-01-05 Kenichi Handa <handa@etl.go.jp>
2441
83c9cb8e
SM
2442 * composite.el (compose-last-chars): New argument COMPONENTS.
2443 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2444 COMPONENTS.
2445
2446 * international/quail.el (quail-input-string-to-events): New function.
2447 (quail-input-method): Convert input string to events here.
2448 (quail-start-translation): Return input string, not event list.
2449 (quail-start-conversion): Likewise.
2450
f3b05e99
GM
24512001-01-04 Gerd Moellmann <gerd@gnu.org>
2452
ca2ddd8e 2453 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2454 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2455 and tooltip-add-timeout.
2456 (tooltip-show): Set border color from faces's foreground.
2457 (tooltip-show-help-function): If called with the same help string
2458 as last time, do nothing.
2459 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2460
0f2ac578
GM
2461 * startup.el (fancy-splash-screens): Don't bind show-help-function
2462 to nil.
2463
f3b05e99
GM
2464 * tooltip.el (tooltip-frame-parameters): Remove colors.
2465 (tooltip): New face
2466 (tooltip-set-param): New function.
2467 (tooltip-show): Set up color frame parameters from face `tooltip'.
2468 Display the tooltip text in face `tooltip'.
2469
8416e94a
DL
24702001-01-04 Dave Love <fx@gnu.org>
2471
2472 * whitespace.el (whitespace-global-mode): Fix typo.
2473
2474 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2475
30db89f9
EZ
24762001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2477
83c9cb8e
SM
2478 * help.el (help-for-help): Fix a typo in a doc string.
2479 From kwzh@gnu.org (Karl Heuer).
30db89f9 2480
b847eb8c
DL
24812001-01-03 Dave Love <fx@gnu.org>
2482
2483 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2484 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2485 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2486 (dired-guess-shell-alist-user): Customize.
2487 (dired-x-help-address): Set to bug-gnu-emacs.
2488 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2489 (dired-default-directory): Renamed from default-directory.
2490
2491 * hl-line.el (hl-line): Doc fix.
2492
43c4b570
KF
24932001-01-03 Karl Fogel <kfogel@red-bean.com>
2494
1bf6b1bf 2495 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2496
984c9f75 24972001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2498
2499 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2500 to remove all the current alternative-match highlighting.
2501 If nil, remove only what's outside the current window.
2502 (isearch-lazy-highlight-remove-overlays): Take optional
2503 region within which NOT to remove them.
2504 (isearch-lazy-highlight-new-loop): Greatly simplified.
2505 (isearch-lazy-highlight-update): Find all the other occurrences
2506 visible in the window, in just one call.
2507 (isearch-lazy-highlight-start): Now holds start of region to scan.
2508 (isearch-lazy-highlight-end): Now holds end of region to scan.
2509 (isearch-lazy-highlight-wrapped): Variable deleted.
2510 (isearch-lazy-highlight-search): Function deleted.
2511
13d6a61c
AI
25122000-01-02 Andrew Innes <andrewi@gnu.org>
2513
2514 * w32-fns.el (convert-standard-filename): Do length check on name
2515 before aref.
2516
064866e7
DL
25172001-01-02 Dave Love <fx@gnu.org>
2518
b33e041b
DL
2519 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2520 value.
2521 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2522
2523 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2524
8166ffd5
DL
2525 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2526 read syntax.
2527
064866e7
DL
2528 * calendar/todo-mode.el (todo): Add :link, :version.
2529 (todo-save-top-priorities): Remove autoload cookie.
2530 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2531 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2532
6dde6abc
GM
25332001-01-02 Gerd Moellmann <gerd@gnu.org>
2534
2535 * comint.el (comint-input-history-ignore): New variable.
2536 (comint-read-input-ring): Ignore entries matching
2537 comint-input-history-ignore.
2538
1a8a9daf
GM
25392001-01-02 Eric M. Ludlam <zappo@gnu.org>
2540
2541 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2542 (lm-copyright-mark): New function.
2543 (lm-crack-copyright): New function.
2544 (lm-verify): Check that the file has a copyright.
2545 Check that the file is copyright Free Software Foundation.
2546
9c92eb53
KH
25472000-12-30 Kenichi Handa <handa@etl.go.jp>
2548
2549 * international/mule-diag.el (print-fontset): Indent font name by
2550 24 columns, not 25.
2551
49172314
GM
25522000-12-29 Gerd Moellmann <gerd@gnu.org>
2553
762a68ec
GM
2554 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2555 in Subject line.
2556
49172314 2557 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2558 Use mail-mode-hook instead of mail-setup-hook.
2559 Otherwise continuing an interrupted message with C-u C-x m for
2560 instance, winds up in Mail mode without abbrevs.
49172314 2561
bd7a2e26
GM
25622000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2563
2564 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2565 non-nil. Adding almost all customization variables on ps-setup.
2566 Doc fix.
bd7a2e26
GM
2567 (ps-print-version): New version number (6.3.3).
2568 (ps-end-with-control-d): Initialization fix.
2569 (ps-lines-printed): New var.
2570 (ps-skip-newline): New fun.
2571 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2572 (ps-next-line, ps-continue-line, ps-plot-region)
2573 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2574
2b3f28a4
KH
25752000-12-29 Kenichi Handa <handa@etl.go.jp>
2576
83c9cb8e
SM
2577 * international/fontset.el (x-complement-fontset-spec):
2578 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2579 registered in x-font-name-charset-alist.
2580 (create-fontset-from-fontset-spec): Adjusted for the above change.
2581 The name of fontset alias should be a unresolved ASCII font name.
2582
2ece9174
GM
25832000-12-28 Gerd Moellmann <gerd@gnu.org>
2584
2585 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2586 and delete in isearch-mode-map.
2587
cbe3ad7a
RS
25882000-12-28 Richard M. Stallman <rms@gnu.org>
2589
ca2ddd8e 2590 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2591 Use xpdf instead of acroread.
2592
a816f1c5
KH
25932000-12-28 Kenichi Handa <handa@etl.go.jp>
2594
f086e73c
KH
2595 * textmodes/artist.el (artist-butlast): Deleted.
2596 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2597 artist-butlast.
f086e73c 2598
a816f1c5
KH
2599 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2600
2601 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2602
b202115b
EZ
26032000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2604
2605 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2606
2607 * ls-lisp.el: Better support for the Mac and MS-Windows.
2608 (ls-lisp): New defgroup.
2609 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2610 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2611 (ls-lisp-support-shell-wildcards): New defcustoms.
2612 (ls-lisp-parse-symlink): New function.
2613 (insert-directory): Code to convert switches to a list and set up
2614 the wildcard argument copied from ls-lisp-insert-directory.
2615 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2616 for -C and -R switches.
2617 (ls-lisp-column-format): New function.
ca2ddd8e 2618 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2619 (ls-lisp-format-time): Add doc strings.
2620 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2621 Support ls-lisp-dirs-first.
2622 (ls-lisp-classify, ls-lisp-extension): New functions.
2623 (ls-lisp-format): Optionally support emulation of symlinks.
2624 Support -i, -s, and -G switches.
2625
6061fbf0
GM
26262000-12-27 Gerd Moellmann <gerd@gnu.org>
2627
5e25feee
GM
2628 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2629
6061fbf0
GM
2630 * version.el (emacs-version): Print X scroll bar information.
2631
2632 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2633 instead of x-toolkit-scroll-bars-p.
2634
2635 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2636 of x-toolkit-scroll-bars-p.
2637
25050dab
EZ
26382000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2639
83c9cb8e 2640 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2641 (ffap-bindings): Doc fix, to reflect the above change.
2642
c1786874
KH
26432000-12-27 Kenichi Handa <handa@etl.go.jp>
2644
2645 * term.el (term-char-mode): Define all non-ascii self-inserting
2646 characters to 'term-send-raw in term-raw-map.
2647
7261ece3 26482000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2649
83c9cb8e 2650 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2651
83c9cb8e
SM
2652 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2653 Changed initialization; use add-hook.
6061fbf0 2654 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2655
6061fbf0 2656 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2657
6061fbf0
GM
2658 * ediff.el (ediff-patch-buffer): Bug fix.
2659 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2660
83f40583
SM
26612000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2662
2663 * subr.el (combine-run-hooks): Remove.
2664
2665 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2666 and remove the rogue second spec.
2667
bdd6d4e8
GM
26682000-12-23 Gerd Moellmann <gerd@gnu.org>
2669
2670 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2671
26736ce3
SM
26722000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2673
0e86b6b0
SM
2674 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2675 Use minibuffer menu prompt for the `=' prefix.
2676 (smerge-command-prefix): Change default to C-^.
6eabfb26 2677 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2678
26736ce3
SM
2679 * skeleton.el (skeleton-internal-1): Make sure the first line of
2680 the region is also re-indented.
d21584d6
SM
2681 (skeleton-end-newline): New var.
2682 (skeleton-end-hook): Use it.
26736ce3 2683
95fa4fd7
MB
26842000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2685
2686 * comint.el (comint-password-prompt-regexp): Support CVS.
2687
f060b834
GM
26882000-12-22 Gerd Moellmann <gerd@gnu.org>
2689
83c9cb8e
SM
2690 * simple.el (delete-key-deletes-forward-mode): Simplify.
2691 Also backspace key combinations, depending on
856ff7a7
GM
2692 delete-key-deletes-forward.
2693
2694 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2695
f060b834
GM
2696 * simple.el (delete-key-deletes-forward): Doc fix.
2697
653558a1
GM
26982000-08-22 Emmanuel Briot <briot@gnat.com>
2699
2700 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2701 white spaces are relevant in the XML file.
653558a1
GM
2702 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2703 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2704 of XML files.
653558a1
GM
2705 (xml-parse-tag): Check that the casing is the same in the start
2706 tag and end tag, since XML is case-sensitive. Allows for spaces
2707 in the end tag, after the name of the tag.
2708 (xml-parse-attlist): Allow for the character '-' in the name of
2709 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2710 the properties in the XML tree, since they are not relevant.
653558a1 2711
3ad93d8d
SM
27122000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2713
2714 * generic.el (generic-read-type): Undo last change, inline into
2715 `generic-mode' and then remove.
2716 (generic-mode): Inline generic-read-type.
2717 (define-generic-mode): Push the symbol name rather than the symbol
2718 onto generic-mode-list.
2719
177f4e88
GM
27202000-12-21 Gerd Moellmann <gerd@gnu.org>
2721
8e15274f
GM
2722 * generic.el (generic-read-type): Build an alist for
2723 completing-read as in 20.7.
2724
2725 * play/landmark.el (lm): Use interactive spec `P'.
2726 (toplevel): Don't set debug-on-error.
2727
83c9cb8e 2728 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2729
6ba384dc
GM
27302000-12-21 Dave Pearson <davep@davep.org>
2731
2732 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2733
647a066c
GM
27342000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2735
2736 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2737 ranges like \177-\237, but accepts the character sequence from \177 to
2738 \237. Doc fix.
2739 (ebnf-version): New version (3.4).
2740 (ebnf-setup): Code fix.
2741 (ebnf-range-regexp): New fun.
2742 (ebnf-8-bit-chars): Const fix.
2743
2744 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2745 entry. Doc fix.
2746 (ebnf-bnf-lex): Code fix.
2747 (ebnf-bnf-comment-chars): Const fix.
2748
2749 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2750 entry. Doc fix.
2751 (ebnf-iso-comment-chars): Const fix.
2752
2753 * ebnf-otz.el: Doc fix.
2754
2755 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2756 entry. Doc fix.
2757 (ebnf-yac-skip-code): Code fix.
2758 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2759
bc22fd18
EZ
27602000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2761
2762 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
2763 (recover-file): Use it instead of insert-directory.
2764 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2765
587fc3f9
KH
27662000-12-21 Kenichi Handa <handa@etl.go.jp>
2767
83c9cb8e
SM
2768 * international/mule-cmds.el (select-safe-coding-system):
2769 Check coding-category-list more rigidly. Improve help message.
eeefcfde 2770
587fc3f9
KH
2771 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2772
01860fb9
MB
27732000-12-21 Miles Bader <miles@gnu.org>
2774
83c9cb8e 2775 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 2776
3f9d67a6
KH
27772000-12-21 Kenichi Handa <handa@etl.go.jp>
2778
9fd1c1f7
KH
2779 * international/mule-diag.el (describe-char-after): Make *Help*
2780 buffer inherit multibyteness of the current buffer.
2781
3f9d67a6
KH
2782 * international/mule.el (make-char): Docstring adjusted for the
2783 change of make-char-internal.
2784
c9669fac
SM
27852000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2786
2787 * international/iso-cvt.el: Docstrings fix.
2788
19594307
DL
27892000-12-20 Dave Love <fx@gnu.org>
2790
2791 * subr.el (eval-after-load): Doc fix.
2792
b1a447b3
KH
27932000-12-20 Kenichi Handa <handa@etl.go.jp>
2794
2795 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2796 for numbers.
2797
09877d5d
MB
27982000-12-20 Miles Bader <miles@gnu.org>
2799
2800 * international/quail.el (quail-help): Resize the help window
2801 again after it has all its contents. Remove unneeded progn.
2802
71d4497a
GM
28032000-12-19 Gerd Moellmann <gerd@gnu.org>
2804
2805 * pcmpl-linux.el: Fix copy/paste error.
2806
741e56a0
AI
28072000-12-19 Andrew Innes <andrewi@gnu.org>
2808
83c9cb8e 2809 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 2810
cc24d91c
CD
28112000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2812
ba4c05aa
CD
2813 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2814
2815 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2816
2817 * progmodes/idlw-shell.el: Fixed copyright notice.
2818
2819 * progmodes/idlwave.el: Fixed copyright notice.
2820
71d4497a 2821 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2822 TAB as key separators.
2823
524c8caf
GM
28242000-12-19 Alex Schroeder <alex@gnu.org>
2825
2826 * sql.el (sql-sybase-options): New option.
2827 (sql-sybase): Use it. Add sql-database to the list of parameters
2828 provided for login. The options -w 2048 -n are not used any more.
2829 (sql-postgres-options): Changed default from "--pset" to "-P".
2830 (sql-mysql-options): Doc change.
2831 (sql-stop): Doc change.
2832
b5fa513d
KH
28332000-12-19 Kenichi Handa <handa@etl.go.jp>
2834
2835 * international/quail.el (quail-input-method): Always hide
2836 the guidance buffer on exiting.
2837
91c9e6ce
GM
28382000-12-18 Gerd Moellmann <gerd@gnu.org>
2839
c6da4eb4
GM
2840 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2841 isn't fboundp.
2842
3d2a0e0b
GM
2843 * server.el (server-buffer-done): Bury the buffer before
2844 killing it.
2845
91c9e6ce
GM
2846 * faces.el (face-spec-set): Interpret a nil in specs for
2847 foreground and background colors as `unspecified', for
2848 compatibility with 20.x.
2849
40fa0008
DL
28502000-12-18 Dave Love <fx@gnu.org>
2851
22adbe54
DL
2852 * simple.el (mail-user-agent): Doc fix.
2853 (input-mode-8-bit): Removed.
2854
2855 * international/mule.el (set-keyboard-coding-system): Doc fix.
2856 (keyboard-coding-system): New option.
2857
40fa0008
DL
2858 * mail/sendmail.el (send-mail-function): Customize.
2859
6f4745e2
EZ
28602000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2861
2862 * international/codepage.el (cp866-decode-table): New table.
2863
82b90229
GM
28642000-12-18 Gerd Moellmann <gerd@gnu.org>
2865
2866 * version.el (emacs-version): Remove `%a' from the time format
2867 because the weekday doesn't fit well into each locale.
2868
5a047002
MB
28692000-12-18 Miles Bader <miles@gnu.org>
2870
7f49aa07
MB
2871 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2872
ca2ddd8e 2873 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2874 Check that emacs-major-version is `=' to 20, not `>='.
2875 (artist-replace-chars): Use `make-string' instead of a loop.
2876
22ea2607
EZ
28772000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2878
2879 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2880 (cvs-execute-single-file): Don't change directory.
2881 Patch from Per Cederqvist.
2882
6c825f8e
EZ
28832000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2884
83c9cb8e
SM
2885 * textmodes/ispell.el (check-ispell-version):
2886 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
2887 of -vv.
2888
8ff06845
KH
28892000-12-16 Kenichi Handa <handa@etl.go.jp>
2890
af4bb4c8
KH
2891 * international/mule-diag.el (mule-diag): Insert information about
2892 configure options, multibyte awareness, language env.
2893
8ff06845
KH
2894 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2895 regexp to search for candidates.
2896
b24e84ab
EZ
28972000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * info.el (Info-forward-node): If the node has an
2900 Info-header-line, widen the buffer before searching for "next:"
2901 and "up:" pointers, and set the search limit to stay in the
2902 current node.
2903
7981d89f
MB
29042000-12-16 Miles Bader <miles@gnu.org>
2905
2906 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2907
88ee7917
MB
29082000-12-15 Miles Bader <miles@gnu.org>
2909
2910 * comint.el (comint-send-string, comint-send-region): Also accept
2911 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2912 process-send-string/region.
2913
0c28d842
GM
29142000-12-15 Gerd Moellmann <gerd@gnu.org>
2915
4ea7fdca
GM
2916 * isearch.el (isearch-lazy-highlight-max): New user-option.
2917 (isearch-lazy-highlight-update): Don't highlight more than
2918 isearch-lazy-highlight-max matches.
2919
0c28d842
GM
2920 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2921
984c9f75 29222000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2923
8062e53a
GM
2924 * sort.el (sort-columns): Fix error message.
2925
3ffa545b
GM
2926 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2927 `upcase' or `downcase' or nil.
2928 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2929 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2930 (dabbrev--substitute-expansion): New arg record-case-pattern.
2931 If it is non-nil, set dabbrev--last-case-pattern.
2932 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2933
2934 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2935
c2d7f289
MB
29362000-12-15 Miles Bader <miles@gnu.org>
2937
b6348438
MB
2938 * paths.el (Info-default-directory-list): Don't delete
2939 configure-info-directory from the list of standard info
83c9cb8e 2940 directories when appending it to the end -- their order is important.
b6348438 2941
f9056dd9
MB
2942 * faces.el (read-face-attribute): If there's no entry for the
2943 user's input in VALID, just use it as-is (this will often result
2944 in an error, but it may be OK for e.g. colors using hexadecimal
2945 notation, and at least will yield a better error message).
2946
c2d7f289 2947 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2948 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2949 Variables removed.
2950 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2951 window is really the right size. Use vertical-motion
2952 rather than forward-line.
2953 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2954 (ispell-command-loop, ispell-show-choices): Use the variable
2955 ispell-choices-win-default-height, rather than the function.
2956 (ispell-choices-win-default-height): Function removed.
2957 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2958
8f530b95
SM
29592000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2960
2961 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2962
6d435deb
EZ
29632000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2964
83c9cb8e
SM
2965 * paths.el (Info-default-directory-list):
2966 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
2967 put it first in the list; otherwise put it last. Doc string
2968 changed accordingly.
2969
2970 * info.el (Info-directory-list): Change doc string to reflect the
2971 change in Info-default-directory-list.
2972
6d435deb
EZ
2973 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2974 windows-nt as windowed environments, even under -nw.
2975
2976 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2977 if not fboundp. Switch delete-forward mode for the <delete> key
2978 on all PC platforms, even under -nw.
2979
2980 * term/internal.el ([M-delete]): Remap to M-d.
2981
9d7d9263
GM
29822000-12-14 Gerd Moellmann <gerd@gnu.org>
2983
2984 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2985
7cf0153a
EZ
29862000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2987
2988 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2989
5e5b3d41
GM
29902000-12-14 Gerd Moellmann <gerd@gnu.org>
2991
5f368d29
GM
2992 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2993 if appropriate.
2994
2995 * simple.el (delete-key-deletes-forward): New user-option.
2996 (delete-key-deletes-forward-mode): New function.
2997
9d7d9263 2998 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2999
83c9cb8e
SM
3000 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3001 Test if symbol is bound before getting its value.
5e5b3d41
GM
3002
3003 * tooltip.el (tooltip-show): If an error is signaled in
3004 x-show-tip, display that error, and display the help in the
3005 echo area.
ca2ddd8e 3006
191b83b6
KH
30072000-12-14 Kenichi Handa <handa@etl.go.jp>
3008
83c9cb8e
SM
3009 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3010 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3011
6192b604
KF
30122000-12-13 Karl Fogel <kfogel@red-bean.com>
3013
3014 * bookmark.el: Provide a generic exit hook, as suggested by
3015 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3016 (bookmark-exit-hook): New var.
3017 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3018 old raw lambda form in `kill-emacs-hook', and runs new
3019 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3020 as logically that feature must have been provided if this function
3021 is running.
3022 Removed ;;;###autoload before the `add-hook' call.
3023
5edf6b55
SM
30242000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3025
3026 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3027 (easy-menu-current-active-maps): New function.
3028 (easy-menu-get-map): Use it.
3029 Make a proper menu entry when creating a new keymap.
3030
16b5e8e6
KH
30312000-12-13 Kenichi Handa <handa@etl.go.jp>
3032
d49fc4eb
KH
3033 * international/characters.el: Fix cases and syntaxes for
3034 mule-unicode-0100-24ff.
3035
3b53d876
KH
3036 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3037 that a Japanese character is not appended after day and year.
3038
16b5e8e6
KH
3039 * info.el (Info-suffix-list): Change format for a command that
3040 requires arguments.
3041 (info-insert-file-contents): Adjusted for the above change.
3042
1df1c518
AS
30432000-12-12 Andreas Schwab <schwab@suse.de>
3044
3045 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3046 on the name of the tar buffer. Verify that the existing buffer is
3047 visiting the same subfile.
3048
a7a07b98
DL
30492000-12-12 Dave Love <fx@gnu.org>
3050
3051 * subdirs.el: Add obsolete.
3052
4fdbd809
GM
30532000-12-12 Gerd Moellmann <gerd@gnu.org>
3054
bfdb75ee
GM
3055 * mail/rmailsum.el (rmail-summary-expunge)
3056 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3057 instead of rmail-confirm-expunge.
3058
4fdbd809
GM
3059 * replace.el (perform-replace): Don't use an empty match adjacent
3060 to a non-empty match when computing the next match before the
3061 replacement is performed.
3062
e9a59cad
GM
30632000-12-12 Milan Zamazal <pdm@freesoft.cz>
3064
3065 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3066 definition (patch by Stefan Monnier).
3067 (glasses-mode): Use jit-lock instead of `after-change-functions'
3068 (patch by Stefan Monnier).
3069
c2def7a0
MB
30702000-12-12 Miles Bader <miles@gnu.org>
3071
3072 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3073 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3074
591b63b4
AC
30752000-12-12 Andrew Choi <akochoi@i-cable.com>
3076
3077 * term/mac-win.el: Remove load for ls-lisp.
3078
a924cf63 3079 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3080
5ff4ba3d
MB
30812000-12-12 Miles Bader <miles@gnu.org>
3082
3083 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3084 Respect field end too.
3085 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3086 (newline-and-indent, reindent-then-newline-and-indent):
3087 Use `delete-horizontal-space'.
5ff4ba3d 3088
d0c679bc
SM
30892000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3090
adf9c994
SM
3091 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3092 (so as to obey the field property in the minibuffer).
3093
4b0cd42d
SM
3094 * obsolete/c-mode.el: Moved from lisp/progmodes.
3095 * obsolete/auto-show.el: Moved from lisp.
3096 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3097
89f85863
CD
30982000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3099
3100 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3101 changes to list them here.
89f85863 3102
83c9cb8e
SM
3103 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3104 Too many changes to list them here.
89f85863 3105
83c9cb8e
SM
3106 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3107 Too many changes to list them here.
89f85863
CD
3108
3109 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3110
3e0d35ce
GM
31112000-12-11 Gerd Moellmann <gerd@gnu.org>
3112
83c9cb8e 3113 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3114
ca2ddd8e 3115 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3116 Comment fix.
3117
3e0d35ce
GM
3118 * hscroll.el: Moved to `obsolete' subdir.
3119
ff904dd6
MB
31202000-12-11 Miles Bader <miles@gnu.org>
3121
3122 * window.el (window-text-height): Function removed (now in C).
3123
fb97d87f
SM
31242000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * log-edit.el (log-edit-parent-buffer): New var.
3127 (log-edit): Set it. Add BUFFER argument.
3128 (log-edit-done): Use char-before.
3129 Don't bother checking validity of vc-comment-ring.
3130 Only bury the buffer if log-edit popped it up.
3131
3132 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3133 (cvs-mode-diff-help): Remove.
3134 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3135 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3136
3137 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3138 Remove binding for ? now made unnecessary.
3139
7de77417
CD
31402000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3141
83c9cb8e 3142 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3143 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3144
3145 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3146 when master file is not open.
3147
4efa209f
SM
31482000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3149
3150 * progmodes/ada-stmt.el: Update `maintainer'.
3151
0a8052bd
GM
31522000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3153
3154 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3155 choices to match documentation string.
3156
a12167c5
MB
31572000-12-09 Miles Bader <miles@gnu.org>
3158
2161605d
MB
3159 * minibuf-eldef.el: New file.
3160
a12167c5
MB
3161 * window.el (fit-window-to-buffer): Don't pass last argument to
3162 pos-visible-in-window-p, now that its meaning is inverted.
3163
9ea8de1b
EZ
31642000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3165
3166 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3167 <ceder@lysator.liu.se>.
3168
5002ddbb
SM
31692000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3170
b6114d80
SM
3171 * autoinsert.el (auto-insert-alist): Add missing final \n.
3172
ee8d23ee
SM
3173 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3174 (cvs-menu-map): Remove.
3175 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3176 (cvs-mode-quit): Turn it back into a plain function.
3177
5002ddbb 3178 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3179 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3180
3181 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3182 file where it's more visible.
3183 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3184 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3185 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3186 (texinfo-inside-macro-p): Only catch `scan-error's.
3187 (texinfo-inside-env-p): Make better use of the match info.
3188 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3189 (texinfo-insert-@end): Slight re-organization.
3190 Also remove useless `looking-at' call.
3191
30cd075d
AI
31922000-12-08 Andrew Innes <andrewi@gnu.org>
3193
3194 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3195 accessible in -nw mode.
3196
3197 * term/w32-win.el: Remove stuff about selection timeout, which is
3198 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3199 it is accessible in -nw mode.
3200
01b91009
DL
32012000-12-08 Dave Love <fx@gnu.org>
3202
83c9cb8e
SM
3203 * emacs-lisp/lisp-mode.el (lisp-mode):
3204 Set font-lock-keywords-case-fold-search.
01b91009 3205
842b2a94
GM
32062000-12-08 Gerd Moellmann <gerd@gnu.org>
3207
3208 * textmodes/ispell.el (ispell): Doc fix.
3209
f9d5f611
KH
32102000-12-08 Kenichi Handa <handa@etl.go.jp>
3211
3212 * international/quail.el (quail-insert-decode-map): Check the
3213 frame width of a window displaying the current buffer, not that of
3214 the selected frame.
3215 (quail-help): Make sure that the help buffer has window before
3216 inserting text in it.
3217
e04d21aa
SS
32182000-12-07 Sam Steingold <sds@gnu.org>
3219
3220 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3221 Backquote is used in isearch.el, so autoloading saves nothing.
3222
fc3e23a4
EZ
32232000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3224
83c9cb8e
SM
3225 * startup.el (normal-top-level-add-subdirs-to-load-path):
3226 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3227
fc3e23a4
EZ
3228 * dired.el (dired-insert-directory): If file-system-info is
3229 fboundp, call it instead of invoking dired-free-space-program.
3230
796ecd10
GM
32312000-12-07 Gerd Moellmann <gerd@gnu.org>
3232
0f5f7c3e
GM
3233 * server.el (server-visit-files): Push files on file-name-history.
3234
3764ba49
GM
3235 * progmodes/cc-langs.el: Update copyright.
3236
8e7931da
GM
3237 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3238
ae0d7485 3239 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3240
796ecd10
GM
3241 * bindings.el (mode-line-mode-menu): Reverse the order
3242 of define-keys so that the menu appears in alphabetical order.
3243
ae0d7485
GM
32442000-12-07 Milan Zamazal <pdm@freesoft.cz>
3245
3246 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3247 of the function.
3248
e2849090
DL
32492000-12-07 Dave Love <fx@gnu.org>
3250
3251 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3252
3253 * facemenu.el (facemenu-unlisted-faces): Fix value.
3254
5c7f629c
SM
32552000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3256
3257 * font-lock.el (font-lock-default-fontify-region):
3258 Include the terminating \n (off-by-one error).
3259 (font-lock-set-defaults): Use dolist.
3260
3261 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3262
73481ae3
KH
32632000-12-07 Kenichi Handa <handa@etl.go.jp>
3264
83c9cb8e
SM
3265 * international/mule-cmds.el (describe-language-environment):
3266 Fix for the case that an input method title is not string but a list.
ffbaa122 3267
73481ae3
KH
3268 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3269 of wrong SIZE record.
3270
e2896b22
DL
32712000-12-06 Dave Love <fx@gnu.org>
3272
67292061
DL
3273 * newcomment.el (comment-region, comment-dwim): Doc fix.
3274
3275 * textmodes/texinfo.el: Require tex-mode when compiling.
3276 (texinfo-update-node): Doc fix.
3277 (texinfo-imenu-generic-expression): Add @anchor.
3278 (texinfo-font-lock-keywords): Add @uref.
3279 (texinfo-inside-macro-p): Don't use ignore-errors.
3280 (texinfo-insert-quote): Match more contexts.
3281
e76938e7
DL
3282 * international/mule.el (decode-char, encode-char): Doc fix.
3283 (auto-coding-alist): Customize.
3284
3285 * files.el (load-file): Fix change of 2000-03-12.
3286
e2896b22
DL
3287 * wid-edit.el (widget-text-keymap): Doc fix.
3288
6610f4b2
AI
32892000-12-06 Andrew Innes <andrewi@gnu.org>
3290
3291 * makefile.w32-in (lisp): Set to an absolute directory, namely
3292 $(CURDIR).
3293
9e3366e4
EZ
32942000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3295
3296 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3297 read generated-autoload-file, and set buffer-file-coding-system to
3298 raw-text-unix after reading the file.
3299
83c9cb8e
SM
3300 * international/mule-conf.el (file-coding-system-alist):
3301 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3302
d94d636f
GM
33032000-12-06 Gerd Moellmann <gerd@gnu.org>
3304
384333ee
GM
3305 * replace.el (occur): Make line-number-width 1 smaller for the
3306 colon following the line number.
3307
83c9cb8e
SM
3308 * startup.el (fancy-splash-text, command-line-1):
3309 Use `File' for the menu name instead of `Files'.
e04d21aa 3310
d4b72d58
GM
3311 * tmm.el: Update copyright.
3312
d94d636f
GM
3313 * cus-start.el: Add entry for even-window-heights.
3314
6e424019
MB
33152000-12-06 Miles Bader <miles@gnu.org>
3316
3317 * faces.el (frame-set-background-mode): Avoid stomping on
3318 locally modified faces.
3319
e6477b58
KH
33202000-12-06 Kenichi Handa <handa@etl.go.jp>
3321
3322 * international/fontset.el: Correct the font registries for
3323 japanese-jisx0213-1 and japanese-jisx0213-2.
3324
21999ab9
GM
33252000-12-05 Gerd Moellmann <gerd@gnu.org>
3326
57d6e381
GM
3327 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3328
21999ab9
GM
3329 * iswitchb.el: Update customization commentary.
3330
7422819c
GM
33312000-12-05 Rob Riepel <riepel@Stanford.EDU>
3332
3333 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3334 (tpu-search-highlight): Fixed comparison of overlay end positions.
3335 (tpu-trim-line-ends): Implemented trimming logic locally.
3336
3337 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3338 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3339
73daff18
KH
33402000-12-05 Kenichi Handa <handa@etl.go.jp>
3341
3342 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3343 to cn-gb.
3344 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3345
6a4cd002
DL
33462000-12-04 Dave Love <fx@gnu.org>
3347
3348 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3349
6452929e
GM
33502000-12-04 Gerd Moellmann <gerd@gnu.org>
3351
e04d21aa 3352 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3353 (rmail-summary-expunge-and-save): Ask for confirmation with
3354 rmail-expunge-confirmed.
3355
3356 * mail/rmail.el (rmail-expunge-confirmed): New function.
3357 (rmail-expunge): Use it.
3358
1790abf4
FP
33592000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3360
0c68ce6f 3361 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3362 (etags-recognize-tags-table, find-tag-in-order):
3363 New functionality: interpret file names as tags.
e04d21aa 3364
7a53d8c8
EZ
33652000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3366
3367 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3368 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3369 the first subnode until the bottom of the current node is visible.
7a53d8c8 3370
caa15ef7
GM
33712000-12-04 Gerd Moellmann <gerd@gnu.org>
3372
3373 * format.el (format-decode): Don't change buffer's undo list.
3374
e225faa7
KH
33752000-12-04 Kenichi Handa <handa@etl.go.jp>
3376
3377 * faces.el (face-font-registry-alternatives): Add entries for CJK
3378 fonts. Doc-string adjusted for the actual usage of this data.
3379
3380 * international/fontset.el: Change the font registries for CJK
3381 fonts in the default fontset. Don't append '*' to registries.
3382
8b262a65
SM
33832000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3384
e04d21aa 3385 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3386 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3387
3388 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3389 (derived-mode-p): New function.
3390 (derived-mode-make-docstring): Add `docstring' argument.
3391 Use it if available and complete it if necessary.
3392
33c4460b
AS
33932000-12-03 Andreas Schwab <schwab@suse.de>
3394
3395 * type-break.el (type-break): Don't make parent of itself.
3396
5c9b3fac
MB
33972000-12-03 Miles Bader <miles@gnu.org>
3398
3399 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3400
27ce741e
SM
34012000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3402
07c16ec4
SM
3403 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3404 (tex-main-file, tex-file): Simplify.
3405 (tex-generate-zap-file-name): Use subst-char-in-string.
3406 (tex-strip-dots): Remove.
3407
c19cc275
SM
3408 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3409
27ce741e
SM
3410 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3411 to check if the match succeeded.
3412
285991dc
GM
34132000-12-02 Gerd Moellmann <gerd@gnu.org>
3414
3415 * startup.el (use-fancy-splash-screens-p): New function.
3416 (command-line-1): Use it to determine whether or not to use
3417 a fancy splash screen.
3418
52dca1b2
AS
34192000-12-02 Andreas Schwab <schwab@suse.de>
3420
3421 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3422
d3e7e7cf
EZ
34232000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3424
2dce2360
EZ
3425 * international/mule.el (make-char): Fix last change.
3426
9768eaa7
EZ
3427 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3428 New defcustoms.
3429 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3430 autoloading tex-mode; instead, do the same manually.
3431 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3432 with numeric argument. Docstring fix.
3433 (toplevel): Require cl when compiling.
e04d21aa 3434
285991dc 3435 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3436
0dd5e255
JR
34372000-12-02 Jason Rumney <jasonr@gnu.org>
3438
3439 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3440 the Emacs Lisp manual)
3441
fbb87147
EZ
34422000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3443
5cbb3e93
EZ
3444 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3445
fbb87147
EZ
3446 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3447 the Emacs Lisp manual).
3448
1636ca09
GM
34492000-12-02 Gerd Moellmann <gerd@gnu.org>
3450
3451 * simple.el (next-line-add-newlines): Change default to nil.
3452
68875f0e
EZ
34532000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3454
83c9cb8e
SM
3455 * files.el (revert-buffer, recover-file):
3456 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3457
fd9ac94c
GM
34582000-12-01 Gerd Moellmann <gerd@gnu.org>
3459
3460 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3461
45450dd5
MB
34622000-12-01 Miles Bader <miles@gnu.org>
3463
3464 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3465
09df8881
KH
34662000-12-01 Kenichi Handa <handa@etl.go.jp>
3467
3468 * international/mule-diag.el (describe-char-after): Fix typo.
3469 (describe-character-set, non-iso-charset-alist): Fix typo.
3470
dea0a87d
MB
34712000-12-01 Miles Bader <miles@gnu.org>
3472
b170205b
MB
3473 * image-file.el (image-file-name-regexp): Automatically add
3474 upper-case variants of each filename extension in
3475 `image-file-name-extensions', since they seem to be common.
3476
e04d21aa 3477 * simple.el (minibuffer-contents)
dea0a87d
MB
3478 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3479 New functions.
3480 * filecache.el (file-cache-directory-name)
3481 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3482
2b69bc11 34832000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3484
dea0a87d
MB
3485 * filecache.el (file-cache-minibuffer-complete): Don't try to
3486 delete the minibuffer prompt.
3487
a8a1b05d
DL
34882000-11-30 Dave Love <fx@gnu.org>
3489
3490 * cus-start.el: Fix read-buffer-function type.
3491
693c4692
GM
34922000-11-30 Gerd Moellmann <gerd@gnu.org>
3493
3494 * md5.el: Removed. There's a built-in function, now.
3495
2c0b1898
GM
34962000-11-30 Markus Rost <rost@math.ohio-state.edu>
3497
3498 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3499 as dummy 0-th char of rmail-deleted-vector.
3500
63dfcf4b
EZ
35012000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3502
3503 * ps-print.el (ps-end-job): Bind case-fold-search only after
3504 switching to ps-spool-buffer.
3505
35062000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3507
3508 * ps-print.el: Line number font customization. PostScript: Lines and
3509 PageCount are initialized on each page. Doc Fix.
3510 (ps-print-version): New version number (6.3.2).
3511 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3512 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3513 (ps-right-header): Customization fix.
3514 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3515 Fix code.
3516 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3517 New vars.
3518
df3aedcf
GM
35192000-11-30 Gerd Moellmann <gerd@gnu.org>
3520
edfb795e
GM
3521 * bs.el: Fix typos and spelling errors.
3522 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3523 (bs-configuration): Doc fix.
e04d21aa 3524
df3aedcf
GM
3525 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3526
8b8a7f01
GM
35272000-11-30 Rob Riepel <riepel@Stanford.EDU>
3528
3529 * emulation/tpu-edt.el (tpu-version): New version.
3530 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3531 (tpu-original-mode-line): Variable deleted.
3532 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3533 (tpu-set-mode-line): Don't redefine mode-line-format.
3534 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3535 (tpu-update-mode-line): New mark flag logic.
3536 (tpu-get): Use find-file-wildcards.
3537 (tpu-search-highlight): Move overlay less, reset overlay properly.
3538 (tpu-unselect): Deactivate mark.
3539 (tpu-lm-replace): Reset overlay properly.
3540 (tpu-forward-line): Use forward-visible-line.
3541 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3542
83c9cb8e 3543 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3544
c069a9d3
GM
35452000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3546
3547 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3548
b02cd40b
GM
35492000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3550
3551 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3552 and skip whitespace and newlines.
e04d21aa 3553
b7a90344
SM
35542000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3557
be6bbb55
GM
35582000-11-29 Gerd Moellmann <gerd@gnu.org>
3559
0383ed60
GM
3560 * help.el (describe-function-1): Regexp-quote function name
3561 when used as part of a regexp.
3562
83c9cb8e
SM
3563 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3564 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3565 (tool-bar-add-item): Likewise, and handle unspecified colors.
3566
3567 * enriched.el (enriched-face-ans): Use face-attribute instead
3568 of face-foreground and face-background.
3569
3570 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3571 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3572
7423978d
GM
3573 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3574
ef128c78
GM
3575 * play/5x5.el: Remove version info.
3576
a81fc510
GM
3577 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3578
be6bbb55
GM
3579 * frame.el (blink-cursor-mode): Doc fix.
3580
f9396e03
GM
35812000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3582
3583 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3584 to create Makefile rules.
3585 (antlr-tool-command): New user option.
3586 (antlr-ask-about-save): New user option.
3587 (antlr-makefile-specification): New user option.
3588 (antlr-file-formats-alist): New variable.
3589 (antlr-special-file-formats): New variable.
3590 (antlr-unknown-file-formats): New user option.
3591 (antlr-help-unknown-file-text): New variable.
3592 (antlr-help-rules-intro): New variable.
3593 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3594 (antlr-mode-menu): Add entries.
3595 (antlr-file-dependencies): New function.
3596 (antlr-directory-dependencies): New function.
3597 (antlr-superclasses-glibs): New function.
3598 (antlr-run-tool): New command.
3599 (antlr-makefile-insert-variable): New function.
3600 (antlr-insert-makefile-rules): New function.
3601 (antlr-show-makefile-rules): New command.
3602
3603 * antlr-mode.el: More Emacs/XEmacs stuff.
3604 (antlr-no-action-keywords): New constant with value nil.
3605 (antlr-font-lock-keywords-alist): Use it. Old value would break
3606 syntax highlighting in Emacs-21.0.
3607 (antlr-default-directory): Emacs/XEmacs dependend function.
3608 (antlr-read-shell-command): Ditto.
3609 (antlr-with-displaying-help-buffer): Ditto.
3610
36112000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3612
3613 * antlr-mode.el: imenu, parsing and highlighting changes.
3614 (antlr-imenu-create-index-function): Don't create extra submenus
3615 for definitions in different grammar classes. It is not necessary
3616 for the menu and would make command `imenu' awkward to use.
3617 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3618 header actions and more than one.
3619 (antlr-font-lock-tokendef-face): Changed color.
3620 (antlr-font-lock-tokenref-face): Changed color.
3621 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3622 (antlr-mode-syntax-table): New variable.
3623 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3624 (antlr-with-syntax-table): Don't copy syntax table.
3625
36262000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3627
3628 * antlr-mode.el: Minor changes: language setting.
3629 (antlr-language-alist): The value for file option "language" can
3630 be both an identifier and a string.
3631 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3632 (antlr-language-limit-n-regexp): Change accordingly.
3633
36342000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3635
3636 * antlr-mode.el: Minor changes: tabs, hiding.
3637 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3638 (antlr-action-visibility): Also allow value nil to also hide the
3639 braces. Renamed from `antlr-tiny-action-length'.
3640 Suggested by Jay@aol.com.
3641 (antlr-hide-actions): Change accordingly. Hide line if completely
3642 hidden action is on a line of its own.
e04d21aa 3643
6ad948eb
SM
36442000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3645
3646 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3647
3648 * sort.el (sort-columns): Don't concat strings with numbers.
3649
9c6a4107
DL
36502000-11-29 Dave Love <fx@gnu.org>
3651
3652 * cus-edit.el (face): Fix :format.
3653
3654 * mail/feedmail.el: Require smtpmail when compiling.
3655 (mail-do-fcc): Autoload.
3656 (feedmail) <defgroup>: Fix :link.
3657 (feedmail-nuke-body-in-fcc): Fix :type.
3658 (feedmail-send-it): Add autoload cookie.
3659
053b8d35
SM
36602000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3661
3662 * newcomment.el (comment-indent): Save excursion around call to
3663 comment-indent-function.
3664
242c13e8
MB
36652000-11-29 Miles Bader <miles@gnu.org>
3666
3667 * subr.el (member-ignore-case): Return the tail of the list who's
3668 car matches, like `member', not the matching element itself.
3669
8f4b5f28
KH
36702000-11-29 Kenichi Handa <handa@etl.go.jp>
3671
3672 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3673 should not contain `\n'.
3674
bebe4a2c
GM
36752000-11-28 Gerd Moellmann <gerd@gnu.org>
3676
fd9ac94c 3677 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3678
ba7e40eb
GM
3679 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3680
75ab0c79
GM
3681 * dired-aux.el (dired-do-create-files): Construct default file
3682 name for dired-mark-read-file-name so that when the user enters
3683 just RET, the target file will end up in the target directory.
3684
bebe4a2c
GM
3685 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3686 local-abbrev-table before changing buffers because it might
3687 have a buffer-local binding.
3688
fa6d1ca8
MB
36892000-11-28 Miles Bader <miles@gnu.org>
3690
3691 * simple.el (delete-horizontal-space): Handle fields more generally.
3692
8d2c2642
GM
36932000-11-28 Gerd Moellmann <gerd@gnu.org>
3694
3695 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3696
8b31236d
DL
36972000-11-28 Dave Love <fx@gnu.org>
3698
3cbd02d2
DL
3699 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3700 comment-start-skip locally.
3701
8b31236d
DL
3702 * progmodes/fortran.el (fortran-mode): Don't set
3703 fortran-comment-line-start-skip. Set comment-start to
3704 fortran-comment-line-start.
3705 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3706 (fortran-comment-line-start-skip): Simplify slightly.
3707
ae4bf56d
GM
37082000-11-28 Gerd Moellmann <gerd@gnu.org>
3709
17ef7534
GM
3710 * play/5x5.el: Remove RCS keyword.
3711
fd9ac94c 3712 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3713
665b27a6
GM
37142000-11-28 Milan Zamazal <pdm@freesoft.cz>
3715
83c9cb8e
SM
3716 * textmodes/tildify.el (tildify-string-alist):
3717 Add `plain-tex-mode' here.
665b27a6 3718
fe3c2ae3
GM
37192000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3720
3721 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3722 reference.
3723
d970106b
MB
37242000-11-28 Miles Bader <miles@gnu.org>
3725
36b80a0d
MB
3726 * cus-face.el (custom-face-attributes): Add post-filter function
3727 for :box. Make pre-filter function for :box handle all cases.
3728
d970106b
MB
3729 * wid-edit.el (widget-choose): Make sure pop-up window is large
3730 enough to display all the choices, as there's no way to scroll it.
3731
5a2bae6c
KH
37322000-11-28 Kenichi Handa <handa@etl.go.jp>
3733
3734 * international/mule-conf.el: Make the coding system no-conversion
3735 safe for all characters.
3736
9e836e23
DL
37372000-11-27 Dave Love <fx@gnu.org>
3738
8b31236d
DL
3739 * net/ldap.el (ldap) <defgroup>: Add :version.
3740
9e836e23
DL
3741 * tooltip.el (tooltip-use-echo-area): Doc fix.
3742
3743 * cus-start.el <minibuffer-prompt-properties>: Add version.
3744 <read-buffer-function>: Add.
3745
3746 * apropos.el (apropos-print): Add help-echo to active text.
3747
3748 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3749
4a74d071
GM
37502000-11-27 Gerd Moellmann <gerd@gnu.org>
3751
3752 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3753 type, group and version.
3754
76058c27
EZ
37552000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3756
4a74d071 3757 * select.el (x-get-selection): Docstring fix.
76058c27 3758
fd9ac94c 37592000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3760
fd9ac94c 3761 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3762
49060c51
AI
37632000-11-27 Andrew Innes <andrewi@gnu.org>
3764
3765 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3766
3767 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3768
b2a8e429
MB
37692000-11-27 Miles Bader <miles@gnu.org>
3770
3771 * dired.el (dired-get-filename): Return filename verbatim if
3772 LOCALP is `verbatim'.
3773 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3774 `verbatim' so that we don't inadvertently delete a non-existant
3775 directory name.
3776
5ac0366d
KH
37772000-11-27 Kenichi Handa <handa@etl.go.jp>
3778
3779 * international/characters.el: Specify cases and syntaxes for
3780 mule-unicode-0100-24ff.
3781
67f1cf4c
GM
37822000-11-27 Gerd Moellmann <gerd@gnu.org>
3783
3784 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3785 that foreground and/or background colors of the face `tool-bar'
3786 are unspecified.
3787
46c56972
MB
37882000-11-27 Miles Bader <miles@gnu.org>
3789
e04d21aa 3790 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3791 (widget-field-end): Handle widget field `pseudo-overlays'.
3792 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3793 if it's there instead of in `widget-field-list'.
3794
46c56972 3795 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3796 (help-make-xrefs): Delete extraneous newlines at the end of the
3797 docstring.
46c56972 3798
640a9cdd
JR
37992000-11-25 Jason Rumney <jasonr@gnu.org>
3800
3801 * startup.el (command-line): Call set-locale-environment after
3802 Window System init file is read, as it can result in a call to
3803 redraw-frame.
3804
0b3f96d4
EZ
38052000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3806
3807 * simple.el (shell-command): Mention the effect of the prefix
3808 argument in the doc string.
3809
8da6e2a1
MB
38102000-11-25 Miles Bader <miles@gnu.org>
3811
a658d039
MB
3812 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3813
8da6e2a1 3814 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3815 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3816
d3416cca
JR
38172000-11-24 Jason Rumney <jasonr@gnu.org>
3818
3819 * international/mule-cmds.el (locale-language-names): Add "jp" as
3820 a non-standard alternative for Japanese.
3821
17e37f53
AS
38222000-11-24 Andre Spiegel <spiegel@gnu.org>
3823
3824 * vc-hooks.el: Require 'cl during compilation.
3825
9aa5f148
GM
38262000-11-24 Gerd Moellmann <gerd@gnu.org>
3827
ba193890
GM
3828 * faces.el (face-set-after-frame-default): Let face attributes
3829 specified for new frames override frame parameters.
3830
9aa5f148
GM
3831 * startup.el (command-line): Fix computation of the source file
3832 for user-init-file when user-init-file is a compiled file.
3833
51a1edab
MB
38342000-11-24 Miles Bader <miles@gnu.org>
3835
e04d21aa 3836 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3837 (custom-post-filter-face-spec): New functions.
3838 (custom-face-set, custom-face-value-create): Filter the face spec
3839 before and after customization.
3840 (custom-face-set): If VALUE specifies a null face, pass a
3841 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3842 * cus-face.el (custom-face-attributes): Remove SET and GET
3843 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3844 cases they're needed.
3845
1ed74431
MB
3846 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3847 that it's distinguishable from the :off-glyph on dark-background
3848 displays. Set its background color too.
3849
67ee1125
MB
3850 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3851 so that people can easily turn it off.
3852
7d027816 38532000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3854
7d027816 3855 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3856
9aa5f148 3857 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3858
9aa5f148 3859 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3860
9aa5f148 3861 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3862 redundant skip-small-frames test.
e04d21aa 3863
9aa5f148 3864 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 3865 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 3866
9aa5f148
GM
3867 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3868 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
3869 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3870 New functions.
e04d21aa 3871
9aa5f148 3872 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3873
9aa5f148 3874 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3875
f07fa1b8
KH
38762000-11-24 Kenichi Handa <handa@etl.go.jp>
3877
83c9cb8e
SM
3878 * international/mule-diag.el (list-iso-charset-chars):
3879 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
3880 (list-non-iso-charset-chars): Fix the `while' condition.
3881
ba8299ff
SM
38822000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3883
79372165
SM
3884 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3885 if the variable is make-variable-buffer-local.
3886
83c9cb8e
SM
3887 * progmodes/ada-stmt.el (ada-template-map):
3888 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
3889 (ada-stmt-mode-hook): New function extracted from old code.
3890 Only change the buffer-local side of skeleton-*.
3891 (ada-mode-hook): Use it.
3892
68a887fa
EZ
38932000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3894
3895 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3896 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3897 we expect to be returned by minibuffer-depth once we prompt the
3898 user in the minibuffer.
3899 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3900 as recorded in iswitchb-minibuf-depth, return non-nil.
3901
3b345582
EZ
39022000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3903
3904 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3905 (hscroll-window-maybe): Docstring fix.
3906
595dead2
DL
39072000-11-23 Dave Love <fx@gnu.org>
3908
3909 * rect.el (string-rectangle): Don't test delete-selection-mode.
3910
1e66b27a
GM
39112000-11-23 Gerd Moellmann <gerd@gnu.org>
3912
02790ce2
GM
3913 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3914 is in the tool bar.
3915
1e66b27a 3916 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 3917 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 3918
a4caa65d
SM
39192000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3920
3921 * textmodes/outline.el (outline-flag-region):
3922 Don't bind inhibit-read-only since we don't modify the buffer.
3923 (outline-isearch-open-invisible): Don't jump to overlay-start
3924 since we're trying to unhide text around point.
3925 (outline-discard-overlays): Use dolist.
3926
3927 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3928
03e757c1
GM
39292000-11-22 Gerd Moellmann <gerd@gnu.org>
3930
83c9cb8e 3931 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 3932
1598a961
SM
39332000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3934
3935 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3936 Fix ARG regexp to skip quoted braces.
3937 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3938 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3939 are (correctly) handled separately).
3940 Remove `caption' and `footnote' from `citations': they contain text.
3941 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3942 (latex-skeleton-end-hook): New function.
3943 (latex-mode): Use it.
3944 (tex-start-tex-marker): Remove.
3945 (tex-send-tex-command): Don't set tex-start-tex-marker.
3946 (tex-error-parse-syntax-table): New var.
3947 (tex-compilation-parse-errors): Use it.
3948 Ignore tex-start-tex-marker. Don't bother with marker-position.
3949 (tex-validate-buffer): Don't bother with marker-position.
3950
3951 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3952 (flyspell-generic-progmode-verify): Use it.
1598a961 3953
eaae8106
SS
39542000-11-22 Sam Steingold <sds@gnu.org>
3955
83c9cb8e 3956 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 3957
eaae8106 3958 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3959 `ada-remove-trailing-spaces'.
eaae8106 3960 (ada-remove-trailing-spaces): Removed.
e04d21aa 3961
eaae8106 3962 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3963
1598a961
SM
3964 * textmodes/picture.el (picture-clean): Removed.
3965 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3966
a41d49e9
GM
39672000-11-22 Gerd Moellmann <gerd@gnu.org>
3968
e053c60f
GM
3969 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3970
a41d49e9
GM
3971 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3972 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3973 do anything special when jit-lock is active.
a41d49e9
GM
3974 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3975
197615f3
DL
39762000-11-22 Dave Love <fx@gnu.org>
3977
ddbfaa9f
DL
3978 * calendar/todo-mode.el (todo-top-priorities): Use
3979 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3980
ddc3c695
DL
3981 * language/chinese.el, language/cyrillic.el:
3982 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3983 * language/hebrew.el, language/indian.el, language/japanese.el:
3984 * language/korean.el, language/lao.el, language/misc-lang.el:
3985 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3986 Use provide.
3987
fb9fa98d
DL
3988 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3989 (custom-variable-set): Improve validation error mesage.
3990
197615f3
DL
3991 * rect.el (string-rectangle): Revert last change.
3992 (string-rectangle-line): New arg DELETE.
3993 (string-rectangle): Check delete-selection-mode.
3994
3995 * emacs-lisp/edebug.el (edebug-version)
3996 (edebug-maintainer-address): Deleted.
3997 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3998 (edebug-read-function): Account for other `'#' read forms.
3999 (edebug-mode-menus): Make some items toggles.
4000 (edebug-outside-unread-command-event, unread-command-event):
4001 Remove these to avoid warnings.
4002
f4117c4d
GM
40032000-11-22 David Ponce <david@dponce.com>
4004
4005 * recentf.el (recentf-menu-items-for-commands)
4006 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4007 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4008
f4117c4d
GM
4009 (recentf-build-dir-rules, recentf-dump-variable)
4010 (recentf-edit-list, recentf-open-files-item)
4011 (recentf-open-files): Replaced unnecessary `mapcar' with new
4012 built-in `mapc'.
eaae8106 4013
f8e2f3f2
MB
40142000-11-23 Miles Bader <miles@gnu.org>
4015
4016 * faces.el (menu): Make inverse-video on ttys too.
4017
4c4a541d
SM
40182000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4019
4020 * simple.el (comment-line-break-function): Use the new name
4021 indent-new-comment-line -> comment-indent-new-line.
4022 (clone-indirect-buffer): Don't ignore NORECORD.
4023 (next-completion): Properly handle the case where items are adjacent.
4024
4025 * mouse.el (popup-menu): Stupid typo.
4026
980d836e
GM
40272000-11-22 Gerd Moellmann <gerd@gnu.org>
4028
60e8e0a5
GM
4029 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4030 maintainer, keywords tags.
4031
980d836e
GM
4032 * rect.el (replace-rectangle): Don't call string-rectangle-line
4033 with too many arguments.
4034
e08b2069
AS
40352000-11-22 Andre Spiegel <spiegel@gnu.org>
4036
60e8e0a5 4037 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4038 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4039 vc-locking-user, which no longer exists.
4040
4041 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4042
c6779d8d
DL
40432000-11-22 Dave Love <fx@gnu.org>
4044
4045 * md5.el (md5): Provide.
4046 (md5): Fix error call.
4047
e672fdce
MB
40482000-11-22 Miles Bader <miles@gnu.org>
4049
eaae8106 4050 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4051 (refill-fill-paragraph-at): Remove debugging code.
4052
80e24c04
MB
4053 * calendar/calendar.el (generate-calendar-window): When we don't
4054 call `fit-window-to-buffer', make sure the top line is fully visible.
4055
3a17d6cc
MB
4056 * image-file.el (insert-image-file): Don't make `read-only'
4057 property rear-nonsticky.
4058
ae1a21c6
MB
4059 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4060 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4061 stashing away its original value.
4062 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4063 in the recursive edit.
4064 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4065 (isearch-done): Restore `minibuffer-message-timeout'.
4066
e672fdce
MB
4067 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4068
3ea79df8
SM
40692000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4070
4071 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4072
4073 * find-lisp.el (find-lisp-find-files-internal):
4074 Use dolist, when and file-name-as-directory.
4075
980d836e 4076 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4077 (define-derived-mode, define-minor-mode): Add specs.
4078
4079 * window.el: General comment and spacing fixes.
4080 (save-selected-window): Use backquotes.
4081 (window-safely-shrinkable-p): New function.
4082 (shrink-window-if-larger-than-buffer): Use it.
4083
4084 * subr.el (make-local-hook): Docstring fix.
4085
4086 * shell.el (shell-mode): Use define-derived-mode.
4087
4088 * newcomment.el (comment-indent): Insert comment before calling
4089 comment-indent-function. Don't insert in column 0.
4090 (comment-dwim): Indent before inserting comment.
4091
4092 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4093 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4094 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4095 Use mapc rather than map.
4096
4097 * files.el (find-buffer-visiting): Compare all attributes before
4098 declaring two files identical (rather than just their inode-no).
4099 (auto-mode-alist): Use \' rather than $.
4100
4101 * which-func.el: Update maintainer line.
4102
4103 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4104 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4105 (uniquify-buffer-file-name): Use it.
4106
8f62f2b8
MB
41072000-11-22 Miles Bader <miles@gnu.org>
4108
4109 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4110 * simple.el (minibuffer-avoid-prompt): New function.
4111
fb279a6d
GM
41122000-11-21 Gerd Moellmann <gerd@gnu.org>
4113
4114 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4115
867092e9
MB
41162000-11-21 Miles Bader <miles@gnu.org>
4117
ef860850
MB
4118 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4119 inclusion of `track-mouse'.
4120
867092e9
MB
4121 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4122 (refill-adjust-ignorable-overlay): New function.
4123 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4124 only the paragraph's tail if possible.
4125 Update `refill-ignorable-overlay'.
4126 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4127
4128 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4129 point inside the fill-prefix.
4130
4131 * textmodes/refill.el (refill-post-command-function): Don't reset
4132 refill-doit in the case where a self-insertion command doesn't
4133 case a refill. Use `refill-fill-paragraph-at', getting position
4134 from `refill-doit'.
4135 (refill-after-change-function): Set `refill-doit' to END.
4136 (refill-fill-paragraph-at): New function, mostly from old
4137 refill-fill-paragraph.
4138 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4139 (refill-pre-command-function): New function.
4140 (refill-mode): Add it to `pre-command-hook'.
4141
ff9ab414
GM
41422000-11-20 Gerd Moellmann <gerd@gnu.org>
4143
29a01b72
GM
4144 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4145
ff9ab414
GM
4146 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4147 javadoc tags.
eaae8106 4148
885b211b
AS
41492000-11-20 Andre Spiegel <spiegel@gnu.org>
4150
4151 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4152 vc.el).
4153
eaae8106 4154 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4155 require vc.
eaae8106
SS
4156
4157 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4158 checkouts.
eaae8106 4159
d1838556
DL
41602000-11-20 Dave Love <fx@gnu.org>
4161
4162 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4163
2b69bc11 41642000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4165
2b69bc11
GM
4166 * calculator.el (calculator-paste): Use `if' instead of `and'
4167 and `or'.
4168 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4169
b95b34e5
GM
41702000-11-19 Gerd Moellmann <gerd@gnu.org>
4171
030de92f
GM
4172 * info.el (info-menu-5): Doc fix.
4173
b95b34e5
GM
4174 * textmodes/artist.el: New file.
4175
54970452
AS
41762000-11-19 Andre Spiegel <spiegel@gnu.org>
4177
eaae8106 4178 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4179 and differentiate according to checkout model.
4180 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4181 since this function is only concerned with master state.
4182
83c9cb8e
SM
4183 * vc-hooks.el (vc-workfile-unchanged-p)
4184 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4185
83c9cb8e
SM
4186 * vc.el (vc-workfile-unchanged-p)
4187 (vc-default-workfile-unchanged-p): See above.
54970452 4188
e5a9dabf
MB
41892000-11-19 Miles Bader <miles@gnu.org>
4190
4191 * image-file.el (insert-image-file): Make `intangible' and
4192 `read-only' properties rear-nonsticky too.
4193
24127af0
GM
41942000-11-18 Gerd Moellmann <gerd@gnu.org>
4195
d392e9c5 4196 * ps-print.el: Update copyright notice.
eaae8106 4197
d392e9c5
GM
4198 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4199 (tooltip-show): Use the offsets.
4200
24127af0 4201 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4202 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4203 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4204
2b69bc11 42052000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4206
2b69bc11
GM
4207 * ps-print.el (toplevel): Test for find-coding-system being
4208 fboundp before calling ps-x-find-coding-system.
08ea6f17 4209
66321b2f
SM
42102000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4211
4212 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4213 (vc-version-backup-file): Docstring fix.
4214
046110c6
GM
42152000-11-16 Gerd Moellmann <gerd@gnu.org>
4216
4104194e
GM
4217 * files.el (basic-save-buffer): Don't add a newline if
4218 find-file-literally is non-nil.
4219 (find-file-literally): Extend doc string.
4220
046110c6
GM
4221 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4222 sort(1) with the `-f' argument.
4223
6505c16e
AS
42242000-11-16 Andre Spiegel <spiegel@gnu.org>
4225
fd063975
AS
4226 * vc.el: Updated backend documentation.
4227 (vc-default-check-headers): New function.
4228
3d02dd81 4229 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4230
4231 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4232 up-to-date.
eaae8106 4233 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4234 the minibuffer is not active.
fd063975 4235
eaae8106 4236 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4237 `vc-cvs-use-edit' is on.
eaae8106
SS
4238 (vc-cvs-checkout): When this is used for reverting the workfile,
4239 make a backup of the original contents and revert to that in case
8791d617 4240 of error.
eaae8106 4241 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4242 remote repositories.
eaae8106 4243
6505c16e
AS
4244 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4245 for both version and ratio in the minibuffer.
fd063975 4246
eaae8106 4247 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4248 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4249
a13f0660
KH
42502000-11-16 Kenichi Handa <handa@etl.go.jp>
4251
4252 * international/quail.el (quail-start-translation): Don't call
4253 `message' before reading key sequence.
4254
1389a414
MB
42552000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4256
4257 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4258
9256a532
KH
42592000-11-16 Kenichi Handa <handa@etl.go.jp>
4260
4261 * window.el (fit-window-to-buffer): Be sure to acquire at least
4262 one text line even if the buffer is empty.
4263
0e14fe9f
GM
42642000-11-16 Gerd Moellmann <gerd@gnu.org>
4265
eaae8106 4266 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4267 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4268 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4269
da645c53
DL
42702000-11-15 Dave Love <fx@gnu.org>
4271
83c9cb8e
SM
4272 * wid-edit.el (widget-specify-field, widget-specify-button):
4273 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4274 widget-mouse-help.
4275 (widget-mouse-help): New function.
4276 (widget-echo-help): Rewritten for :help-echo functions only taking
4277 a widget arg.
4278
83c9cb8e
SM
4279 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4280 Use display-graphic-p.
b12057b9
DL
4281 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4282 and that JPEG is available.
4283 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4284
da645c53
DL
4285 * international/mule-cmds.el (locale-charset-language-names):
4286 Match @euro.
4287
6d133d1f
GM
42882000-11-15 Gerd Moellmann <gerd@gnu.org>
4289
83c9cb8e
SM
4290 * faces.el (face-set-after-frame-default):
4291 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4292 default face from X resources.
4293
49ac2ac5
EZ
42942000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4295
4296 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4297 Don't set EMACSLOADPATH.
4298
4fb0a34c
EZ
42992000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4300
4301 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4302 texinfo-insert-@url.
4303 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4304 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4305
bb304a7a
SM
43062000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4307
82bc80bf
SM
4308 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4309 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4310 (checkdoc-minor-keymap): Backward compatibility.
4311 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4312 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4313 (checkdoc-this-string-valid-engine): Be a bit more strict
4314 to avoid matching substrings of `...' quoted vars/funs.
4315 (checkdoc-defun-info): Only look for `interactive' if alone.
4316 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4317
e8c87124
SM
4318 * progmodes/compile.el (grep): `tag-default' can be nil.
4319
bb304a7a
SM
4320 * newcomment.el (comment-indent): Paren typo.
4321
8628686a
DL
43222000-11-14 Dave Love <fx@gnu.org>
4323
25c269ef
DL
4324 * calculator.el: New maintainer version.
4325
66321b2f 4326 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4327
8628686a
DL
4328 * cmuscheme.el: Doc fixes.
4329 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4330 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4331
4332 * xscheme.el (scheme-program-name): Don't define here.
4333
4334 * progmodes/scheme.el (scheme-program-name): New variable
4335 (originally in cmuscheme).
4336
88f0a1eb
MB
43372000-11-14 Miles Bader <miles@gnu.org>
4338
4339 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4340 Handle header-lines. Don't loop forever if we can't enlarge the
4341 window anymore. Simplify a bit.
4342
cd9a000c
KH
43432000-11-14 Kenichi Handa <handa@etl.go.jp>
4344
4345 * window.el (fit-window-to-buffer): Don't check
4346 window-text-height. Assure that the last line is fully visible.
4347
83c9cb8e
SM
4348 * international/quail.el (quail-show-guidance-buf):
4349 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4350 buffer.
4351 (quail-update-guidance): Avoid making the guidance buffer shorter.
4352
d3fcda22
SM
43532000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4354
bdbd9606
SM
4355 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4356 rather than `prepend' and add an interesting comment.
4357 (tex-math-face, tex-font-lock-syntactic-face-function):
4358 New face and function to use it.
4359 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4360 than `menu-enable' symbol property.
4361 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4362 (tex-mode): Add some latex-mode commands for auto-selection.
4363 Use tex-font-lock-syntactic-face-function.
4364 (tex-insert-quote): Simplify.
4365 (tex-shell): New mode.
4366 (tex-start-shell): Use it.
4367 (tex-shell-proc, tex-shell-buf): New functions.
4368 (tex-send-command): Use it.
4369 (tex-main-file): Fix the meaning of the new arg REALFILE.
4370 (tex-send-tex-command): New function split from `tex-start-tex'.
4371 Set compilation-last-buffer and compilation-parsing-end.
4372
d3fcda22
SM
4373 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4374 when it follows non-comment text on the line.
4375
4376 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4377 Set font-lock-defaults.
4378 (lisp-mode-shared-map): Init inside the defvar.
4379 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4380 Use define-derived-mode.
4381
bdab1d43
MB
43822000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4383
4384 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4385
936ae731
GM
43862000-11-14 Gerd Moellmann <gerd@gnu.org>
4387
83c9cb8e
SM
4388 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4389 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4390 recursion; see comment there.
4391
1695ca2b
EZ
43922000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * faces.el (face-spec-set-match-display): Revert the change from
4395 2000-10-24. Add a FIXME for after v21.1.
4396
9d348294
MB
43972000-11-13 Miles Bader <miles@gnu.org>
4398
4399 * textmodes/fill.el (skip-line-prefix): New function.
4400 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4401 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4402 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4403 point inside the fill-prefix.
9d348294 4404
b85fa13c
MB
44052000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4406
83c9cb8e
SM
4407 * calendar/calendar.el (generate-calendar-window):
4408 Use `fit-window-to-buffer'.
b85fa13c 4409
a0b47716
SM
44102000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4411
4412 * gud.el (gud-minor-mode): New var.
4413 (gud-symbol, gud-val): New functions.
4414 (gud-find-file): Copy gud-minor-mode to the new buffer.
4415 (gud-menu-map): Include entries for commands that are not always
4416 available, using :enable to (de)activate them.
4417 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4418 (gud-mode-map): New map.
eaae8106 4419 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4420 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4421 Don't set up gud's menu (it's done by the minor-mode).
4422 (gud-minibuffer-local-map): New.
4423 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4424 (gud-query-cmdline): New function.
4425 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4426 (gud-mode): Use define-derived-mode.
4427 Don't set up gud's menu (it's done by the minor-mode).
4428 (gud-chop-words): Remove.
4429 (gud-common-init): Use split-string instead.
4430 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4431
4432 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4433 Add keyword arg :name.
4434
4435 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4436 (diff-count-matches, diff-split-hunk): New functions.
4437 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4438
4439 * pcvs-info.el (cvs-fi-conflict-face): New var.
4440
4441 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4442 Make it into a simple syntax-table, shared among all submodes.
4443 (sh-heredoc-face): Re-introduce.
4444 (sh-font-lock-syntactic-face-function): New function.
4445 (sh-mode): Use it. Also use define-derived-mode.
4446 Remove old bogus setting of indent-region-function.
4447 (sh-set-shell): Don't set the syntax-table any more.
4448 (sh-mode-syntax-table) <defun>: Remove.
4449
f5ed37df
MB
44502000-11-12 Miles Bader <miles@gnu.org>
4451
4452 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4453 message if interactive.
4454
0b074c2f
DL
44552000-11-12 Dave Love <fx@gnu.org>
4456
4457 * mail/feedmail.el: Fix header,
4458 (feedmail) <defgroup>: Add :link.
4459
4460 * view.el: Use local-map property, not keymap on mode-line string.
4461
83c9cb8e
SM
4462 * scroll-all.el (scroll-all-mode): Customize variable.
4463 Add autoload cookie to function.
0b074c2f
DL
4464
4465 * lazy-lock.el: Remove compatibility code.
4466
4467 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4468 (finder-help-echo): New variable.
4469 (finder-mouse-face-on-line): Add help-echo stuff.
4470 (finder-list-keywords, finder-list-matches): Use mapc.
4471
4472 * faces.el (face-font-registry-alternatives): Add :version.
4473
4474 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4475 tags-table-list.
4476
a0b47716 4477 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4478
a0b47716 4479 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4480 (mail-mode): Use [:alnum:] in some regexps.
4481
6d502396
DL
44822000-11-10 Dave Love <fx@gnu.org>
4483
4484 * ediff.el (ediff-regions-internal, ediff-documentation):
4485 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4486 fundamental mode.
4487
4488 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4489 buffer into fundamental mode.
4490 (ediff-set-difference): Use copy-sequence if available.
4491
83c9cb8e
SM
4492 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4493 Check ediff-patch-map non-nil.
6d502396
DL
4494 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4495 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4496 buffer into fundamental mode.
4497
4498 * ediff-merg.el (state-or-merge): Defvar when compiling.
4499
a82fe213
JR
45002000-11-10 Jason Rumney <jasonr@gnu.org>
4501
4502 * w32-fns.el (w32-add-charset-info): New function.
4503 (w32-charset-info-alist): Use it.
4504
52d89894
GM
45052000-11-10 Gerd Moellmann <gerd@gnu.org>
4506
4507 * faces.el (face-font-registry-alternatives): New user-option.
4508
178932de
SM
45092000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4510
d7fa3319
SM
4511 * textmodes/texinfo.el (texinfo-block-default): New var.
4512 (texinfo-insert-block): Use it. Insert a newline if needed.
4513
178932de
SM
4514 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4515 (fill-region-as-paragraph): Use it.
4516
4517 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4518 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4519 Tweak paragraph regexps to allow a leading [ \t]*.
4520 (tex-latex-block): Insert a newline if necessary.
4521 (latex-insert-item): Only insert a newline if necessary.
4522 (tex-guess-main-file): New function.
4523 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4524 Set tex-main-file if TeX-master is provided.
4525 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4526
bd02b8e0
GM
45272000-11-10 Gerd Moellmann <gerd@gnu.org>
4528
4529 * startup.el (command-line): Set the default tooltip-mode
4530 to t for graphical displays which implement x-show-tip.
4531
4532 * tooltip.el (tooltip-mode): Add a comment about startup.el
4533 setting the default value of this user-option.
4534
b29b03eb
SM
45352000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4536
4537 * font-lock.el (font-lock-*-face) <defvar>: Move.
4538 (font-lock-defaults-alist): Mark obsolete.
4539 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4540 (font-lock-mode): Use define-minor-mode.
4541 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4542 (font-lock-turn-off-thing-lock): Be more explicit.
4543 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4544 (font-lock-syntactic-face-function): New var.
4545 (font-lock-fontify-syntactically-region): Use it.
4546 (font-lock-doc-face): New.
4547
4548 * pcvs.el (cvs-enabledp): Ignore errors.
4549 (cvs-commit-filelist): Never query.
4550 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4551 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4552 (cvs-do-removal): Use cvs-partition rather than delete-if.
4553 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4554 cvs-bury-buffer.
4555
4556 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4557 Allow `next' to jump to after the end of the last match.
4558
778fbc46
GM
45592000-11-09 Gerd Moellmann <gerd@gnu.org>
4560
730c746c
GM
4561 * simple.el (byte-compiling-files-p): New function.
4562
4563 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4564 if it is there.
4565
4566 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4567 nil again.
4568
778fbc46
GM
4569 * textmodes/ispell.el (ispell-library-path): Don't call
4570 check-ispell-version when byte-compiling because that starts
4571 an ispell process, and ispell might not be installed.
4572 (toplevel): Don't set up a menu when byte-compiling.
4573
4574 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4575 it, so that a boundp test can be used to determine if we're
4576 currently byte-compiling.
4577
5912c5bb
DL
45782000-11-09 Dave Love <fx@gnu.org>
4579
83c9cb8e 4580 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4581
7bb054a5
GM
45822000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4583
83c9cb8e
SM
4584 * ps-print.el: Patch for variable initialization when spooling.
4585 Doc fix.
7bb054a5
GM
4586 (ps-output-list): Fun eliminated.
4587 (ps-begin-file, ps-begin-job): Code fix.
4588
9db2706e
DL
45892000-11-08 Dave Love <fx@gnu.org>
4590
83c9cb8e 4591 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4592
f7eb32aa
GM
45932000-11-08 Gerd Moellmann <gerd@gnu.org>
4594
4595 * simple.el (shell-command, display-message-or-buffer)
4596 (shell-command-on-region): Mention resize-mini-windows in the doc
4597 string.
4598 (display-message-or-buffer): Take the value of resize-mini-windows
4599 into account.
4600
7b01b08c
GM
46012000-11-07 Gerd Moellmann <gerd@gnu.org>
4602
acad3c0b
GM
4603 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4604
7b01b08c
GM
4605 * dired.el (dired-between-files): Add `^. find' as an alternative
4606 to the regular expression, for find-dired.
4607
6f602bd0
SM
46082000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4609
4610 * textmodes/texnfo-upd.el: Require texinfo.
4611 (defmacro, defgroup): Remove.
4612 (texinfo-section-to-generic-alist): Remove.
4613 Use texinfo-section-list instead (i.e. level is changed string->int).
4614 (texinfo-filter): New function.
4615 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4616 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4617 Use it. And use regexp-opt.
4618 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4619 (texinfo-update-menu-region-beginning)
4620 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4621 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4622 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4623 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4624 (texinfo-sequential-node-update): Remove autoload cookie.
4625
4626 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4627 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4628 (texinfo-chapter-level-regexp): Remove.
4629 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4630
bb216218
DL
46312000-11-06 Dave Love <fx@gnu.org>
4632
6f602bd0 4633 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4634
6f602bd0
SM
4635 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4636 Match defun*.
bb216218 4637
ff8dd5d5
KH
46382000-11-06 Kenichi Handa <handa@etl.go.jp>
4639
4640 * composite.el (composition-function-table): Variable declaration
4641 moved to src/composite.c.
4642 (compose-chars-after): New optional arg object.
4643
e9da51a1
GM
46442000-11-06 Gerd Moellmann <gerd@gnu.org>
4645
e0c12c68
GM
4646 * bindings.el (mode-line-toggle-read-only)
4647 (mode-line-toggle-modified, mode-line-widen)
4648 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4649 (make-mode-line-mouse2-map): Rewritten.
4650 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4651 functions so that C-h k can show something with a doc string.
eaae8106 4652
e9da51a1
GM
4653 * startup.el (fancy-splash-delay): Set to 10 seconds.
4654 (fancy-splash-max-time): New user-option.
4655 (fancy-splash-stop-time): New variable.
4656 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4657 (fancy-splash-screens-1): Throw `stop-splashing' when current
4658 time is greater than fancy-splash-stop-time.
4659
611dbdf0
SM
46602000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4661
4d2806e2
SM
4662 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4663
611dbdf0
SM
4664 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4665 Prompt user for a file rather than raising an error.
4666 (cvs-enabledp): Fix call to cvs-mode-marked.
4667 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4668 (cvs-mode-insert): Use it. Change the init prompt' value.
4669 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4670
4671 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4672 Don't pass default arg to ewoc-locate.
4673 (ewoc-collect): Return result in the right order.
4674
4675 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4676
4677 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4678 (cvs-status-get-tags): Fix regexp.
4679 (cvs-status-trees, cvs-status-cvstrees):
4680 Combine after change hooks and don't sit-for.
4d2806e2
SM
4681 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4682 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4683 Use make-char rather than hard-coded cryptic data.
4684 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4685
4686 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4687
4688 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4689 (cvs-insert-strings): New function.
4690
937b2877
MB
46912000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4692
4693 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4694 `mwheel-scroll-amount'.
4695 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4696 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4697 string-matching against the version string.
4698
c6c97763
KH
46992000-11-06 Kenichi Handa <handa@etl.go.jp>
4700
6eaec747
KH
4701 * language/thai.el ("Thai"): Set a lisp form that produces
4702 composed string in `sample-text' language info.
4703
4704 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4705 composed string in `sample-text' language info.
4706
83c9cb8e
SM
4707 * international/mule-cmds.el (describe-language-environment):
4708 Eval `sample-text' data and insert the result.
6eaec747 4709
c6c97763
KH
4710 * international/mule-conf.el (compound-text): Define this coding
4711 system here. Make x-ctext and ctext aliases of it.
4712
4713 * language/european.el (compound-text, ctext): Moved to
4714 international/mule-conf.el.
4715
d1145f85
AI
47162000-11-05 Andrew Innes <andrewi@gnu.org>
4717
4718 * w32-fns.el (w32-version): New function.
4719
178a6a45
SM
47202000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4721
4722 * progmodes/awk-mode.el: Update copyright.
4723 (awk-mode-abbrev-table): Remove.
4724 (awk-font-lock-keywords): Use regexp-opt.
4725 (awk-mode): Use define-derived-mode.
4726
4727 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4728 when extracting a suffix.
4729
1ba90166
AS
47302000-11-04 Andre Spiegel <spiegel@gnu.org>
4731
4732 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4733 auto-save-mode.
4734
546790cb
JR
47352000-11-04 Jason Rumney <jasonr@gnu.org>
4736
4737 * language/european.el (decode-mac-roman): Test against r1 not r0.
4738
d247e32d
SM
47392000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4740
fbf44f44
SM
4741 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4742 (icon-mode): Define indent-line-function.
4743 (icon-comment-indent): Simplify.
4744 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4745
4746 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4747
4748 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4749 Bind change-log-default-mode to defeat the caching done on it.
4750 Don't bother saving excursion any more.
4751
4752 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4753
4754 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4755 (set-frame-font): Use the new name (and the old for compatibility).
4756
eaae8106
SS
4757 * toolbar/tool-bar.el (tool-bar-mode):
4758 * time.el (display-time-mode):
4759 * recentf.el (recentf-mode):
4760 * paren.el (show-paren-mode):
4761 * mwheel.el (mouse-wheel-mode):
4762 * msb.el (msb-mode):
4763 * jka-compr.el (auto-compression-mode):
4764 * image-file.el (auto-image-file-mode):
4765 * hl-line.el (hl-line-mode):
4766 * delsel.el (delete-selection-mode):
4767 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4768 * complete.el (partial-completion-mode): Drop unneeded positional args.
4769
eaae8106 4770 * info.el (Info-mode):
79372165 4771 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4772
d247e32d
SM
4773 * log-edit.el (log-edit-menu): New menu.
4774
4921558e
MB
47752000-11-03 Miles Bader <miles@gnu.org>
4776
4777 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4778 definition, so that trailing spaces are handled properly.
4779 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4780
1fc02b3c
GM
47812000-11-03 Gerd Moellmann <gerd@gnu.org>
4782
4783 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4784 tab character.
4785 (fancy-splash-screens): Set tab-width to 20.
4786
51d001f7
DL
47872000-11-03 Dave Love <fx@gnu.org>
4788
4789 * comint.el (comint-completion-addsuffix): Fix custom type.
4790
ba22aeff
SM
47912000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4792
4793 * font-lock.el (font-lock-buffers): Remove.
4794 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4795 (font-lock-change-major-mode): Remove.
4796 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4797 (font-lock-default-fontify-region): Extend the multiline
4798 fontification to whole lines.
4799 (font-lock-fontify-anchored-keywords)
4800 (font-lock-fontify-keywords-region): If matching just one
4801 line (with \n) only mark the \n as multiline.
4802
4803 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4804 Correctly handle the case where several :group args are supplied.
4805 Allow :extra-args.
4806 (easy-mmode-define-global-mode): Allow :extra-args.
4807 Correctly handle the case where several :group args are supplied.
4808
9c887ada
MB
48092000-11-02 Miles Bader <miles@gnu.org>
4810
eaae8106 4811 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4812 (holiday-face): Remove dependency on `window-system'.
4813
7f25090d
KR
48142000-11-02 Ken Raeburn <raeburn@gnu.org>
4815
4816 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 4817 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 4818 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4819
7dd6009c
DL
48202000-11-02 Dave Love <fx@gnu.org>
4821
4822 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4823
94821e4f
EZ
48242000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4825
4826 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4827 punctuation in the warning inserted into the *mail* buffer.
4828
1ac3fc42
GM
48292000-11-02 Gerd Moellmann <gerd@gnu.org>
4830
57731876
GM
4831 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4832 (authors-public-domain-p): New function.
4833 (authors-print): Use it.
4834
975f82c9
GM
4835 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4836
1ac3fc42
GM
4837 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4838
4b3eb10f
GM
48392000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4840
975f82c9 4841 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4842 (ps-print-version): New version number (6.3.1).
4843 (ps-even-or-odd-pages): Customization fix.
4844 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4845 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4846 (ps-page-count): Var replaced by `ps-page-column'.
4847 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4848 (ps-print-sheet-p): New fun.
4849
7da794df
MB
48502000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4851
4852 * tooltip.el (tooltip-gud-tips-setup): New function.
4853 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4854 (tooltip-mode): Call tooltip-gud-tips-setup.
4855 (tooltip-gud-tips): Use `gud-basic-call' instead of
4856 process-send-string, so the prompt gets frobbed appropriately.
4857 Handle nil return value from `tooltip-gud-print-command'.
4858
0e40b809
EL
48592000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4860
4861 * comint.el (comint-add-to-input-history): New function.
4862 (comint-send-input): Use `comint-add-to-input-history'.
4863
50ada0db
MB
48642000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4865
973a3104
MB
4866 * info.el (info-menu-header): New face.
4867 (Info-fontify-menu-headers): New function.
4868 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4869
50ada0db
MB
4870 * info.el (Info-insert-dir): Don't include blank lines at
4871 beginning of additional dir files (one is added automatically).
4872
bff53411
SM
48732000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4874
4875 * emacs-lisp/easy-mmode.el (define-minor-mode):
4876 Revert the latest changes.
4877 Allow the three positional arguments to be skipped and replaced
4878 by keyword arguments.
4879 Add a :toggle argument to determine whether a nil arg means toggle
4880 or means turn-on. The default is unchanged.
4881 Add a call to force-mode-line-update.
4882
6b8a0b2d
DL
48832000-11-01 Dave Love <fx@gnu.org>
4884
83c9cb8e 4885 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 4886
5bf99100
MB
48872000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4888
83c9cb8e
SM
4889 * calendar/calendar.el (diary-face, holiday-face):
4890 Add dark-background variants.
5bf99100 4891
a4032611
SS
48922000-10-31 Sam Steingold <sds@gnu.org>
4893
4894 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4895 `tex-main-file' does not have directory in it.
4896
c286608e
SM
48972000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4898
4899 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4900
4836835a
TTN
49012000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4902
4903 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4904 functional change.
4905
26dcb81b
GM
49062000-10-31 Gerd Moellmann <gerd@gnu.org>
4907
4908 * files.el (find-file-noselect): When we expand a wildcard, return
4909 a list of buffers, as we should do according to the doc string.
4910
49fc4500
KR
49112000-10-31 Ken Raeburn <raeburn@gnu.org>
4912
4913 * loadup.el (top level): Adjust load path if program name is
4914 "../src/bootstrap-emacs", in case it's not dumped and thus the
4915 load path adjustment hasn't already been done.
4916
ea0c615d
GM
49172000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4918
83c9cb8e
SM
4919 * ps-print.el: Fix bug on selected pages for printing.
4920 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
4921 is on. Try to avoid warning messages when compiling. Doc Fix.
4922 (ps-print-version): New version number (6.3).
4923 (ps-color-device): Use `color-values' to determine if device
4924 supports color.
4925 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4926 (ps-print-page-p): Changed from defsubst to defun.
4927 (ps-page-number): Changed from defmacro to defun.
4928 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4929 printing.
c286608e 4930 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4931 (ps-end-file, ps-dummy-page): Funs eliminated.
4932 (ps-print-color-scale): Changed default value.
4933 (ps-page-n-up, ps-print-page-p): New internal vars.
4934 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4935 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4936
9e20722f
GM
4937 * delim-col.el: Little programming improvement.
4938 (delimit-columns-str): New macro.
4939 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4940
d7a0fd00
KH
49412000-10-31 Kenichi Handa <handa@etl.go.jp>
4942
c286608e
SM
4943 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4944 Moved to european.el.
d7a0fd00
KH
4945 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4946 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4947 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4948 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4949
234be340
DL
49502000-10-30 Dave Love <fx@gnu.org>
4951
4952 * progmodes/cc-menus.el (imenu-generic-expression)
4953 (imenu-progress-message): Only defvar when compiling.
4954
4edc4a39
DL
4955 * emacs-lisp/elp.el (elp-unload-hook): New function.
4956
4957 * loadhist.el (unload-feature): Call elp-restore-function,
4958 checking for symbols; don't use elp-restore-all.
4959 (loadhist-hook-functions): Doc fix.
4960
70c825df
SM
49612000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4962
4963 * log-edit.el (log-edit-confirm): Fix the default.
4964
1d3baf74
GM
49652000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4966
4967 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4968 delimit-columns-format.
4969 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4970
1ec321a7
MB
49712000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4972
4973 * comint.el (comint-replace-by-expanded-history): Don't use
4974 comint-get-old-input (we're not looking at *old* input).
4975 (comint-get-old-input-default): If using fields, signal an error
4976 when the point is not in an input field.
4977
70737ea9
KH
49782000-10-30 Kenichi Handa <handa@etl.go.jp>
4979
4980 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4981 and mule-unicode-e000-ffff.
4982
fa0cb51d 4983 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4984 (make-coding-system): Accept a symbol of translation table as a
4985 value of property `safe-chars'.
4986
4987 * international/mule-cmds.el (encode-coding-char): Check property
4988 safe-chars instead of safe-charsets.
4989
4990 * international/fontset.el (fontset-default): Modified for
4991 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4992 (x-font-name-charset-alist): Likewise.
4993 (ccl-encode-unicode-font): New CCL program. Record it in
4994 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4995
70c825df
SM
4996 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4997 New translation tables.
70737ea9
KH
4998 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4999 programs are modified and moved from mac-win.el.
5000 (mac-roman): Definition of this coding system is modified and
5001 moved from mac-win.el.
4836835a 5002
fda2ce24 50032000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5004
1d3baf74 5005 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5006 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5007
dd4d3cb6
MB
50082000-10-29 Miles Bader <miles@gnu.org>
5009
5010 * custom.el (custom-add-to-group): Allow multiple entries for a
5011 given value OPTION, as long as their widget types are different.
5012 * cus-edit.el (custom-face-value-create): If face name doesn't end
5013 with "face", add such here (similar to custom group widgets).
5014
5015 * comint.el (comint-highlight-prompt): Add :type.
5016
dace60cf
JW
50172000-10-28 John Wiegley <johnw@gnu.org>
5018
dace60cf
JW
5019 * calendar/timeclock.el (timeclock-log): Doc fix.
5020 (timeclock-last-event): Doc fix.
83c9cb8e 5021 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5022 (timeclock-find-discrep): Use a temp buffer to read in the
5023 timelog, instead of visiting the file.
5024 (timeclock-log-data): A new function, along with a host of helper
5025 functions, for the purpose of making timelog data accessible to
5026 programmers.
5027
5028 * eshell/esh-mode.el (window-height test): Make certain that
5029 `eshell-stringify-t' is non-nil.
5030 (eshell-password-prompt-regexp): Changed to a much simpler
5031 password regexp.
5032 (eshell-send-input): If `eshell-invoke-directly' returns t,
5033 directly invoke the parsed command using `eval'. This improves
5034 turn-around time on simple commands by a factor of three or
5035 greater, such as cd, ls, pwd, etc. -- which get used very often.
5036 It also conserves thousands of cons cells per call (since
5037 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5038 in the Pacific Cookie Company).
5039
5040 * eshell/esh-test.el (eshell-test): Whitespace fix.
5041
83c9cb8e
SM
5042 * eshell/em-ls.el (eshell-ls-insert-directory):
5043 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5044
5045 * eshell/em-script.el (eshell-script-initialize): Add names to
5046 `eshell-complex-commands, since `source' and `.' are complex.
5047
0467b076
EZ
5048 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5049 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5050 `eshell-copy-handles'.
5051 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5052 bodies.
5053 (eshell-separate-commands): Whitespace fix.
5054 (eshell-complex-commands): Added a new list of names, for
5055 determining whether a given command is as simple as it looks.
5056 (eshell-invoke-directly): New function. Returns t if a command
5057 should be invoked directly (using `eval'), rather than indirectly
5058 using `eshell-do-eval'.
5059 (eshell-do-eval): Whitespace fix.
5060
5061 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5062 which provides an emulation of the DOS shell behavior of assuming
5063 that cp/mv/ln should copy/move/link to the current directory.
5064 (eshell-remove-entries): Added a doc string.
5065 (eshell-shuffle-files): Removed the check for `target' being null.
5066 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5067 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5068 it to do a smarter check of whether a destination was provided.
5069 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5070 (eshell/ln): Enable `:preserve-args', and use
5071 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5072 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5073 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5074 list after flattening it. This makes it possible to cat files
5075 with numerical names.
5076 (eshell-unix-initialize): Added several names to
5077 `eshell-complex-commands.
5078 (eshell-unix-command-complex-p): Return t if a given command name
5079 may result in external processes being invoked.
5080
5081 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5082 variable nil by default, since it slows down glob processing by a
5083 factor of two or more, and increases memory consumption.
5084
5085 * eshell/em-smart.el: Added a note about how memory consumptive
5086 smart display mode can be (at least this is true in Emacs 21).
5087 (eshell-smart-initialize): Whitespace fix.
5088 (eshell-refresh-windows): Use `if' instead of `when'.
5089 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5090 not necessary.
83c9cb8e 5091 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5092
5093 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5094 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5095 Whitespace fix.
5096 (eshell-ls-exclude-hidden): Added this variable in addition to
5097 `eshell-ls-exclude-regexp'. This one prevents files beginning
5098 with . from even being read, which can improve memory consumption
5099 quite a bit.
5100 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5101 read file entries beginning with a dot. In home directories with
5102 lots of hidden files, fully two-thirds of the time spent in ls is
5103 used to read directory entries that are immediately thrown away.
5104 (eshell-ls-initial-args): Added back this configuration variable,
5105 for specifying default initial arguments to every call to ls.
5106 Much faster than using an alias to do the same thing.
5107 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5108 (eshell-ls-dir): Whitespace change.
5109
5110 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5111
83c9cb8e 5112 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5113 (eshell-stringify-t): Added a customization variable, to indicate
5114 whether `t' should be rendered as a string at all. If not, one
5115 can still determine if the result of an expression is true using
5116 "file-exists-p FILE && echo true".
5117 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5118 stringify t!
5119
5120 * eshell/esh-module.el: Whitespace fix.
5121
83c9cb8e
SM
5122 * eshell/em-alias.el (eshell-alias-initialize):
5123 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5124 (eshell-command-aliased-p): New function that returns t if a
5125 command name names an aliased.
5126
657f9cb8 51272000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5128
0467b076 5129 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5130 redrawing the screen when changing cursor color.
0467b076
EZ
5131 (viper-insert-state-pre-command-sentinel)
5132 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5133 (viper-replace-state-post-command-sentinel):
5134 Use viper-preserve-cursor-color.
657f9cb8
MK
5135 Many functions changed to use viper= instead of = when comparing
5136 characters.
0467b076 5137 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5138 working with characters.
0467b076 5139 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5140 Many functions changed to use viper= instead of = when comparing
5141 characters.
0467b076 5142 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5143
0467b076 5144 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5145 Several typos fixed in various docstrings.
0467b076 5146 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5147 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5148 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5149 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5150 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5151 (ediff-get-selected-buffers): New function.
5152 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5153 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5154 Use save-window-excursion.
0467b076 5155 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5156 termination check in while loop.
0467b076 5157 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5158 dired buffer.
0467b076
EZ
5159 (ediff-files,ediff-merge-files,ediff-files3)
5160 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5161
4f490d99
DL
51622000-10-28 Dave Love <fx@gnu.org>
5163
5164 * info.el (Info-fontify-node): Add help-echo for menu items.
5165
45b84006
EZ
51662000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5167
5ebc02b3
EZ
5168 * startup.el (normal-top-level): If the value of $TERM indicates
5169 we are running from xterm or one of its work-alikes, default to a
5170 light background mode.
5171
45b84006
EZ
5172 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5173 * faces.el (tty-handle-reverse-video): New function.
5174 (tty-create-frame-with-faces): Call it.
5175
5176 * frame.el (frame-notice-user-settings): Don't apply
5177 default-frame-alist and initial-frame-alist to MS-DOS frames.
5178 Call tty-handle-reverse-video, frame-set-background-mode, and
5179 face-set-after-frame-default for non-MS-DOS frames.
5180
5181 * startup.el (tty-long-option-alist): New variable.
5182 (tty-handle-args): New function.
5183 (command-line): Call tty-handle-args.
5184
5185 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5186 startup.el now does that for all character-terminal frames.
5187
eab6e8b9
MB
51882000-10-28 Miles Bader <miles@gnu.org>
5189
83c9cb8e
SM
5190 * emacs-lisp/easy-mmode.el (define-minor-mode):
5191 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5192 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5193 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5194 version using `easy-mmode-define-global-mode'.
5195 Add :conditional-turn-on keyword argument.
eab6e8b9 5196
51a29efc
DL
51972000-10-28 Dave Love <fx@gnu.org>
5198
83c9cb8e
SM
5199 * international/latin1-disp.el (latin1-char-displayable-p):
5200 Don't use window-system.
51a29efc 5201
d71d7114
EZ
52022000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5203
5204 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5205 Don't call find-buffer-file-type-coding-system. Instead, just
5206 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5207 if the file is on an untranslated filesystem.
5208 (add-untranslated-filesystem): Use "D" instead of "f" inside
5209 interactive.
5210
1f9cab4b
DL
52112000-10-27 Dave Love <fx@gnu.org>
5212
70c825df 5213 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5214 (refill-mode): Use it.
5215
70c825df
SM
52162000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5217
5218 * international/quail.el (quail-activate): Don't make-local-hook.
5219
7432cf10
AS
52202000-10-27 Andre Spiegel <spiegel@gnu.org>
5221
4836835a 5222 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5223 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5224 (vc-make-version-backup): Don't do it on MS-DOS without long file
5225 names.
4836835a 5226
7432cf10
AS
5227 * vc.el (vc-version-other-window): If an automatic backup of the
5228 desired version exists, rename it instead of copying it.
5229
4836835a
TTN
5230 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5231 after command. If there's an unexpected error, signal it instead
7432cf10 5232 of being silent.
e1483c38 5233 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5234
05ea7ef2
MB
52352000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5236
fd1035aa
MB
5237 * shell.el (shell): Add BUFFER argument.
5238 * comint.el (make-comint-in-buffer): New function.
5239 (make-comint): Use it.
5240
05ea7ef2
MB
5241 * faces.el (face-spec-choose): Change syntax so that the list of
5242 attribute-value pairs is now the cdr of each clause, not the cadr.
5243 Detect old-style entries, and handle them. Use pop.
5244
835a55fe
SM
52452000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5246
f5ab1cdd
SM
5247 * cus-edit.el (custom-mode-map): Use a sparse map.
5248 (custom-mode): Don't bother with make-local-hook.
5249
5250 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5251
835a55fe
SM
5252 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5253
c13b0ec8
GM
52542000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5255
5256 * ps-print.el: Avoid compilation gripes.
5257 (ps-print-version): New version number (6.2.1).
4836835a 5258
e9f63196
DL
52592000-10-26 Dave Love <fx@gnu.org>
5260
0b95284b
DL
5261 * menu-bar.el: Modify some menu item help strings.
5262 (menu-bar-help-menu): Add link to MORE.STUFF.
5263
e9f63196
DL
5264 * cus-edit.el (custom-mode): Add `special' mode-class property.
5265
5266 * wid-browse.el (widget-browse-mode): Likewise.
5267
5268 * wid-edit.el (widget-specify-field): Revert to using local-map
5269 property, not keymap.
5270
e276a14a
MB
52712000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5272
c1545d88
MB
5273 * wid-edit.el (widget-field-end): When checking for a `boundary'
5274 field, do so in the correct buffer.
5275
3c1b77ca
MB
5276 * simple.el (undo): Correctly distinguish between numeric and
5277 non-numeric prefix args in non-transient-mark-mode, as per the doc
5278 string. When in transient-mark-mode, treat all prefix-args as
5279 numeric.
5280
f5ab1cdd
SM
5281 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5282 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5283
5284 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5285 (comint-mode-map): Reverse order of `comint-write-output' and
5286 `comint-append-output-to-file'.
5287 (comint-append-output-to-file): Reinstate this function, for the
5288 benefit of the menu.
5289
d97151cb
SM
52902000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5291
5292 * vc.el (vc-version-other-window): Bind `file'.
5293
ea7d6f5b
GM
52942000-10-25 Gerd Moellmann <gerd@gnu.org>
5295
f5ab1cdd 5296 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5297
5298 * emacs-lisp/authors.el (batch-update-authors): New function.
5299 (authors-fixed-entries): New defconst.
5300 (authors-add-fixed-entries): New function.
5301 (authors): Call it.: Don't process lispref/.
5302
17c25cea
JR
53032000-10-25 Jason Rumney <jasonr@gnu.org>
5304
5305 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5306 Merge x w32 and mac definitions.
5307
4ecda532
GM
53082000-10-25 Gerd Moellmann <gerd@gnu.org>
5309
5310 * menu-bar.el (menu-bar-options-menu): Add a help string for
5311 `uniquify'.
5312
b6735035
GM
53132000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5314
f5ab1cdd
SM
5315 * time-stamp.el (time-stamp-string-preprocess):
5316 Fix a wrong type argument error.
b6735035 5317
f4cbc7a0
MB
53182000-10-25 Miles Bader <miles@gnu.org>
5319
5320 * recentf.el (recentf-mode): Variable removed.
5321 (recentf-mode): Use `define-minor-mode'.
5322
5323 * mwheel.el (mouse-wheel-mode): New global minor mode.
5324 (mwheel-install): Use `mouse-wheel-mode'.
5325
f4b020f6
DL
53262000-10-25 Dave Love <fx@gnu.org>
5327
f5ab1cdd
SM
5328 * progmodes/cperl-mode.el (cperl-mode):
5329 Set normal-auto-fill-function correctly.
072cb6f9 5330
83c9cb8e
SM
5331 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5332 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5333 bindings.
f4b020f6 5334
ebe2a441
MB
53352000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5336
ff4dcd4b
MB
5337 * wid-edit.el (widget-field-at): New function.
5338 (widget-at, widget-field-activate): Use it.
5339 (widget-tabable-at): Use `widget-at'.
5340 (widget-specify-field): If the terminating character of the widget
5341 field (which is read-only) is a newline, put it into a special
5342 `boundary' field so that C-n/C-p act more naturally.
5343 (widget-field-end): Also don't subtract one if a special
5344 `boundary' field has been added after the widget field.
5345
83c9cb8e
SM
5346 * comint.el (comint-output-filter, comint-send-input):
5347 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5348 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5349
ebe2a441
MB
5350 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5351 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5352 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5353
fe50b6ab
GM
53542000-10-24 Gerd Moellmann <gerd@gnu.org>
5355
53df4dda 5356 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5357 (authors): Set file coding system to iso-2022-7bit.
5358 Add file-local variables to output buffer.
53df4dda 5359
4836835a 5360 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5361 WARN is nil.
5362
53df4dda
GM
53632000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5364
5365 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5366
5367 * delim-col.el: Now there is a column formatting mechanism.
5368 Modified to customization mechanisms convention. Doc fix.
5369 (columns): New group for delim-col.
5370 (delimit-columns-before, delimit-columns-after)
5371 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5372 (delimit-columns-end): New vars.
5373 (delimit-columns-customize, delimit-columns-format): New funs.
5374 (delimit-columns-region, delimit-columns-rectangle)
5375 (delimit-columns-rectangle-line): Modified to support column
5376 formatting.
4836835a 5377
a9839779
DL
53782000-10-24 Dave Love <fx@gnu.org>
5379
5380 * log-edit.el (log-edit): Add :version and a :group for vc.
5381
df0267b8
GM
53822000-10-24 Gerd Moellmann <gerd@gnu.org>
5383
9acc3873
GM
5384 * files.el (after-find-file): Don't print a message ``New file''
5385 if WARN is nil.
5386
83c9cb8e
SM
5387 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5388 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5389 get duplicate tool-bar entries because we'll see the global ones
5390 on more than one path through keymaps.
5391
1946f901
GM
5392 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5393
df0267b8
GM
5394 * progmodes/cmacexp.el: Change Francesco's email address.
5395
ae3b264b
KH
53962000-10-24 Kenichi Handa <handa@etl.go.jp>
5397
5398 * window.el (fit-window-to-buffer): Adjust point of the window
5399 buffer, not that of the current buffer.
5400
23afac01
EZ
54012000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5402
5403 * progmodes/cmacexp.el: Update the euthor's email address.
5404
22d1a4ed
MB
54052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5406
5407 * faces.el (face-spec-set-match-display): Add `graphic' display
5408 type (the inverse of `tty'). Use `display-graphic-p' instead of
5409 the window-system variable.
5410
f408aa48
KH
54112000-10-24 Kenichi Handa <handa@etl.go.jp>
5412
83c9cb8e
SM
5413 * international/isearch-x.el (isearch-with-input-method):
5414 Call input-method-function with the first event in
f408aa48
KH
5415 unread-command-events.
5416
94fe8a31
MB
54172000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5418
83c9cb8e 5419 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5420
8f47302e
AC
54212000-10-24 Andrew Choi <akochoi@i-cable.com>
5422
5423 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5424 New charsets.
5425
5426 * term/mac-win.el: Remove definitions of mac-roman-lower and
5427 mac-roman-upper, require dired, and define instead of set
5428 mac-ready-for-drag-n-drop to avoid compilation error.
5429
446c097e
AI
54302000-10-23 Andrew Innes <andrewi@gnu.org>
5431
83c9cb8e
SM
5432 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5433 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5434 expand-file-name after convert-standard-filename to ensure
5435 expected directory separators are used.
5436
379b70e7
EZ
54372000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5438
5439 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5440
85c766e9
DL
54412000-10-23 Dave Love <fx@gnu.org>
5442
b7e03a67
DL
5443 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5444 (tool-bar-add-item): Set foreground and background for XBM icons.
5445
83c9cb8e
SM
5446 * international/latin1-disp.el (latin1-char-displayable-p):
5447 New function (from Handa).
b7e03a67
DL
5448 (latin1-display-check-font): Use it.
5449
0dcf8835 5450 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5451 using :key-sequence, making it much more usable.
5452 Use nconc, not append.
0dcf8835
DL
5453 (imenu--create-keymap-1): Avoid append.
5454
85c766e9 5455 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5456
cb3069bb
MB
54572000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5458
5459 [the following changes fix a bug where `define-minor-mode' didn't
5460 correctly generate :require clauses for defcustoms in compiled files]
5461 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5462 (byte-compile-log-file, byte-compile-log-1): Don't set
5463 `byte-compile-current-file' to nil. Instead set
5464 `byte-compile-last-logged-file' to it. Test whether
5465 byte-compile-current-file equals byte-compile-last-logged-file
5466 instead of whether its nil.
3b6542ba 5467 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5468
6db6243b
SM
54692000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5470
5471 * textmodes/refill.el: Fix var names in doc.
5472 (refill-mode): Don't bother with make-local-hook anymore.
5473
98490598
MB
54742000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5475
e01cd227
MB
5476 * faces.el (face-user-default-spec, face-default-spec): New functions.
5477 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5478 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5479 Use `face-user-default-spec'. Simplify code slightly.
5480
4836835a 5481 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5482 (woman-unknown-face): Add dark-background variants.
5483 (woman-default-faces): Renamed from `woman-colour-faces'.
5484 Set using the stored defaults, rather than using hard-wired colors.
5485 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5486 Just make the foreground `unspecified' rather than "black".
5487 (woman-menu): Rename menu entries accordingly.
5488
98490598
MB
5489 * faces.el (header-line): Make more reasonable on mono/grayscale
5490 displays.
5491
1a578e9b
AC
54922000-10-23 Andrew Choi <akochoi@i-cable.com>
5493
5494 * cus-edit.el (custom-button-face): Use 3D look for mac.
5495 (custom-button-pressed-face): Likewise.
5496
5497 * faces.el (set-face-attributes-from-resources): Handle mac frames
5498 in the same way as x and w32 frames.
5499 (face-valid-attribute-values): Likewise.
5500 (read-face-attribute): Likewise.
5501 (defined-colors): Likewise.
5502 (color-defined-p): Likewise.
5503 (color-values): Likewise.
5504 (display-grayscale-p): Likewise.
5505 (face-set-after-frame-default): Likewise.
5506 (mode-line): Same default face as for x and w32.
5507 (tool-bar): Likewise.
5508
5509 * frame.el: Remove call to frame-notice-user-settings at end of
5510 the file.
5511
83c9cb8e 5512 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5513 as for x, pc, and w32 frame types.
5514
5515 * term/mac-win.el: New file.
5516
aaaf7be7
DL
55172000-10-22 Dave Love <fx@gnu.org>
5518
5519 * textmodes/refill.el: New file.
5520
5392d654
AS
55212000-10-22 Andre Spiegel <spiegel@gnu.org>
5522
4836835a 5523 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5524 MANUAL and REGEXP.
4836835a 5525 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5526 New functions.
5527 (vc-before-save): Use the latter.
5528 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5529 confusion.
5530
4836835a 5531 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5532 expected by vc[-hooks].el.
5533
5534 * vc.el (vc-checkout): Added `-p' suffix in call to
5535 vc-make-version-backups-p; use vc-make-version-backup to actually
5536 make the backup.
5537 (vc-version-other-window, vc-version-backup-file): Handle both
5538 automatic and manual backups.
5539 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5540 of all of them.
5541
1e221c16
MB
55422000-10-22 Miles Bader <miles@gnu.org>
5543
7ff4fda5
MB
5544 * comint.el (comint-highlight-input, comint-highlight-prompt):
5545 Renamed, `-face' at end removed.
5546 (comint-send-input, comint-output-filter): Use renamed faces.
5547
3511cde8
MB
5548 * window.el (fit-window-to-buffer): Change defaulting of
5549 MAX-HEIGHT slightly.
5550
1e221c16
MB
5551 * faces.el (color-values, color-defined-p): Use `member', not
5552 `memq', because it works correctly for strings.
5553 (frame-set-background-mode): Actually, "unspecified-fg" and
5554 "unspecified-bg" *are* strings. Use `member', not `memq', and
5555 `equal', not `eq', when a string value is possible.
5556
b6ef4898
EZ
55572000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5558
5559 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5560
34939e2c
SM
55612000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5564 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5565 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5566 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5567 (sh-font-lock-syntactic-keywords): Use them.
5568 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5569 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5570 (sh-mode): Don't override font-lock-unfontify-region-function.
5571 Use a copy of sh-font-lock-syntactic-keywords.
5572 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5573 Don't call sh-scan-buffer since font-lock does it on the fly.
5574 (sh-get-indent-info): Use `face' rather than `syntax-table'
5575 text-property to detect here-documents.
5576 Replace sh-special-syntax with sh-st-punc.
5577 (sh-prev-line): Use `face' rather than `syntax-table'
5578 text-property to skip over here-documents.
5579 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5580 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5581 (sh-electric-less, sh-set-here-doc-region)
4836835a 5582 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5583 (sh-scan-buffer, sh-rescan-buffer): Remove.
5584
f3d3c491
AI
55852000-10-21 Andrew Innes <andrewi@gnu.org>
5586
5587 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5588 remote (ange-ftp) file names.
5589
b86c791c
MB
55902000-10-21 Miles Bader <miles@gnu.org>
5591
d9c30bdf
MB
5592 * window.el (fit-window-to-buffer): New function.
5593 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5594 (window-text-height): Don't expect minibuffers to have mode-lines.
5595
d9c30bdf 5596 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5597 * international/quail.el (quail-update-guidance):
5598 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5599
617fee5a
MB
5600 * international/quail.el (quail-show-guidance-buf): Make sure
5601 guidance window really has enough room.
5602 (quail-update-guidance): If quail-guidance-win is already shown,
5603 make sure its height is OK.
5604
b86c791c
MB
5605 * window.el (window-text-height, set-window-text-height):
5606 New functions.
5607 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5608 instead of `window-height' & `mode-line-window-height-fudge'.
5609 (mode-line-window-height-fudge): Add FACE parameter.
5610 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5611 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5612
e34850d1
MB
56132000-10-20 Miles Bader <miles@gnu.org>
5614
5615 * window.el (height-affecting-face-attributes): Use `defconst'.
5616
5617 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5618 New function, conditionally aliased to `mode-line-window-height-fudge'.
5619 (ispell-help): Use it.
5620 (ispell-choices-win-default-height): Don't include mode-line fudge.
5621 (ispell-choices-win-default-height): New function.
5622 (ispell-show-choices, ispell-command-loop): Use function
5623 `ispell-choices-win-default-height' instead of variable.
5624
a8b883c2
MB
56252000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5626
8c6e4a58
MB
5627 * window.el (mode-line-window-height-fudge): New variable.
5628 (height-affecting-face-attributes): New variable.
5629 (mode-line-window-height-fudge): New function.
5630 (shrink-window-if-larger-than-buffer): Use it.
5631 * help.el (resize-temp-buffer-window): Likewise.
5632
a8b883c2
MB
5633 * info.el (Info-fontify-node): Add support for @subsubsection
5634 titles, which use `Info-title-4-face'.
5635 (Info-title-4-face): New face.
5636 (Info-title-3-face): Inherit from Info-title-4-face instead of
5637 variable-pitch.
5638
e64c3a75
JR
56392000-10-19 Jason Rumney <jasonr@gnu.org>
5640
5641 * dired.el (dired-insert-directory): Do not let errors signalled by
5642 attempt to run dired-free-space-program prevent dired from working.
5643
c70fe852
SM
56442000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5645
5646 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5647
877cf6b4
GM
56482000-10-19 Gerd Moellmann <gerd@gnu.org>
5649
5de037e0
GM
5650 * dirtrack.el (dirtrack): Fix call to run-hooks.
5651
6deb9af9
GM
5652 * cmuscheme.el (cmuscheme-program-name): Renamed from
5653 scheme-program-name because xscheme.el contains a defcustom with
5654 the same name. As a consequence, customizing group `cmuscheme'
5655 loaded `xscheme' which redefined run-scheme.
5656 (run-scheme): Use cmuscheme-program-name.
5657
83c9cb8e 5658 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5659
e597d8fb 5660 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5661 anonymous address, and add a website for Befrienders International.
4836835a 5662
3e9cb08f
GM
56632000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5664
c70fe852
SM
5665 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5666 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5667 (ps-print-version): New version number (6.2).
5668 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5669 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5670 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5671 (ps-x-extent-priority, ps-x-extent-start-position)
5672 (ps-x-face-font-instance, ps-x-find-coding-system)
5673 (ps-x-font-instance-properties, ps-x-make-color-instance)
5674 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5675 avoid compilation gripes without defining functions.
5676 (ps-e-find-composition): Alias for function find-composition, to have a
5677 suitable function depending on Emacs version.
5678 (ps-color-device, ps-color-values, ps-face-foreground-name)
5679 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5680 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5681 (ps-print-ensure-fontified): Function definitions surrounded by
5682 `eval-and-compile' to avoid compilation gripes.
5683 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5684 by symbol-value to avoid compilation gripes.
5685 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5686 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5687
d8abcd91
MB
56882000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5689
13ab33c4
MB
5690 * startup.el (normal-top-level): Call `frame-set-background-mode'
5691 after `frame-notice-user-settings' because the latter doesn't call
5692 the former on a tty.
5693
d8abcd91
MB
5694 * faces.el (frame-set-background-mode): `unspecified' &c are
5695 symbols, not strings.
5696
e8bce0a9
EZ
56972000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5698
c70fe852
SM
5699 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5700 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5701
c70fe852
SM
5702 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5703 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5704
773272d8
KH
57052000-10-19 Kenichi Handa <handa@etl.go.jp>
5706
c70fe852 5707 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5708 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5709 for ISO10646-1 fonts.
5710 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5711
772139c0
EZ
57122000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5713
5714 * faces.el (frame-set-background-mode): If a tty frame defines a
5715 background color, use that to compute the background mode, instead
5716 of always defaulting to "dark".
5717
d134a19f
MB
57182000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5719
8bb84cb2
MB
5720 * comint.el (comint-write-output): New function.
5721 (comint-mode-map): Add it to the menu.
e40a778f 5722 Bind `C-c C-s' to comint-write-output.
d134a19f 5723
dada41e1
GM
57242000-10-18 Gerd Moellmann <gerd@gnu.org>
5725
5726 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5727 Use fancy-splash-delay.
5728
9b5360aa
GM
57292000-10-18 Alex Schroeder <alex@gnu.org>
5730
5731 * progmodes/sql.el (sql-sybase-options): New option.
5732 (sql-sybase): Use it. Add sql-database to the list of parameters
5733 provided for login. The options -w 2048 -n are not used any more.
5734
9035a35a
GM
5735 * comint.el (comint-read-input-ring): Bugfix such that the first
5736 and the last entry of the input ring file are not lost.
5737
3556c6dd
GM
57382000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5739
5740 * ps-print.el: Internal variable changes to defcustom,
5741 make-local-hook changes to defvar. Doc fix.
5742 (ps-print-version): New version number (6.1).
5743 (ps-setup, ps-do-despool): Code fix.
5744 (ps-printer-name): Customization fix.
5745 (ps-printer-name-option): Now is a defcustom instead of an
5746 internal variable.
5747 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5748 (ps-print-begin-column-hook): Now are defvar instead of
5749 make-local-hook.
4836835a 5750
4e217e50
MB
57512000-10-18 Miles Bader <miles@gnu.org>
5752
5753 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5754 (comint-kill-output): Changed into an alias for `comint-delete-output',
5755 and made obsolete.
5756 (comint-mode-map): Rename references to comint-kill-output.
5757
34460354
EZ
57582000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * diff-mode.el (diff-header-face, diff-file-header-face)
5761 (diff-changed-face): Add bold and italic attributes to tty faces.
5762 (diff-function-face): New face.
5763 (diff-font-lock-keywords): Use it.
5764
17ea3cdb
MB
57652000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5766
5767 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5768 Remove commented-out call to force-mode-line-update.
5769 (comint-kill-output): Use `forward-line 0' instead of
5770 beginning-of-line to make sure we get past the prompt.
5771
9244f2c7
SM
57722000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5773
5774 * diff-mode.el (diff-header-face, diff-file-header-face):
5775 Add specific setting for dark background.
5776 (diff-context-face): Renamed from diff-comment-face.
5777 Set explicitly rather than inheriting from font-lock-comment-face.
5778
1592c1ef
EZ
57792000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5780
5781 * startup.el (command-line): Move the code which sets the default
5782 TTY colors to before before-init-hook.
5783
f86292a9
GM
57842000-10-17 Gerd Moellmann <gerd@gnu.org>
5785
5786 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5787
f7f2e883
EZ
57882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5789
e854cc22
EZ
5790 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5791 extensions, for MS-DOS.
5792
f7f2e883
EZ
5793 * diff-mode.el (diff-header-face, diff-file-header-face)
5794 (diff-changed-face): Define tty-specific colors.
5795
c7b4f0f9
GM
57962000-10-17 Gerd Moellmann <gerd@gnu.org>
5797
5798 * startup.el (fancy-splash-text): Realign the text.
5799
12a72271
EZ
58002000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * font-lock.el (font-lock-comment-face): Define a separate default
5803 for dark-background tty's.
5804
61dfccfd
MB
58052000-10-17 Miles Bader <miles@gnu.org>
5806
5807 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5808 being obscured by whizzy mode-lines on graphics displays.
5809
333cd59e
EZ
58102000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5811
5812 * info.el (Info-title-1-face, Info-title-2-face)
5813 (Info-title-3-face): Define colors for tty's.
dada41e1 5814 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5815
dbf1fcc1
EZ
58162000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5817
5818 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5819 reverse from the frame parameters, and don't invert foreground and
5820 background colors.
5821
ac629823
MB
58222000-10-16 Miles Bader <miles@gnu.org>
5823
5824 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5825 string "*Info*". Call propertized-buffer-identification to spruce
5826 up the result.
5827
76eebffc
GM
58282000-10-16 Gerd Moellmann <gerd@gnu.org>
5829
3a6b59d9
GM
5830 * help.el: Provide `help' for the sake of define-minor-mode
5831 which generates defcustoms with requires.
5832
6569c3d3
GM
5833 * jit-lock.el (jit-lock-after-change): If we're in text that
5834 matches a multi-line font-lock pattern, make sure the whole text
5835 will be redisplayed.
5836
c2e0a611
GM
5837 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5838 author's name is unknown.
5839
76eebffc
GM
5840 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5841 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5842 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5843 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5844 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5845 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5846 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5847 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5848 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5849 Add author information.
5850
cf1e7b12
MB
58512000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5852
5853 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5854 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5855 full-color version (using the Gimp) to eliminate dithering artifacts.
5856
5586f3eb
SM
58572000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5860
5861 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5862
ad64a888
DL
58632000-10-15 Dave Love <fx@gnu.org>
5864
83c9cb8e 5865 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
5866
5867 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5868
5869 * whitespace.el: Doc fixes.
5870 (top-level): Don't add hooks here.
5871 (whitespace-running-emacs): Deleted.
5872 (timer): Don't require.
5873 (whitespace): Add back :version conditional on xemacs test.
5874 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5875 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5876 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5877 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5878 Avoid specific xemacs test.
5879 (whitespace-global-mode): New option.
5880 (whitespace-global-mode): New command.
5881 (whitespace-unload-hook): New function.
5882
5883 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5884 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5885 (Info-fontify-node): `Goto' goes to `Go to'.
5886 (Info-fontify-node): Add help-echo to xref links.
5887
1ef49fc6
EZ
58882000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5889
5890 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5891
8b7707e1
SM
58922000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5893
b3b7f42f
SM
5894 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5895 Use plist-get and allow :inherit.
5896
5897 * emacs-lisp/cl-macs.el (cl-do-arglist):
5898 Use plist-get and plist-member instead of memq.
5899
3c7fafc7
SM
5900 * emacs-lisp/ewoc.el (ewoc-location): New function.
5901 (ewoc-enter-after, ewoc-enter-before): Document return value.
5902 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5903 Don't need make-local-hook any more.
5904 (cvs-addto-collection): Return the new tin.
5905 (cvs-mode-insert): Jump to the new line.
5906
8b7707e1
SM
5907 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5908
5909 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5910
5911 * font-lock.el (font-lock-syntactically-fontified): New var.
5912 (font-lock-fontify-syntactic-keywords-region): Use it.
5913 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5914
5915 * diff-mode.el (diff-find-file-name): Fix regexp.
5916
5917 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5918 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5919
5920 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5921 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5922 (sh-mode): Don't make all vars local here.
5923 (sh-kw): Reformat.
5924 (sh-set-shell): Use dolist. Don't set indent-region-function.
5925 (sh-mode-syntax-table): Use pop.
5926 (sh-remember-variable): Use push.
5927 (sh-help-string-for-variable): Use memq.
5928 (sh-safe-backward-sexp): Remove.
5929 (sh-safe-forward-sexp): Add ARG.
5930 (sh-get-indent-info, sh-prev-stmt): Use it.
5931 (sh-prev-line): Simplify by using forward-comment.
5932 (sh-this-is-a-continuation): Simplify.
5933 (sh-learn-buffer-indent): Use dolist.
5934 (sh-do-nothing): Remove.
5935 (sh-set-char-syntax, sh-set-here-doc-region):
5936 Use inhibit-modification-hooks.
5937 (sh-name-style): Use mapcar and push.
5938 (sh-load-style): Use dolist.
5939 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5940 (sh-case, sh-while-getopts): Use propertize directly rather
5941 than sh-electric-rparen.
5942
59432000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5944
5945 * textmodes/tex-mode.el: Require CL when compiling.
5946 (tex-mode-syntax-table): Init immediately.
5947 (tex-mode-map): Bind M-RET to latex-insert-item.
5948 (latex-mode): Set indent-line-function to latex-indent.
5949 (tex-common-initialization): Don't setup the syntax-table any more.
5950 (latex-insert-item): New skeleton.
5951 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5952 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5953 (latex-indent, latex-find-indent): New functions.
4836835a 5954 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5955 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5956 (tex-compilation-parse-errors): Use with-syntax-table.
5957
86b7fcbb
MB
59582000-10-15 Miles Bader <miles@gnu.org>
5959
5960 * font-lock.el (font-lock-comment-face): Change dark-background,
5961 color, non-tty, default to `chocolate1'.
5962
57a24508
JW
59632000-10-13 John Wiegley <johnw@gnu.org>
5964
5965 * eshell/esh-util.el (require): Added a missing `require' form,
5966 needed when compiling (for an ange-ftp macro definition).
5967
40ad3db4
DL
59682000-10-13 Dave Love <fx@gnu.org>
5969
5970 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5971
db460189
GM
59722000-10-13 Gerd Moellmann <gerd@gnu.org>
5973
83c9cb8e 5974 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 5975
4836835a 5976 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5977 transparent -colors 8).
5978
3b5e21df
GM
59792000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5980
5981 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5982 that breaks with old list format timestamps.
5983 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 5984 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 5985
16908a3f
JW
59862000-10-13 John Wiegley <johnw@gnu.org>
5987
d7103dda
JW
5988 * align.el, pcomplete.el, calendar/timeclock.el,
5989 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5990
dace60cf 5991 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5992 faulty math, where holiday hours were being computing as seconds.
5993
b6b70cda
JW
59942000-10-13 John Wiegley <johnw@gnu.org>
5995
5996 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
5997 specifying what "other" kinds of buffers should be saved.
5998 This used to be hard-coded.
b6b70cda
JW
5999 (desktop-buffer-misc-functions): A global for specifying how
6000 auxiliary data should be determined for special buffer types.
6001 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6002 instead of hard-coding the special buffer types.
6003 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6004 auxiliary data, instead of hard-coding for Info buffers and dired.
6005 (desktop-buffer-info-misc-data): Aux function for determining Info
6006 buffer auxiliary info.
6007 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6008 (desktop-buffer-info): Changed this function to use the info
6009 gathered above.
6010 (desktop-create-buffer): Be a little more careful about what
6011 `minor-mode' means before calling it. This is important for some
6012 buffer types.
6013
8c6b1d83
JW
60142000-10-13 John Wiegley <johnw@gnu.org>
6015
6016 * eshell/esh-util.el: Added a global form which declares an
6017 autoload for `parse-time-string', if that function is not already
6018 defined, and if parse-time.el is available on the user's system.
6019
6020 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6021 to be aware of ange-ftp user info.
83c9cb8e 6022 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6023 (eshell-ls-annotate): Use `eshell-file-attributes'.
6024 (eshell-ls-file): Made the user-id printing code a bit smarter.
6025
6026 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6027 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6028 It's manual, but there's no other way to know when the current user
6029 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6030 (fboundp): Bind `ange-cache'.
6031 (eshell-directory-files-and-attributes): Re-organized the logic a
6032 bit to use `eshell-file-attributes' instead of `file-attributes'.
6033 The former is more sensitive to directories that are read via FTP,
6034 and knows how to use ange-ftp to determine full attribute
6035 information, instead of just the name and last modtime.
6036 (eshell-current-ange-uids): Return the current user id when in a
6037 remote directory.
6038 (eshell-parse-ange-ls): Parse a full directory listing that has
6039 been returned by ange-ftp.
6040 (eshell-file-attributes): This beefed up version of
6041 `file-attributes' is only special if the user is currently in a
6042 remote directory, in which case it does a lot of work to find out
6043 what the real attributes of a file are, as they appear on the
6044 remote machine. This makes usage of remote directories (i.e.,
6045 ange-ftp pathnames) much more useful. You can now use Eshell as a
6046 full-fledged FTP client, with much more manipulation ability than
6047 most other clients.
6048
6049 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6050 variable, which means that Eshell's du should always be preferred
6051 in remote directories.
6052 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6053 just `file-attributes'.
6054 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6055 when reading remote directories. This is an Eshell-specific
6056 variable (not part of ange-ftp).
6057 (eshell/ln): Bind `ange-cache'.
6058 (eshell/du): Added some extra logic for determining when to use
6059 Eshell's du (which is slow), and when to use the external version
6060 (which may or may not exist).
6061
83c9cb8e
SM
6062 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6063 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6064 `get-buffer-process', since backgrounded processes don't count in
6065 the context of this function's logic.
6066
6067 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6068 `forward-char', so that null strings are parsed correctly.
6069
87730e84 60702000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6071
83c9cb8e
SM
6072 * eshell/em-pred.el (eshell-pred-file-type)
6073 (eshell-pred-file-links, eshell-pred-file-size):
6074 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6075
6076 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6077 that remote file globbing is more efficient.
6078
6079 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6080 gathering the files and attributes within a directory.
6081
6082 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6083 the command line is a special file (not a regular file, directory
6084 or symlink), always attempt to call the external version of cat.
6085
87730e84 60862000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6087
6088 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6089 Eshell-friendly version of find-tag.
6090
1c7e37a9
MB
60912000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6092
4836835a 6093 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6094 (image-file-name-regexps): Add autoload cookies.
6095
11a7f341
KH
60962000-10-13 Kenichi Handa <handa@etl.go.jp>
6097
6098 * international/mule-cmds.el (select-safe-coding-system): If FROM
6099 is string, show it in *Warning* buffer.
6100
8ddddcb0
EZ
61012000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6102
6103 * startup.el (normal-top-level): Use display-popup-menus-p instead
6104 of window-system.
6105 (command-line): Use display-graphic-p instead of window-system.
6106 (command-line-1): Use display-popup-menus-p and display-mouse-p
6107 instead of window-system.
6108
72200f89
SS
61092000-10-12 Sam Steingold <sds@gnu.org>
6110
6111 * tooltip.el (tooltip-use-echo-area): New user variable.
6112 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6113
8661c643
DL
61142000-10-12 Dave Love <fx@gnu.org>
6115
d0b40dc1
DL
6116 * recentf.el: Maintainer's checkdoc fixes.
6117
83c9cb8e
SM
6118 * startup.el (normal-top-level-add-subdirs-to-load-path):
6119 Use character class, not ASCII when matching file names.
a622451f
DL
6120 (fancy-splash-head): Add trailing slash to URL.
6121 (command-line): Don't require XPM support for toolbar.
6122
8661c643
DL
6123 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6124 (cperl-invalid-face): Revert last change.
6125 (cperl-init-faces): Quote cperl-invalid-face.
6126
ef2ed8ab
KH
61272000-10-12 Kenichi Handa <handa@etl.go.jp>
6128
6129 * startup.el (fancy-splash-text): Remove superfluous quote.
6130
b0da379e
GM
61312000-10-12 Gerd Moellmann <gerd@gnu.org>
6132
dbeb499b
GM
6133 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6134 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6135 (command-line-1): Don't use fancy-splash-pending-command.
6136 (fancy-splash-screens-1): Goto point-min after inserting text.
6137
d861718a
GM
6138 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6139
b0da379e
GM
6140 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6141 instead of shared-lisp-mode-map.
6142
4fb2ad98
MB
61432000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6144
1cb4393e
MB
6145 * faces.el (header-line): Change tty-variant to use underlining.
6146
4fb2ad98
MB
6147 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6148 (isearch-highlight): Restore lazy-isearch face properties at old
6149 position, and suppress them at new position.
6150 (isearch-dehighlight): Restore lazy-isearch face properties.
6151 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6152 over the real isearch overlay, but in that case, don't give it a
6153 face property. Use `push'.
6154
eb991b25
KH
61552000-10-12 Kenichi Handa <handa@etl.go.jp>
6156
6157 * man.el (Man-getpage-in-background): Fix previous change.
6158 Decode the process output only when we are in multibyte mode.
6159
a818c1c0
DL
61602000-10-11 Dave Love <fx@gnu.org>
6161
c990f53a
DL
6162 * info.el (Info-mode-menu): Fix some help.
6163 (info-tool-bar-map): Add entry for Info-last.
6164
a818c1c0
DL
6165 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6166 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6167 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6168 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6169 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6170 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6171 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6172 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6173 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6174 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6175 Reduce colour requirements to 25 overall. (Probably wants
6176 revisiting from the originals to reduce further.)
6177
c1b096cb
EZ
61782000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6179
6180 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6181 buffer-file-coding-system, instead of raw-text.
6182 (dehexlify-buffer): Bind coding-system-for-read to
6183 buffer-file-coding-system, instead of raw-text.
6184
5c8b7eaf
SS
61852000-10-11 Sam Steingold <sds@gnu.org>
6186
83c9cb8e 6187 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6188 `underline' - fixes the bug introduced on 2000-09-21.
6189
2cfbdb7a
DL
61902000-10-11 Dave Love <fx@gnu.org>
6191
83c9cb8e
SM
6192 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6193 Avoid compiler warnings.
2cfbdb7a
DL
6194 (scheme-mode): Doc fix.
6195 (scheme-font-lock-keywords-1): Match `define-syntax'.
6196
61972000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6198
6199 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6200 face specs as well as default ones. Only do anything if the
6201 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6202 (region): Make dark-background `region' face less in-your-face.
4b33f290 6203
690ec649
SS
62042000-10-10 Sam Steingold <sds@gnu.org>
6205
6206 * chistory.el, ielm.el, ledit.el:
6207 * progmodes/inf-lisp.el, progmodes/scheme.el:
6208 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6209
3b95d6bb
SM
62102000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6211
6212 * textmodes/texinfo.el: Update copyright and fix typo.
6213
6214 * desktop.el (desktop-modes-not-to-save): New var.
6215 (desktop-save-buffer-p): Use it.
a30eb617
DL
6216 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6217 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6218
62192000-10-10 Dave Love <fx@gnu.org>
6220
6221 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6222 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6223
6224 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6225 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6226 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6227 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6228 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6229 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6230 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6231 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6232 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6233 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6234 the .xpms; probably need retouching.
6235
62362000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6237
6238 * subr.el (add-to-list): Add optional argument APPEND.
6239 * battery.el (display-battery): Use `add-to-list'.
6240
62412000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6242
83c9cb8e
SM
6243 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6244 properties.
a30eb617
DL
6245 (zone, zone-when-idle, zone-leave-me-alone)
6246 (zone-pgm-whack-chars): Use new symbol properties.
6247
6248 * battery.el (display-battery): Doc spelling fix.
6249
6250 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6251 property.
6252
62532000-10-09 Dave Love <fx@gnu.org>
6254
6255 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6256 has been initialized before calling tool-bar-setup.
6257 (tool-bar-add-item-from-menu): Add autoload cookie.
6258
62592000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6260
6261 * menu-bar.el (send-mail-item-name): New function.
6262 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6263 of mail-user-agent in the menu. Don't display the "Send Mail"
6264 item if mail-user-agent is nil or its value is ignore.
6265 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6266 if read-mail-command is nil or its value is ignore.
6267
6268 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6269
62702000-10-09 Miles Bader <miles@gnu.org>
6271
6272 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6273 Correct image size.
6274 * toolbar/left_arrow.xpm: Correct image size.
6275
6276 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6277 will be done by the definition of `auto-compression-mode' if
6278 necessary. Move code to uninstall existing file-name handler
6279 before definition of `auto-compression-mode'.
6280
6281 * image-file.el (auto-image-file-mode): Move to the end of the
6282 file, because `define-minor-mode' actually calls the mode-function
6283 if the associated variable is non-nil, which requires that all
6284 needed functions be already defined.
6285
6286 * mouse.el (popup-menu): Balance parens.
6287
62882000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6289
6290 * mouse.el (popup-menu): Move the command call outside the loop
6291 so that popup-menu returns whatever the command returns.
6292
6293 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6294 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6295 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6296 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6297
6298 * vc.el (vc-version-diff): diff-switches can be a list.
6299 Use relative filenames for prettier output.
6300
6301 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6302 (vc-post-command-functions): Remove old-VC compatibility code.
6303
6304 * newcomment.el (comment-indent-default): Autoload.
6305
6306 * font-lock.el (font-lock-defaults): Make buffer-local.
6307 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6308 (font-lock-choose-keywords):
6309 Ignore LEVEL unless KEYWORDS is a list of syms.
6310 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6311 Don't wrap regexp-opt things in \(...\) unnecessarily.
6312
6313 * jit-lock.el: Don't require font-lock any more.
6314 (jit-lock-functions): Make buffer-local.
6315 (jit-lock-saved-fontify-buffer-function): Remove.
6316 (jit-lock-mode): Remove autoload cookie.
6317 Remove font-lock specific code.
6318 (jit-lock-unregister): Don't bother handling complex hooks any more.
6319 (jit-lock-refontify): New function.
6320 (jit-lock-fontify-buffer): Use it.
6321 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6322 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6323 Add optional args START and END.
6324 Never call font-lock-fontify-region directly.
6325 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6326
6327 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6328
63292000-10-08 Dave Love <fx@gnu.org>
6330
6331 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6332
6333 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6334
6335 * play/studly.el (studlify-region, studlify-word): Add autoload
6336 cookie.
6337
6338 * play/morse.el (morse-region, unmorse-region): Add autoload
6339 cookie.
6340
6341 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6342 concat.
6343
6344 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6345 insist on symbols starting with word syntax.
6346 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6347 (eval-defun-1): Doc fix.
6348 (indent-sexp): Use nconc to build up indent-stack.
6349
6350 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6351 Gnus with little use.
6352 (mail-setup-hook): Add mail-abbrevs-setup to options.
6353
6354 * recentf.el: Doc fixes.
6355
6356 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6357 Clean up remainder.
6358
6359 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6360 without timezone and (8) with timezone to enforce some whitespace.
6361 Simplify code somewhat.
6362
6363 * options.el (list-options): Doc that you should use customize.
6364
6365 * iswitchb.el (iswitchb-mode): Add :require.
6366
6367 * info.el (Info-goto-node, Info-menu): Doc fix.
6368 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6369 (info-tool-bar-map): New variable.
6370 (Info-mode): Use it.
6371 (Info-edit-map): Define all in defvar.
6372 (speedbar-attached-frame): Avoid compiler warning.
6373
6374 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6375 (global-map): Bind [tool-bar] to a filtered map.
6376 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6377 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6378 Allow PBM icons.
6379 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6380
6381 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6382 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6383 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6384 icons, except up_arrow, which is left-arrow rotated.
6385
6386 * imenu.el (imenu-add-to-menubar): Fix last change.
6387
63882000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6389
6390 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6391 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6392
63932000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6394
6395 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6396 typos in doc strings.
6397
6398 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6399 the doc strings how to customize Font Lock faces.
6400
6401 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6402 computing growth when dragging the header line.
6403
64042000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6405
6406 * simple.el (kill-line): Doc fix.
6407
64082000-10-08 Miles Bader <miles@gnu.org>
6409
6410 * faces.el (secondary-selection): Make foreground visible on tty.
6411
6412 * jka-compr.el (auto-compression-mode): Move to the end of the
6413 file, because `define-minor-mode' actually calls the mode-function
6414 if the associated variable is non-nil, which requires that all
6415 needed functions be already defined.
6416 (with-auto-compression-mode): Add autoload cookie.
6417
64182000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6419
6420 * files.el (find-backup-file-name) [ms-dos]: If support for long
6421 file names is not available, behave as if version-control were set
6422 to never.
6423
64242000-10-07 Dave Love <fx@gnu.org>
6425
6426 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6427 (browse-url-gnome-moz): New function.
6428 (browse-url-browser-function): Use it.
6429 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6430
64312000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6432
6433 * indent.el (tab-always-indent): New var.
6434 (indent-for-tab-command): Use it.
6435
6436 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6437 raise an error. This way it can still default to a sane value.
6438
64392000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6440
6441 * startup.el (fancy-splash-screens): Use local rather than global map.
6442 Don't use `update-menu-bindings' any more.
6443 Get rid of assumptions about keymap representation.
6444
64452000-10-06 Dave Love <fx@gnu.org>
6446
6447 * textmodes/fill.el (sentence-end-double-space)
6448 (sentence-end-without-period): Doc fix.
6449 (adaptive-fill-regexp): Purecopy.
6450 (unjustify-current-line): Use line-end-position.
6451 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6452
6453 * net/eudc-vars.el (eudc): Add :version, :link.
6454
6455 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6456
6457 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6458 Fix for define-minor-mode.
6459 (function-at-point): Alias to function-called-at-point.
6460
6461 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6462
6463 * simple.el (backward-word): Doc fix.
6464
6465 * image-file.el (image-file-name-regexp): image-file-regexps ->
6466 image-file-name-regexps.
6467 (image-file-name-extensions): Add pbm.
6468
64692000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6470
6471 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6472 and add filename to the names so that diff-mode can jump to source.
6473
6474 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6475 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6476 (tex-font-lock-keywords-1): Remove.
6477 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6478 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6479 (font-lock-default-fontify-region):
6480 Expand beg..end correctly when just following a multiline region.
6481 (font-lock-fontify-anchored-keywords):
6482 Include the anchor text as part of the multiline.
6483
64842000-10-06 Gerd Moellmann <gerd@gnu.org>
6485
6486 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6487 latter needs the autoloaded define-minor-mode macro during the
6488 bootstrap.
6489
6490 * startup.el (command-line): For now, activate tool-bar-mode only
6491 if XPM images are supported.
6492
6493 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6494 window by dragging a header-line at the top of the frame; that's
6495 confusing because the header-line doesn't move.
6496 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6497 of treating the event as a list. Some cleanup.
6498
64992000-10-06 Miles Bader <miles@gnu.org>
6500
6501 * simple.el (display-message-or-buffer): New function.
6502 (shell-command-on-region): Use `display-message-or-buffer'.
6503
6504 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6505 docstring parts.
6506
6507 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6508 (smbclient-prompt-regexp): Add usage note to doc string.
6509 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6510 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6511 Use add-hook for adding the comint filter function, and only do so
6512 if it's not already in the global hook list.
6513 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6514 to `make-local-variable'.
6515 (nslookup-font-lock-keywords): Remove prompt entry.
6516 (nslookup): Don't set the process-filter.
6517 (finger): Exit the loop correctly when the regexps list runs out.
6518 (ftp, smbclient, smbclient-list-shares):
6519 Set the real major mode immediately, not after execing.
6520 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6521
6522 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6523
65242000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6525
6526 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6527
6528 * which-func.el (which-func-format): Remove spurious space.
6529 (which-func-mode): Don't make it permanent-local.
6530 (which-func-ff-hook): Allow which-func-maxout to be nil.
6531 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6532 (which-func-mode): Simplify.
6533 Use post-command-idle-hook rather than post-command-hook.
6534 Go through all buffers and update their state.
6535 (which-function): Also try add-log-current-defun-function.
6536
6537 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6538 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6539 Update call to with-vc-properties accordingly.
6540 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6541 (vc-revert-buffer): More careful about window selection and deletion.
6542 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6543
6544 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6545 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6546 (cvs-dired-action): Change the default to quickdir.
6547
6548 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6549 if comment-indent-function returns nil.
6550 (comment-indent-default): New function.
6551 (comment-indent-function): Use it and document the new semantics.
6552
6553 * image-file.el: Docstring fixes.
6554
6555 * help.el (help-xref-on-pp): Use match-string.
6556 (describe-variable): New arg BUFFER.
6557 Store the current buffer in the help-xref-stack.
6558 (temp-buffer-resize-mode): Use define-minor-mode.
6559
6560 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6561 consistently with its docstring.
6562 Set jit-lock-first-unfontify-pos in an idempotent way.
6563 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6564
65652000-10-05 Alex Schroeder <alex@gnu.org>
6566
6567 * sql.el (sql-mysql-options): New variable.
6568 (sql-mysql): Use it.
6569
65702000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6571
6572 * image.el (image): New group.
6573
6574 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6575 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6576
65772000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6578
6579 * net/net-utils.el (nslookup-font-lock-keywords)
6580 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6581 Ignore the value of wqindow-system; always define keywords
6582
65832000-10-05 Kenichi Handa <handa@etl.go.jp>
6584
6585 * startup.el (fancy-splash-screens): Remove the code for
6586 debugging; `(trace-to-stderr "EXITTT\n")'.
6587
65882000-10-05 Miles Bader <miles@gnu.org>
6589
6590 * diff-mode.el (diff-goto-source): Update call to
6591 `diff-hunk-status-msg' to reflect new REV variable.
6592
65932000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6594
6595 * progmodes/icon.el (icon-mode):
6596 Don't gratuitously override the default for comment-column.
6597
6598 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6599
6600 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6601 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6602 (jit-lock-functions): New var.
6603 (jit-lock-function-1): Use it if non-nil.
6604 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6605 Set the `fontified' property before doing the fontification to avoid
6606 repeatedly going through the same error.
6607 Don't turn errors into messages.
6608 (jit-lock-register, jit-lock-unregister): New functions.
6609
6610 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6611 Use with-current-buffer.
6612
6613 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6614 Turn comment into docstring.
6615
6616 * apropos.el (apropos-mode): Use define-derived-mode.
6617
66182000-10-04 Gerd Moellmann <gerd@gnu.org>
6619
6620 * startup.el (fancy-splash-pending-command): New variable.
6621 (fancy-splash-pre-command): New function.
6622 (fancy-splash-screens): Rewritten.
6623 (command-line-1): If fancy-splash-pending-command is set, call it
6624 interactively.
6625
66262000-10-04 Dave Love <fx@gnu.org>
6627
6628 * toolbar/tool-bar.el (tool-bar-setup): New function.
6629 (tool-bar-mode): Use it.
6630
6631 * subr.el (substitute-key-definition): Doc fix.
6632 (play-sound-file): New command.
6633
66342000-10-04 Andre Spiegel <spiegel@gnu.org>
6635
6636 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6637 vc-version-backup-file-name): New functions.
6638
6639 * files.el (basic-save-buffer): Call vc-before-save before saving.
6640
6641 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6642 vc-cvs-stay-local-p.
6643
6644 * vc.el (vc-revert-buffer): Handle empty diff properly.
6645 (vc-version-backup-file): New function.
6646 (vc-checkout): Create a version backup if necessary.
6647 (vc-checkin): If a version backup file exists, delete it.
6648 (vc-version-diff): Diff locally using version backups, if available.
6649 (vc-revert-file): If there's a version backup, revert locally.
6650 (vc-transfer-file): Use version backup for base version, if
6651 available. If not, ask for confirmation whether to get it from the
6652 server. Update mode line before check-in.
6653
66542000-10-04 Dave Love <fx@gnu.org>
6655
6656 * toolbar/tool-bar.el (tool-bar-setup): New function.
6657 (tool-bar-mode): Use it.
6658
66592000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6660
6661 * net/net-utils.el (nslookup-font-lock-keywords)
6662 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6663 Only set if window-system is non-nil
6664 (net-utils-run-program): Returns buffer.
6665 (network-connection-reconnect): Added this function.
6666
6667 * generic.el:
6668 Incorporates extensive cleanup and docfixes by
6669 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6670 Uses cl compile-time macros.
6671 (generic-mode-name, generic-comment-list)
6672 (generic-keywords-list, generic-font-lock-expressions)
6673 (generic-mode-function-list, generic-mode-syntax-table):
6674 Removed variables.
6675 (generic-mode-alist): Renamed to generic-mode-list.
6676 (generic-find-file-regexp): Default changed to "^#".
6677 (generic-read-type): Uses completing read on generic-mode-list.
6678 (generic-mode-sanity-check): removed this function.
6679 (generic-add-to-auto-mode): Removed this function
6680 (generic-mode-internal): Bind mode-specific definitions
6681 into function instead of putting them in alist.
6682 (generic-mode-set-comments): Reworked extensively.
6683 (generic-mode-find-file-hook): Simplified regexp searching
6684 (generic-make-keywords-list): Omit extra pair of parens
6685
6686 * find-lisp.el (find-lisp-find-files-internal):
6687 Make sure directory name ends with "/".
6688
6689 * generic-x.el (apache-conf-generic-mode):
6690 Regexp now allows leading whitespace.
6691 (rc-generic-mode): Added eval-when-compile
6692 around generic-make-keywords-list.
6693 Deleted duplicate regexp
6694 (rul-generic-mode): Added eval-when-compile
6695 around generic-make-keywords-list.
6696 (etc-fstab-generic-mode): New generic mode.
6697 (rul-generic-mode): Removed one eval-when-compile
6698 which caused a max-specpdl-size exceeded error.
6699
67002000-10-04 Miles Bader <miles@gnu.org>
6701
6702 * simple.el (minibuffer-temporary-goal-position): New variable.
6703 (next-history-element): Try to keep the position of point in the
6704 input string constant.
6705
6706 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6707 (dired-do-create-files): If there's only one file, pass it in as
6708 the DEFAULT arg to dired-mark-read-file-name.
6709
67102000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6711
6712 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6713 (diff-goto-source): Be smarter when choosing REVERSE or not.
6714
6715 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6716 (texinfo-mode-menu): Add an explicit shortcut for update all.
6717
67182000-10-03 Andre Spiegel <spiegel@gnu.org>
6719
6720 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6721 factorize backend-specific code cleanly (this was essentially
6722 conceived by Stefan Monnier).
6723 (vc-unregister): Function removed.
6724 (vc-revert-file): New function.
6725 (vc-revert-buffer): Delegate some of the work to it.
6726
6727 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6728 default branch unconditionally.
6729 (vc-rcs-set-default-branch): New function.
6730 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6731 (vc-rcs-checkin): If an appropriate default branch has been set,
6732 force creation of that branch.
6733 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6734 code (as suggested by Stefan Monnier).
6735
67362000-10-02 Gerd Moellmann <gerd@gnu.org>
6737
6738 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6739 highlighting overlay with a different face over the overlay
6740 isearch uses to highlight the current match because that can lead
6741 to bad face combinations.
6742
6743 * loadup.el (toplevel): Load faces before isearch.
6744
6745 * isearch.el (isearch-faces): New custom group.
6746 (isearch): New defface; was already tested for in the code.
6747 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6748 (isearch-highlight): Always use face `isearch'.
6749
67502000-10-02 Dave Love <fx@gnu.org>
6751
6752 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6753 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6754 comparison of opcode with operand.
6755
67562000-10-03 Miles Bader <miles@gnu.org>
6757
6758 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6759 buffer, since the echo area will now grow to accommodate them.
6760
67612000-10-02 Andre Spiegel <spiegel@gnu.org>
6762
6763 * vc-hooks.el (vc-registered): If FILE used to be registered under
6764 a certain backend, try that one first.
6765
6766 * vc.el (vc-responsible-backend): Undo the previous change in the
6767 argument list. Handle multiple backends correctly.
6768 (vc-find-new-backend): Function removed.
6769 (vc-register): Use vc-responsible-backend, as before.
6770 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6771
67722000-10-02 Gerd Moellmann <gerd@gnu.org>
6773
6774 * startup.el (fancy-splash-head): Change message below the
6775 logo.
6776
67772000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6778
6779 * diff-mode.el (diff-goto-source): Emit a status message.
6780 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6781 (diff-test-hunk): Fix doc string.
6782 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6783 (diff-advance-after-apply-hunk): New variable.
6784 (diff-apply-hunk): Don't return a value.
6785
67862000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6787
6788 * vc.el (vc-editable-p): Minor optimization.
6789 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6790 (vc-find-new-backend): New function split from vc-responsible-backend.
6791 (vc-register): Use it.
6792 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6793 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6794 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6795 (vc-clear-headers): Don't use find-file.
6796 (vc-revert-buffer): Use `and' again (must have been a braino).
6797 (vc-switch-backend): Only prompt if requested.
6798 Short circuit if nothing is to be done.
6799 Don't use vc-resynch-buffer which could lose unsaved editing.
6800 (vc-default-receive-file): Update call to vc-unregister.
6801 (with-vc-file, vc-next-action-on-file):
6802 Use vc-backend rather than vc-registered.
6803 (vc-next-action-on-file): Use intern-soft.
6804 Deal with read-only *vc-diff* buffer.
6805 (vc-transfer-file): Docstring fix.
6806
6807 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6808 (vc-rcs-receive-file): Avoid with-vc-properties.
6809 Update call to vc-unregister.
6810 Use constant `RCS' rather than (dynamically bound) var `backend'.
6811
68122000-10-01 Andre Spiegel <spiegel@gnu.org>
6813
6814 * vc.el (vc-next-action-on-file): Update mode line only if file
6815 is visited.
6816 (vc-start-entry): New argument initial-contents. Don't visit the file
6817 if it isn't already visited. Brought documentation up-to-date.
6818 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6819 (vc-checkin): New optional arg initial-contents, which is passed to
6820 vc-start-entry.
6821 (vc-finish-logentry): Make sure to bury log buffer only if there
6822 really is one. Call `vc-resynch-buffer' on log-file, not
6823 buffer-file-name.
6824 (vc-default-comment-history, vc-default-wash-log): New functions.
6825 (vc-index-of): Removed.
6826 (vc-transfer-file): Make do without the above.
6827 (vc-default-receive-file): Call comment-history unconditionally. Pass
6828 the resulting string to vc-checkin, instead of inserting it into the
6829 comment ring.
6830
6831 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6832 unconditionally. Use the comments as initial contents of the log
6833 entry buffer. Document the trick to force branch creation with no
6834 changes.
6835
68362000-10-01 Miles Bader <miles@gnu.org>
6837
6838 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6839 `recenter' with an arg to prevent redrawing the display.
6840
68412000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6842
6843 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6844
6845 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6846
6847 * progmodes/c-mode.el (c-mode):
6848 Don't gratuitously override the default for comment-column.
6849
6850 * textmodes/tex-mode.el (latex-metasection-list): New var.
6851 (latex-imenu-create-index): Use it.
6852 Move the regexp construction outside loops (and use push).
6853 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6854 (tex-font-lock-keywords): Moved from font-lock.el.
6855 (tex-comment-indent): Remove.
6856 (tex-common-initialization): Don't set comment-indent-function.
6857 (latex-block-default): New var.
6858 (tex-latex-block): Use it to provide a default choice.
6859 Add any unknown choice to latex-block-names.
6860 Insert [...] after {...}.
6861 (tex-last-unended-begin): Simplify regexp.
6862 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6863 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6864 (latex-mode): Set forward-sexp-function.
6865
6866 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6867 Add regexp for @ignore ... @end ignore.
6868 (texinfo-heading-face): New face.
6869 (texinfo-font-lock-keywords): Use it.
6870 (texinfo-mode-menu): New menu.
6871 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6872 New functions.
6873 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6874 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6875 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6876 Remove declaration.
6877 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6878
6879 * delsel.el (delete-selection-mode): Use define-minor-mode.
6880
6881 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6882
68832000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6884
6885 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6886
68872000-09-30 Gerd Moellmann <gerd@gnu.org>
6888
6889 * replace.el (keep-lines-read-args): New function.
6890 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6891 read arguments interactively. Add parameters RSTART and REND.
6892 Operate on the active region in Transient Mark mode.
6893
6894 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6895
6896 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6897 (authors-obsolete-files-regexps): New variable.
6898 (authors-add): Don't record changes in obsolete files.
6899
69002000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6901
6902 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6903
6904 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6905 (comment-indent): Make sure there's a space between code and comment.
6906 Shift comments left to avoid going past fill-column.
6907
69082000-09-29 Gerd Moellmann <gerd@gnu.org>
6909
6910 * startup.el (startup-echo-area-message): New function.
6911 (display-startup-echo-area-message): Use it.
6912 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6913 (fancy-splash-default-action): New function.
6914 (fancy-splash-screens-1): New function.
6915 (fancy-splash-head): Put a help-echo and a keymap under the image.
6916
69172000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6918
6919 * diff-mode.el (diff-add-log-file-name): Remove.
6920 (diff-mode): Use add-log-buffer-file-name-function.
6921
6922 * add-log.el (find-change-log): New arg BUFFER-FILE.
6923 (add-log-file-name): Obey add-log-file-name-function.
6924 (add-log-buffer-file-name-function): New var.
6925 (add-change-log-entry): Use it.
6926
69272000-09-29 Miles Bader <miles@gnu.org>
6928
6929 * image-file.el (image-file-name-extensions): New variable.
6930 (image-file-name-regexps): Renamed from `image-file-regexps'.
6931 New default value is nil. Call `auto-image-file-mode'.
6932 (image-file-name-regexp): New function.
6933 (auto-image-file-mode): New minor mode.
6934 (insert-image-file): Don't make conditional on the image-file
6935 handler being enabled.
6936 (image-file-handler): Make the call here conditional instead.
6937 (set-image-file-handler-enabled, enable-image-file-handler)
6938 (disable-image-file-handler): Functions removed.
6939
6940 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6941 string.
6942
69432000-09-29 Gerd Moellmann <gerd@gnu.org>
6944
6945 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6946 it's a function from CL.
6947 (latex-imenu-create-index): Replace eval-when-compile with progn
6948 because latex-section-alist is not bound while compiling.
6949
69502000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6951
6952 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6953 (outline-mode): Use define-derived-mode.
6954
6955 * progmodes/perl-mode.el (perl-mode):
6956 * progmodes/awk-mode.el (awk-mode):
6957 * progmodes/asm-mode.el (asm-mode):
6958 Don't gratuitously override the default for comment-column.
6959
6960 * emacs-lisp/lisp.el (lisp-complete-symbol):
6961 Distinguish the let-binding case from the funcall case.
6962 (forward-sexp-function): New variable.
6963 (forward-sexp): Use it.
6964
6965 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6966 (easy-mmode-defmap): Remove the now useless autoload.
6967
6968 * time.el (display-time-mode): Use define-minor-mode.
6969
6970 * subr.el (add-minor-mode): Don't eval NAME.
6971 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6972 Use if rather than cond.
6973
6974 * simple.el (read-expression-map): Define more properly.
6975 (comment-indent-hook): Remove.
6976 (string-to-syntax): Bug fix.
6977
6978 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6979 (cvs-ediff-diff): Fix typo.
6980 (cvs-revert-if-needed): Don't bother preserving read-only.
6981
6982 * paren.el (show-paren-mode): Use define-minor-mode.
6983
6984 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6985 (toggle-auto-compression): Remove.
6986 (jka-compr-build-file-regexp): Remove useless grouping.
6987
6988 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6989 Avoid user-reserved bindings.
6990 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6991 (diff-header-face): Revert to grey85.
6992
6993 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6994
6995 * complete.el (partial-completion-mode) <defcustom>: Remove.
6996 (partial-completion-mode): Use define-minor-mode.
6997 (PC-do-completion): Understand `completion-auto-help = delay'
6998 to mean to popup the completion buffer only the second time.
6999 (PC-include-file-all-completions, PC-include-file-all-completions)
7000 (PC-include-file-all-completions): Don't quote lambda.
7001
7002 * comint.el (comint-mode-hook): Docstring fix.
7003 (comint-mode): Use define-derived-mode.
7004 (comint-mode-map): Remove obsolete comment.
7005 (make-comint): Minor stylistic change.
7006 (comint-insert-clicked-input): Be more careful to find the overlay.
7007 Use this-command-keys rather than hardcoding mouse-2.
7008
7009 * font-lock.el: Replace confusing (,@ with ,
7010 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7011 Don't use regexp-opt-depth. Spice up the regexp for args.
7012 Don't distinguish between cmds that can take an opt arg or not.
7013 Use `append' and `prepend' rather than `keep'.
7014
7015 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7016 (latex-outline-regexp): New var.
7017 (latex-outline-level): New fun.
7018 (latex-section-alist): New var.
7019 (latex-imenu-create-index): Use it. Use `push' as well.
7020 (tex-shell-map): Initialize it properly.
7021 (tex-mode): Minor stylistic change.
7022 (plain-tex-mode): Use define-derived-mode.
7023 (latex-mode): Use define-derived-mode.
7024 Construct the paragraph regexps in a more readable way.
7025 Set the buffer-local outline-{level,regexp} vars.
7026 (slitex-mode): Derive from latex-mode.
7027 (tex-common-initialization): Don't kill-all-vars anymore.
7028 Add setting for comment-add and font-lock-defaults.
7029 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7030 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7031 (tex-start-tex): New arg DIR (and send a chdir command for it).
7032 Also display the shell buffer and save it in tex-last-buffer-texed.
7033 (tex-region): Use expand-file-name rather than concat.
7034 Remove code made useless by changes in tex-start-tex.
7035 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7036
7037 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7038
70392000-09-28 Dave Love <fx@gnu.org>
7040
7041 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7042
70432000-09-28 Gerd Moellmann <gerd@gnu.org>
7044
7045 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7046 `append'.
7047
70482000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7049
7050 * info.el (Info-extract-pointer): Undo last change.
7051 Instead, fix the position of the `bound' arg to re-search-backward.
7052
70532000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7054
7055 * info.el (Info-extract-pointer):
7056 Widen more carefully, to avoid finding pointers in other nodes.
7057 (Info-index): Use push.
7058
70592000-09-27 Gerd Moellmann <gerd@gnu.org>
7060
7061 * frame.el (set-frame-font): Remove call to obsolete function
7062 frame-update-faces.
7063 (set-foreground-color, set-background-color): Likewise for
7064 frame-update-face-colors.
7065
70662000-09-27 Miles Bader <miles@gnu.org>
7067
7068 * image-file.el: New file.
7069
70702000-09-27 Gerd Moellmann <gerd@gnu.org>
7071
7072 * frame.el (frame-notice-user-settings): Don't call
7073 frame-update-faces, which is a no-op now.
7074
7075 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7076 tool-bar-lines.
7077
70782000-09-27 Dave Love <fx@gnu.org>
7079
7080 * mouse.el: Fix last change.
7081
70822000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7083
7084 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7085
70862000-09-22 Kenichi Handa <handa@etl.go.jp>
7087
7088 * international/quail.el (quail-help): The output message is
7089 improved.
7090
70912000-09-26 Dave Love <fx@gnu.org>
7092
7093 * mouse.el (popup-menu): If POSITION is nil, set it using
7094 mouse-position.
7095
70962000-09-25 Sam Steingold <sds@gnu.org>
7097
7098 * net/browse-url.el (browse-url-file-url): Check for null maps.
7099
71002000-09-26 Gerd Moellmann <gerd@gnu.org>
7101
7102 * frame.el (frame-notice-user-settings): Don't add a
7103 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7104
7105 * frame.el (frame-notice-user-settings):
7106 Make tool-bar-mode and default-frame-alist consistent.
7107
7108 * toolbar/tool-bar.el (tool-bar-help): New function.
7109
71102000-09-25 Gerd Moellmann <gerd@gnu.org>
7111
7112 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7113 current-load-list in top-level forms. Else this leaks a cons cell
7114 every time a defun is called.
7115
7116 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7117
71182000-09-25 Dave Love <fx@gnu.org>
7119
7120 * startup.el (fancy-splash-head): Check XPM is available.
7121
7122 * autoinsert.el (auto-insert): Doc fix.
7123 (auto-insert-alist): Following GNU notices, don't say `copyright
7124 _by_'. Use line-beginning-position.
7125 (auto-insert): Check buffer-file-name is non-nil before use.
7126
71272000-09-25 Gerd Moellmann <gerd@gnu.org>
7128
7129 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7130 starting with `@def' or `@multitable', in addition to ones
7131 specified by the user in auto-fill-inhibit-regexp.
7132
71332000-09-25 Markus Rost <rost@math.ohio-state.edu>
7134
7135 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7136 rmail-dont-reply-to-names matches the empty string.
7137
71382000-09-25 Gerd Moellmann <gerd@gnu.org>
7139
7140 * startup.el (command-line-1, fancy-splash-text): Change the
7141 text to sound more friendly.
7142
71432000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7144
7145 * progmodes/hideshow.el: Update author email address.
7146 Generally, sync w/ maintainer version 5.22.
7147 (hs-hide-all-non-comment-function): New var.
7148 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7149 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7150 (hs-show-region): Delete this command.
7151 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7152
71532000-09-22 Dave Love <fx@gnu.org>
7154
7155 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7156 (hl-line-highlight): Specify buffer when moving overlay.
7157
7158 * progmodes/fortran.el (fortran-mode): Locally set
7159 normal-auto-fill-function.
7160 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7161 (fortran-mode-map): Adjust auto-fill menu entry.
7162
71632000-09-22 Gerd Moellmann <gerd@gnu.org>
7164
7165 * vc-rcs.el (toplevel): Require `vc' when compiling.
7166
7167 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7168
71692000-09-22 Andre Spiegel <spiegel@gnu.org>
7170
7171 * vc.el (vc-switch-backend): Signal an error if the file is not
7172 registered under the new backend.
7173
7174 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7175 without explicit revision number.
7176
71772000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7180 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7181 (diff-xor): New function.
7182 (diff-find-source-location): Use it. Fix a stupid name clash.
7183 (diff-hunk-status-msg): New function.
7184 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7185 (diff-test-hunk): Use diff-find-source-location.
7186 (diff-goto-source): Favor the `reverse'.
7187 (diff-hunk-text): Properly handle one-sided context diffs.
7188 (diff-apply-hunk): When done, advance to the next hunk.
7189
71902000-09-21 Gerd Moellmann <gerd@gnu.org>
7191
7192 * startup.el (command-line): If frame was created with a non-zero
7193 tool-bar-lines parameter, switch tool-bar-mode on.
7194
7195 * add-log.el (change-log-date-face, change-log-name-face)
7196 (change-log-email-face, change-log-file-face)
7197 (change-log-list-face, change-log-conditionals-face)
7198 (change-log-function-face, change-log-acknowledgement-face):
7199 New faces, inheriting from font-lock faces.
7200 (change-log-font-lock-keywords): Use them.
7201
72022000-09-21 Dave Love <fx@gnu.org>
7203
7204 * progmodes/cperl-mode.el (top-level): Clean up
7205 `eval-when-compile's and assorted defvars.
7206 (cperl-invalid-face): Don't double-quote value. Change custom
7207 type.
7208 (cperl-mode): Set normal-auto-fill-function and don't zap
7209 auto-fill-function.
7210 (cperl-imenu--function-name-regexp-perl): Renamed from
7211 imenu-example--function-name-regexp-perl.
7212 (cperl-imenu--create-perl-index): Renamed from
7213 imenu-example--create-perl-index.
7214 (cperl-xsub-scan): Don't require cl.
7215
7216 * msb.el (msb-mode-map): Use substitute-key-definition.
7217 (msb-mode): Use msb-mode-map.
7218
72192000-09-21 Andre Spiegel <spiegel@gnu.org>
7220
7221 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7222 New functions.
7223 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7224 (vc-switch-backend): New function.
7225 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7226 (vc-register): Fix prompt.
7227 (vc-unregister, vc-default-unregister): New functions.
7228 (vc-version-diff): Handle empty buffer in sentinel.
7229
7230 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7231 (vc-rcs-state-heuristic): Use it to guess the state of files with
7232 non-strict locking.
7233 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7234 been set with -b, but not created yet.
7235 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7236 contents in order to find the state.
7237 (vc-rcs-checkin): Allow creation of branches with no changes.
7238 (vc-rcs-unregister, vc-rcs-receive-file)
7239 (vc-rcs-set-non-strict-locking): New functions.
7240
7241 * vc-hooks.el (vc-name): Force correct computation of the value
7242 in case it is missing.
7243
72442000-09-21 Gerd Moellmann <gerd@gnu.org>
7245
7246 * startup.el (fancy-splash-tail): Use a different foreground
7247 color on a dark frame background.
7248
72492000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7250
7251 * info.el: Use the correct capitalization when making Info-mode
7252 and Info-edit-mode `special' modes.
7253
72542000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7255
7256 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7257 (diff-mode): Add support for add-log.el.
7258 (diff-hunk-text): Use char offsets rather than line offsets.
7259 (diff-find-source-location): Replace LINE with line-offset (nil
7260 if not found) and always set POS to a meaningful position.
7261 Adapt to the new char-offsets.
7262 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7263 Adapt to the new diff-find-source-location.
7264 (diff-goto-source): Adapt to the new diff-find-source-location.
7265
7266 * add-log.el (add-log-file-name): New function (split out of
7267 add-change-log-entry).
7268 (add-change-log-entry): Use it.
7269 Call add-log-file-name-function with the changelog file name if
7270 the current buffer is not associated with any file.
7271 Avoid find-file if the selected window is dedicated.
7272
7273 * diff-mode.el (diff-find-source-location):
7274 Move code from diff-apply-hunk. Return buffer rather than file.
7275 (diff-apply-hunk): Use the new result from diff-find-source-location.
7276 (diff-goto-source): Use the new diff-find-source-location.
7277
72782000-09-20 Dave Love <fx@gnu.org>
7279
7280 * iswitchb.el: Some doc fixes.
7281 (iswitchb-mode-map): Define completely initially. Inherit
7282 minibuffer-local-map.
7283 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7284 fundamental-mode.
7285 (iswitchb-global-map): New variable.
7286 (iswitchb-summaries-to-end): Amalgamate regexps.
7287 (iswitchb-mode): New.
7288 (iswitchb-mode-hook): New variable.
7289 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7290 `extensions'.
7291
72922000-09-20 Gerd Moellmann <gerd@gnu.org>
7293
7294 * ehelp.el (electric-help): New defgroup.
7295 (electric-help-shrink-window): New user-option.
7296 (with-electric-help): Use it.
7297
7298 * window.el (shrink-window-if-larger-than-buffer): If face
7299 `mode-line' has a :box, and we're on a graphical frame, add 1
7300 to the needed window height.
7301
7302 * frame.el (frame-notice-user-settings): Add a last parameter nil
7303 to a call to `append', because the last list passed to `append' is
7304 not copied, and so subsequent calls to assq-delete-all will modify
7305 default-frame-alist.
7306
7307 * startup.el (fancy-splash-image): Change :type.
7308 (fancy-splash-head): Use an XBM image if appropriate.
7309 (command-line-1): Show splash screens in more cases.
7310
7311 * startup.el (fancy-splash-text): Don't quote faces.
7312
7313 * dired.el (dired-font-lock-keywords): Undo last change.
7314 (dired-readin): Bind indent-tabs-mode to nil.
7315
7316 * startup.el (fancy-splash-head): If frame's background mode
7317 is `dark', change the black background of the image to gray.
7318 (fancy-splash-screens): Display startup echo area message.
7319 (display-startup-echo-area-message): New function.
7320
73212000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7322
7323 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7324
7325 * info.el (info-header-node): Tweak for color ttys.
7326
7327 * faces.el (face-valid-attribute-values): Make sure directories we
7328 search for stipples both exist and are readable before trying to
7329 search them.
7330
7331 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7332 in the dry-run case.
7333
7334 * jka-compr.el (with-auto-compression-mode): New macro.
7335
7336 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7337 (custom-group-tag-face, custom-variable-tag-face): Use relative
7338 :height and inherit from `variable-pitch' face instead of
7339 hardwiring :family.
7340 * hi-lock.el (hi-black-hb): Likewise.
7341
7342 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7343 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7344 toolbar-add-item, if image doesn't have a mask add a `:mask
7345 heuristic'.
7346
73472000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7348
7349 * diff-mode.el: Docstring fixes.
7350 (diff-header-face, diff-comment-face): New faces.
7351 (diff-font-lock-keywords): Highlight a bit differently.
7352 (diff-find-source-location): Don't return SPAN any more.
7353 (diff-hunk-text): Don't bother erasing the temp buffer.
7354 (diff-find-text): Drop argument LINE.
7355 (diff-apply-hunk): Update calls to diff-find-text.
7356 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7357
7358 * calendar/calendar.el: Docstring fixes.
7359 (calendar-make-alist): Don't quote lambda.
7360 (calendar-star-date): Use make-local-variable.
7361
73622000-09-19 Dave Love <fx@gnu.org>
7363
7364 * toolbar/tool-bar.el: Renamed from toolbar.el.
7365 Change `toolbar' to `tool-bar' generally in symbols.
7366 Make some items invisible in `special' major modes.
7367 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7368 Add arg PROPS.
7369
7370 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7371 Add :version here.
7372 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7373
73742000-09-19 Gerd Moellmann <gerd@gnu.org>
7375
7376 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7377
7378 * files.el (find-file-suppress-same-file-warnings): New user-option.
7379 (find-file-noselect): Use it.
7380
7381 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7382 (fancy-splash-screen): Defgroup.
7383
7384 * add-log.el (change-log-font-lock-keywords): Match names
7385 more exactly for the case that font-lock-constant-face is
7386 underlined.
7387
73882000-09-19 Richard M. Stallman <rms@gnu.org>
7389
7390 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7391
73922000-09-19 Andre Spiegel <spiegel@gnu.org>
7393
7394 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7395
73962000-09-19 Gerd Moellmann <gerd@gnu.org>
7397
7398 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7399 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7400 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7401 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7402 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7403 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7404 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7405 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7406 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7407 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7408 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7409 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7410
7411 * startup.el (fancy-splash-text): New variable.
7412 (fancy-splash-delay, fancy-splash-image): New user-options.
7413 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7414 (fancy-splash-screens): New functions.
7415 (command-line-1): If display has a `display' frame parameter, has
7416 colors, and we have XPM support, show more fancy splash screens.
7417
74182000-09-19 Dave Love <fx@gnu.org>
7419
7420 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7421 with null `help'. Use modern backquote syntax.
7422
74232000-09-19 Gerd Moellmann <gerd@gnu.org>
7424
7425 * font-lock.el (font-lock-mode): Change message telling the user
7426 that ``the buffer is too big''.
7427
7428 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7429 for instance for the case that tab-width is 2.
7430
74312000-09-18 Gerd Moellmann <gerd@gnu.org>
7432
7433 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7434 toolbar-add-item, if image doesn't have a mask add a `:mask
7435 heuristic'.
7436
74372000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7438
7439 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7440 and return a cons if it's non-nil.
7441 (diff-apply-hunk): Try to jump to the line in the source text
7442 corresponding to the position of point in the in the hunk.
7443
7444 * info.el (Info-title-3-face, Info-title-2-face)
7445 (Info-title-1-face): Use face inheritance and relative sizes
7446 instead of hard-wiring things.
7447
7448 * faces.el (secondary-selection): Make dark-background variant sane.
7449
74502000-09-16 Andrew Innes <andrewi@gnu.org>
7451
7452 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7453 read-only, since they aren't under VC now.
7454
74552000-09-17 Dave Love <fx@gnu.org>
7456
7457 * tmm.el: Replace mapcar with mapc in several places.
7458
7459 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7460 ad-unadvise.
7461
7462 * international/latin1-disp.el: New file.
7463
7464 * calendar/cal-move.el (scroll-calendar-left)
7465 (scroll-calendar-right): Make arg optional (for active mode line).
7466
7467 * calendar/calendar.el (calendar-mode-line-format): Make fields
7468 mouse-sensitive.
7469 (calendar-read-date, calendar-read-date, calendar-window-list):
7470 Unquote lambda.
7471 (calendar-month-name): Use aref, not sref.
7472
7473 * view.el (minor-mode-alist): Propertize the string.
7474
7475 * international/characters.el (standard-case-table): Add entries
7476 for Greek.
7477
74782000-09-18 Miles Bader <miles@gnu.org>
7479
7480 * info.el (info-node, info-xref): Add dark-background variants.
7481
7482 * faces.el (header-line): Change defaults to be less confusing
7483 when mixed with mode-lines.
7484
7485 * info.el (Info-fontify-node): Make a few cleanups.
7486 Add extra `help-echo' and `local-map' props to node xrefs.
7487 Use header-specific faces for node-names & xrefs.
7488 (Info-use-header-line): New variable.
7489 (info-header-xref, info-header-node): New faces.
7490 (Info-setup-header-line): New function.
7491 (Info-select-node): Call Info-setup-header-line when enabled.
7492 (Info-extract-pointer): Work even if the header line is hidden.
7493 (Info-header-line): New variable.
7494
74952000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7496
7497 * vms-patch.el (print-region-function): Don't quote lambda.
7498
7499 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7500
7501 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7502 (lm-get-header-re): Allow spaces between the header and the colon.
7503 (lm-header): Allow $ in non-RCS headers.
7504 (lm-header-multiline): Put the strings back into order.
7505 Stop at an empty line. Don't require two space chars if the
7506 line is clearly not another header line.
7507
7508 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7509 (popup-menu-popup): Remove.
7510
75112000-09-15 Gerd Moellmann <gerd@gnu.org>
7512
7513 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7514 specification if or if not tool-bar item contains an `:enabled'
7515 property.
7516
7517 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7518 current buffer has no file name.
7519
75202000-09-15 Dave Love <fx@gnu.org>
7521
7522 * strokes.el: Sync with maintainer's current version with changes
7523 for Emacs, but avoid runtime cl and levents.
7524 (toplevel): Change autoloads and compilation requires.
7525 (strokes-version, strokes-bug-address, strokes-lift): Values
7526 changed.
7527 (strokes-xpm-header, strokes-insinuated): New variable.
7528 (strokes): Add :link.
7529 (strokes-mode): Customized.
7530 (strokes-while-inhibiting-garbage-collector): New macro.
7531 (strokes-remassoc): Avoid remove-if.
7532 (strokes-fix-button2-command): Don't use ad-do-it.
7533 (strokes-insinuate): New function.
7534 (strokes-button-press-event-p, strokes-button-release-event-p):
7535 New functions, used instead of non-`strokes-' versions..
7536 (strokes-mouse-event-p): Rewritten.
7537 (strokes-event-closest-point): Avoid event-point.
7538 (strokes-get-grid-position): Avoid cdadr, caadr
7539 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7540 functions.
7541 (strokes-help): Use with-output-to-temp-buffer.
7542 (strokes-window-configuration-changed-p): New function.
7543 (strokes-update-window-configuration): Use buffer-live-p,
7544 strokes-window-configuration-changed-p.
7545 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7546 (strokes-char-face): New face.
7547 (strokes-char-table, strokes-base64-chars): New variable.
7548 (strokes-xpm-for-stroke, strokes-list-strokes)
7549 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7550 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7551 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7552 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7553 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7554 functions.
7555
75562000-09-15 Gerd Moellmann <gerd@gnu.org>
7557
7558 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7559
7560 * image.el (create-image): Doc fix.
7561
7562 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7563 instead of `:heuristic-mask t'.
7564
75652000-09-14 Andrew Innes <andrewi@gnu.org>
7566
7567 * makefile.w32-in: Revert to Unix line endings.
7568
75692000-09-14 Andrew Innes <andrewi@gnu.org>
7570
7571 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7572 when installing.
7573
7574 * makefile.nt (DONTCOMPILE): Fix typo.
7575
7576 * shell.el (shell-write-history-on-exit): New function.
7577 (shell-dumb-shell-regexp): New custom variable.
7578 (shell-mode): Make shell-write-history-on-exit the process
7579 sentinel if shell name matches shell-dumb-shell-regexp.
7580
7581 * w32-fns.el: Comment out before-init-hook function which resets
7582 source-directory based; this breaks bootstrap.
7583
75842000-09-14 Dave Love <fx@gnu.org>
7585
7586 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7587 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7588 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7589 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7590 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7591 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7592 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7593 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7594 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7595
7596 * toolbar/toolbar.el: New.
7597
7598 * subdirs.el: Add toolbar.
7599
76002000-09-14 Gerd Moellmann <gerd@gnu.org>
7601
7602 * indent.el (indent-for-tab-command): Doc fix.
7603
76042000-09-14 Alex Schroeder <alex@gnu.org>
7605
7606 * ansi-color.el (ansi-colors): Doc change.
7607 (ansi-color-get-face): Simplified regexp.
7608 (ansi-color-faces-vector): Added more faces, doc change.
7609 (ansi-color-names-vector): Doc change.
7610 (ansi-color-regexp): Simplified regexp.
7611 (ansi-color-parameter-regexp): New regexp.
7612 (ansi-color-filter-apply): Doc change.
7613 (ansi-color-filter-region): Doc change.
7614 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7615 deal with zero length parameters.
7616 (ansi-color-apply-on-region): Doc change.
7617 (ansi-color-map): Doc change.
7618 (ansi-color-map-update): Removed debugging message.
7619 (ansi-color-get-face-1): Added condition-case to trap
7620 args-out-of-range errors.
7621 (ansi-color-get-face): Doc change.
7622 (ansi-color-make-face): Removed.
7623 (ansi-color-for-shell-mode): New option.
7624
76252000-09-13 Kenichi Handa <handa@etl.go.jp>
7626
7627 * international/quail.el (quail-start-translation): Translate KEY
7628 if necessary even if it doesn't have any mapping in the current
7629 input method.
7630 (quail-start-conversion): Likewise.
7631 (quail-help): The output message is improved.
7632
76332000-09-13 Miles Bader <miles@gnu.org>
7634
7635 * comint.el (comint-output-filter): Revert to using
7636 `insert-before-markers'. Add bletcherous hack to undo damage
7637 caused by `insert-before-markers'. Put `front-sticky' property on
7638 overlays created here so that the field code understands how the
7639 overlay works. Use a let when making comint-last-prompt-overlay,
7640 so that the code is easier to read.
7641
76422000-09-13 Dave Love <fx@gnu.org>
7643
7644 * wid-edit.el (widget-default-format-handler): DTRT when
7645 doc-property is a function.
7646
76472000-09-12 Francesco Potorti` <pot@gnu.org>
7648
7649 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7650 filed name if it's not there.
7651
76522000-09-12 Dave Love <fx@gnu.org>
7653
7654 * simple.el (read-mail-command): Doc fix.
7655 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7656
7657 * vc.el (vc-dired-listing-switches): Fix :version.
7658
7659 * vc-hooks.el: Doc fixes.
7660
7661 * subr.el (add-minor-mode): Use toggle-fun arg.
7662
7663 * speedbar.el: Add :version to several defcustoms.
7664
7665 * imenu.el (imenu--truncate-items, imenu--cleanup)
7666 (imenu--generic-function): Avoid mapcar.
7667 (imenu--replace-spaces): Function removed.
7668 (imenu--completion-buffer): Use subst-char-in-string.
7669 (imenu-add-to-menubar): Use keymap inheritance.
7670
76712000-09-12 Miles Bader <miles@gnu.org>
7672
7673 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7674 (diff-mode-map): Bind `diff-test-hunk'.
7675 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7676
76772000-09-11 Gerd Moellmann <gerd@gnu.org>
7678
7679 * bytecomp.el (byte-compile-defvar): Undo last change
7680 because it breaks '(make-variable-buffer-local (defvar ...)'
7681 which is used at least in dired.
7682
76832000-09-12 Kenichi Handa <handa@etl.go.jp>
7684
7685 * international/quail.el (quail-define-package): Docstring
7686 modified.
7687
76882000-09-12 Kenichi Handa <handa@etl.go.jp>
7689
7690 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7691 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7692 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7693 docstring of "chinese-py".
7694
7695 * international/quail.el (quail-translation-docstring): New
7696 variable.
7697 (quail-show-keyboard-layout): Docstring modified.
7698 (quail-select-current): Likewise.
7699 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7700 infinite recursive call.
7701 (quail-help): Check quail-translation-docstring. Format of the
7702 output changed.
7703 (quail-help-insert-keymap-description): Adjusted for the above
7704 change.
7705
77062000-09-11 Gerd Moellmann <gerd@gnu.org>
7707
7708 * bytecomp.el (byte-compile-defvar): Only cons onto
7709 current-load-list in top-level forms. Else this leaks a cons cell
7710 every time a defun is called.
7711
77122000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7713
7714 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7715 Now understands non-unified diffs. Some functionality moved into
7716 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7717 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7718 modify anything. Only reposition point in the patched file if the
7719 patch succeeds. Only pop up another window if POPUP is true.
7720 Emit a message describing what happened if successful, and at what
7721 line-offset. Automatically detect reversed hunks and do something
7722 appropriate.
7723 (diff-hunk-text, diff-find-text): New functions.
7724 (diff-filter-lines): Function removed.
7725 (diff-test-hunk): New function.
7726 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7727
77282000-09-10 Dave Love <fx@gnu.org>
7729
7730 * textmodes/tildify.el: Minor doc/commentary fixes.
7731 (tildify) <defgroup>: Add :version.
7732
7733 * faces.el (face-x-resources): Make custom type more specific.
7734 (frame-background-mode): Use mapc.
7735 (region) <defcustom>: Add :version.
7736
77372000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7738
7739 * vc-sccs.el (vc-sccs-register):
7740 * vc-rcs.el (vc-rcs-register):
7741 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7742 * vc.el (vc-register): Clear file's properties.
7743
77442000-09-08 Gerd Moellmann <gerd@gnu.org>
7745
7746 * faces.el (face-spec-set): Only face-spec-reset-face when
7747 ATTRS is non-nil.
7748
77492000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7750
7751 * help.el (help-insert-xref-button): Fix a typo in doc string.
7752
77532000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7756 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7757 methods.
7758
7759 * menu-bar.el (read-mail-item-name): New function.
7760 (menu-bar-tools-menu): Use it to compute and display the package
7761 used to read email.
7762 (menu-bar-tools-menu): Fix typo in GUD's help string.
7763
77642000-09-07 Dave Love <fx@gnu.org>
7765
7766 * diff-mode.el (diff-mouse-goto-source): New function.
7767
7768 * vc-sccs.el: Doc fixes.
7769 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7770
7771 * vc-rcs.el: Doc fixes.
7772 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7773 (vc-rcs-checkout-switches, vc-rcs-header)
7774 (vc-rcs-master-templates): Add or change :version.
7775
7776 * vc-cvs.el: Doc fixes.
7777 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7778 (vc-cvs-stay-local): Add :version.
7779
7780 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7781
77822000-09-07 Kenichi Handa <handa@etl.go.jp>
7783
7784 * international/quail.el (quail-help): Fix previous change.
7785
77862000-09-07 Gerd Moellmann <gerd@gnu.org>
7787
7788 * faces.el (color-values): Doc fix.
7789
7790 * faces.el (frame-set-background-mode): Use frame-parameter
7791 instead of frame-parameters.
7792
7793 * frame.el (filtered-frame-list): Reduce consing.
7794 (frames-on-display-list): Call frame-parameter instead of
7795 frame-parameters.
7796
77972000-09-07 Kenichi Handa <handa@etl.go.jp>
7798
7799 * language/devan-util.el (devanagari-to-indian-region): In the
7800 loop, change the following char, not preceding char.
7801
78022000-09-07 Gerd Moellmann <gerd@gnu.org>
7803
7804 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7805 instead of frame-parameters.
7806
7807 * faces.el (set-face-attribute): Simplify by calling
7808 internal-set-lisp-face-attribute with FRAME being 0.
7809
7810 * vc.el: Remove `Id' version control keyword.
7811
78122000-09-07 Kenichi Handa <handa@etl.go.jp>
7813
7814 * help.el (help-make-xrefs): Adjusted for the change of
7815 help-xref-mule-regexp.
7816 (help-insert-xref-button): New function.
7817
7818 * international/mule-cmds.el (help-xref-mule-regexp-template):
7819 Include the pattern for character set.
7820 (leim): New group.
7821
7822 * international/quail.el: Don't require face.
7823 (quail): New group.
7824 (quail-other-command): Dummy command to make quail-help work better.
7825 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7826 (quail-keyboard-layout-substitution): New variable.
7827 (quail-update-keyboard-layout): New function.
7828 (quail-keyboard-layout-type): New customizable variable.
7829 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7830 (quail-keyboard-translate): Pay attention to
7831 quail-keyboard-layout-substitution.
7832 (quail-insert-kbd-layout): New function.
7833 (quail-show-keyboard-layout): New function.
7834 (quail-get-translation): If the definition is a vector of length
7835 1, and the element is a string of length 1, return the character
7836 in that string.
7837 (quail-update-current-translations): Fix the case of
7838 relative-index out of range.
7839 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7840 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7841 Show key sequences for all available characters.
7842 (quail-help-insert-keymap-description): Don't show such verbose
7843 key bindings as quail-self-insert-command.
7844
7845 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7846 Format changed, and each element now have extra documentations.
7847 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7848 Adjusted for the change of quail-cxterm-package-ext-info.
7849
78502000-09-06 Gerd Moellmann <gerd@gnu.org>
7851
7852 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7853 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7854 during bootstrap.
7855
78562000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7857
7858 * vc.el: (toplevel): Don't require `dired' at run-time.
7859 (vc-dired-resynch-file): Remove autoload cookie.
7860
78612000-09-05 Andre Spiegel <spiegel@gnu.org>
7862
7863 * vc.el: Made several backend functions optional.
7864 (vc-default-responsible-p): New function.
7865 (vc-merge): Use RET for first version to trigger merge-news, not
7866 prefix arg.
7867 (vc-annotate): Handle backends that do not support annotation.
7868 (vc-default-merge-news): Removed. The existence of a merge-news
7869 implementation is now checked on caller sites.
7870
7871 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7872 case.
7873
7874 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7875 special case that has been removed from the default in vc-hooks.el.
7876
78772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7878
7879 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7880
78812000-09-05 Andre Spiegel <spiegel@gnu.org>
7882
7883 * vc-hooks.el: Require vc during compilation.
7884 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7885 macro `with-vc-properties' in vc.el.
7886 (vc-file-getprop): Doc fix.
7887 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7888
7889 * vc.el: Require dired-aux during compilation.
7890 (vc-name-assoc-file): Moved to vc-sccs.el.
7891 (with-vc-properties): New macro.
7892 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7893 vc-finish-steal): Use it.
7894 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7895 to the backend-specific function is now supposed to do the checkout,
7896 too.
7897 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7898
7899 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7900 set file properties; that gets done in the generic code now.
7901
7902 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7903 Changed parameter list, added code from vc.el that does the
7904 checkout, possibly with a double-take.
7905
7906 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7907 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7908 the above under the new name.
7909 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7910 parameter list, added checkout command.
7911 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7912 properties; that gets done in the generic code now.
7913
79142000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7915
7916 * vc.el: Docstring fixes (courtesy of checkdoc).
7917
79182000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7919
7920 * vc.el (vc-checkout-writable-buffer-hook)
7921 (vc-checkout-writable-buffer): Remove.
7922 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7923 (vc-log-mode): Make it into a clean derived major mode.
7924 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7925 vc-log-mode if log-edit is not available.
7926 (vc-dired-mode-map): Don't set-keymap-parent yet.
7927 (vc-dired-mode): Do set-keymap-parent here.
7928 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7929
79302000-09-05 Gerd Moellmann <gerd@gnu.org>
7931
7932 * faces.el (set-face-attribute, face-spec-reset-face)
7933 (face-spec-set): Avoid consing by removing calls to `apply'.
7934
7935 * frame.el (frame-parameter): Move to C code.
7936
79372000-09-05 Dave Love <fx@gnu.org>
7938
7939 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7940 insert-before-markers-and-inherit. Now checked systematically!
7941
79422000-09-05 Alex Schroeder <alex@gnu.org>
7943
7944 * sql.el (sql-postgres): Use sql-postgres-options.
7945 (sql-postgres-options): New variable.
7946
79472000-09-05 Alex Schroeder <alex@gnu.org>
7948
7949 * sql.el (sql-mode-menu): Work around missing variable mark-active
7950 in XEmacs.
7951 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7952 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7953 compatibility.
7954
79552000-09-04 Gerd Moellmann <gerd@gnu.org>
7956
7957 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7958
7959 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7960
7961 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7962
79632000-09-04 Andre Spiegel <spiegel@gnu.org>
7964
7965 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7966 don't support anything else under SCCS yet.
7967
7968 * vc-hooks.el: Minor doc fixes.
7969
79702000-09-04 Andre Spiegel <spiegel@gnu.org>
7971
7972 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7973 not necessary. If verbose in state `needs-patch', do the same as
7974 under `up-to-date'. When NOT verbose and `needs-patch', check out
7975 latest version instead of `merge-news'.
7976 (vc-next-action-dired): Don't mess with default-directory here; it
7977 breaks other parts of dired. It is the job of the
7978 backend-specific functions to adjust it temporarily if they need it.
7979 (vc-next-action): Remove a special CVS case.
7980 (vc-clear-headers): New optional arg FILE.
7981 (vc-checkin, vc-checkout): Set properties vc-state and
7982 vc-checkout-time properly.
7983 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7984 (vc-print-log): Use new backend function `show-log-entry'.
7985 (vc-cancel-version): Do the checks in a different order. Added a
7986 FIXME concerning RCS-only code.
7987
7988 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7989 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7990
7991 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7992
7993 * vc-hooks.el (vc-default-mode-line-string): Show state
7994 `needs-patch' as a `-' too.
7995
79962000-09-04 Andre Spiegel <spiegel@gnu.org>
7997
7998 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7999 (vc-default-could-register): New function.
8000 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8001 (vc-resynch-buffer): Call vc-dired-resynch-file.
8002 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8003 vc-resynch-buffer instead of vc-resynch-window.
8004 (vc-next-action-dired): Don't redisplay here, that gets done as a
8005 result of the individual file operations.
8006 (vc-retrieve-snapshot): Corrected prompt order.
8007
8008 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8009
8010 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8011 as well.
8012 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8013 hostname regexps. Updated all callers.
8014 (vc-cvs-responsible-p): Handle directories as well.
8015 (vc-cvs-could-register): New function.
8016 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8017 properties up-to-date.
8018
8019 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8020 user whether to create one.
8021
80222000-09-04 Andre Spiegel <spiegel@gnu.org>
8023
8024 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8025 check out a non-existing file.
8026
8027 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8028 workfile does not exist.
8029
8030 * vc.el (vc-version-diff): Use `require' to check for existence of
8031 diff-mode.
8032
80332000-09-04 Andre Spiegel <spiegel@gnu.org>
8034
8035 * vc-cvs.el (vc-cvs-registered): Use new function
8036 vc-cvs-parse-entry to do the actual work.
8037
80382000-09-04 Andre Spiegel <spiegel@gnu.org>
8039
8040 * vc-hooks.el (vc-find-backend-function): If function doesn't
8041 exist, return nil instead of error.
8042 (vc-call-backend): Doc fix.
8043
8044 * vc.el (vc-do-command): Doc fix.
8045 (vc-finish-logentry): When checking in from vc-dired, choose the
8046 right backend for logentry check.
8047 (vc-dired-mode-map): Inherit from dired-mode-map.
8048 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8049 simplified.
8050 (vc-dired-state-info): Removed, updated caller.
8051 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8052 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8053 (vc-dired-listing-switches): New variable.
8054 (vc-directory): Use it, instead of dired-listing-switches.
8055
8056 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8057 (vc-cvs-dir-state): New function.
8058 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8059 (vc-cvs-parse-entry): New function, also to be used in
8060 vc-cvs-registered.
8061
80622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8063
8064 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8065 *or* single-window-frames.
8066
80672000-09-04 Andre Spiegel <spiegel@gnu.org>
8068
8069 * vc.el (vc-update-changelog): Split into generic part and default
8070 implementation. Doc string adapted.
8071 (vc-default-update-changelog): New function. Call the `rcs2log'
8072 script in exec-directory, to fix a long-standing nuisance.
8073
8074 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8075 simply signals an error.
8076
80772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8078
8079 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8080 control-flow more clear and to avoid running `cvs' twice.
8081
8082 * vc.el (vc-next-action-on-file): Doc fix.
8083 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8084 (vc-print-log): Eval `file' before constructing the continuation.
8085
80862000-09-04 Andre Spiegel <spiegel@gnu.org>
8087
8088 * vc.el (vc-next-action-on-file): Corrected several messages.
8089 (vc-merge): Add prefix arg `merge-news'; handle it.
8090
8091 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8092 is not reached. It is.
8093 (vc-cvs-merge): Set state to 'edited after merge.
8094 (vc-cvs-merge-news): Set workfile version to nil if not known.
8095 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8096
8097 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8098 via stdout. (Merge from main line.)
8099
81002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8101
8102 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8103 detection.
8104
81052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8106
8107 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8108 against kill-all-local-variables.
8109 (vc-log-edit): Don't save vc-parent-buffer any more.
8110 (vc-last-comment-match): Initialize to an empty string.
8111 (vc-post-command-functions): New hook.
8112 (vc-do-command): Run it.
8113 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8114 (vc-finish-logentry): Only add the comment to the ring if it's
8115 different from the last comment entered.
8116 (vc-new-comment-index): New function.
8117 (vc-previous-comment): Use it. Make the minibuffer message
8118 slightly less terse.
8119 (vc-comment-search-reverse): Make it work forward as well. Don't
8120 set vc-comment-ring-index if no match is found. Use
8121 vc-new-comment-index.
8122 (vc-comment-search-forward): Use vc-comment-search-reverse.
8123 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8124 define-derived-mode will do it for us. Bind `v' to a keymap that
8125 inherits from vc-prefix-map so that we can bind `vt' without
8126 binding C-x v t.
8127 (vc-retrieve-snapshot): Parenthesis typo.
8128
8129 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8130 to 1. Make sure to switch to *vc* before looking for an error
8131 message. Use vc-parse-buffer.
8132
81332000-09-04 Andre Spiegel <spiegel@gnu.org>
8134
8135 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8136 and NAME.
8137 (vc-retrieve-snapshot): Split into two parts.
8138 (vc-default-retrieve-snapshot): New function.
8139
8140 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8141 (vc-cvs-retrieve-snapshot): New function (untested).
8142 (vc-cvs-stay-local): Default to t.
8143 (vc-cvs-remote-p): New function and property.
8144 (vc-cvs-state): Stay local only if the above is t.
8145 (vc-handle-cvs): Removed.
8146 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8147 done via vc-handled-backends now.
8148 (vc-cvs-header): Escape Id.
8149
81502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8151
8152 * vc.el (vc-do-command): Remove unused commands.
8153 (vc-version-diff): Make sure default-directory ends with a slash.
8154 Move the window commands into a vc-exec-after.
8155 (vc-print-log): Move more of the code into the `vc-exec-after'.
8156
81572000-09-04 Andre Spiegel <spiegel@gnu.org>
8158
8159 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8160 (vc-print-log): Search current revision from beginning of buffer.
8161 (vc-revert-buffer): Clear echo area after the diff is finished.
8162 (vc-prefix-map): Removed definition of "t" for terse display in vc
8163 dired.
8164 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8165 definition of "vt" for terse display.
8166 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8167
81682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8169
8170 * vc.el (vc-exec-after): Avoid caddr.
8171
81722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8173
8174 * vc.el (vc-exec-after): New function.
8175 (vc-do-command): Use it to add a termination message for async
8176 procs.
8177 (vc-checkout): Try to handle a missing-backend situation.
8178 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8179 of a directory with a backend using async diffs.
8180 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8181 present.
8182
8183 * vc-sccs.el (vc-sccs-state-heuristic): Use
8184 file-ownership-preserved-p.
8185
8186 * vc-rcs.el (vc-rcs-state-heuristic): Use
8187 file-ownership-preserved-p.
8188 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8189
81902000-09-04 Andre Spiegel <spiegel@gnu.org>
8191
8192 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8193 vc-do-command.
8194
8195 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8196 when there are no changes.
8197
81982000-09-04 Andre Spiegel <spiegel@gnu.org>
8199
8200 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8201
8202 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8203
82042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8205
8206 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8207
8208 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8209 the `fset' outside of the defvar so that it works even if
8210 vc-prefix-map was already defined.
8211 (vc-setup-buffer): New function, split out of vc-do-command.
8212 (vc-do-command): Allow BUFFER to be t to mean `just use the
8213 current buffer without any fuss'.
8214 (vc-version-diff): Change the `diff' backend operation to just put
8215 the diff in the current buffer without erasing it. Always use
8216 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8217 shrink-window-if-larger-than-buffer.
8218 (vc-print-log): Change the `print-log' backend operation to just
8219 put the log in the current buffer without erasing it. Protect
8220 shrink-window-if-larger-than-buffer.
8221 (vc-update-change-log): Fix setd typo.
8222
8223 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8224 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8225
8226 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8227 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8228 CMP.
8229
8230 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8231 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8232 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8233
82342000-09-04 Andre Spiegel <spiegel@gnu.org>
8235
8236 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8237 not possible, use vc-BACKEND-workfile-unchanged-p.
8238 (vc-default-workfile-unchanged-p): New function. Delegates to a
8239 full vc-BACKEND-diff.
8240
8241 * vc-hooks.el (vc-simple-command): Removed.
8242
8243 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8244 instead of vc-simple-command.
8245 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8246 avoid doing a diff when opening a file.
8247 (vc-rcs-state): Added check for unlocked-changes.
8248 (vc-rcs-header): Escape Id.
8249 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8250 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8251 version.
8252
8253 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8254 (vc-sccs-diff): Remove optional arg CMP.
8255 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8256 SCCS-specific function.
8257
8258 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8259 vc-simple-command.
8260
82612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8262
8263 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8264 (with-vc-file, vc-merge): Use vc-editable-p.
8265 (vc-do-command): Remove unused var vc-file and fix the
8266 doubly-defined `status' var. Add a user message when starting an
8267 async command.
8268 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8269 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8270 Use with-current-buffer.
8271 (vc-buffer-sync): Use unless.
8272 (vc-next-action-on-file): If the file is 'edited by read-only,
8273 make it read-write instead of trying to commit.
8274 (vc-version-diff, vc-update-change-log): Use `setq
8275 default-directory' rather than `cd'.
8276 (vc-log-edit): Don't forget to set default-directory in the
8277 buffer.
8278
8279 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8280 (vc-sccs-state-heuristic): Use file-writable-p instead of
8281 comparing userids.
8282 (vc-sccs-checkout): Use `unless'.
8283
8284 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8285 of comparing userids.
8286 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8287 Simplify the logic by eliminating unreachable code.
8288 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8289 just do a recursive call if we need to retry.
8290 (vc-rcs-checkout): Handle the case where rcs is missing by making
8291 the buffer read-write if requested and re-signalling the error.
8292
8293 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8294
82952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8296
8297 * vc-hooks.el (vc-handled-backends): Docstring change.
8298 (vc-ignore-vc-files): Mark obsolete.
8299 (vc-registered): Check vc-ignore-vc-files.
8300 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8301 vc-ignore-vc-files.
8302
8303 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8304
83052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8306
8307 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8308 files since ange-ftp already has vc-registered return nil.
8309
8310 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8311 (vc-sccs-workfile-version): Use with-temp-buffer and new
8312 vc-parse-buffer and don't bother setting the property.
8313 (vc-sccs-add-triple): Use with-current-buffer and
8314 find-file-noselect.
8315 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8316
8317 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8318 derives from the old vc-parse-buffer but uses the revision number
8319 rather than the date (much easier to compare robustly).
8320 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8321 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8322 locking-user more directly. Check strict locking and set
8323 checkout-model appropriately.
8324 (vc-rcs-parse-locks): Remove.
8325 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8326 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8327 (vc-rcs-system-release): Use with-current-buffer and
8328 vc-parse-buffer.
8329 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8330
8331 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8332 (vc-simple-command): Docstring fix.
8333 (vc-registered): Align the way the file-handler is called with the
8334 way the function itself works.
8335 (vc-file-owner): Remove.
8336
8337 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8338 extraction of fields and call to file-attributes because of a
8339 temporary bug in rcp.el.
8340 (vc-cvs-fetch-status): Use with-current-buffer.
8341
83422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8343
8344 * vc.el (vc-do-command): Use file-relative-name.
8345 (vc-responsible-backend): Use vc-backend if possible.
8346 (vc-create-snapshot): Improve the `interactive' spec. Add support
8347 for branches and dispatch to backend-specific `create-snapshot'.
8348 (vc-default-create-snapshot): New function, containing the bulk of
8349 the old vc-create-snapshot.
8350 (vc-retrieve-snapshot): Improve the interactive spec.
8351
8352 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8353 (vc-backend-hook-functions): Remove.
8354 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8355 (vc-backend): Reintroduce the test for `file = nil' now that I
8356 know why it was there (and added a comment to better remember).
8357
8358 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8359 code from vc-sccs-hooks.el.
8360 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8361 'vc anymore.
8362 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8363 and file-directory-p instead of file-exists-p.
8364 (vc-sccs-check-headers): Simplify the regexp.
8365
8366 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8367 from vc-rcs-hooks.el. Don't require 'vc anymore.
8368 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8369 file-directory-p instead of file-exists-p.
8370
8371 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8372 from vc-cvs-hooks.el.
8373 (proto vc-cvs-registered): Require 'vc-cvs instead of
8374 'vc-cvs-hooks. Don't require 'vc anymore.
8375 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8376 file-directory-p instead of file-exists-p.
8377 (vc-cvs-create-snapshot): New function, replacing
8378 vc-cvs-assign-name.
8379 (vc-cvs-assign-name): Remove.
8380
83812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8382
8383 * vc-cvs.el (vc-cvs-header): New var.
8384
8385 * vc-rcs.el (vc-rcs-exists): Remove.
8386 (vc-rcs-header): New var.
8387
8388 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8389 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8390 (vc-sccs-header): New var.
8391
8392 * vc.el (vc-do-command): Get rid of the `last' argument.
8393 (vc-header-alist): Remove, replaced by vc-X-header.
8394 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8395 (vc-dired-hook): Use expand-file-name instead of concat.
8396 (vc-directory): Use file-name-as-directory.
8397 (vc-snapshot-precondition, vc-create-snapshot)
8398 (vc-retrieve-snapshot): Allow the command to operate on any
8399 directory.
8400
8401 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8402 just removing the 'WORKFILE argument or by removing the 'MASTER
8403 argument and replacing `file' with (vc-name file).
8404
84052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8406
8407 * vc.el: Update Copyright and add a crude list of backend funs.
8408 (vc-writable-p): New function.
8409 (with-vc-file): Use vc-writable-p.
8410 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8411 (vc-register): Avoid vc-name.
8412 (vc-locking-user): Remove.
8413 (vc-steal-lock): Make the `owner' arg non-optional.
8414 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8415 vc-checkout-model.
8416 (vc-default-dired-state-info): Use vc-state instead of
8417 vc-locking-user and return special strings for special states.
8418 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8419 and get rid of one of the special CVS cases.
8420 (vc-cancel-version): prettify error message with \\[...].
8421 (vc-rename-master): New function.
8422 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8423 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8424 the CVS special case generic.
8425 (vc-default-record-rename): Remove.
8426 (vc-file-tree-walk-internal): Only call FUNC for files that are
8427 under control of some VC backend and replace `concat' with
8428 expand-file-name.
8429 (vc-file-tree-walk): Update docstring.
8430 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8431 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8432
8433 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8434 vc-sccs-record-rename. Use `find-file-noselect' rather than
8435 `find-file' and call `vc-rename-master' to do the actual move.
8436 (vc-sccs-diff): Remove unused `backend' variable.
8437
8438 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8439 to delay loading of vc-sccs until it is really used.
8440 (vc-sccs-master-templates): Preload.
8441 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8442 (vc-sccs-project-dir): Remove (merged into
8443 vc-sccs-search-project-dir).
8444 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8445 rather than `concat', make sure it is preloaded and don't bother
8446 to check that the file actually exists.
8447 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8448 `locks' argument (use buffer's content instead) and eliminate n^2
8449 behavior.
8450
8451 * vc-rcs.el: Update Copyright.
8452 (vc-rcs-rename-file): New function.
8453 (vc-rcs-diff): Remove unused `backend' variable.
8454
8455 * vc-hooks.el: Update Copyright.
8456 (vc-backend): Don't accept a nil argument any more.
8457 (vc-up-to-date-p): Turn into a defsubst.
8458 (vc-possible-master): New function.
8459 (vc-check-master-templates): Use `vc-possible-master' and allow
8460 funs in vc-X-master-templates to return a non-existent file.
8461
8462 * vc-cvs.el: Update Copyright.
8463 (vc-cvs-diff): Remove unused `backend' variable.
8464 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8465
8466 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8467
84682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8469
8470 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8471 since it can be called from vc-rcs.el.
8472 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8473
84742000-09-04 Andre Spiegel <spiegel@gnu.org>
8475
8476 * vc.el (vc-version-diff): Expand file name read from the
8477 minibuffer. Handle the case when a previous version number can't
8478 be guessed. Give suitable messages when there were no differences
8479 found.
8480 (vc-clear-headers): Call backend-specific implementation, if one
8481 exists.
8482 (vc-cancel-version): Made error checks generic. When done, clear
8483 headers generically, too.
8484
8485 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8486 from vc-clear-headers in vc.el.
8487
8488 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8489 correctly.
8490 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8491 optional. Handle the case when it's not there.
8492
84932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8494
8495 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8496
84972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8498
8499 * vc-hooks.el (vc-loadup): Remove.
8500 (vc-find-backend-function): Use `require'. Also, handle the case
8501 where vc-BACKEND-hooks.el doesn't exist.
8502 (vc-call-backend): Cleanup.
8503
85042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8505
8506 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8507 vc-rcs-grab-templates)
8508 (vc-rcs-registered): Remove. The default function works as well.
8509 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8510 vc-sccs-grab-templates)
8511 (vc-sccs-registered): Remove. The default function works as well.
8512
8513 * vc.el (vc-version-diff): Left out a vc- in call to
8514 vc-call-backend.
8515 (vc-default-dired-state-info, vc-default-record-rename)
8516 (vc-default-merge-news): Update for the new backend argument.
8517
8518 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8519 using the default function.
8520 (vc-call-backend): If calling the default function, pass it the
8521 backend as first argument. Update the docstring accordingly.
8522 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8523 for the new backend argument.
8524 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8525 (vc-find-backend-function): Use the new name.
8526 (vc-default-registered): New function.
8527
85282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8529
8530 * vc.el (vc-merge): Use vc-find-backend-function.
8531
8532 * vc-hooks.el (vc-backend-functions): Remove.
8533 (vc-loadup): Don't setup 'vc-functions.
8534 (vc-find-backend-function): New function.
8535 (vc-call-backend): Use above fun and populate 'vc-functions
8536 lazily.
8537 (vc-backend-defines): Remove.
8538
85392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8540
8541 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8542 Call vc-call-backend without the leading vc-.
8543 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8544 (vc-check-headers): Call vc-call-backend without the leading vc-.
8545 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8546 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8547 Call vc-call-backend without the leading vc-.
8548
8549 * vc-cvs.el (tail): Provide vc-cvs.
8550 * vc-sccs.el (tail): Provide vc-sccs.
8551 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8552
8553 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8554 (vc-make-backend-function, vc-call): Pass names without leading
8555 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8556 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8557 (vc-call-backend): Always try to load vc-X-hooks.
8558 (vc-registered): Remove vc- in call to vc-call-backend.
8559
85602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8561
8562 * vc.el (vc-process-filter): New function.
8563 (vc-do-command): Setup `vc-process-filter' for the async process.
8564 (vc-maybe-resolve-conflicts): New function to reduce
8565 code-duplication. Additionally, it puts the buffer in
8566 `smerge-mode' if applicable.
8567 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8568 calling `merge-news'.
8569 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8570 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8571 interfacing to log-edit.el.
8572 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8573 log-edit is available.
8574 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8575
85762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8577
8578 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8579 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8580 defvar and the initialization.
8581 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8582
8583 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8584 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8585
8586 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8587
85882000-09-04 Andre Spiegel <spiegel@gnu.org>
8589
8590 * vc.el (vc-file-clear-masterprops): Removed.
8591 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8592 (vc-version-diff): Use buffer-size without argument.
8593 (vc-register): Heed vc-initial-comment.
8594
8595 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8596 default branch.
8597
8598 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8599 file name and workfile version.
8600 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8601
8602 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8603 vc-file-clear-masterprops.
8604
8605 * vc-sccs.el (vc-sccs-checkout): Removed call to
8606 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8607 rather than user login name.
8608
8609
86102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8611
8612 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8613 `want-differences-if-changed' and simplify.
8614 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8615 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8616 output (which is invalid for async vc-diff) to decide whether to
8617 do the revert silently or not.
8618
86192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8620
8621 * vc-hooks.el (vc-loadup): Load files quietly.
8622 (vc-call-backend): Oops, brain fart.
8623
86242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8625
8626 * vc-cvs.el (vc-cvs-state): Typo.
8627 (vc-cvs-merge-news): Return the status code rather than the error msg.
8628
86292000-09-04 Andre Spiegel <spiegel@gnu.org>
8630
8631 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8632 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8633 vc-state or vc-up-to-date-p.
8634 (vc-merge): Use vc-backend-defines to check whether merging is
8635 possible. Set state to 'edited after successful merge.
8636
8637 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8638 return that name. Redocumented.
8639
86402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8641
8642 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8643 new `vc-state' semantics.
8644 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8645 'vc-locking-user to the current user.
8646 (vc-merge): Inline vc-backend-merge. Comment out code that I
8647 don't understand and hence can't adapt to the new `vc-state' and
8648 `vc-locking-user' semantics.
8649 (vc-backend-merge): Remove.
8650
8651 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8652 rather than 'vc-locking-user.
8653
8654 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8655
8656 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8657 (vc-state): Don't use 'reserved any more. Just use the same
8658 convention as the one used for vc-<backend>-state where the
8659 locking user (as a string) is returned.
8660 (vc-locking-user): Update, based on the above convention. The
8661 'vc-locking-user property has disappeared.
8662 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8663
8664 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8665 with a heuristic one.
8666 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8667 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8668 error. That allows us to get to 'needs-merge even in the
8669 stay-local case. There's still no way to detect 'needs-patch in
8670 such a setup (or to force an update for that matter).
8671 (vc-cvs-logentry-check): Remove, the default works as well.
8672
86732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8674
8675 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8676
8677 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8678 major-mode in which the buffer might have been put earlier. Use
8679 `remove' and `when'. Allow `okstatus' to be `async' and use
8680 `start-process' in this case.
8681 (vc-version-diff): Handle the case where the diff looks empty
8682 because of the use of an async process.
8683
86842000-09-04 Andre Spiegel <spiegel@gnu.org>
8685
8686 * vc.el (vc-next-action-on-file): Removed optional parameter
8687 `simple'. Recompute state unconditionally.
8688 (vc-default-toggle-read-only): Removed.
8689
8690 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8691 (vc-toggle-read-only): Undid prev change.
8692
8693 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8694 vc-cvs-simple-toggle. Redocumented.
8695 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8696 (vc-cvs-toggle-read-only): Removed.
8697
86982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8699
8700 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8701 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8702 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8703 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8704 still is. So maybe it should be removed.
8705 (vc-head-version, vc-find-binary): Remove.
8706 (vc-recompute-state): Move from vc-hooks.el.
8707 (vc-next-action-on-file): Add a `simple' argument to allow
8708 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8709 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8710 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8711 (vc-dired-mode-map): Properly defvar it.
8712 (vc-print-log): Call log-view-mode if available.
8713 (small-temporary-file-directory): defvar instead of use boundp.
8714 (vc-merge-news): Moved to vc-cvs.el.
8715 (vc-default-merge-news): New function.
8716
8717 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8718 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8719 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8720 unknown `vc-latest-version' function. It should probably refer to
8721 vc-workfile-version or somesuch, but it's very unclear to me and I
8722 don't have SCCS to test things.
8723
8724 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8725 (vc-sccs-state-heuristic): Fix typo.
8726 (vc-sccs-workfile-unchanged-p): Add missing argument.
8727
8728 * vc-rcs.el: Require vc and vc-rcs-hooks.
8729 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8730 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8731 (vc-release-greater-or-equal-p): Move from vc.
8732 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8733 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8734 (vc-rcs-checkout): Add a missing `new-version' argument in the
8735 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8736
8737 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8738 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8739 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8740 than the apparently unbound `workfile-version'.
8741
8742 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8743 (vc-file-prop-obarray): Use `make-vector'.
8744 (vc-backend-functions): Add new hookable functions
8745 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8746 (vc-loadup): If neither backend nor default functions exist, use
8747 the backend function rather than nil.
8748 (vc-call-backend): If the function if not bound yet, try to load
8749 the non-hook file to see if it provides it.
8750 (vc-call): New macro plus use it wherever possible.
8751 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8752 nor `vc-find-binary' since it's only called from
8753 vc-mistrust-permission which is only used once the backend is known.
8754 (vc-checkout-model): Fix parenthesis.
8755 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8756
8757 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8758 (vc-cvs-release, vc-cvs-system-release): Remove.
8759 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8760 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8761 status symbols.
8762 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8763 (vc-cvs-toggle-read-only): First cut at a function to allow a
8764 cvs-status-free vc-toggle-read-only.
8765 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8766 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8767 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8768 (vc-cvs-checkout): Modify access rights directly if the user
8769 requested not to use `cvs edit'. And refresh the mode line.
8770
8771 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8772 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8773
87742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8775
8776 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8777 workfile' that got lost when the code was extracted from vc.el.
8778 And merged the tail with the rest of the code (not possible in the
8779 old vc.el where the tail was shared among all backends). And
8780 explicitly set the state to 'edited if `writable' is set.
8781
8782 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8783 (vc-cvs-state): Be careful to return the value from
8784 vc-cvs-parse-state.
8785 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8786 property but return it instead. Also be careful to handle a nil
8787 or "" `rev' when workfile is non-nil (it was handled properly when
8788 workfile was nil).
8789
8790 * vc.el: Removed those pesky unnecessary `(function' quotes.
8791 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8792 directly in the defvar.
8793 (vc-do-command): Bind inhibit-read-only so as to properly handle
8794 the case where the destination buffer has been made read-only.
8795 (vc-diff): Delegate to vc-version-diff in all cases.
8796 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8797 (vc-annotate-mode-variables): Removed (code moved partly to
8798 defvars and partly to vc-annotate-add-menu).
8799 (vc-annotate-mode): Turned into a derived-mode.
8800 (vc-annotate-add-menu): Moved in code in
8801 vc-annotate-mode-variables.
8802 (vc-update-change-log): Use make-temp-file if available.
8803
88042000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8805
8806 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8807 `vc-checkout-model' updated to `vc-cvs-update-model'.
8808
88092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8810
8811 * vc.el (vc-next-action-on-file): Added handling of state
8812 `unlocked-changes'.
8813 (vc-checkout-carefully): Is now practically obsolete, unless the
8814 above is too slow to be enabled unconditionally.
8815 (vc-update-change-log): Fixed typo.
8816
8817 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8818
8819 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8820 Now handles state `unlocked-changes'.
8821 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8822
8823 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8824
8825 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8826 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8827 `unlocked-changes'.
8828 (vc-rcs-workfile-unchanged-p): Renamed from
8829 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8830 function yet, but supposed to become one soon.
8831
8832 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8833 `vc-steal-lock'.
8834 (vc-call-backend): Changed error message.
8835 (vc-state): Added description of state `unlocked-changes'.
8836
88372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8838
8839 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8840 always return t in CVS-controlled directories.
8841
8842 * vc.el (vc-responsible-backend): New function.
8843 (vc-register): Largely rewritten.
8844 (vc-admin): Removed (implementation moved into vc-register).
8845 (vc-checkin): Redocumented.
8846 (vc-finish-logentry): If no backend defined yet (because we are in
8847 the process of registering), use the responsible backend.
8848
8849 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8850 Updated function lists.
8851 (vc-call-backend): Fixed typo.
8852
8853 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8854 New functions.
8855 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8856 Removed query option. Redocumented.
8857
88582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8859
8860 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8861
8862 * vc.el: Updated callers of `vc-checkout-required' to use
8863 `vc-checkout-model'.
8864
88652000-09-04 Martin Lorentzson <martinl@gnu.org>
8866
8867 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8868 stuff updated to reference this function instead of the old
8869 `vc-backend-release-p'.
8870
88712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8872
8873 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8874 vc-checkout-model. Return appropriate values. Updated callers.
8875
88762000-09-04 Martin Lorentzson <martinl@gnu.org>
8877
8878 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8879 (vc-backend-revert): Function moved into `vc-revert';
8880 `vc-next-action' must be updated to accomodate this change.
8881 (vc-backend-steal): Function moved into `vc-finish-steal'.
8882 (vc-backend-logentry-check): Function moved into
8883 `vc-finish-logentry'.
8884 (vc-backend-printlog): Function moved into `vc-print-log'.
8885 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8886 (vc-backend-assign-name): Function moved into
8887 `vc-create-snapshot'.
8888
88892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8890
8891 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8892 Rename to vc-checkout-model. Return appropriate values.
8893 Update callers.
8894
8895 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8896 to vc-checkout-model.
8897 (vc-checkout-required): Rename to vc-checkout-model.
8898 Re-implement and re-comment.
8899 (vc-after-save): Use vc-checkout-model.
8900
89012000-09-04 Martin Lorentzson <martinl@gnu.org>
8902
8903 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8904 Update to use the vc-BACKEND-diff functions instead.
8905 `vc-diff' is now working.
8906
8907 * vc-rcs.el (vc-rcs-logentry-check): New function.
8908
8909 * vc-cvs.el (vc-cvs-logentry-check): New function.
8910
8911 * vc-sccs.el (vc-sccs-diff): Function changed name from
8912 `vc-backend-diff'. This makes `vc-diff' work.
8913
8914 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8915 of functions possibly implemented in a vc-BACKEND library.
8916 (vc-checkout-required): Fix bug that caused an error to be
8917 signaled during `vc-after-save'.
8918
8919 * vc.el: Fix typo.
8920 This checkin is made with our new VC code base for the very first time.
8921 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8922
8923 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8924 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8925
8926 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8927 updated to `vc-uses-locking'.
8928 (vc-checkout-required): Call to backend function.
8929 `vc-checkout-required' updated to `vc-uses-locking' instead.
8930
8931 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8932 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8933
8934 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8935 to match the split into various backends.
8936 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8937 (vc-retrieve-snapshot): Bug fix.
8938
89392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8940
8941 * vc-sccs.el (vc-sccs-release): Doc fix.
8942
89432000-09-04 Martin Lorentzson <martinl@gnu.org>
8944
8945 * vc.el (vc-next-action-on-file): Bug found and fixed.
8946 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8947 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8948
8949 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8950 (vc-rcs-checkout): Name space cleaned up. No more revision number
8951 crunching function names that are not prefixed with vc-rcs.
8952 (vc-rcs-checkout-model): Function added. References to
8953 `vc-checkout-model' replaced.
8954
89552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8956
8957 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8958 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8959 still need to be split, and implemented for RCS).
8960
89612000-09-04 Martin Lorentzson <martinl@gnu.org>
8962
8963 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8964
8965 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8966 required by the vc.el file.
8967
8968 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8969 required by the vc.el file.
8970 (vc-rcs-exists): Function added.
8971
8972 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8973 required by the vc.el file.
8974
8975 * vc.el (vc-admin): Updated to handle selection of appropriate
8976 backend. Current implementation is crufty and need re-thinking.
8977
8978 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8979
89802000-09-04 Martin Lorentzson <martinl@gnu.org>
8981
8982 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8983 beginning of annotate buffers correctly.
8984
8985 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8986 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8987 functionality updated quite a lot to support multiple backends.
8988 Variables `vc-annotate-mode', `vc-annotate-buffers',
8989 `vc-annotate-backend' added.
8990
8991 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8992 `vc-annotate-difference' added to supported backend functions.
8993
89942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8995
8996 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8997 Use with-temp-file instead of /bin/sh. Merged from mainline
8998
89992000-09-04 Martin Lorentzson <martinl@gnu.org>
9000
9001 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9002
9003 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9004
9005 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9006
90072000-09-04 Martin Lorentzson <martinl@gnu.org>
9008
9009 * vc-hooks.el: vc-state-heuristic added to
9010 vc-backend-hook-functions.
9011
9012 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9013
9014 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9015
9016 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9017 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9018 state to `reserved'.
9019
9020 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9021 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9022
90232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9024
9025 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9026 untouched.
9027
9028 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9029
9030 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9031 if defined. (Merged from main line, slightly adapted.)
9032
9033 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9034 millenium problem (merged from mainline).
9035
90362000-09-04 Martin Lorentzson <martinl@gnu.org>
9037
9038 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9039 part and moved the non-BACKEND stuff to vc.el.
9040
9041 * vc.el: Split the annotate feature into a BACKEND specific part
9042 and moved it from the vc-cvs.el file to this one.
9043
90442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9045
9046 * vc-hooks.el: Implement new state model.
9047 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9048 (vc-locking-user): Simplify. Now only needed if the file is
9049 locked by somebody else.
9050 (vc-lock-from-permissions): Remove. Functionality is in
9051 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9052 (vc-mode-line-string): New name for former vc-status. Adapted.
9053 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9054
9055 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9056 Various simplifications and adaptations all over the place.
9057
9058 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9059 Simplify and adapt the rest.
9060
9061 * vc.el (vc-resynch-window): Add TODO comment: check for
9062 interaction with view mode according to recent RCS change.
9063 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9064
90652000-09-04 Martin Lorentzson <martinl@gnu.org>
9066
9067 * vc.el: Convert the remaining function comments to docstrings.
9068
90692000-09-04 Martin Lorentzson <martinl@gnu.org>
9070
9071 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9072 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9073 (vc-minor-part, vc-previous-version): Functions that operate and
9074 compare revision numbers got proper documentation. Comments added
9075 about their possible removal.
9076
90772000-09-04 Martin Lorentzson <martinl@gnu.org>
9078
9079 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9080 the vc-backend.el files.
9081
9082 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9083
9084 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9085 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9086 (vc-rcs-previous-version): Functions added.
9087
9088 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9089
9090 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9091
90922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9093
9094 * vc-hooks.el (vc-master-templates): Is really obsolete.
9095 Comment out the definition for now. What is the right procedure
9096 to get rid of it?
9097 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9098 rewritten.
9099 (vc-default-registered): Remove.
9100 (vc-check-master-templates): New function; does mostly what the
9101 above did before.
9102 (vc-locking-user): Don't rely on the backend to set the property.
9103
9104 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9105 Rewrite documentation.
9106 (vc-rcs-templates-grabbed): New variable.
9107 (vc-rcs-grab-templates): New function.
9108 (vc-rcs-registered): Rewrite to use above mechanism.
9109
9110 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9111 Rewrite documentation.
9112 (vc-sccs-templates-grabbed): New variable.
9113 (vc-sccs-grab-templates): New function.
9114 (vc-sccs-registered): Rewrite to use above mechanism.
9115 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9116 Don't throw the result, simply return it.
9117
9118 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9119 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9120 (vc-cvs-registered): Does the check itself now. Simplify.
9121
9122 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9123 from main line.
9124
91252000-09-04 Martin Lorentzson <martinl@gnu.org>
9126
9127 * vc-cvs.el (vc-cvs-diff): New function.
9128
9129 * vc-sccs.el (vc-sccs-diff): New function.
9130
9131 * vc-rcs.el (vc-rcs-diff): New function.
9132 (vc-rcs-checkout): Bug (typo) found and fixed.
9133 (vc-rcs-register-switches): New variable.
9134
9135 * vc.el (vc-backend-diff): Function removed and placed in the
9136 backend files.
9137
91382000-09-04 Martin Lorentzson <martinl@gnu.org>
9139
9140 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9141
9142 * vc.el (vc-backend-checkout): Function removed and replaced in
9143 the vc-backend.el files.
9144
9145 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9146
9147 * vc.el (vc-backend-admin): Removed and replaced in the
9148 vc-backend.el files.
9149
9150 * vc.el (Martin): Removed all the annotate functionality since it
9151 is CVS backend specific.
9152
91532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9154
9155 * spec.txt: Added specification of vc-state.
9156
9157 * vc-sccs-hooks.el (vc-sccs-master-properties):
9158 Remove handling of vc-latest-version and
9159 vc-your-latest-version. What used to be vc-latest-version, is now
9160 returned as vc-workfile-version.
9161 (vc-sccs-workfile-version): Adapt.
9162
91632000-09-04 Dave Love <fx@gnu.org>
9164
9165 * vc.el: [Merged from mainline.]
9166 (vc-dired-mode): Make the dired-move-to-filename-regexp
9167 regexp match the date, to avoid treating date as file size.
9168 Add YYYY S option to WESTERN/
9169
91702000-09-04 Dave Love <fx@gnu.org>
9171
9172 * vc.el: Require `compile' when compiling.
9173 (vc-logentry-check-hook): New option.
9174 (vc-steal-lock): Use compose-mail.
9175 (vc-dired-mode-map): Defvar when compiling.
9176 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9177 vc-sccs.el and renamed. Callers changed.
9178 (vc-backend-checkout, vc-backend-logentry-check)
9179 (vc-backend-merge-news): Doc fix.
9180 (vc-default-logentry-check): New function.
9181 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9182 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9183 (vc-backend-merge): Doc fix. Use backend functions.
9184 (vc-check-headers): Use backend functions.
9185
9186 * vc-cvs.el: Require vc when compiling.
9187 (vc-cvs-register-switches): Doc fix.
9188 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9189 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9190 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9191 New functions (code from vc.el).
9192 (vc-annotate-display-default): Fix interactive spec.
9193 (vc-annotate-time-span): Doc fix.
9194
9195 * vc-rcs.el: Require vc when compiling.
9196 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9197 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9198 (vc-rcs-checkin): New functions (code from vc.el).
9199 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9200 Doc fix.
9201 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9202
9203 * vc-sccs.el: Require vc when compiling.
9204 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9205 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9206 (vc-sccs-revert)
9207 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9208 from vc.el).
9209 (vc-sccs-add-triple, vc-sccs-record-rename)
9210 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9211 (vc-sccs-admin): Doc fix.
9212
92132000-09-04 Martin Lorentzson <martinl@gnu.org>
9214
9215 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9216 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9217 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9218 from vc.el.
9219
9220 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9221
9222 * vc-cvs.el: Moved the annotate functionality from vc.el.
9223 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9224
92252000-09-04 Dave Love <fx@gnu.org>
9226
9227 * vc.el (vc-backend-release): Call vc-system-release.
9228
9229 * vc-sccs.el (vc-sccs-system-release):
9230 Renamed from vc-sccs-backend-release.
9231
9232 * vc-rcs.el (vc-rcs-system-release):
9233 Renamed from vc-rcs-backend-release.
9234
9235 * vc-cvs.el (vc-cvs-system-release):
9236 Renamed from vc-cvs-backend-release.
9237
92382000-09-04 Dave Love <fx@gnu.org>
9239
9240 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9241 backend files.
9242 (vc-backend-release): Dispatch to backend functions.
9243 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9244 probably needs attention.]
9245
9246 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9247 (vc-sccs-backend-release): New function.
9248
9249 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9250 (vc-cvs-backend-release): New function.
9251
9252 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9253 Doc fix.
9254 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9255 (vc-default-dired-state-info): New function.
9256 (vc-dired-state-info): Dispatch to backends.
9257 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9258
9259 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9260 from vc.el and renamed.
9261
92622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9263
9264 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9265 (vc-version-other-window, vc-backend-assign-name): Removed
9266 references to vc-latest-version; sometimes changed into
9267 vc-workfile-version.
9268
9269 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9270 vc-rcs-master-workfile-version.
9271 (vc-rcs-workfile-version): Use the above. Don't call
9272 vc-latest-version (that was unreachable code, anyway).
9273 (vc-rcs-fetch-master-properties): Doc fix.
9274
9275 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9276 (vc-backend-hook-functions): Removed them from this list, too.
9277 (vc-fetch-properties): Removed.
9278 (vc-workfile-version): Doc fix.
9279
9280 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9281 (vc-rcs-workfile-version, vc-rcs-locking-user)
9282 (vc-rcs-uses-locking): Use it.
9283
9284 * vc-hooks.el (vc-consult-rcs-headers):
9285 Moved into vc-rcs-hooks.el, under the name
9286 vc-rcs-consult-headers.
9287
9288 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9289 headers.
9290 (vc-cvs-find-master): Use this name only; correct different
9291 versions of the name.
9292
9293 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9294 New functions.
9295 (vc-sccs-locking-user): Use the latter.
9296
9297 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9298 New functions.
9299
9300 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9301 Moved into both
9302 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9303 functions are implementation details of those two backends.
9304
93052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9306
9307 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9308 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9309
9310 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9311 (vc-sccs-parse-locks): SCCS-specific code moved here from
9312 vc-hooks.
9313
9314 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9315 code moved here from vc-hooks.
9316
9317 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9318 into back-end specific parts and removed. Callers not updated
9319 yet; because I guess these callers will disappear into back-end
9320 specific files anyway.
9321
93222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9323
9324 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9325 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9326 `vc-uses-locking'.
9327
9328 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9329 Store yes/no in the property, and return t/nil. Updated all
9330 callers.
9331
9332 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9333 vc-sccs-uses-locking. Don't set property.
9334 (vc-sccs-locking-user): Don't set property.
9335
9336 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9337 vc-cvs-uses-locking. Don't set property here; leave that to
9338 vc-hooks.
9339 (vc-cvs-locking-user): Reflect above change. Streamlined.
9340
9341 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9342 vc-rcs-uses-locking.
9343 (vc-rcs-locking-user): Reflect above change.
9344
93452000-09-04 Dave Love <fx@gnu.org>
9346
9347 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9348
9349 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9350
9351 * vc-hooks.el (vc-checkout-model): Punt to backends.
9352
9353 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9354
9355 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9356
9357 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9358 New functions.
9359
9360 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9361 New functions.
9362
9363 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9364 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9365
9366 * vc-hooks.el (vc-default-locking-user): New function.
9367 (vc-locking-user, vc-workfile-version): Punt to backends.
9368
93692000-09-04 Dave Love <fx@gnu.org>
9370
9371 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9372 (vc-master-workfile-version): Moved from vc-hooks.
9373
9374 * vc-rcs-hooks.el: Fix duplicate code in last change.
9375
9376 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9377 (vc-rcs-master-templates): Improve :type.
9378 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9379 vc-master-workfile-version): Moved from vc-hooks.
9380
9381 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9382 (vc-sccs-master-templates): Improve :type.
9383 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9384
9385 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9386
9387 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9388 (vc-cvs-master-templates): Improve :type. Use
9389 vc-cvs-find-cvs-master.
9390 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9391 from vc-hooks.
9392 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9393
9394 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9395 Moved to vc-cvs-hooks.
9396
9397 * vc-hooks.el: Add doc strings in various places. Simplify the
9398 minor mode setup.
9399 (vc-handled-backends): New user variable.
9400 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9401 simplification.
9402
94032000-09-04 Dave Love <fx@gnu.org>
9404
9405 * vc.el: Some doc fixes for autoloaded and interactive functions.
9406 Fix compilation warnings from ediff stuff.
9407 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9408
9409 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9410
9411 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9412
9413 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9414
94152000-09-04 Dave Love <fx@gnu.org>
9416
9417 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9418 New variable.
9419 (vc-make-backend-function, vc-loadup, vc-call-backend)
9420 (vc-backend-defines): New functions.
9421
9422 * vc-hooks.el: Various doc fixes.
9423 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9424 (vc-match-substring): Function removed. Callers changed to use
9425 match-string.
9426 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9427 Simplify.
9428
94292000-09-04 Dave Love <fx@gnu.org>
9430
9431 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9432 type.
9433 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9434 (vc-sccs-registered): Doc fix.
9435
9436 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9437 (vc-cvs-registered): Doc fix.
9438
9439 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9440 (vc-rcs-registered): Doc fix.
9441
94422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9443
9444 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9445
9446 * vc-hooks.el: vc-registered has been renamed
9447 vc-default-registered. Some functions have been moved to the
9448 backend specific files. they all support the
9449 vc-BACKEND-registered functions.
9450
94512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9452
9453 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9454
9455 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9456
94572000-09-04 Dave Love <fx@gnu.org>
9458
9459 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9460 menu-bar-update-hook.
9461
9462 * help.el (help-manyarg-func-alist): Add
9463 find-operation-coding-system.
9464
9465 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9466
9467 * custom.el (custom-set-variables): Print message about errors in
9468 setting.
9469
94702000-09-03 Andrew Innes <andrewi@gnu.org>
9471
9472 * makefile.w32-in: Change to DOS line endings.
9473
94742000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9475
9476 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9477 minor-mode keymaps, if they don't have one.
9478
94792000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9480
9481 * eshell/esh-module.el (eval-when-compile): Don't lose if
9482 esh-module.el's file name is truncated to DOS 8+3 limits.
9483
94842000-09-01 John Wiegley <johnw@gnu.org>
9485
9486 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9487 predicate, which caused entries in the completion list to be
9488 doubled.
9489
94902000-08-30 John Wiegley <johnw@gnu.org>
9491
9492 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9493 sending to subprocesses. Also, hook pre-command-hook if
9494 `eshell-send-direct-to-subprocesses' is non-nil.
9495 (eshell-send-direct-to-subprocesses): New config variable. If t,
9496 subprocess input is send immediately.
9497 (eshell-toggle-direct-send): New function.
9498 (eshell-self-insert-command): New function.
9499 (eshell-intercept-commands): New function.
9500 (eshell-send-input): If direct subprocess sending is enabled,
9501 don't echo any input to the Eshell buffer. Let the subprocess
9502 handle that. This requires "stty echo" in bash, for example.
9503
95042000-08-28 John Wiegley <johnw@gnu.org>
9505
9506 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9507 completion function for Eshell's implementation of `unset'.
9508
95092000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9510
9511 * info.el (Info-directory-list): Doc fix.
9512
95132000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9514
9515 * filecache.el (file-cache-add-directory-using-find): Don't quote
9516 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9517
95182000-08-31 Kenichi Handa <handa@etl.go.jp>
9519
9520 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9521 coding systems.
9522
95232000-08-30 Andrew Innes <andrewi@gnu.org>
9524
9525 * timer.el (run-with-idle-timer): Undo last change, so that timer
9526 is not activated immediately if Emacs is already idle. Some
9527 existing code relies on this behaviour.
9528
95292000-08-30 Miles Bader <miles@gnu.org>
9530
9531 * frame.el (set-frame-font): Do completion of font-name for
9532 interactive use.
9533
95342000-08-30 Kenichi Handa <handa@etl.go.jp>
9535
9536 * international/quail.el (quail-start-translation): Bind locally
9537 last-command-event, last-command, and this-command.
9538 (quail-start-conversion): Likewise.
9539 (quail-self-insert-command): Fix docstring.
9540
95412000-08-29 Gerd Moellmann <gerd@gnu.org>
9542
9543 * progmodes/executable.el
9544 (executable-make-buffer-file-executable-if-script-p): Check that
9545 buffer contains at least 2 characters.
9546
95472000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9548
9549 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9550
95512000-08-29 Dave Love <fx@gnu.org>
9552
9553 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9554 (diff-mode-shared-map): Bind mouse-2.
9555 (diff-imenu-generic-expression): New variable.
9556 (diff-mode): Use it.
9557
9558 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9559 (mouse-popup-menubar): Add minor mode menus.
9560 (popup-menu): Check for lookup-key returning number.
9561
95622000-08-29 Miles Bader <miles@gnu.org>
9563
9564 * comint.el (comint-send-input): Create overlays using the proper
9565 front/read-advance arguments.
9566
95672000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9568
9569 * ps-print.el: Even/odd pages printing. Doc fix.
9570 (ps-print-version): New version number (6.0).
9571 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9572 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9573 (ps-print-duplex-feature): Variable eliminated.
9574 (ps-even-or-odd-pages): New variable.
9575
9576 * progmodes/ebnf2ps.el: Doc fix.
9577 (ebnf-version): New version (3.3).
9578 (ebnf-user-arrow): Change variable customization to sexp.
9579 (ebnf-user-arrow): Function eliminated.
9580 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9581
95822000-08-29 Kenichi Handa <handa@etl.go.jp>
9583
9584 * help.el (help-xref-mule-regexp): New variable.
9585 (help-make-xrefs): Handle help-xref-mule-regexp.
9586
9587 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9588 variable.
9589 (describe-input-method): Temporarily activate the specfied input
9590 method to display the information.
9591 (describe-language-environment): Hyperlinks to mule related items.
9592
9593 * international/mule-diag.el (charset-multibyte-form-string): New
9594 function.
9595 (list-character-sets-1): Use charset-multibyte-form-string.
9596 (describe-character-set): New function.
9597 (describe-coding-system): Hyperlinks to safe character sets.
9598
9599 * international/quail.el (quail-help): New arg PACKAGE.
9600 Hyperlinks to mule related items.
9601 (quail-help-insert-keymap-description): Use
9602 substitute-command-keys instead of describe-bindings.
9603 (quail-translation-help): Hyperlinks to mule related items.
9604
96052000-08-28 John Wiegley <johnw@gnu.org>
9606
9607 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9608 have a defsubst call itself. Made `eshell-flatten-list' back into
9609 a function again.
9610
9611 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9612 catch, in case re-centering point at bottom messes up the display.
9613 This happens frequently in Emacs 21, due I believe to variable
9614 line heights.
9615
9616 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9617 to call `find-tag-interactive'.
9618
9619 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9620 the list of remember directories.
9621
96222000-08-28 John Wiegley <johnw@gnu.org>
9623
9624 * align.el: Test align-region-separate to see if it's a symbol.
9625
96262000-08-28 John Wiegley <johnw@gnu.org>
9627
9628 * eshell/esh-util.el (eshell-flatten-list): Made this function
9629 into a defsubst form. It gets used very frequently, although
9630 calls don't occur all that often.
9631
9632 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9633 examining it.
9634
9635 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9636 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9637 `eshell-protect'.
9638 (eshell-copy-handles): Created a new macro for duplicating the
9639 current set of open handles. This is needed by the looping
9640 functions.
9641 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9642 is not incorrectly stomped on.
9643
9644 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9645 declaration for pcomplete-use-paring.
9646 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9647 value of eshell-cmpl-use-paring.
9648 * pcomplete.el (pcomplete-use-paring): New config variable, to
9649 indicate whether paring should be used.
9650 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9651 completion alternatives that have already been used.
9652
9653 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9654 bound to C-c C-y, which will repeat the previous N arguments
9655 (based on prefix argument).
9656 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9657
9658 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9659 if there is no *Help* buffer. This is for XEmacs, which renames
9660 its help buffers uniquely. TODO: Find out what the current buffer
9661 name to delete is.
9662
9663 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9664 first entry that correlates to a passwd/group number. Later
9665 entries (used for group/user name aliasing to multiple IDs) are
9666 ignored.
9667
9668 * eshell/em-xtra.el (eshell/expr):
9669 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9670 (eshell-grep, eshell/diff, eshell/locate):
9671 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9672 argument list, before passing it to the system command.
9673
9674 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9675 `find-tag' for use at final position in Eshell buffers (which
9676 otherwise triggers an error on Emacs 21).
9677 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9678 buffer, if it is currently bound to `find-tag'.
9679
9680 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9681 in the list of matched Makefile names.
9682 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9683 directory, prefer its contents to Makefile.
9684
9685 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9686 directory parts (like "cd old new", or "cd =regexp"), are now case
9687 sensitive on non-Windows/DOS platforms.
9688
9689 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9690 types RET after an open delimiter (like "), display a message
9691 indicating that Eshell is waiting for the closing delimiter.
9692
9693 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9694 environment variables.
9695
9696 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9697 gracefully if the user enters incorrect arguments.
9698
9699 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9700 Eshell buffers.
9701
9702 * eshell/esh-var.el (eshell-interpolate-variable):
9703 * eshell/esh-mode.el (eshell-move-argument):
9704 * eshell/em-unix.el (eshell-du-sum-directory):
9705 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9706 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9707 (not (= ...)).
9708
9709 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9710 to ensure the `preserve' flag gets propagated when doing recursive
9711 directory copies.
9712
97132000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9714
9715 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9716 Don't convert \n into \0177 in memory.
9717 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9718 and back again, when reading and writing.
9719
97202000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9721
9722 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9723 testing of `fboundp' on `processp'.
9724
9725 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9726 (eshell/jobs): Don't call process-list if it is not bound.
9727 (eshell-gather-process-output): Support systems where async
9728 subprocesses aren't supported.
9729 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9730 variables.
9731
9732 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9733 eshell-do-eval returns t.
9734 (eshell-do-pipelines-synchronously): New defmacro.
9735 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9736 when async subprocesses aren't supported.
9737 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9738 if async subprocesses aren't supported.
9739 (eshell-resume-command): Don't assume STATUS is a string.
9740
9741 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9742
9743 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9744 (eshell-close-target, eshell-get-target): Use eshell-processp.
9745 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9746 fix.
9747 (eshell-get-target, eshell-create-handles): Doc fix.
9748
97492000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9750
9751 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9752 criterion to include commands that output something, as long as it
9753 leaves both the command and the end-of-buffer visible when the
9754 command has exited.
9755 (eshell-review-quick-commands): Adjust the help doc string
9756 accordingly.
9757
97582000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9759
9760 * locate.el (locate): Cleaned up locate command's interactive prompting
9761 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9762
9763 * filecache.el (file-cache-case-fold-search): New variable
9764 (file-cache-assoc-function): New variable
9765 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9766 Use file-cache-case-fold-search variable
9767 (file-cache-add-file): Use file-cache-assoc-function
9768 (file-cache-delete-file): likewise
9769 (file-cache-directory-name): likewise
9770 (file-cache-debug-read-from-minibuffer): likewise
9771
97722000-08-28 Gerd Moellmann <gerd@gnu.org>
9773
9774 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9775 (abbrev-table-name): New function.
9776 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9777 If non-nil list local abbrev, only.
9778
97792000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9780
9781 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9782 from Gnus support code, and use special article copy buffer
9783 `(gnus-original-article-buffer)' instead. This allows to get rid
9784 of article-hide-headers usage (which breaks in the latest Gnus
9785 version). Thanks to Detlev Zundel.
9786
97872000-08-28 Kenichi Handa <handa@etl.go.jp>
9788
9789 * international/quail.el (quail-use-package): Hide "... loaded"
9790 message.
9791 (quail-start-translation, quail-start-conversion): Likewise.
9792
9793 * international/kkc.el (kkc-region): Hide "... loaded" message.
9794
97952000-08-27 Dave Love <fx@gnu.org>
9796
9797 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9798
97992000-08-27 Miles Bader <miles@gnu.org>
9800
9801 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9802
98032000-08-27 Kenichi Handa <handa@etl.go.jp>
9804
9805 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9806 'ja-dic-cnv), not (require 'skkdic-cnv).
9807
98082000-08-26 Miles Bader <miles@gnu.org>
9809
9810 * faces.el (face-x-resources): Add entry for :inherit.
9811 * cus-face.el (custom-face-attributes): Add support for :inherit
9812 attribute. Add support for relative face heights.
9813 (custom-face-attributes-get): Treat `nil' as being a default value
9814 for :inherit (as well as `unspecified').
9815
9816 * faces.el (set-face-attribute): Update doc string.
9817 (face-attribute-name-alist): Add :inherit.
9818 (face-valid-attribute-values): Handle :inherit.
9819 (face-read-string): Rephrase prompt to be less confusing.
9820 Assume that DEFAULT is a string, since we must return a string.
9821 (face-read-integer): Use `format' to turn DEFAULT into an
9822 acceptable default for face-read-string. Match NEW-VALUE against
9823 the string "unspecified", not the symbol `unspecified', since
9824 that's what face-read-string returns.
9825 (read-face-attribute): Lookup a name for old-value in valid, and
9826 use it as a default if we find one. Treat all values from
9827 face-read-string as strings. If the default is used, don't do any
9828 more processing on the value, just use the old value directly.
9829 (read-face-and-attribute, modify-face): Tweak prompt.
9830 (read-face-name): Don't assume prompt ends with a space.
9831
9832 * faces.el (describe-face): Add support for :inherit attribute.
9833
98342000-08-25 Kenichi Handa <handa@etl.go.jp>
9835
9836 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9837 concat doesn't accept interger.
9838
9839 * international/kkc.el: Remove SKK from Keywords. Require
9840 ja-dic-utl instead of skkdic-utl.
9841
9842 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9843 Provide ja-dic-cnv instead of skkdic-cnv.
9844 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9845 (iso-2022-7bit-short): Add safe-charsets property.
9846 (skkdic-convert-postfix): Search Japanese chou-on character in
9847 addition to Hiragana character.
9848 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9849 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9850 (batch-skkdic-convert): Likewise.
9851
9852 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9853 Provide ja-dic-utl instead of skkdic-utl.
9854 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9855
98562000-08-24 Dave Love <fx@gnu.org>
9857
9858 * disp-table.el (standard-display-default): Make the test of `l'
9859 useful.
9860
9861 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9862 mod sample text.
9863
9864 * international/iso-ascii.el: Make pilcrow convenient string
9865 consistent with section.
9866 (iso-ascii-display): Set up multibyte characters as well as
9867 unibyte.
9868
98692000-08-24 Kenichi Handa <handa@etl.go.jp>
9870
9871 * international/mule-cmds.el (reset-language-environment): Set
9872 default-process-coding-system to '(undecided . iso-latin-1), which
9873 makes process I/O almost consistent with file I/O. Call this
9874 function when mule-cmds.el[c] is loaded.
9875
98762000-08-22 Andrew Innes <andrewi@gnu.org>
9877
9878 * makefile.w32-in: New file.
9879
98802000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9881
9882 * comint.el (comint-output-filter): Compare end of
9883 comint-last-output-overlay with the start of the newly inserted
9884 text, not the end, when deciding whether to extend it.
9885 Set saved-point's insertion type to advance after insertion.
9886
9887 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9888 since this is now done independently of font-lock mode.
9889
98902000-08-21 Gerd Moellmann <gerd@gnu.org>
9891
9892 * server.el (server-kill-new-buffers): New user option.
9893 (server-existing-buffer): New buffer-local variable.
9894 (server-visit-files): When using an existing buffer, set
9895 server-existing-buffer to t.
9896 (server-buffer-done): If server-kill-new-buffers is t, kill the
9897 buffer, unless it was already present before visiting it with
9898 Emacs server.
9899
99002000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9901
9902 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9903 even if the display doesn't support colors: some displays will
9904 support bold/underline faces.
9905
99062000-08-21 Gerd Moellmann <gerd@gnu.org>
9907
9908 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9909
9910 * startup.el (command-line): If user's init file had an error,
9911 add explanatory text to *Messages*.
9912
99132000-08-21 Kenichi Handa <handa@etl.go.jp>
9914
9915 * man.el (Man-getpage-in-background): Decode the process output by
9916 the system locale coding system.
9917
99182000-08-20 Dave Love <fx@gnu.org>
9919
9920 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9921 Don't test x-popup-menu.
9922 (function) <complete-function>: Complete only fbound symbols.
9923 <validate, value>: New.
9924 (variable) <complete-function>: Complete only bound symbols.
9925 (coding-system): Add :base-only, :complete-function, :validate,
9926 :value, :prompt-match.
9927 (widget-coding-system-prompt-value): Use read-coding-system and
9928 act on :base-only.
9929 (editable-field): Add :help-echo.
9930 (widget-push-button-gui, widget-push-button-cache)
9931 (widget-gui-action, widget-editable-list-gui): COmment out, along
9932 with uses.
9933 (widget-at): Make arg optional.
9934 (widget-echo-help): Adjust for current help-echo calling sequence.
9935 (widget-specify-field, widget-specify-button)
9936 (widget-specify-insert, widget-get-sibling, widget-image-find)
9937 (widget-convert, widget-insert, widget-leave-text)
9938 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9939 (widget-setup, widget-field-find, widget-before-change)
9940 (widget-after-change, widget-default-complete)
9941 (widget-default-create, widget-default-delete)
9942 (widget-push-button-value-create, editable-field)
9943 (widget-field-prompt-value, widget-field-validate)
9944 (widget-choice-value-create, widget-choice-action)
9945 (widget-choice-validate, widget-checklist-add-item)
9946 (widget-radio-add-item, widget-radio-chosen)
9947 (widget-radio-value-inline, widget-editable-list-value-create)
9948 (widget-editable-list-entry-create)
9949 (widget-documentation-link-add)
9950 (widget-documentation-string-value-create)
9951 (widget-regexp-validate, widget-file-complete)
9952 (widget-sexp-validate, widget-plist-convert-widget)
9953 (widget-plist-convert-widget, widget-alist-convert-widget)
9954 (widget-alist-convert-widget, widget-color-complete): Simplify,
9955 particularly to avoid bindings which aren't optimized out.
9956
9957 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9958 Doc fix.
9959 (down-list, backward-up-list, up-list, kill-sexp)
9960 (backward-kill-sexp, mark-sexp): Make arg optional.
9961 (lisp-complete-symbol): Add optional arg PREDICATE.
9962
9963 * cus-start.el: Add display-buffer-reuse-frames,
9964 file-coding-system-alist.
9965
99662000-08-20 Gerd Moellmann <gerd@gnu.org>
9967
9968 * startup.el (command-line): Clear realized faces after
9969 modifying TTY color mappings.
9970
99712000-08-20 Miles Bader <miles@gnu.org>
9972
9973 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9974 merely a subset of FACE's attributes.
9975
99762000-08-19 Miles Bader <miles@gnu.org>
9977
9978 * comint.el (comint-output-filter): Save the point with a marker,
9979 not just a buffer position.
9980
9981 * international/mule.el (set-buffer-process-coding-system): Make
9982 interactive prompt less confusing.
9983
99842000-08-19 Gerd Moellmann <gerd@gnu.org>
9985
9986 * hilit-chg.el: General cleanup of doc strings, comments and
9987 code formatting.
9988
99892000-08-19 Miles Bader <miles@gnu.org>
9990
9991 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9992 Compiler macro removed; beginning-of-line is no longer always
9993 equivalent to forward-line, in the presence of fields.
9994
9995 * comint.el (comint-output-filter): Remove ad-hoc saving of
9996 restriction, and just use save-restriction, now that it works
9997 correctly. Don't adjust comint-last-input-start to account for
9998 our insertion; it shouldn't have moved because we don't use
9999 insert-before-markers anymore. Comment out call to
10000 `force-mode-line-update'; why is it here?
10001
10002 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10003 while checking for prompt to delete. Use `forward-line 0'
10004 instead of beginning-of-line.
10005 (gud-filter): Temporarily widen gud comint buffer while
10006 examining output.
10007
100082000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10009
10010 * progmodes/sh-script.el: Big bag of typos.
10011
10012 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10013 check since ispell-process is not bound when ispell is not yet loaded.
10014
100152000-08-18 Dave Love <fx@gnu.org>
10016
10017 * image.el (find-image): Copy `spec' before using plist-put.
10018
100192000-08-18 Gerd Moellmann <gerd@gnu.org>
10020
10021 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10022 `portugues'.
10023
10024 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10025 backward-kill-sexp, analogous to kill-sexp.
10026
10027 * progmodes/icon.el (icon-indent-line)
10028 (icon-is-continuation-line): Handle comments specially.
10029
100302000-08-17 Ken Stevens <k.stevens@ieee.org>
10031
10032 * ispell.el: Set to standard author/maintainer/keyword fields.
10033 Fine tuning to menu map appearance and operation, and added help.
10034 Remove `start' and `end' error messages when compiling.
10035 (ispell-choices-win-default-height): Fixed comment string.
10036 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10037 castellano8 dictionaries.
10038 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10039 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10040 dictionary, added italiano dictionary.
10041 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10042 word character
10043 (ispell-tex-skip-alists): Added psfig support.
10044 (ispell-skip-html): Renamed from ispell-skip-sgml.
10045 (ispell-begin-skip-region-regexp, ispell-skip-region)
10046 (ispell-minor-check): Improved html skipping support to skip across
10047 code, and recognize `&' commands without propper `;' syntax;
10048 (ispell-process-line): Fix alignment error when manually
10049 correcting spelling.
10050 (ispell): Fix comment string.
10051 (ispell-add-per-file-word-list): Always put word list on new line.
10052
100532000-08-17 Gerd Moellmann <gerd@gnu.org>
10054
10055 * format.el (format-encode-run-method): Fix error message to say
10056 `encode' instead of `decode'. Use save-window-excursion around
10057 shell-command-on-region as in format-decode-run-method because
10058 shell-command-on-region can display a buffer with error output.
10059 (format-decode): Don't record undo information for the decoding.
10060 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10061 that number part of the temporary buffer name so that more than
10062 one decoding using a temporary buffer can happen safely.
10063
10064 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10065 of `A-z' in the regexp.
10066
10067 * hilit-chg.el: Fix typos in commentary.
10068
10069 * help.el (view-emacs-news): Rewritten for new naming scheme
10070 for old NEWS files.
10071
10072 * startup.el (command-line): Pop to *Messages* in case an error
10073 is signaled while loading user-init-file.
10074
100752000-08-17 Andreas Schwab <schwab@suse.de>
10076
10077 * files.el (insert-directory): Don't lose original file name,
10078 undoing an undocumented change.
10079
100802000-08-17 Alex Schroeder <alex@gnu.org>
10081
10082 * sql.el (sql-magic-go): Use comint-bol.
10083 (sql-copy-column): Use comint-line-beginning-position.
10084 (comint-line-beginning-position): Define a replacement for
10085 comint-line-beginning-position if it is not fboundp.
10086
100872000-08-17 Alex Schroeder <alex@gnu.org>
10088
10089 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10090 it didn't have any effect anyway.
10091
100922000-08-17 Alex Schroeder <alex@gnu.org>
10093
10094 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10095 --pset and pager=off instead of sending \\o|cat at the beginning
10096 of the session.
10097
100982000-08-17 Miles Bader <miles@gnu.org>
10099
10100 * progmodes/octave-inf.el: Add compatibility definition of
10101 comint-line-beginning-position.
10102
101032000-08-17 Kenichi Handa <handa@etl.go.jp>
10104
10105 * startup.el (normal-top-level): Look in each dir in load-path for
10106 a leim-list.el file too. This assures of loading leim-list.el
10107 that is created at Emacs installation time even if a user have his
10108 own leim-list.el.
10109
101102000-08-17 Miles Bader <miles@gnu.org>
10111
10112 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10113 foreground color to black if the background is dark.
10114
101152000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10116
10117 * loadhist.el (unload-feature): Typo.
10118
10119 * finder.el (finder-compile-keywords):
10120 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10121 to the generated file.
10122
10123 * mail/mh-e.el (mh-make-local-vars):
10124 Replace make-variable-buffer-local with make-local-variable.
10125
10126 * play/landmark.el:
10127 * options.el (Edit-options-{set,toggle,t,nil}):
10128 * mail/mailabbrev.el (mail-abbrevs-mode):
10129 * textmodes/tex-mode.el (tex-expand-files):
10130 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10131
10132 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10133
10134 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10135 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10136 Allow going past the last element.
10137 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10138 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10139 (cvs-mouse-toggle-mark): Don't move point.
10140 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10141
10142 * progmodes/compile.el (grep): Provide a default set of files.
10143 (next-error): Docstring fix.
10144 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10145
10146 * emacs-lisp/easy-mmode.el (define-minor-mode):
10147 Use `symbol-value' to keep the byte-compiler quiet.
10148
10149 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10150 (diff-find-source-location): New fun, extracted from diff-goto-source.
10151 (diff-goto-source): Use it.
10152 (diff-next-complex-hunk, diff-filter-lines): New function.
10153 (diff-apply-hunk): New command.
10154
10155 * smerge-mode.el (smerge-mode-menu): Doc fix.
10156
10157 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10158
101592000-08-16 Dave Love <fx@gnu.org>
10160
10161 * windmove.el (windmove) <defgroup>: Add :version.
10162
10163 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10164 (goto-address-fontify-p, goto-address-highlight-p)
10165 (goto-address-url-face, goto-address-url-mouse-face)
10166 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10167 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10168 (goto-address-fontify, goto-address-at-mouse): Simplify,
10169 (goto-address-at-point): browse-url-url-at-point,
10170 goto-address-find-address-at-point can return nil.
10171 (goto-address-find-address-at-point): Return nil on failure.
10172
10173 * align.el (align) <defgroup>: Add :version.
10174
10175 * calculator.el (calculator): Add :version.
10176 (calculator): Use two lines for calculator window if `modeline'
10177 face is boxed.
10178
10179 * play/5x5.el: Doc fixes.
10180 (5x5) <defgroup>: Add :version.
10181
10182 * play/fortune.el (fortune) <defgroup>: Add :version.
10183 (fortune-append): Fix error message.
10184 (fortune-from-region): Doc fix.
10185
10186 * play/pong.el (pong): Doc fix.
10187
10188 * play/morse.el: Keywords, commentary, autoloads.
10189
101902000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10191
10192 * desktop.el (desktop-save): Don't look at symbol-value of a
10193 member of minor-mode-alist, unless it is boundp.
10194
101952000-08-16 Sam Steingold <sds@gnu.org>
10196
10197 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10198 `while'; use `with-current-buffer' instead of `save-excursion'.
10199 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10200
102012000-08-16 Kenichi Handa <handa@etl.go.jp>
10202
10203 * international/ccl.el (declare-ccl-program): Docstring modified.
10204 (ccl-execute-with-args): Likewise.
10205
102062000-08-16 Miles Bader <miles@gnu.org>
10207
10208 * progmodes/sql.el: Add compatibility definition of
10209 comint-line-beginning-position.
10210
102112000-08-15 Gerd Moellmann <gerd@gnu.org>
10212
10213 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10214 'buffer-menu' property.
10215 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10216 fails.
10217 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10218 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10219 wasn't killed.
10220
10221 * buff-menu.el (list-buffers-noselect): Don't display the
10222 *Buffer List* buffer.
10223
10224 * font-lock.el: Require jit-lock to prevent a very late
10225 `Loading jit-lock' message.
10226
10227 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10228 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10229 mail address.
10230
102312000-08-15 Miles Bader <miles@gnu.org>
10232
10233 * textmodes/ispell.el (ispell-graphic-p): New constant.
10234 (ispell-choices-win-default-height, ispell-help): Use
10235 `ispell-graphic-p' instead of `xemacsp'.
10236
102372000-08-15 Dave Love <fx@gnu.org>
10238
10239 * simple.el: Autoload widget-convert when compiling.
10240 (mail-user-agent): Doc fix.
10241
10242 * help.el (function-called-at-point, variable-at-point): Use
10243 with-syntax-table.
10244 (help-manyarg-func-alist): Add insert-and-inherit.
10245
10246 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10247
10248 * delsel.el (delsel-unload-hook): New function.
10249
10250 * find-file.el: Doc fixes. Move provide to end.
10251 (ff) <defgroup>: Add :link.
10252 (ff-goto-click): Deleted.
10253 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10254 Use mouse-set-point.
10255
10256 * textmodes/tildify.el: Doc fixes.
10257 (tildify) <defgroup>: Add:version.
10258
10259 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10260 (glasses-custom-set): Use set-default, not set.
10261 (minor-mode-alist): Propertize the lighter.
10262 (glasses-mode): Provide optional arg.
10263
10264 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10265 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10266 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10267 option. Provide :type.
10268 (cwarn-configuration): Provide :type.
10269 (cwarn-mode): Doc fix.
10270
10271 * add-log.el (change-log-merge): Doc fix.
10272 (change-log-redate): New command.
10273
10274 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10275 Doze and Dog.
10276 (browse-url): Use dolist, not mapcar.
10277 (browse-url-at-point): Check for null url.
10278 (browse-url-event-buffer, browse-url-event-point): Functions
10279 deleted.
10280 (browse-url-at-mouse, browse-url-netscape): Simplify.
10281
10282 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10283 modes.
10284 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10285 Fix previous change to mapcan.
10286 (msb--init-file-alist, msb--add-separators)
10287 (msb--make-keymap-menu): Simplify.
10288 (msb--choose-file-menu): Use copy-sequence.
10289 (msb-mode-map): Add title to keymap.
10290 (msb-unload-hook): New function.
10291
10292 * bs.el: Fix indentation.
10293 (bs) <defgroup>: Add :links.
10294 (bs-show): Doc fix.
10295 (bs-apply-sort-faces): Don't use window-system.
10296 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10297
102982000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10299
10300 * calendar/timeclock.el (timeclock-file): Run .timelog through
10301 convert-standard-filename.
10302
103032000-08-14 Gerd Moellmann <gerd@gnu.org>
10304
10305 * emacs-lisp/authors.el: New file.
10306
10307 * paren.el (show-paren-priority): New user option.
10308 (show-paren-function): Set overlay priorities to
10309 show-paren-priority.
10310
103112000-08-14 Miles Bader <miles@gnu.org>
10312
10313 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10314 beginning-of-line with inhibit-field-text-motion bound.
10315
103162000-08-14 Gerd Moellmann <gerd@gnu.org>
10317
10318 * calendar/timeclock.el: New file.
10319
103202000-08-14 David Ponce <david@dponce.com>
10321
10322 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10323 `widget-button-click'. so that one can use left mouse button to
10324 click on dialog buttons.
10325
103262000-08-14 Emmanuel Briot <briot@gnat.com>
10327
10328 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10329 identifiers, since XML is case sensitive
10330
103312000-08-12 Miles Bader <miles@gnu.org>
10332
10333 * comint.el (comint-output-filter): Don't bother frobbing
10334 window-start, it doesn't seem to be necessary.
10335
10336 * comint.el (comint-send-string, comint-send-region): Make into
10337 real functions. Snapshot the prompt before sending.
10338
103392000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10340
10341 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10342 technique similar to Info-index, instead of relying on specific
10343 names of relevant Index nodes.
10344 (Info-goto-emacs-command-node): Bind Info-history to nil when
10345 going to the first node found by Info-find-emacs-command-nodes.
10346
103472000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10348
10349 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10350
103512000-08-10 Miles Bader <miles@gnu.org>
10352
10353 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10354
103552000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10356
10357 * info.el (Info-file-list-for-emacs): More elements for the
10358 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10359 and woman manuals.
10360
103612000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10362
10363 * comint.el (comint-send-input): Make the newline boundary overlay
10364 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10365 (comint-output-filter): Use `insert' instead of
10366 `insert-before-markers'. Extend comint-last-output-overlay when
10367 necessary since we can't rely on insert-before-markers to do it.
10368 * gud.el (gud-filter): Use `with-current-buffer' instead of
10369 save-excursion when inserting the output, so that point gets
10370 updated correctly; the old method relied on a rather dodgy
10371 side-effect of comint-output-filter to avoid the effect of
10372 save-excursion.
10373
103742000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10375
10376 * files.el (recover-file): Call insert-directory instead of
10377 invoking `ls' directly.
10378
103792000-08-10 Miles Bader <miles@gnu.org>
10380
10381 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10382 (comint-last-prompt-overlay): New variables.
10383 (comint-output-filter): Implement prompt highlighting.
10384 (comint-snapshot-last-prompt): New function.
10385 (comint-send-input): Snapshot the last prompt.
10386 Use comint-highlight-input-face.
10387 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10388 Use defface instead of defcustom.
10389 (send-invisible, comint-send-eof): Snapshot the last prompt.
10390 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10391 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10392
103932000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10394
10395 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10396 (regexp-opt-group): Use a list of chars for `letters'.
10397 (regexp-opt-charset): `chars' is now a list of chars.
10398 Use a char-table rather than a vector so it works for multibyte chars.
10399
10400 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10401 Set cvs-minor-current-files to the selected fileinfo.
10402 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10403 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10404
104052000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10406
10407 * files.el (insert-directory): Don't call access-file on
10408 directories on DOS and Windows.
10409
104102000-08-09 Kenichi Handa <handa@etl.go.jp>
10411
10412 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10413 longer if necessary.
10414 (ccl-embed-code): Call ccl-embed-data to store CODE in
10415 ccl-program-vector.
10416
104172000-08-09 Miles Bader <miles@gnu.org>
10418
10419 * comint.el (comint-output-filter): Properly handle the case where
10420 the text surrounded by comint-last-output-overlay was deleted.
10421
104222000-08-08 Gerd Moellmann <gerd@gnu.org>
10423
10424 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10425 non-nil.
10426 (Info-file-list-for-emacs): Remove "info" from the list because
10427 that leads to trying to use the documentation from file `info'
10428 in various situations where it isn't appropriate, for instance
10429 C-h C-k C-h i.
10430
10431 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10432 DIR and/or STRING are nil.
10433
10434 * progmodes/compile.el (compilation-setup): Make variable
10435 compilation-error-screen-columns buffer-local, as some comment
10436 in the code suggests it should be.
10437
10438 * files.el (auto-mode-interpreter-regexp): New variable.
10439 (set-auto-mode): Use it.
10440
10441 * indent.el (indent-for-tab-command): Doc fix.
10442
10443 * mouse-sel.el (mouse-sel-mode): Doc fix.
10444
10445 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10446 labels.
10447
10448 * help.el (print-help-return-message): When
10449 display-buffer-reuse-frames is set, let the help window been quit,
10450 instead of deleting it, which might delete a reused frame.
10451
104522000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10453
10454 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10455 rename a directory to a name that differs only by its letter case.
10456
104572000-08-08 Kenichi Handa <handa@etl.go.jp>
10458
10459 * international/quail.el (quail-define-rules): Handle Quail decode
10460 map correctly. Add code for supporting annotations.
10461 (quail-install-decode-map): New function.
10462 (quail-defrule-internal): New optional arguments decode-map and
10463 props.
10464 (quail-advice): New function.
10465
104662000-08-07 Sam Steingold <sds@gnu.org>
10467
10468 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10469 `defconst', `define-condition', `with-slots'.
10470 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10471
104722000-08-03 Miles Bader <miles@gnu.org>
10473
10474 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10475 New variable.
10476 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10477 comint-use-prompt-regexp-instead-of-fields.
10478 (comint-send-input): Add `input' field property to stuff we send to
10479 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10480 (comint-output-filter): Add `output' field property to process
10481 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10482 (comint-replace-by-expanded-history)
10483 (comint-get-old-input-default, comint-show-output)
10484 (comint-backward-matching-input, comint-forward-matching-input)
10485 (comint-next-prompt, comint-previous-prompt): Use field
10486 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10487 (comint-line-beginning-position): New function.
10488 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10489 (comint-replace-by-expanded-history-before-point): Use
10490 comint-line-beginning-position and line-end-position.
10491 (comint-last-output-overlay): New variable.
10492 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10493
10494 * shell.el (shell-prompt-pattern): Doc change.
10495 (shell-backward-command): Use line-beginning-position.
10496
10497 * gud.el (gud-gdb-complete-command): Use
10498 comint-line-beginning-position.
10499
10500 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10501 comint-bol doesn't actually go to the beginning of the line.
10502
10503 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10504 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10505 (try-expand-line-all-buffers): Likewise.
10506
10507 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10508 explicitly matching comint-prompt-regexp.
10509 (sql-copy-column): Use comint-line-beginning-position instead of
10510 explicitly matching comint-prompt-regexp.
10511
10512 * progmodes/octave-inf.el (inferior-octave-complete): Use
10513 comint-line-beginning-position.
10514
10515 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10516
10517 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10518 looking for a prompt, use `forward-line 0' instead of
10519 `beginning-of-line', to avoid getting caught by an input field.
10520
105212000-08-07 Gerd Moellmann <gerd@gnu.org>
10522
10523 * files.el (shell-quote-wildcard-pattern): Make sure to return
10524 PATTERN, in the Unix case.
10525
105262000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10527
10528 * play/zone.el (zone): Discard any pending input before running
10529 the randomly-chosen pgm.
10530
105312000-08-07 Kenichi Handa <handa@etl.go.jp>
10532
10533 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10534 checking the existence of any multibyte characters.
10535
105362000-08-06 Gerd Moellmann <gerd@gnu.org>
10537
10538 * help.el (describe-mode): Test minor-mode symbol for being
10539 bound before testing its value for being nil.
10540
10541 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10542 `first', `second', and `third'.
10543
10544 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10545 (second): Make it an alias for `cadr'.
10546
105472000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10548
10549 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10550 types of display support faces now.
10551
105522000-08-05 Gerd Moellmann <gerd@gnu.org>
10553
10554 * pcvs.el (require): Require `cl' during compilation, only.
10555
10556 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10557 (toplevel): Remove `remq' and `remove' from autoloads.
10558 (cl-fake-autoloads): New variable. If set, arrange for an error
10559 when CL functions etc. are autoloaded.
10560
105612000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10562
10563 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10564
10565 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10566 popped up, but the user clicks outside the menu, return an empty
10567 regexp (that causes unhighlight-regexp to have no effect).
10568
10569 * menu-bar.el (menu-bar-games-menu): Add Zone.
10570
10571 * hi-lock.el (toplevel): Require font-lock.
10572
105732000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10574
10575 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10576 (ebnf-8-bit-chars): New var for bug fix.
10577 (ebnf-string): Bug fix.
10578
105792000-08-03 Sam Steingold <sds@gnu.org>
10580
10581 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10582 instead of `buffer-string'.
10583 (require 'cl): Always, not just when compiling.
10584 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10585 necessary.
10586
105872000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10588
10589 * international/mule-cmds.el (select-safe-coding-system): Make
10590 the message text about selecting a safe coding system more clear.
10591
105922000-08-02 Gerd Moellmann <gerd@gnu.org>
10593
10594 * hi-lock.el: New file.
10595
10596 * play/zone.el: New file.
10597
10598 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10599 value of tab-width in the original buffer. Choose a line number
10600 format that's a multiple of the original buffer's tab width, so
10601 that lines appear right.
10602
10603 * textmodes/ispell.el (ispell): New function, replacing an alias.
10604 Spell-check active region if in transient-mark-mode and mark
10605 is active; otherwise spell-check buffer.
10606
106072000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10608
10609 * ps-mule.el: Fix a customization problem on
10610 ps-mule-font-info-database-default.
10611
106122000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10613
10614 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10615 display-mouse-p instead of window-system.
10616 (ebrowse-member-mode-map): Ditto.
10617
106182000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10619
10620 * progmodes/ebnf2ps.el: Update ps-print functions call.
10621 Indentation fix. Doc fix.
10622 (ebnf-version): New version number (3.2).
10623 (ebnf-format-color, ebnf-begin-job): Code fix.
10624
106252000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10626
10627 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10628 font lock support on window-system.
10629 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10630
10631 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10632 display-color-p, if fboundp, instead of window-system.
10633
106342000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10635
10636 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10637 instead of window-system.
10638
10639 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10640 window-system.
10641 (widget-choice-mouse-down-action): Use display-popup-menus-p
10642 instead of window-system.
10643
10644 * strokes.el (strokes-file): Run the file name through
10645 convert-standard-filename.
10646 (strokes-mode): Call display-mouse-p instead of looking at
10647 window-system. Change the error message accordingly.
10648
10649 * progmodes/cpp.el (toplevel): Support faces on tty's.
10650
10651 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10652 (lm-plot-square, lm-init-display): Don't use window-system.
10653
10654 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10655 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10656
10657 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10658 instead of looking at window-system.
10659
106602000-07-30 Gerd Moellmann <gerd@gnu.org>
10661
10662 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10663 of testing if iswitchb-prepost-hooks is bound, because the
10664 latter will always be true when invoking a recursive minibuffer
10665 from an active Iswitchb buffer.
10666
106672000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10668
10669 * files.el (shell-quote-wildcard-pattern): New function.
10670 (insert-directory): Call it. Only prepend "\" to command on Unix
10671 and GNU/Linux systems.
10672
106732000-07-30 Gerd Moellmann <gerd@gnu.org>
10674
10675 * eshell/esh-groups.el: Change custom :link file names
10676 from `eshell.info' to `eshell'.
10677
106782000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10679
10680 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10681 correctly in recursive ange-ftp listings.
10682
106832000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10684
10685 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10686 ps-header-font-size-internal and
10687 ps-header-title-font-size-internal variables are not set,
10688 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10689 face text property is (foreground-color . COLOR) or
10690 `(background-color . COLOR)', ps-print crashes. Doc fix.
10691 (ps-print-version): New version number (5.2.4).
10692 (ps-plot-region): Code fix.
10693 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10694 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10695 Bug fix 2.
10696
106972000-07-30 Milan Zamazal <pdm@freesoft.cz>
10698
10699 * glasses.el (glasses-make-readable): Fix uncapitalization of
10700 identifiers like `myXMLDocument'.
10701
107022000-07-28 Karl Fogel <kfogel@red-bean.com>
10703
10704 * mail/mail-hist.el (mail-hist-previous-input)
10705 (mail-hist-next-input): Do the obvious code factorization.
10706 (mail-hist-retrieve-and-insert): New func, contains common
10707 code of above two.
10708 If inserting a message body, leave point at top.
10709
107102000-07-28 Sam Steingold <sds@gnu.org>
10711
10712 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10713 Use `<=', not `<' to compare times!
10714 (ange-ftp-ls): Remove.
10715
107162000-07-27 Gerd Moellmann <gerd@gnu.org>
10717
10718 * play/cookie1.el: Add explanation of how to make cookie.el
10719 compatible with strfile(1) to comment.
10720
10721 * subr.el (remove, remq): New functions.
10722
10723 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10724 escape `*' in regexps.
10725 (midnight-find): Reverse order of arguments in the funcall of
10726 TEST.
10727
10728 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10729 and `.class'.
10730
10731 * play/meese.el: Add Commentary section.
10732
107332000-07-27 Alex Schroeder <alex@gnu.org>
10734
10735 * sql.el (sql-ms): Added autoload cookie.
10736 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10737 (sql-oracle): Ditto.
10738 (sql-help): Doc change.
10739
10740 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10741 types and exceptions.
10742
107432000-07-27 Alex Schroeder <alex@gnu.org>
10744
10745 * sql.el (sql-placeholder-history): New variable.
10746 (sql-query-placeholders-and-send): New function that will query
10747 the user and replace placeholders with user input.
10748 (sql-oracle): If running on NT, set comint-input-sender to
10749 sql-query-placeholders-and-send.
10750
10751 (sql-stop): If in the SQLi buffer, insert stop notification, else
10752 present it as a message.
10753
107542000-07-27 Alex Schroeder <alex@gnu.org>
10755
10756 * sql.el (sql-input-ring-separator): Doc change.
10757 (sql-input-ring-file-name): Doc change.
10758 (sql-interactive-mode): Use `sql-input-ring-separator' and
10759 `sql-input-ring-file-name' to set the comint-mode equivalents
10760 without making them local variables.
10761 (sql-stop): Don't bind `sql-input-ring-separator' and
10762 `sql-input-ring-file-name' dynamically to their comint-mode
10763 equivalents.
10764
107652000-07-27 Kenichi Handa <handa@etl.go.jp>
10766
10767 * international/mule.el (register-char-codings): New function.
10768 (make-coding-system): Handle `safe-chars' specification in the arg
10769 PROPERTY.
10770
10771 * international/mule-cmds.el
10772 (find-coding-systems-region-subset-p): This function deleted.
10773 (sort-coding-systems-predicate): New variable.
10774 (sort-coding-systems): New function.
10775 (find-coding-systems-region): Use
10776 find-coding-systems-region-internal.
10777 (find-coding-systems-string): Use find-coding-systems-region.
10778 (find-coding-systems-for-charsets): Check
10779 char-coding-system-table.
10780 (select-safe-coding-system-accept-default-p): New variable.
10781 (select-safe-coding-system): Mostly rewritten. New argument
10782 ACCEPT-DEFAULT-P.
10783 (select-message-coding-system): Call select-safe-coding-system
10784 with ACCEPT-DEFAULT-P arg.
10785 (reset-language-environment): Reset default-sendmail-coding-system
10786 to the default value iso-latin-1.
10787 (set-language-environment): Don't set the obsolete variable
10788 charset-origin-alist.
10789
10790 * international/codepage.el (cp-coding-system-for-codepage-1):
10791 Give `safe-chars' property to make-coding-system.
10792
10793 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10794 calling select-message-coding-system twice.
10795
10796 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10797 instead of `safe-charsets'.
10798 (cyrillic-alternativnyj): Likewise.
10799 (ccl-encode-alternativnyj): Don't check the charset
10800 cyrillic-iso8859-5.
10801
108022000-07-27 Kenichi Handa <handa@etl.go.jp>
10803
10804 * composite.el (compose-chars-after): Preserve match data.
10805
108062000-07-26 Sam Steingold <sds@gnu.org>
10807
10808 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10809 (ange-ftp-real-file-newer-than-file-p): New function.
10810 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10811 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10812
10813 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10814 * midnight.el (midnight-float-time): Ditto.
10815
108162000-07-26 Andreas Schwab <schwab@suse.de>
10817
10818 * files.el (normal-backup-enable-predicate): Correct
10819 interpretation of the return value of compare-strings.
10820
108212000-07-26 Gerd Moellmann <gerd@gnu.org>
10822
10823 * isearch.el (isearch-resume): New function.
10824 (isearch-done): Add something to command-history to resume
10825 the search.
10826 (isearch-yank-line, isearch-yank-word): Use
10827 buffer-substring-no-properties instead of buffer-substring.
10828
10829 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10830 of flyspell-mouse-map.
10831
10832 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10833 duplicate definition.
10834 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10835
10836 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10837 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10838
108392000-07-25 Sam Steingold <sds@gnu.org>
10840
10841 * net/ange-ftp.el: Get modtime over the net.
10842 (ange-ftp-file-modtime): New function.
10843 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10844 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10845 Use it.
10846 (ange-ftp-dot-to-slash): New function.
10847 (ange-ftp-fix-name-for-vms): Use it.
10848
10849 * midnight.el (midnight-buffer-display-time): Use
10850 `with-current-buffer'.
10851
108522000-07-25 Gerd Moellmann <gerd@gnu.org>
10853
10854 * find-dired.el: Update copyright notice.
10855 (find-dired): Offer to kill a running `find'.
10856
10857 * enriched.el (enriched-face-ans): For a `foreground-color'
10858 property, return '(("x-color" COLOR))' so that COLOR will be
10859 output as a parameter of the x-color annotation. Likewise for the
10860 `background-color' property. In the case of normal face
10861 properties, don't return annotations for unspecified foreground
10862 and background face attributes.
10863
108642000-07-25 Kenichi Handa <handa@etl.go.jp>
10865
10866 * language/japan-util.el (japanese-katakana-region): Fix handling
10867 HANKAKU argument.
10868
108692000-07-25 Miles Bader <miles@gnu.org>
10870
10871 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10872 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10873 constrain-to-field.
10874
108752000-07-24 Andrew Innes <andrewi@gnu.org>
10876
10877 * timer.el (timer-activate-when-idle): Add optional parameter
10878 DONT-WAIT. Update docstring.
10879 (run-with-idle-timer): Specify extra parameter to
10880 timer-activate-when-idle, so that timer will be activated
10881 immediately if Emacs is already idle.
10882
10883 * w32-fns.el (w32-using-nt): Fix docstring.
10884
108852000-07-24 Dave Love <fx@gnu.org>
10886
10887 * mouse.el (popup-menu): Set last-command-event.
10888 (mouse-major-mode-menu-prefix): Declare.
10889
108902000-07-24 Gerd Moellmann <gerd@gnu.org>
10891
10892 * textmodes/flyspell.el: Update to author's version 1.5d.
10893
10894 * progmodes/hideshow.el: Update copyright notice.
10895
10896 * vcursor.el: Set maintainer to FSF, since author cannot
10897 be reached.
10898
108992000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10900
10901 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10902 the prompt.
10903
10904 * mouse.el (popup-menu): Run the keymap through indirect-function,
10905 in case it was defined with define-prefix-key. If the menu is a
10906 list of keymaps, look up the binding of user's choice in each one
10907 of the keymaps.
10908 (mouse-popup-menubar): If the global and local menu-bar keymaps
10909 don't have a prompt string, create one and insert it into the
10910 keymap. Don't barf if current-local-map returns nil.
10911
109122000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10913
10914 * dired.el (dired-sort-R-check): Added to allow recursive listing
10915 to be undone.
10916 (dired-sort-other): Use it.
10917
109182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10919
10920 * Release of cc-mode 5.27
10921
109222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10923
10924 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10925 c-beginning-of-statement-1 that caused a bad case of recursion
10926 which could consume a lot of CPU in large classes in languages
10927 that have in-expression classes (i.e. Java and Pike).
10928
10929 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10930 statements before top level constructs (i.e. case 6 is moved
10931 before case 5 and is now case 4) to catch in-expression
10932 classes in top level expressions correctly.
10933
109342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10935
10936 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10937 objc-method-intro. Case 4 removed and case 5I added.
10938
10939 * cc-langs.el (c-append-paragraph-start): New variable used by
10940 c-common-init to get paragraph-start correct.
10941 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10942 initialize paragraph-start to make it correct both with and
10943 without the javadoc special case.
10944
10945 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10946 initialize paragraph-start for javadoc markup.
10947
10948 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10949 change by defaulting this to t. It's motivated by the
10950 confusing behavior that otherwise arise from the style system
10951 when editing both java and non-java files at the same time
10952 (see the comments about style setting in c-common-init).
10953
109542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10955
10956 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10957 similar to the one in c-fill-paragraph to check the fill
10958 prefix from the adaptive fill function for sanity.
10959
109602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10961
10962 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10963 defun block.
10964
a30eb617
DL
109652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10966
10967 * cc-align.el (c-lineup-multi-inher): Handle lines with
10968 leading comma nicely. Extended to handle member initializers
10969 too.
10970
10971 * cc-engine.el: (c-beginning-of-inheritance-list,
10972 c-guess-basic-syntax): Fixed recognition of inheritance lists
10973 when the lines begins with a comma.
10974
a30eb617
DL
10975 * cc-vars.el (c-offsets-alist): Changed default for
10976 member-init-cont to c-lineup-multi-inher since it now handles
10977 member initializers and indents better for leading commas.
10978
109792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10980
10981 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10982 handling that caused class open lines to be recognized as
10983 statement-conts in some cases.
10984
10985 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10986 guessed by the adaptive fill function unless point is on the
10987 first line of a block comment.
10988
10989 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10990 when the buffer ends with a macro continuation char.
10991
10992 * cc-engine.el (c-guess-basic-syntax): Added support for
10993 function definitions as statements in Pike. The first
10994 statement in a lambda block is now labeled defun-block-intro
10995 instead of statement-block-intro.
10996
10997 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10998 so that the class surrounding point is selected, not the one
10999 innermost in the state.
11000
11001 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11002 recognition of switch labels having hanging multiline
11003 statements.
11004
11005 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11006 some code in c-guess-basic-syntax to a separate function.
11007 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11008 recognition of member inits with multiple line arglists.
11009 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11010 member-init-cont when the commas are in funny places.
11011
110122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11013
11014 * cc-defs.el (c-auto-newline): Removed this macro since it's
11015 not used anymore.
11016
11017 * cc-engine.el (c-looking-at-bos): New helper function.
11018 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11019 inexpr and toplevel classes apart in Pike.
11020
11021 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11022 of case 9A.
11023
11024 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11025 constant, since "class" can introduce an in-expression class
11026 in Pike nowadays.
11027
110282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11029
11030 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11031 indentation on cpp-macro lines.
11032
11033 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11034 a syntax modifier like comment-intro, to make it possible to
11035 get syntactic indentation for preprocessor directives. It's
11036 incompatible wrt to lineup functions on cpp-macro, but it has
11037 no observable effect in the 99.9% common case where cpp-macro
11038 is set to -1000.
11039
110402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11041
11042 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11043 member-init-cont when the preceding arglist is several lines.
11044
110452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11046
11047 * cc-styles.el (c-style-alist): The basic offset for the BSD
11048 style corrected to 8.
11049
110502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11051
11052 * cc-styles.el (c-style-alist): Adjusted the indentation of
11053 brace list openers in the gnu style.
11054
110552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11056
11057 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11058
11059 * cc-cmds.el (c-electric-brace, c-electric-slash,
11060 c-electric-star, c-electric-semi&comma, c-electric-colon,
11061 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11062 when c-syntactic-indentation is nil.
11063
11064 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11065 we were left at comments preceding the first statement when
11066 reaching the beginning of the buffer.
11067
11068 * cc-vars.el (c-syntactic-indentation): New variable to turn
11069 off all syntactic indentation.
11070
110712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11072
11073 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11074 between the text and the block comment ender when it hangs,
11075 depending on how many there are before the fill.
11076
110772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11078
11079 * cc-engine.el (c-beginning-of-closest-statement): New helper
11080 function to go back to the closest preceding statement start,
11081 which could be inside a conditional statement.
11082 * cc-engine.el (c-guess-basic-syntax): Use
11083 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11084
11085 * cc-engine.el (c-guess-basic-syntax): Better handling of
11086 arglist-intro, arglist-cont-nonempty and arglist-close when
11087 the arglist is nested inside parens. Cases 7A, 7C and 7F
11088 changed.
11089
11090 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11091 up-to-date with javadoc 1.2.
11092
110932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11094
11095 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11096 multiline Pike type decls.
11097
110982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11099
11100 * cc-cmds.el (c-indent-new-comment-line): Always break
11101 multiline comments in multiline mode, regardless of
11102 comment-multi-line.
11103
111042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11105
11106 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11107 fully::qualified::names in C++ member init lists. Preamble in
11108 case 5D changed.
11109
111102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11111
11112 * cc-langs.el (c-common-init): Handling of obsolete variables
11113 moved to c-initialize-cc-mode. More compatible style override
11114 when using global style variables.
11115 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11116 variables moved here.
11117
a30eb617
DL
11118 * cc-styles.el (c-make-styles-buffer-local): Flag style
11119 variable localness in c-style-variables-are-local-p to make
11120 the compatibility measure in c-common-init work well.
11121
11122 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11123 longer contain set-from-style.
11124 * cc-styles.el (c-initialize-builtin-style): Don't check for
11125 set-from-style on c-special-indent-hook.
11126 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11127 copy-alist is sufficient now.
11128
11129 * cc-styles.el (c-set-style, c-set-style-1,
11130 c-get-style-variables): Fixes to variable initialization so
11131 that duplicate entries in styles have the same effect
11132 regardless of DONT-OVERRIDE.
11133
11134 * cc-styles.el (c-set-style-2): Fixed bug where the
11135 initialization of inheriting styles failed when the
11136 dont-override flag is set.
11137
11138 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11139 on this.
11140
111412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11142
11143 * cc-defs.el (c-forward-comment): Removed the workaround
11144 introduced in 5.38 since it had worse side-effects. If a line
11145 contains the string "//\"", it regarded the // as a comment
11146 start since the \ temporarily doesn't have escape syntax.
11147
111482000-07-17 Emmanuel Briot <briot@act-europe.fr>
11149
11150 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11151 ada-xref.el before ada-prj.el, so that the Project menu is created
11152 when ada-prj tries to add to it.
11153 (ada-activate-keys-for-case): Suppress the characters that are not
11154 part of the Ada syntax. Better compatibility with else-mode
11155 (ada-adjust-case-interactive): When auto-casing is not active,
11156 correctly insert newlines (used to insert only ^M). Prevent the
11157 syntax table from being changed in case of an error
11158 (or '_' becomes part of a word and some commands are confused).
11159 Do nothing if ada-auto-case is nil.
11160 (ada-after-keyword-p): Ignore keywords that are also attributes
11161 (ada-batch-reformat): Update usage comment
11162 (ada-call-from-contextual-menu): New function
11163 (ada-case-read-exceptions): Reinitialize the casing exception list
11164 first to nil first, so that the casing exception file can be
11165 shared.
11166 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11167 files.
11168 (ada-compile-goto-error): Fix regexp used to detect a file:line
11169 anywhere in the error message
11170 (ada-contextual-menu-last-point): New variable
11171 (ada-create-keymap): If the variable delete-key-deletes-forward is
11172 t on XEmacs, it means that DEL should delete one character
11173 forward.
11174 (ada-create-menu): Use :included instead of :visible for XEmacs.
11175 New submenu "Options".
11176 (ada-end-stmt-re): Correctly indent "select ... then abort"
11177 statements.
11178 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11179 even if they don't match ada-fill-comment-prefix Fix handling of
11180 paragraphs on the first or last line of a file.
11181 (ada-format-paramlist): Fix handling of default parameter values.
11182 (ada-get-body-name): New function.
11183 (ada-get-current-indent): Optimized by searchling directly for an
11184 existing generic part or a statement outside of it. Handle
11185 ada-indent-align-comments when indenting comments Replaced some
11186 regexps by testing directly the next character. This results in a
11187 huge speedup on some files. New indentation scheme for renames
11188 statements. Stop looking for the 'while' or 'for' associated with
11189 a 'loop' at the first semicolon encountered. A "return" can also
11190 match an anonymous access subprogram declaration.
11191 (ada-get-indent-noindent): Ignore strings and comments when
11192 looking for the keywords "record" and "private".
11193 (ada-goto-matching-decl-start): When matching "if", make sure we
11194 are not in fact seeing "end if". Ignore "when" statements except
11195 when initial keyword was "begin". Fix handling of nested
11196 procedures. Add a recursive call to this function to skip over
11197 other 'end' statmts. Fix indentation for "when .. => begin"
11198 (ada-in-open-paren-p): Fix indentation for complex boolean
11199 expressions, where 'and then', 'or else' and parenthesis
11200 statements are mixed up.
11201 (ada-in-paramlist-p): Skip comments while searching for the
11202 beginning Fix handling of operator declarations.
11203 (ada-indent-align-comments): New variable
11204 (ada-indent-current): Change the syntax table only in the
11205 protected section, so that we are sure it is restored correctly.
11206 (ada-indent-on-previous-lines): Use ada-use-indent and
11207 ada-with-indent Correctly indent "select ... then"
11208 (ada-indent-region): Slight speedup.
11209 (ada-indent-renames): New variable.
11210 (ada-last-which-function-subprog, ada-last-which-function-line):
11211 New variables
11212 (ada-looking-at-semi-private): Correctly indent the 'private'
11213 keyword when it is the first word in a package declaration.
11214 (ada-loose-case-word): Stop searching if at the end of the buffer.
11215 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11216 even if point is not initially at the end of the word.
11217 (ada-matching-decl-start-re): Add "when".
11218 (ada-mode): Add support for abbrev-mode, outline-mode and
11219 which-func-mode Override the old find-file.el entry in
11220 ff-special-constructs since it is using the obsolete
11221 ada-spec-suffix variable
11222 (ada-no-auto-case): New function
11223 (ada-scan-paramlist): When parsing the argument type, accept
11224 spaces (as in "X 'Class", generated by Rational Rose).
11225 (ada-other-file-name): No longer loads the other file.
11226 (ada-popup-menu): Save and restore the current buffer and cursor
11227 position before and after displaying the menu.
11228 (ada-search-ignore-complex-boolean): New function.
11229 (ada-uncomment-region): Emacs21 already knows how to delete
11230 comments not starting in the first column.
11231 (ada-use-indent): New variable
11232 (ada-which-function): New function.
11233 (ada-with-indent): New variable
11234 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11235 can be batch-compiled from the command line.
11236
11237 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11238 Add to the menu when the file is loaded, not in ada-mode-hook.
11239 Add -toolbar to the default ddd command Switches moved from
11240 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11241 ada-prj-default-comp-opt
11242 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11243 Reference Manual to the menu
11244 (ada-check-current): rewritten as a call to ada-compile-current
11245 (ada-compile): Removed.
11246 (ada-compile-application, ada-compile-current, ada-check-current):
11247 Set the compilation-search-path so that compile.el automatically
11248 finds the sources in src_dir. Automatic scrollong of the
11249 compilation buffer. C-uC-cC-c asks for confirmation before
11250 compiling
11251 (ada-compile-current): New parameter, prj-field
11252 (ada-complete-identifier): Load the .ali file before doing
11253 processing
11254 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11255 conform to gnatmake's behavior.
11256 (ada-find-file-in-dir): New function
11257 (ada-find-references): Set the environment variables for gnatfind
11258 (ada-find-src-file-in-dir): New function.
11259 (ada-first-non-nil): Removed
11260 (ada-gdb-application): Add support for jdb, the java debugger.
11261 (ada-get-ada-file-name): Load the original-file first if not done
11262 yet.
11263 (ada-get-all-references): Handles the new ali syntax (parent types
11264 are found between <>).
11265 (ada-initialize-runtime-library): New function
11266 (ada-mode-hook): Always load a project file when a file is opened,
11267 so that the casing exceptions are correctly read.
11268 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11269 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11270 to open the project file, since the latter does not work with
11271 speedbar Get default values before loading the prj file, or the
11272 default executable file name is wrong. Use the absolute value of
11273 src_dir to initialize ada-search-directories and
11274 compilation-search-path,... Add the standard runtime library to
11275 the search path for find-file.
11276 (ada-prj-default-debugger): Was missing an opening '{'
11277 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11278 variables.
11279 (ada-prj-default-gnatmake-opt): New variable
11280 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11281 buffers, the project file is the default one Save the windows
11282 configuration before displaying the menu.
11283 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11284 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11285 ...) regexp-quote identifiers names to support operators +,
11286 -,... in regexps.
11287 (ada-remote): New function.
11288 (ada-run-application): Erase the output buffer before starting the
11289 run Support remote execution of the application. Use
11290 call-process, or the arguments are incorrectly parsed
11291 (ada-set-default-project-file): Reread the content of the active
11292 project file, not the one from the current buffer When a project
11293 file is set as the default project, all directories are
11294 automatically associated with it.
11295 (ada-set-environment): New function
11296 (ada-treat-cmd-string): New special variable ${current}
11297 (ada-treat-cmd-string): Revised. The substitution is now done for
11298 any ${...} substring
11299 (ada-xref-current): If no body was found, compiles the spec
11300 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11301 compiler to get rid of command line length limitations.
11302 (ada-xref-get-project-field): New function
11303 (ada-xref-project-files): New variable
11304 (ada-xref-runtime-library-specs-path)
11305 (ada-xref-runtime-library-ali-path): New variables
11306 (ada-xref-set-default-prj-values): Default run command now does a
11307 cd to the build directory. New field: main_unit Provide a default
11308 file name even if the current buffer has no prj file.
11309
11310 * ada-prj.el:
11311 Rewritten to show a tabbed-dialog.
11312 (ada-prj-add-ada-menu): Remove the map and name parameters.
11313 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11314 New function
11315 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11316 (ada-prj-load-from-file): New function
11317 (ada-prj-save): Always save fields that depend on the current buffer
11318 (ada-prj-show-value): New function
11319
11320 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11321 Ada mode. This will allow us to display the Ada menu in any buffer
11322 we want (for project items).
11323 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11324 number of spaces in the header.
11325
113262000-07-24 Dave Love <fx@gnu.org>
11327
11328 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11329
113302000-07-23 Noah Friedman <friedman@splode.com>
11331
11332 * type-break.el (type-break): perform autosave.
11333 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11334 (type-break-do-query): Cancel query schedule while performing
11335 actual query, to avoid possibility of a second query being made
11336 while first one is already in progress.
11337 (type-break-time-stamp-format): New variable.
11338 (type-break-time-stamp): New function.
11339 (type-break-time-warning): Use it.
11340 (type-break-keystroke-warning): Use it.
11341 (type-break-noninteractive-query): Use it.
11342
11343 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11344 cookie.
11345 Use add-minor-mode to set minor-mode-alist, if available.
11346 (eldoc-echo-area-use-multiline-p): New user option.
11347 (eldoc-echo-area-multiline-supported-p): New variable.
11348 (eldoc-docstring-format-sym-doc): Use them.
11349 (eldoc-mode): If not using idle timers, append to local post and
11350 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11351 (eldoc-display-message-no-interference-p): Don't interfere with
11352 edebug.
11353 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11354 (eldoc-function-arglist): New function.
11355 (eldoc-function-argstring): Use it.
11356
11357 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11358 auto save directory exists before calling directory-files.
11359
113602000-07-23 Dave Love <fx@gnu.org>
11361
11362 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11363 ^o, ^u.
11364
113652000-07-21 Dave Love <fx@gnu.org>
11366
11367 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11368 now passed to the function. It now works properly.
11369
11370 * smerge-mode.el (smerge-mode-menu): Fill it out.
11371
113722000-07-20 Gerd Moellmann <gerd@gnu.org>
11373
11374 * info-look.el (info-lookup): If *info* is shown in another frame
11375 on the same display, select that frame, instead of switching to
11376 the Info buffer in another window of the selected frame.
11377
11378 * simple.el (universal-argument-map): Bind numeric keypad keys
11379 kp-0 to kp-9 and kp-subtract.
11380 (digit-argument): Handle these keys.
11381
113822000-07-20 Dave Love <fx@gnu.org>
11383
11384 * net/goto-addr.el (goto-address-fontify): Don't bother with
11385 buffer-modified and read-only stuff -- irrelevant with overlays.
11386 Put an extra property on the overlays and use it to clean up in
11387 case goto-address is re-run.
11388
113892000-07-19 Richard M. Stallman <rms@gnu.org>
11390
11391 * timer.el (run-with-idle-timer): Doc fix.
11392
11393 * mail/mail-utils.el (mail-strip-quoted-names):
11394 Handle case where <...> appears inside "...".
11395 Use replace-match to edit the string more simply.
11396 (rmail-dont-reply-to): Cope with an unmatched ".
11397
113982000-07-19 Dave Love <fx@gnu.org>
11399
11400 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11401 implementation.
11402
11403 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11404 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11405 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11406
114072000-07-19 Gerd Moellmann <gerd@gnu.org>
11408
11409 * textmodes/refer.el: Correct maintainer's email address.
11410
11411 * progmodes/hideif.el: Correct author's email address.
11412 Fix typo in comment.
11413
11414 * xml.el: New file.
11415
11416 * mail/mailheader.el: Correct author's mail address.
11417
11418 * gnus/parse-time.el: Correct author's mail address.
11419
114202000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11421
11422 * comint.el (comint-highlight-input, comint-highlight-face):
11423 New user options.
11424 (comint-input-ring-file-name): Change custom type.
11425 (comint-mode-map): Bind mouse-2.
11426 (comint-insert-clicked-input): New function.
11427 (comint-send-input): Handle input highlighting.
11428
114292000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11430
11431 * mouse.el (popup-menu): New function.
11432 (mouse-major-mode-menu): Use it.
11433
114342000-07-18 Dave Love <fx@gnu.org>
11435
11436 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11437 improvements.
11438
114392000-07-18 Gerd Moellmann <gerd@gnu.org>
11440
11441 * faces.el (face-font-selection-order)
11442 (face-font-family-alternatives): Add custom type.
11443
114442000-07-18 Dave Love <fx@gnu.org>
11445
11446 * cus-edit.el (custom-variable-reset-saved)
11447 (custom-variable-reset-standard): Remove unused bindings.
11448
11449 * rect.el (open-rectangle-line): Remove unused let.
11450
11451 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11452
114532000-07-18 Gerd Moellmann <gerd@gnu.org>
11454
11455 * cdl.el: Fix `Maintainer' keyword.
11456
11457 * play/pong.el: Add author's email address.
11458
114592000-07-17 Sam Steingold <sds@gnu.org>
11460
11461 * files.el (insert-directory): Call `split-string' instead of
11462 re-implementing it.
11463
114642000-07-18 Gerd Moellmann <gerd@gnu.org>
11465
11466 * mail/vms-pmail.el: Change maintainer to FSF.
11467
11468 * net/goto-addr.el: Change maintainer to FSF.
11469
11470 * info.el (Info-title-face-alist): Removed.
11471
114722000-07-18 David Ponce <david@dponce.com>
11473
11474 * recentf.el (recentf-open-files): New command that works like
11475 `recentf-open-more-files', but shows the whole list of files (not just
11476 those omitted from the menu). Useful if you don't use a menu-bar!
11477 (recentf-open-more-files) Modified to use `recentf-open-files'.
11478
11479 (recentf-open-files, recentf-open-more-files)
11480 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11481
11482 (recentf-dialog-mode): New mode for dialogs. You can now just type
11483 "q" to cancel the dialogs.
11484
114852000-07-18 David Ponce <david@dponce.com>
11486
11487 * recentf.el: This is a major update of recentf.el. It adds new
11488 features to better organize the recentf menu and "More..." buffer.
11489
11490 Using new provided menu filtering functions you can now organize the
11491 recent files list:
11492
11493 - by major modes
11494 - by directories
11495 - by user defined rules
11496
11497 Finally, with the new `recentf-filter-changer' customizable filter you
11498 can define a ring of filters and dynamically (via the menu) cycle on
11499 each menu organization in the ring (a la msb).
11500
115012000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11502
11503 * eshell/eshell.el (eshell): Replace links to eshell.info with
11504 links to eshell, to avoid problems on systems where the manual is
11505 installed as `eshell'.
11506 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11507 * eshell/em-smart.el (eshell-smart): Ditto.
11508 * eshell/em-banner.el (eshell-banner): Ditto.
11509 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11510
11511 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11512 same-file check in the MS-DOS version (it does support inodes).
11513
11514 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11515
11516 * eshell/eshell.el (eshell-directory-name):
11517 Run default directory name through convert-standard-filename.
11518
115192000-07-18 Kenichi Handa <handa@etl.go.jp>
11520
11521 * international/mule-cmds.el (select-safe-coding-system):
11522 Fix typo in the comment.
11523
11524 * language/european.el (compound-text):
11525 Force katakana-jisx0201 to be designated to G1.
11526
11527 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11528 Don't translate some national variant characters of latin-jisx0201.
11529 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11530
11531 * international/kkc.el (kkc-after-update-conversion-functions):
11532 New variable.
11533 (kkc-update-conversion): Run functions in it at the tail.
11534
115352000-07-16 John Wiegley <johnw@gnu.org>
11536
11537 * lisp/align.el (align-newline-and-indent):
11538 Adding new function. for auto-aligning blocks of code on RET.
11539 (align-region): Fixed badly formatted minibuffer message.
11540
115412000-07-17 Kenichi Handa <handa@etl.go.jp>
11542
11543 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11544 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11545 the conversion list at first if appropriate.
11546 (kkc-next): Don't update kkc-next-count here.
11547 (kkc-prev): Don't update kkc-prev-count here.
11548 (kkc-show-conversion-list-update): Fix setting up of conversion
11549 list message.
11550
115512000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11552
11553 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11554
115552000-07-16 Dave Love <fx@gnu.org>
11556
11557 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11558 function to be more specific.
11559
11560 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11561 non-string help-echo.
11562 (widget-types-convert-widget): Defsubst it.
11563 (widget-echo-help): Try to cope with a help-echo function of two
11564 possible sorts.
11565
115662000-07-15 Jason Rumney <jasonr@gnu.org>
11567
11568 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11569 Declare as obsolete.
11570
11571 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11572
115732000-07-14 Gerd Moellmann <gerd@gnu.org>
11574
11575 * hilit-chg.el: Fix typo.
11576
115772000-07-14 Dave Love <fx@gnu.org>
11578
11579 * info.el (Info-mode-menu): Fix use of :help, :enable.
11580
115812000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11582
11583 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11584
115852000-07-13 Dave Love <fx@gnu.org>
11586
11587 * emacs-lisp/easymenu.el: Doc fixes.
11588 (easy-menu-remove): Defalias to ignore.
11589
11590 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11591 Call throw correctly.
11592
115932000-07-13 Gerd Moellmann <gerd@gnu.org>
11594
11595 * faces.el (frame-background-mode): Doc fix.
11596
11597 * simple.el (eval-expression-print-length): Change custom type to
11598 allow entering nil as value.
11599
116002000-07-13 Dave Love <fx@gnu.org>
11601
11602 * progmodes/fortran.el (fortran-imenu-generic-expression):
11603 Change definition layout.
11604 (fortran-mode-menu): Reinstate customize entries.
11605
11606 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11607 Use :filter, per old XEmacs code.
11608
116092000-07-12 Gerd Moellmann <gerd@gnu.org>
11610
11611 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11612 event when deciding what to send to the terminal.
11613
116142000-07-12 Dave Love <fx@gnu.org>
11615
11616 * cus-start.el: Add optional version as 4th element of specs and
11617 use it for several things new in v21. Remove load-path. Fix type
11618 of line-number-display-limit.
11619
116202000-07-11 Dave Love <fx@gnu.org>
11621
11622 * progmodes/fortran.el: Don't require easymenu.
11623 Use repeat counts in various regexps.
11624 (fortran-mode-syntax-table): Defvar directly.
11625 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11626 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11627 Use defvar, not defconst.
11628 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11629 (fortran-mode): Set fortran-comment-line-start-skip,
11630 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11631 (fortran-comment-indent): Use defsubst.
11632 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11633 Use fortran-comment-indent, not fortran-comment-indent-function.
11634 (fortran-comment-region, fortran-electric-line-number): Simplify.
11635 (fortran-auto-fill): New function.
11636 (fortran-do-auto-fill): Deleted.
11637 (fortran-find-comment-start-skip):
11638 Check for non-null comment-start-skip.
11639 (fortran-auto-fill-mode, fortran-fill-statement):
11640 Use fortran-auto-fill.
11641 (fortran-fill): Use fortran-auto-fill. Check for null
11642 comment-start-skip. Simplify final clause and use end-of-line finally.
11643
11644 * widget.el (widget-plist-member): New alias.
11645
116462000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11647
11648 * eshell/esh-module.el (toplevel): Reference
11649 byte-compile-current-file only if it is bound.
11650
116512000-07-10 Gerd Moellmann <gerd@gnu.org>
11652
11653 * dired.el: Don't require `dired-aux'.
11654
116552000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11656
11657 * dired-aux.el (dired-show-file-type): New function.
11658 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11659 (dired-show-file-type): Add autoload.
11660
116612000-07-10 Kenichi Handa <handa@etl.go.jp>
11662
11663 * international/mule-diag.el (describe-font): Adjusted for the
11664 change of fontset-info.
11665 (print-fontset): Likewise.
11666
116672000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11668
11669 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11670
116712000-07-07 Gerd Moellmann <gerd@gnu.org>
11672
11673 * bindings.el: Bind `[delete]' to delete-char.
11674
11675 * dired.el (dired-find-alternate-file): New function.
11676 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11677 (toplevel): Require dired-aux when compiling.
11678 (dired-buffers): Move defvar within file to avoid compiler warning.
11679
11680 * info.el (Info-last-search): Variable removed.
11681 (Info-search-history): New variable.
11682 (Info-search): New Info-search-history.
11683
11684 * battery.el, info-look.el: Change author's mail address.
11685
116862000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11687
11688 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11689 if rmail-ignored-headers is nil.
11690 (rmail-retry-failure): Bind rmail-ignored-headers and
11691 rmail-displayed-headers to nil.
11692
116932000-07-06 Gerd Moellmann <gerd@gnu.org>
11694
11695 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11696 (print-region-1): Don't hard code `-h' here.
11697
11698 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11699
117002000-07-01 Francesco Potorti` <pot@gnu.org>
11701
11702 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11703 exim can use "your message" instead of "the message".
11704
117052000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * facemenu.el: Docstrings fixes.
11708 (facemenu-get-face): Don't use internal-find-face.
11709 (facemenu-iterate): Rename arg to match the docstring.
11710
11711 * newcomment.el (uncomment-region): Be more careful when skipping
11712 backwards over `=' not to bump into BOBP.
11713
117142000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11715
11716 * ediff-diff.el (ediff-wordify): Use syntax table.
11717 * ediff-init.el (ediff-has-face-support-p): Use
11718 ediff-color-display-p.
11719 (ediff-color-display-p): Use display-color-p, changed to defun
11720 from defsubst.
11721 Got rid of special cases for NeXT and OS/2.
11722 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11723 face.
11724
117252000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11726
11727 * emacs-lisp/lucid.el: Require CL.
11728 (copy-tree, remprop): Remove, it's provided by CL.
11729 (map-keymap): Define in terms of cl-map-keymap.
11730 (extent-property, set-extent-end-glyph): New functions.
11731
11732 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11733
117342000-07-05 Gerd Moellmann <gerd@gnu.org>
11735
11736 * Makefile.in (DONTCOMPILE): Add comment that the name may
11737 not be changed without changing the make-dist script.
11738
11739 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11740 (cl-mapc): Use mapc instead of cl-old-mapc.
11741
117422000-07-05 Andrew Innes <andrewi@gnu.org>
11743
11744 * makefile.nt: Add support for `bootstrap' and related targets.
11745
117462000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11747
11748 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11749 (easy-menu-do-define): Use `menu-item' format.
11750 Handle case where easy-menu-create-menu returns a symbol.
11751 Manually call the potential top-level filter in the function binding.
11752 (easy-menu-filter-return): New arg NAME.
11753 Convert to a keymap if MENU is an XEmacs menu.
11754 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11755 (easy-menu-converted-items-table, easy-menu-convert-item):
11756 New var and fun to memoize easy-menu-convert-item-1.
11757 (easy-menu-do-add-item): Use it.
11758 (easy-menu-create-menu): Use easy-menu-convert-item.
11759 Wrap easy-menu-filter-return around any :filter specification.
11760 Don't convert the menu if a filter was specified.
11761 Tell easy-menu-make-symbol not to check for MENU being an expression.
11762 (easy-menu-make-symbol): New arg NOEXP.
11763
117642000-07-05 Gerd Moellmann <gerd@gnu.org>
11765
11766 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11767 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11768 (eval-defun): If called with prefix arg, instrument code for
11769 Edebug.
11770
11771 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11772 similar to that of eval-defun.
11773
117742000-07-04 Dave Love <fx@gnu.org>
11775
11776 * hl-line.el (hl-line-overlay): Make it permanent-local.
11777
11778 * calendar/todo-mode.el: Replaced with a working version, based on
11779 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11780
117812000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11782
11783 * paths.el (prune-directory-list): New function.
11784 (Info-default-directory-list): Rewritten to more methodically
11785 enumerate a big list of possible info directories (based on the
11786 list used by the standalone info reader).
11787
11788 * info.el (info-initialize): Use prune-directory-list to remove
11789 non-existent directories from Info-directory-list.
11790
11791 * paths.el (Info-default-directory-list): Try a list of possible
11792 info-directories instead of a single one. Add the possible
11793 info directory "/usr/share/info".
11794
11795 * woman.el (woman-man.conf-path): Explicitly include the debian
11796 man-db config file "/etc/manpath.config".
11797 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11798 are present in `manpath.config'.
11799 (woman-manpath): Include "/usr/share/man".
11800
118012000-07-03 Gerd Moellmann <gerd@gnu.org>
11802
11803 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11804
11805 * startup.el (command-line): Initialize blink-cursor based
11806 on window-system.
11807
11808 * frame.el (blink-cursor): Default to nil if not running under
11809 a window-system.
11810
11811 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11812 (face-x-resources): Remove duplicate entry for :font.
11813
11814 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11815 instead of cycling through windows with next-window.
11816
11817 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11818 of cycling through windows with next-window.
11819
11820 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11821 of cycling through windows with next-window.
11822
11823 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11824 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11825 instead of cycling through windows with next-window.
11826
11827 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11828 instead of cycling through windows with next-window.
11829
11830 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11831 of cycling through windows with next-window.
11832
11833 * terminal.el (te-process-output): Use walk-windows instead of
11834 cycling through windows with next-window.
11835
11836 * server.el (server-switch-buffer): Use some-window instead of
11837 cycling through windows with next-window.
11838
11839 * window.el (some-window): New function.
11840 (walk-windows): Remove reference to walk-windows-start.
11841
11842 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11843
118442000-07-03 Richard Stallman <rms@gnu.org>
11845
11846 * window.el (walk-windows): Guarantee termination by keeping a list
11847 of all the windows already handled.
11848
118492000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11850
11851 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11852 window-system.
11853
11854 * man.el (Man-notify-when-ready): Don't use window-system. If
11855 Man-notify-method is newframe, and the display is not
11856 multi-frame, select the frame created for the man page.
11857 (Man-init-defvars): Doc fix.
11858
118592000-06-28 Gerd Moellmann <gerd@gnu.org>
11860
11861 * faces.el (region): Change background color for light background.
11862
11863 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11864 attribute from mode-line face of Ediff control frame.
11865
11866 * replace.el (query-replace-map): Bind `e' like `E'.
11867
118682000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11869
11870 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11871 Change name to "Select All".
11872
11873 * dos-fns.el (convert-standard-filename): Fix last change.
11874
118752000-06-27 Gerd Moellmann <gerd@gnu.org>
11876
11877 * help.el (describe-variable): Don't insert a second `'s' in front
11878 of the string `value is shown below'. Since the syntax-table is
11879 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11880 an existing `'s', so that this won't be deleted.
11881
11882 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11883 * pcmpl-unix.el: New files.
11884
118852000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * wid-edit.el (widget-member): Use the new plist-member.
11888
118892000-06-26 Gerd Moellmann <gerd@gnu.org>
11890
11891 * replace.el (perform-replace): Undo change of 2000-04-04.
11892 Instead, move backward 1 character at the end of the loop when
11893 necessary.
11894
11895 * faces.el (fringe): Change face for different backgrounds.
11896
11897 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11898 patch from John.
11899
11900 * eshell/*.el: Change spelling of the Free Software Foundation.
11901
11902 * eshell/esh-toggle.el: Removed.
11903
11904 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11905
11906 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11907 interactively.
11908
119092000-06-26 Alex Schroeder <alex@gnu.org>
11910
11911 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11912 `define-key'; instead of checking `(emacs-version)' check for
11913 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11914 for `;' and `o' which might be electric.
11915
11916 (sql-electric-stuff): New user option.
11917 (sql-magic-go): New function which uses `sql-electric-stuff'.
11918 (sql-magic-semicolon): New function which uses
11919 `sql-electric-stuff'.
11920
11921 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11922 is not fboundp.
11923
11924 (sql-oracle-options): New variable.
11925 (sql-oracle): Use it.
11926
11927 (sql-imenu-generic-expression): Doc change.
11928 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11929 is used.
11930
11931 (sql-informix): Added command line parameter "-" to force
11932 sql-informix-program to use stdout.
11933
119342000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11935
11936 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11937 (cp864-decode-table): Doc fix.
11938 (cp720-decode-table): New variable, supports the Arabic OEM
11939 codepage used by Windows.
11940 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11941
119422000-06-23 Dave Love <fx@gnu.org>
11943
11944 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11945 (font-lock-fontify-anchored-keywords): Use
11946 line-beginning-position.
11947 (global-font-lock-mode): Use mapc.
11948
119492000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11950
11951 * eshell/esh-module.el: Require CL when compiling.
11952
119532000-06-23 Gerd Moellmann <gerd@gnu.org>
11954
11955 * comint.el (comint-substitute-in-file-name): Call replace-match
11956 with second and third arg t.
11957
11958 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11959 Specify foreground color.
11960
11961 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11962 color.
11963
11964 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11965
11966 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11967 cddr instead of cdddr.
11968
11969 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11970 instead of copy-list.
11971
11972 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11973 of copy-list.
11974
11975 * subdirs.el: Add eshell subdirectory.
11976
11977 * eshell: New subdirectory containing the Eshell package.
11978
11979 * pcomplete.el: New file.
11980
119812000-06-23 Paul Eggert <eggert@twinsun.com>
11982
11983 * mail/mailpost.el (post-mail-send-it): Make sure file has
11984 proper permissions from birth.
11985
11986 * files.el (basic-save-buffer-2): When temporarily setting
11987 file modes, set them to current modes plus 0200, not to 0777.
11988
11989 * emerge.el (emerge-make-temp-file): Make sure file has proper
11990 permissions from birth.
11991
119922000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11993
11994 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11995 backup file name through convert-standard-filename.
11996
11997 * dos-fns.el (convert-standard-filename): Convert leading
11998 directories as well. When long file names are supported, convert
11999 characters that are invalid in Windows file names.
12000
120012000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12002
12003 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12004 ps-print crashes. New feature: page selection for printing. Create
12005 raw-text-unix coding system for XEmacs. Doc fix.
12006 (ps-print-version): New version number (5.2.3).
12007 (ps-plot-region): Bug fix.
12008 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12009 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12010 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12011 funs.
12012 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12013 (ps-last-page): New vars.
12014
120152000-06-21 Gerd Moellmann <gerd@gnu.org>
12016
12017 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12018 empty option string.
12019
120202000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12021
12022 * man.el (man): Doc fix.
12023
120242000-06-21 Kenichi Handa <handa@etl.go.jp>
12025
12026 * international/mule-cmds.el (set-language-info-alist): Docstring
12027 fixed.
12028
120292000-06-20 Gerd Moellmann <gerd@gnu.org>
12030
12031 * version.el (emacs-version): Use ISO date format.
12032
12033 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12034 instead of `M-backspace'.
12035
12036 * simple.el (turn-off-auto-fill): New function.
12037
120382000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12039
12040 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12041 Renamed from with-buffer-prepared-for-font-lock and use
12042 inhibit-modification-hooks rather than setting *-change-functions.
12043 Update all functions to use the new name.
12044 (jit-lock-first-unfontify-pos): New semantics (and doc).
12045 (jit-lock-mode): Make non-interactive.
12046 Don't automatically turn on font-lock.
12047 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12048 Always use jit-lock-after-change.
12049 Remove and restore font-lock-after-change-function.
12050 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12051 (jit-lock-after-unfontify-buffer): Remove.
12052 (jit-lock-stealth-fontify):
12053 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12054 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12055
120562000-06-20 Sam Steingold <sds@gnu.org>
12057
12058 * emacs-lisp/cl-indent.el (toplevel): Indent
12059 `print-unreadable-object' properly. Untabify.
12060
120612000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12062
12063 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12064 Support for bibentry.
12065 (reftex-compile-variables): Fixed problem with end of section-re.
12066
12067 * texmodes/reftex-dcr.el (reftex-view-crossref,
12068 reftex-view-crossref-from-bibtex):
12069 Deal with changed `reftex-find-citation-regexp-format'.
12070 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12071 Replaced `remprop' with `put'.
12072 (reftex-view-crossref, reftex-view-crossref-when-idle):
12073 Support for bibentry.
12074
12075 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12076 New entry for bibentry package.
12077
12078 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12079 Regexp also matches "\nobibliography".
12080
12081 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12082 Call `reftex-ensure-write-access' before doing anything.
12083 (reftex-ensure-write-access): New function.
12084
120852000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12086
12087 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12088
12089 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12090
12091 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12092
12093 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12094
12095
120962000-06-20 Dave Love <fx@gnu.org>
12097
12098 * faces.el (frame-background-mode): Use set-default, not set, in
12099 setter.
12100 (frame-update-faces, frame-update-face-colors): Define with
12101 defalias.
12102
12103 * enriched.el (enriched-decode-foreground)
12104 (enriched-decode-background): Don't use internal-find-face.
12105
12106 * apropos.el: Doc fixes.
12107
12108 * cus-edit.el (customize-changed-options): Check arg.
12109 (customize-version-lessp): Don't require decimal point.
12110
12111 * custom.el (defcustom, defgroup): Doc fix.
12112
12113 * newcomment.el (comment) <defgroup>: Add :version.
12114 (comment-multi-line): Doc fix.
12115
12116 * emulation/mlsupport.el (define-hooked-local-abbrev,
12117 define-hooked-global-abbrev): Fix, using define-abbrev.
12118
121192000-06-19 Gerd Moellmann <gerd@gnu.org>
12120
12121 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12122 the whole buffer.
12123
121242000-06-19 Dave Love <fx@gnu.org>
12125
12126 * menu-bar.el (menu-bar-options-save): New function.
12127 (menu-bar-options-menu): Use it.
12128 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12129 Simplify.
12130
121312000-06-19 Andreas Schwab <schwab@suse.de>
12132
12133 * progmodes/etags.el (tags-query-replace): Put new parameters
12134 START and END at the end, for backward compatibility.
12135
121362000-06-19 Kenichi Handa <handa@etl.go.jp>
12137
12138 * international/codepage.el:
12139 (cp-coding-system-for-codepage-1): Delete special codes for
12140 generating xxx-dos coding system because now a CCL based coding
12141 system can handle EOL conversion by default.
12142
12143 * international/mule.el (make-coding-system): Generate subsidiary
12144 coding systems for EOL handling variants even for a CCL based
12145 coding system.
12146
121472000-06-19 Kenichi Handa <handa@etl.go.jp>
12148
12149 * international/isearch-x.el (isearch-minibuffer-input-method)
12150 (isearch-minibuffer-input-method-function): These variables
12151 deleted.
12152 (isearch-with-input-method): Don't use the above variables.
12153 (isearch-process-search-multibyte-characters): Likewise. Call
12154 read-string with the arg INHERIT-INPUT-METHOD t.
12155
121562000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12157
12158 * font-lock.el (font-lock-after-fontify-buffer)
12159 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12160
12161 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12162 Use consistent make-local-variable style for font-lock-fontified.
12163 (jit-lock-fontify-buffer):
12164 Don't bother checking for font-lock-mode and jit-lock-mode.
12165
12166 * time.el: Remove trailing ^M that prevent CVS-merging.
12167
121682000-06-16 Gerd Moellmann <gerd@gnu.org>
12169
12170 * Makefile.in (distclean): New target.
12171
121722000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12173
12174 * Makefile.in (srcdir): Define for update-subdirs.
12175
121762000-06-16 Gerd Moellmann <gerd@gnu.org>
12177
12178 * find-lisp.el: New file.
12179
121802000-06-16 Andrew Innes <andrewi@gnu.org>
12181
12182 * time.el (display-time-mail-function): New variable, to allow
12183 external packages to indicate when new mail is available.
12184 (display-time-update): Use it.
12185
121862000-06-16 Kenichi Handa <handa@etl.go.jp>
12187
12188 * international/mule.el (mule-version): Change version name to
12189 SAKAKI. AOI has already been used by Meadow.
12190
12191 * international/quail.el (quail-show-guidance-buf): To find the
12192 bottom window (but minibuffer), pay attention to the height of
12193 minibuffer.
12194
121952000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12196
12197 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12198 menu-bar menus. Add help strings. Don't remove the Edit menu
12199 from the menu bar, as the menu bar has enough space now.
12200
12201 * Makefile.in (SHELL): Make sure /bin/sh is used.
12202
12203 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12204 characters, which use series of two ^H characters instead of one.
12205
122062000-06-15 Gerd Moellmann <gerd@gnu.org>
12207
12208 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12209 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12210 functions.
12211 (Info-find-node-2): Try a case-sensitive search first, then
12212 do a case-insensitive search.
12213
12214 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12215 tutorials.
12216
12217 * complete.el (PC-env-vars-alist): New variable.
12218 (PC-complete-as-file-name): New function.
12219 (partial-completion-mode): Initialize PC-env-vars-alist from
12220 process-environment.
12221 (PC-do-completion): Handle completion of env vars.
12222
12223 * info.el (Info-set-mode-line): Show file name in mode line,
12224 use `*Info*' instead of `Info:'.
12225
12226 * startup.el (command-line-1): Change copyright messages to year
12227 2000.
12228
122292000-06-15 Dave Love <fx@gnu.org>
12230
12231 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12232 not local-map.
12233
122342000-06-15 Kenichi Handa <handa@etl.go.jp>
12235
12236 * international/mule.el (set-buffer-file-coding-system): Almost
12237 rewritten to handle `undecided' as no-op.
12238
122392000-06-14 Gerd Moellmann <gerd@gnu.org>
12240
12241 * Makefile.in: New file.
12242
12243 * Makefile: Removed.
12244
12245 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12246 (goto-address-highlight-keymap): Bind C-c RET.
12247
122482000-06-14 Kenichi Handa <handa@etl.go.jp>
12249
12250 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12251 inherits buffer-file-coding-system of the current buffer.
12252
12253 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12254 0. Give correct argument to set-auto-coding-function.
12255 (tar-expunge): For goto-char, use (point-min), not 0.
12256 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12257 (tar-subfile-save-buffer): Likewize.
12258
12259 * international/mule.el
12260 (after-insert-file-set-buffer-file-coding-system): Call
12261 set-buffer-file-coding-system with the arg FORCE t.
12262
122632000-06-13 Gerd Moellmann <gerd@gnu.org>
12264
12265 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12266 nil. Contemporary sendmails issue an X-Authentication-Warning if
12267 the sender is set with `-f'.
12268
122692000-06-13 Dave Love <fx@gnu.org>
12270
12271 * help.el (describe-function-1): Kluge around cases of functions
12272 fset to subrs whose doc doesn't match their symbol-name.
12273
12274 * image.el (insert-image): Default STRING to a space.
12275
12276 * info.el Doc fixes.
12277 (Info-build-node-completions): Match Ref tags.
12278
122792000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12280
12281 * frame.el (display-multi-frame-p, display-multi-font-p): New
12282 defaliases for display-graphic-p.
12283
12284 * hl-line.el: Fixed a typo in commentary.
12285
122862000-06-13 Kenichi Handa <handa@etl.go.jp>
12287
12288 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12289 fixed.
12290
122912000-06-12 Dave Love <fx@gnu.org>
12292
12293 * image.el (insert-image): Save a little consing.
12294
122952000-06-12 Kenichi Handa <handa@etl.go.jp>
12296
12297 * language/tibet-util.el: Convert all tibetan-1-column characters
12298 to the corresponding tibetan characters.
12299 (tibetan-add-components): Delete code for the special treatment of
12300 'a chung.
12301
12302 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12303 change.
12304 (tibetan-vowel-transcription-alist): More rules added.
12305 (tibetan-composite-vowel-alist): New variable.
12306 (tibetan-precomposition-rule-alist): More rules added.
12307
123082000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12309
12310 * startup.el (command-line): Only call menu-bar-mode if interactive.
12311
12312 * thingatpt.el (toplevel symbol-properties):
12313 * textmodes/makeinfo.el (makeinfo-compile):
12314 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12315 * progmodes/hideif.el (hif-compress-define-list)
12316 (hide-ifdef-use-define-alist):
12317 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12318 (ange-ftp-vms-add-file-entry):
12319 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12320 * man.el (Man-build-man-command):
12321 * mail/rnewspost.el (news-reply-header-hook):
12322 * info.el (Info-insert-dir):
12323 * emulation/mlconvert.el (backward-word, forward-word, setq):
12324 * emacs-lisp/gulp.el (gulp-send-requests):
12325 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12326 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12327 (byte-optimize-apply, end of file):
12328 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12329 (ad-make-freeze-definition):
12330 * startup.el (command-line, command-line-1): Don't quote lambdas.
12331
12332 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12333 (cvs-cleanup-removed): New function.
12334 (cvs-cleanup-functions): New var.
12335 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12336 some flexibility in specifying additional entries to auto-cleanup.
12337 (cvs-quickdir): New function.
12338 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12339 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12340 (cvs-mode-find-file): Check that we are on a filename or dirname
12341 when invoked through a mouse-click.
12342 (cvs-full-path): Remove.
12343 (cvs-dired-action): Re-introduced.
12344 (cvs-dired-noselect): Use it.
12345 (vc-post-command-functions): use this new hook if available.
12346
12347 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12348 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12349 (cvs-filename-map, cvs-dirname-map): Remove.
12350 (cvs-default-action): Remove.
12351 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12352 if the arg is really a keymap.
12353 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12354 Don't hardcode the mapping from state (aka type) to face, but check
12355 the var cvs-fi-<type>-face instead.
12356 (cvs-fileinfo-from-entries): New function.
12357
12358 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12359 Docstring fix.
12360 (cvs-find-file-and-jump): Change default to be safer.
12361 (cvs-mode-diff-map): Define it as a function as well.
12362 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12363 Bind mouse-2 in this global map rather than with text-properties.
12364
12365 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12366 file to resolve the ambiguity between C(conflict) and C(need-merge).
12367
123682000-06-12 Kenichi Handa <handa@etl.go.jp>
12369
12370 * international/mule.el (set-buffer-file-coding-system): If
12371 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12372 unconditionally.
12373
123742000-06-12 Dave Love <fx@gnu.org>
12375
12376 * wid-edit.el (widget-specify-button): Really suppress the face if
12377 required.
12378
123792000-06-11 Gerd Moellmann <gerd@gnu.org>
12380
12381 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12382
123832000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12384
12385 * imenu.el (imenu-generic-expression): Docstring fix.
12386
12387 * composite.el (composition-function-table): Move the `put'
12388 below the autoload cookie so we can load the file before loaddefs.
12389
12390 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12391
12392 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12393 Handle easy-mmode-define-global-mode.
12394 For complex macros like define-minor-mode that can generate
12395 several autoload entries, try to autoload entries in the
12396 macroexpanded code.
12397
12398 * emacs-lisp/easy-mmode.el (define-minor-mode):
12399 If KEYMAP is a symbol, just use it.
12400 Use byte-compile-current-file and load-file-name to infer the
12401 proper :require to pass to defcustom.
12402 Wrap the hook var into `progn' so as not to autoload it.
12403 Add a :autoload-end cookie.
12404 Be more careful about the evaluation of KEYMAP.
12405 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12406 (define-derived-mode): Move define-abbrev-table outside of defvar.
12407
124082000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12409
12410 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12411 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12412 (backup-compiled-files): Ignore errors during `tar'.
12413 (bootstrap): Make autoloads before elc files.
12414
124152000-06-10 Kenichi Handa <handa@etl.go.jp>
12416
12417 * international/mule.el (set-buffer-file-coding-system): If one of
12418 undecided-XXX is specified, change only EOL conversion.
12419
12420 * international/mule-conf.el (unix): New alias for the coding
12421 system undecided-unix.
12422
124232000-06-09 Dave Love <fx@gnu.org>
12424
12425 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12426
12427 * progmodes/executable.el: Byte compile dynamic.
12428 (executable-insert): Change custom type.
12429 (executable-find): Add autoload cookie.
12430 (executable-make-buffer-file-executable-if-script-p): New
12431 function. After Noah Friedman.
12432
12433 * files.el (after-save-hook): Customize, with
12434 executable-make-buffer-file-executable-if-script-p as an option.
12435
124362000-06-09 Kenichi Handa <handa@etl.go.jp>
12437
12438 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12439 "tib24p-mule.bdf" for Tibetan.
12440
12441 * composite.el (decompose-composite-char): Declare it as obsolete.
12442
12443 * man.el (Man-fontify-manpage): Pay attention to underline and
12444 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12445
124462000-06-08 Gerd Moellmann <gerd@gnu.org>
12447
12448 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12449 Set maintainer to FSF since author isn't reachable.
12450
124512000-06-08 Dave Love <fx@gnu.org>
12452
12453 * international/mule-cmds.el (select-safe-coding-system): If
12454 DEFAULT-CODING-SYSTEM is not specified, also check the most
12455 preferred coding-system if buffer-file-coding-system is
12456 `undecided'. From Handa.
12457
124582000-06-08 Kenichi Handa <handa@etl.go.jp>
12459
12460 * international/mule.el
12461 (after-insert-file-set-buffer-file-coding-system): If the buffer
12462 size is greater than INSERTED, judget that we are not visiting.
12463
124642000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12465
12466 * whitespace.el (defgroup whitespace): Comment out `:version'.
12467 XEmacs 20.4 has problems defining the group with this present.
12468 We'll have this commented out till get resolve the problem.
12469
124702000-06-07 John Wiegley <johnw@gnu.org>
12471
12472 * align.el (align-dq-string-modes, align-sq-string-modes)
12473 (align-open-comment-modes): Add pyhton-mode.
12474 (align-rules-list): Use get-text-property instead of
12475 text-properties-at.
12476 (align-rules-list): Add python-assignment.
12477 (align-rules-list): Change perl-comma-delimiter to
12478 basic-comma-delimiter. Use if for Perl modes and python-mode.
12479 (align-rules-list): Add python-chain-logic and
12480 basic-line-continuation.
12481
124822000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12483
12484 * apropos.el (apropos-mode-hook): New user variable.
12485 (apropos-mode): Run apropos-mode-hook.
12486
124872000-06-07 David Ponce <david@dponce.com>
12488
12489 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12490 commands. Require `wid-edit' at run-time.
12491
124922000-06-07 David Ponce <david@dponce.com>
12493
12494 * recentf.el: Added some "Commentary".
12495 (recentf-open-more-files, recentf-edit-list): Minor changes to
12496 move the point at the top of the file list. This behaviour is
12497 consistent with the menu one when the list contains a lot of
12498 files.
12499 (recentf-cleanup): Now displays the number of items removed from
12500 the list.
12501 (recentf-relative-filter) New menu filter to show filenames
12502 relative to `default-directory'.
12503
125042000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12505
12506 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12507 with/without giving an error if PostScript printer doesn't have this
12508 kind of page size. Zebra Stripe continues or restarts on next page.
12509 Manual/automatic paper feeding. Switch or not the header.
12510 (ps-print-version): New version number (5.2.2).
12511 (ps-windows-system): Include emx as a Windows system.
12512 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12513 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12514 (ps-background-text): Code fix.
12515 (ps-error-handler-message, ps-user-defined-prologue)
12516 (ps-print-prologue-header, ps-printer-name)
12517 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12518 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12519 (ps-use-face-background): Customization fix.
12520 (ps-n-up-database): Data fix.
12521 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12522 (ps-switch-header): New vars.
12523 (ps-xemacs-color-name, ps-face-foreground-name)
12524 (ps-face-background-name, ps-boolean-constant): New funs.
12525
125262000-06-07 Dave Love <fx@gnu.org>
12527
12528 * allout.el: New version from Manheimer.
12529
125302000-06-07 Kenichi Handa <handa@etl.go.jp>
12531
12532 * textmodes/fill.el (fill-find-break-point): Check the validity of
12533 charset.
12534
125352000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12536
12537 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12538 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12539 Call display-color-p and display-mouse-p instead of looking at
12540 window-system.
12541
125422000-06-06 Dave Love <fx@gnu.org>
12543
12544 * image.el (find-image): Doc fix. Return nil if image not found.
12545 (put-image, insert-image): Make STRING arg optional.
12546
125472000-06-06 Kenichi Handa <handa@etl.go.jp>
12548
12549 * language/vietnamese.el: Remove eval-when-compile.
12550 (viet-viscii-nonascii-translation-table): Define it as a
12551 translation table made from viet-viscii-decode-table.
12552 (viet-viscii-encode-table): Define it as a translation table made
12553 from the reverse map of above.
12554 (viet-vscii-nonascii-translation-table): Define it as a
12555 translation table made from viet-vscii-decode-table.
12556 (viet-vscii-encode-table): Define it as a translation table made
12557 from the reverse map of above.
12558 (ccl-decode-viscii): Use translate-character.
12559 (ccl-encode-viscii, ccl-encode-viscii-font)
12560 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12561 Likewize.
12562
12563 * language/cyrillic.el: Remove eval-when-compile.
12564 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12565 translation table made from cyrillic-koi8-r-decode-table.
12566 (cyrillic-koi8-r-encode-table): Define it as a translation table
12567 made from the reverse map of above.
12568 (ccl-decode-koi8): Use translate-character.
12569 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12570 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12571 a translation table made from cyrillic-alternativnyj-decode-table.
12572 (cyrillic-alternativnyj-encode-table): Define it as a translation
12573 table made from the reverse map of above.
12574 (ccl-decode-alternativnyj): Use translate-character.
12575 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12576 Likewize
12577
12578 * international/mule-diag.el (non-iso-charset-alist): Specify
12579 translation table symbol instead of translation table itself.
12580 (list-block-of-chars): CHARSET may be a translation table symbol.
12581
12582 * international/mule.el (make-coding-system): If CODING-SYSTEM
12583 already exists, override it.
12584
12585 * international/fontset.el: Use family `proportional' for Tibetan
12586 fonts.
12587
12588 * international/ccl.el (ccl-compile-translate-character): Don't
12589 check if Rrr has property translation-table.
12590 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12591
125922000-06-05 Gerd Moellmann <gerd@gnu.org>
12593
12594 * info.el: Bind case-fold-search to t when searching in case
12595 a user sets it to nil in a hook.
12596
125972000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12598
12599 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12600 * hl-line.el (hl-line-mode): Use the new :global key argument.
12601
12602 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12603 (tar-clip-time-string): Prepend a space.
12604 (tar-grind-file-mode): Construct a string rather than modifying one.
12605 (tar-header-block-summarize): Fix docstring.
12606 Use `format' rather than an error-prone set of copy-loops.
12607
12608 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12609 (diff-goto-source, diff-unified->context, diff-context->unified)
12610 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12611 understand the format output by the `-p' argument to diff.
12612
12613 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12614 (sh-re-done): Use defconst.
12615 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12616 (sh-help-string-for-variable, sh-guess-basic-offset):
12617 Don't quote lambdas.
12618 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12619 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12620
12621 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12622 (mh-letter-mode): Derive from text-mode.
12623 This implicitly means that it now calls kill-all-local-variables.
12624 Also remove the Emacs-18 compatibility code.
12625
12626 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12627 Make use of symbol-property doc-string-elt.
12628 Use memq rather than a sequence of eq.
12629 (doc-string-elt): Fix the wrong or missing previously unused values.
12630 (autoload-print-form): New function extracted from
12631 generate-file-autoloads to allow recursion when handling progn
12632 so that defvar's and defun's docstrings are properly printed.
12633 (generate-file-autoloads): Use it.
12634
12635 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12636 Use find-file-hooks in the minor-mode function.
12637 Be careful not to loop indefinitely in the post-command-hook function.
12638
126392000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12640
12641 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12642 tty's.
12643 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12644 differences whenever appropriate.
12645 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12646 * viper.el (find-file, find-file-other-window): Get viper to do
12647 wildcards.
12648
126492000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12650
12651 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12652 (jit-lock-fontify-buffer): New function for JIT refontification.
12653 (jit-lock-mode): Fix docstring.
12654 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12655 Remove jit-lock-after-change from the _local_ hook.
12656 (jit-lock-function-1): Fix docstring.
12657
12658 * info.el (Info-on-current-buffer): Initialize info.
12659
12660 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12661
12662 * progmodes/tcl.el (tcl-indent-for-comment):
12663 Ignore comment-indent-hook.
12664
12665 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12666 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12667 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12668 and improve to use the lighter to guess the capitalization.
12669 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12670 Add keyword arguments to specify global-ness or the custom group.
12671 Add local-map and help-echo properties to the lighter.
12672 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12673 (easy-mmode-define-global-mode): New macro.
12674
126752000-06-02 Dave Love <fx@gnu.org>
12676
12677 * wid-edit.el: byte-compile-dynamic since we typically don't use
12678 all the widgets. Don't require cl or widget. Remove
12679 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12680 (widget-read-event): Removed. Callers changed to use read-event.
12681 (widget-button-release-event-p): Renamed from
12682 button-release-event-p.
12683 (widget-field-add-space, widget-field-use-before-change):
12684 Uncustomize.
12685 (widget-specify-field): Use keymap property, not local-map.
12686 (widget-specify-button): Obey :suppress-face.
12687 (widget-specify-insert): Use modern backquote syntax.
12688 (widget-image-directory): Renamed from widget-glyph-directory.
12689 (widget-image-enable): Renamed from widget-glyph-enable.
12690 (widget-image-find): Replaces widget-glyph-find.
12691 (widget-button-pressed-face): Move defvar.
12692 (widget-image-insert): Replaces widget-glyph-insert.
12693 (widget-convert): Use keywordp.
12694 (widget-leave-text, widget-children-value-delete): Use mapc.
12695 (widget-keymap): Remove XEmacs stuff.
12696 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12697 (widget-button-click): Don't set point at the click, but re-centre
12698 if we scroll out of window. Rewritten for images v. glyphs &c.
12699 (widget-tabable-at): Use POS arg, not point.
12700 (widget-beginning-of-line, widget-end-of-line)
12701 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12702 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12703 (widget-default-create): Use widget-image-insert; some rewriting.
12704 (widget-visibility-value-create)
12705 (widget-push-button-value-create, widget-toggle-value-create): Use
12706 widget-image-insert.
12707 (checkbox): Create on and off images dynamically.
12708 (documentation-link): Change :help-echo.
12709 (widget-documentation-link-echo-help): Remove.
12710
127112000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12712
12713 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12714
12715 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12716 (easy-mmode-define-toggle, define-minor-mode): Use it.
12717 (easy-mmode-define-keymap): Docstring fix.
12718 (define-derived-mode): Default PARENT to fundamental-mode.
12719 Add the derived-mode-parent symbol-property.
12720 (easy-mmode-derived-mode-p): New function.
12721
127222000-06-02 Dave Love <fx@gnu.org>
12723
12724 * files.el (convert-standard-filename): Doc fix.
12725 (normal-backup-enable-predicate): New function.
12726 (backup-enable-predicate): Use it to replace the lambda form.
12727
12728 * calendar/todo-mode.el: [This needs more work on the outline
12729 stuff.] Doc fixes.
12730 (todo) <defgroup>: Add :version.
12731 (todo-add-category): Don't use pushnew.
12732 (todo-cmd-raise): Fix typo.
12733 (todo-top-priorities): Change temp buffer name.
12734 (todo-category-alist): Avoid redundant lambda.
12735 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12736 Use outline-next-heading.
12737
12738 * autoarg.el: Rewritten to use define-minor-mode.
12739 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12740 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12741
127422000-06-02 Kenichi Handa <handa@etl.go.jp>
12743
12744 * isearch.el (isearch-other-meta-char): Fix previous change.
12745
127462000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12747
12748 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12749 (log-edit-done): Only add the comment to the ring if it's different
12750 from the last comment entered.
12751
12752 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12753
127542000-06-01 Dave Love <fx@gnu.org>
12755
12756 * hl-line.el: Rewritten using define-minor-mode.
12757
12758 * help.el (describe-function-1): Distinguish special form from
12759 builtin function. Sanity-check presence of arglist for builtins.
12760
127612000-06-01 Kenichi Handa <handa@etl.go.jp>
12762
12763 * international/characters.el: Fix syntax/category setting of
12764 Tibetan characters.
12765
12766 * language/tibet-util.el (tibetan-add-components): Fixes for new
12767 encoding of Tibetan characters.
12768 (tibetan-decompose-precomposition-alist): New variable.
12769 (tibetan-decompose-region): Convert precomposed characters to
12770 non-precomposed characters.
12771 (tibetan-decompose-string): Likewise.
12772 (tibetan-composition-function): Fix args to
12773 thibetan-compose-string.
12774
12775 * language/tibetan.el (tibetan-composable-pattern): More
12776 characters included.
12777 (tibetan-consonant-transcription-alist): Rule for "R" added.
12778 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12779 "+R" added.
12780 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12781
12782 * language/lao-util.el (lao-composition-function): Fix args to
12783 compose-string.
12784
12785 * language/thai-util.el (thai-composition-function): Fix args to
12786 compose-string.
12787
12788 * isearch.el (isearch-update): Set disable-point-adjustment to t
12789 to prevent the point moving to the end of a composition when a
12790 part of a composition is searched.
12791 (isearch-other-meta-char): If the key invoking this command can be
12792 mapped by function-key-map to a printing char, call
12793 isearch-process-search-char directly.
12794
127952000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12796
12797 * emacs-lisp/bytecomp.el:
12798 * frame.el:
12799 * international/mule-cmds.el:
12800 * international/mule-util.el:
12801 * international/mule.el:
12802 * mouse.el:
12803 * subr.el:
12804 * faces.el: Update calls to make-obsolete with a WHEN argument.
12805
12806 * byte-run.el (make-obsolete, make-obsolete-variable):
12807 Add an optional WHEN argument and change the format of the
12808 symbol-property information.
12809 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12810 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12811 new obsolete-symbol-property format and print WHEN if it is provided.
12812
128132000-05-31 Dave Love <fx@gnu.org>
12814
12815 * loadhist.el (loadhist-hook-functions): Remove
12816 before-change-function, after-change-function.
12817 (unload-feature): Deal with symbols which are both bound and
12818 fbound.
12819
12820 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12821 before-change-function, after-change-function.
12822
12823 * simple.el (newline): Don't bind before-change-function,
12824 after-change-function.
12825
128262000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12827
12828 * whitespace.el (whitespace-rescan-timer-time): Update interval
12829 set to 600 seconds (10 minutes) instead of 60 seconds since
12830 a large number of whitespace buffers causes emacs to `freeze'
12831 for a considerable amount of time.
12832
12833 * whitespace.el: Updated email address
12834
128352000-05-31 Dave Love <fx@gnu.org>
12836
12837 * add-log.el (change-log-font-lock-keywords) <function>: Add
12838 pattern for function of change.
12839 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12840 acknowledgements patterns.
12841
128422000-05-31 Kenichi Handa <handa@etl.go.jp>
12843
12844 * isearch.el (isearch-printing-char): If keyboard coding system is
12845 being used, call isearch-process-search-multibyte-characters.
12846
12847 * international/isearch-x.el: Mostly rewritten.
12848
12849 * international/quail.el (quail-start-conversion): Don't include
12850 unhandled events in the returned events, but set them in
12851 unread-command-events. Exit if all inputs are deleted.
12852
128532000-05-30 Jason Rumney <jasonr@gnu.org>
12854
12855 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12856
12857 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12858 Reenable code to create initial fontsets.
12859 Use set-fontset-font in place of put-charset-property.
12860
128612000-05-30 Gerd Moellmann <gerd@gnu.org>
12862
12863 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12864 label, ensure that the first colon isn't followed by another.
12865
12866 * paths.el (Info-default-directory-list): Doc fix.
12867
12868 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12869 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12870 send a query containing USER only, not USER@HOST.
12871
12872 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12873 and rmail-msgend to compute the restriction at the end, instead of
12874 computing it.
12875
128762000-05-29 Gerd Moellmann <gerd@gnu.org>
12877
12878 * dabbrev.el (dabbrev-expand): Don't display messages in the
12879 echo area if the minibuffer window is active.
12880
12881 * jit-lock.el (jit-lock-mode): Add after change function to
12882 local hook.
12883
128842000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12885
12886 * antlr-mode.el: New commands: hide/unhide actions,
12887 upcase/downcase literals.
12888 (antlr-tiny-action-length): New user option.
12889 (antlr-hide-actions): New command. Suggested by
12890 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12891 (antlr-mode-map): New binding [C-c C-v].
12892 (antlr-mode-menu): New entries.
12893 (antlr-downcase-literals): New command.
12894 (antlr-upcase-literals): Ditto.
12895
12896 * antlr-mode.el: Minor changes: indendation, mode-name.
12897 (antlr-indent-line): Indent cpp directive at column 0.
12898 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12899
12900 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12901 (antlr-font-lock-additional-keywords): Workaround for intentional
12902 bug in XEmacs version of font-lock.
12903 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12904 be used by a smarter version of `buffers-menu-grouping-function'.
12905
129062000-05-29 Gerd Moellmann <gerd@gnu.org>
12907
12908 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12909 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12910
129112000-05-29 Kenichi Handa <handa@etl.go.jp>
12912
12913 * international/encoded-kb.el
12914 (encoded-kbd-iso2022-designation-map): Pay attention to that
12915 charset-iso-final-char return -1 for eight-bit-control and
12916 eight-bit-graphic.
12917
129182000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12919
12920 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12921 (speedbar-easymenu-definition-base): Use display-graphic-p where
12922 available, instead of window-system.
12923
129242000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12925
12926 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12927 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12928 coding systems.
12929
129302000-05-26 Dave Love <fx@gnu.org>
12931
12932 * disp-table.el (standard-display-underline): Don't use
12933 internal-find-face.
12934
12935 * mail/reporter.el: Maintainer change. Doc fixes.
12936 (reporter-version): Deleted.
12937
12938 * emacs-lisp/elp.el: Maintainer change.
12939 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12940
129412000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12942
12943 * add-log.el (add-change-log-entry): Merge the current entry with the
12944 previous one if the previous one is empty.
12945
129462000-05-26 Dave Love <fx@gnu.org>
12947
12948 * loadhist.el (unload-feature): Fix interactive spec [from
12949 lijnzaad@ebi.ac.uk].
12950
12951 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12952 subr-arity to check primitives.
12953 (byte-compile-flush-pending, byte-compile-file-form-progn)
12954 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12955 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12956 mapcar.
12957
129582000-05-26 Kenichi Handa <handa@etl.go.jp>
12959
12960 * international/fontset.el: Set family names of non-latin charsets
12961 in default fontset to "*".
12962
12963 * international/mule-diag.el (print-fontset): Combine family part
12964 and registry part of the fontname by "-*-" instead of "-".
12965
12966 * international/mule-cmds.el (encode-coding-char): Make strings
12967 multibyte before calling encode-coding-string.
12968
129692000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12970
12971 * derived.el: Fix keywords.
12972 (define-derived-mode): Only define if needed.
12973
12974 * simple.el (fill-comment, comment-column, comment-start)
12975 (comment-start-skip, comment-end, comment-indent-function)
12976 (block-comment-start, block-comment-end, indent-for-comment)
12977 (set-comment-column, kill-comment, comment-padding, comment-region)
12978 (comment-multi-line, indent-new-comment-line): Remove.
12979
12980 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12981 function names for comment operations.
12982
12983 * newcomment.el: Add abundant autoload cookies.
12984 (comment-style): Don't depend on runtime data at compile-time.
12985 (comment-indent-hook): Remove.
12986 (comment-indent): Check if comment-indent-hook is bound.
12987 (comment-region): Docstring fix.
12988
129892000-05-25 Dave Love <fx@gnu.org>
12990
12991 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12992 byte-code-function-p.
12993
12994 * mail/rmailsum.el: Add provide.
12995
12996 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12997
12998 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12999 defcustom.
13000
130012000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13002
13003 * ediff-diff.el (ediff-exec-process): delete --binary option from
13004 non-buffer ediff jobs.
13005
130062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * hilit-chg.el (highlight-changes-mode): Ask about color or
13009 grayscale support, not about window-system.
13010
13011 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13012 window-system.
13013 (ffap-highlight): Always default to t.
13014
13015 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13016 display-popup-menus-p instead of looking at window-system.
13017
13018 * disp-table.el (standard-display-g1, standard-display-graphic):
13019 Only refuse to use string glyphs on X and MS-Windows.
13020
13021 * avoid.el: Remove window-system from commentary, suggest to use
13022 display-*-p instead.
13023
13024 * apropos.el (apropos-print): Use display-mouse-p instead of
13025 window-system.
13026
130272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13028
13029 * international/codepage.el (cp-decoding-vector-for-codepage):
13030 Fill up unsupported characters with their own codes. From Kenichi
13031 Handa.
13032
130332000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13034
13035 * international/mule-diag.el (describe-char-after): Use
13036 display-graphic-p instead of window-system, so that this function
13037 works on MS-DOS.
13038
130392000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13040
13041 * international/codepage.el (cp-make-coding-systems-for-codepage):
13042 Remove the eight-bit-graphic and eight-bit-control charsets from
13043 the list of charsets which we convert into `?'.
13044
130452000-05-25 Kenichi Handa <handa@etl.go.jp>
13046
13047 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13048 private charsets.
13049 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13050 japanese-jisx0213-2): New charsets.
13051
13052 * international/fontset.el: Setup default fontset for new charsets.
13053
130542000-05-24 Dave Love <fx@gnu.org>
13055
13056 * info.el (Info-find-node-2): Restructure [following "Vadim
13057 S. Solomin" <sovs@uic.nnov.ru>].
13058
13059 * icomplete.el: Fix header for Finder.
13060
130612000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13062
13063 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13064 STAY.
13065
13066 * rmail.el (rmail-automatic-folder-directives): New user variable.
13067 (rmail-show-message): Add call to `rmail-auto-file' during
13068 display.
13069 (rmail-auto-file): New function.
13070
130712000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13072
13073 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13074 account.
13075 (ediff-test-utility,ediff-diff-mandatory-option)
13076 (ediff-reset-diff-options): Utilities for proper initialization of
13077 ediff-diff-options and ediff-diff3-options on Windows.
13078
13079 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13080 variable.
13081
13082 * ediff-mult.el (ediff-filegroup-action): Use
13083 ediff-merge-filename-prefix.
13084
130852000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13086
13087 * viper-ex.el (ex-write): Set selective display to nil.
13088
130892000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13090
13091 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13092 aliases for hebrew-iso-8bit.
13093
130942000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13095
13096 * woman.el: New version from Francis J. Wright
13097 <F.J.Wright@Maths.QMW.ac.uk>.
13098 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13099 names in environment variables regardless of the path separator.
13100 (woman-topic-all-completions-1): Don't call file-name-directory-p
13101 on all files, since woman-file-regexp already filters out any
13102 directories.
13103
131042000-05-24 Kenichi Handa <handa@etl.go.jp>
13105
13106 * international/quail.el (quail-start-translation): Don't change
13107 modified-p of the current buffer.
13108 (quail-start-conversion): Likewise.
13109
13110 * international/kkc.el (kkc-region): Don't change modified-p of
13111 the current buffer.
13112
13113 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13114 conform to RFC1468.
13115 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13116
131172000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13118
13119 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13120 (speedbar-insert-button): Invisible text property fix.
13121 (speedbar-directory-plus): Renamed from speedbar-directory-+
13122 (speedbar-directory-minus): Renamed from speedbar-directory--
13123 (speedbar-page-plus): Renamed from speedbar-file-+
13124 (speedbar-page-minus): Renamed from speedbar-file--
13125 (speedbar-page): Renamed from speedbar-file-
13126 (speedbar-tag): Renamed from speedbar-tag-
13127 (speedbar-tag-plus): Renamed from speedbar-tag-+
13128 (speedbar-tag-minus): Renamed from speedbar-tag--
13129 (speedbar-expand-image-button-alist): Use above renames.
13130
13131 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13132 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13133 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13134 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13135 * sb-pg.xpm: Renamed from sb-file.xpm
13136 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13137 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13138
131392000-05-24 Kenichi Handa <handa@etl.go.jp>
13140
13141 * international/quail.el (quail-show-guidance-buf): Set
13142 current-input-method of the guidance buffer to the name of the
13143 curren input method.
13144
131452000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13146
13147 * progmodes/compile.el (compile-internal): Style typo.
13148
13149 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13150 quote vars and functions in the docstring.
13151
13152 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13153
13154 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13155 Don't quote lambdas.
13156
13157 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13158
131592000-05-23 Gerd Moellmann <gerd@gnu.org>
13160
13161 * startup.el (command-line): Determine source file of compiled
13162 user init file differently. Warn if compiled user init file
13163 is older than its source file.
13164
13165 * ffap.el (ffap-url-regexp): Add `https'.
13166
131672000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13168
13169 * files.el (make-backup-file-name-1): Replace slashes with `!'
13170 rather than `|' (which is not allowed on Windows). Replace the
13171 drive letters with a string "drive_X".
13172
131732000-05-23 Gerd Moellmann <gerd@gnu.org>
13174
13175 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13176
13177 * files.el (interpreter-mode-alist): Add `bash2'.
13178
131792000-05-22 Dave Love <fx@gnu.org>
13180
13181 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13182 mapc.
13183 (feature-file): Avoid calling symbol-name. Doc fix.
13184 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13185 (loadhist-hook-functions): Add mouse-position-function.
13186 (unload-feature): Change uses of mapcar.
13187
13188 * files.el (parse-colon-path): Doc fix.
13189 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13190 (set-auto-mode): Use mapc.
13191
13192 * complete.el (PC-look-for-include-file): Use :alnum: character
13193 class.
13194 (partial-completion-mode): Add autoload cookie.
13195
131962000-05-22 Sam Steingold <sds@gnu.org>
13197
13198 * info.el (Info-fontify-node): Fixed the call to
13199 `add-text-properties' (bug introduced on 2000-05-18).
13200
132012000-05-22 Dave Love <fx@gnu.org>
13202
13203 * bindings.el: Remove debug-ignored-errors set in other files.
13204
13205 * progmodes/etags.el: Add to debug-ignored-errors.
13206 (visit-tags-table-buffer): Clear out buffers holding old tables
13207 when making a new list.
13208 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13209 mapc.
13210
13211 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13212 quote keywords.
13213 (cmpl-string-case-type): Use character classes.
13214
13215 * comint.el:
13216 * textmodes/ispell.el:
13217 * imenu.el:
13218 * mail/mh-e.el:
13219 * progmodes/compile.el: Add to debug-ignored-errors.
13220
13221 * dabbrev.el: Add to debug-ignored-errors.
13222 (dabbrev-completion): Use mapc.
13223
132242000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13225
13226 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13227 (woman-mapcan, woman-parse-man.conf)
13228 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13229 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13230 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13231 path syntax better.
13232 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13233 (woman-manpath): Call woman-parse-man.conf.
13234 (woman-emulation): New defcustom, defaults to nroff.
13235 (woman-font-support): New defconst.
13236 (woman-use-symbol-font): New defcustom.
13237 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13238 "Emulation".
13239 Many functions: Doc fix.
13240
132412000-05-22 Kenichi Handa <handa@etl.go.jp>
13242
13243 * international/quail.el (quail-simple-translation-keymap): Map
13244 128..255 to quail-self-insert-command.
13245 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13246
132472000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13248
13249 * help.el (help-manyarg-func-alist): Typo.
13250
13251 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13252 intervals which makes it heaps simpler.
13253
13254 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13255 the nested comment markers.
13256
13257 * subr.el (remove-hook): Don't turn the hook's value into a list.
13258
132592000-05-21 Dave Love <fx@gnu.org>
13260
13261 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13262 are invalid characters.
13263
13264 * international/mule-util.el (detect-coding-with-priority): Use
13265 mapc. Remove redundant lambda.
13266
13267 * international/mule-diag.el (list-non-iso-charset-chars)
13268 (describe-fontset): Remove redundant lambda.
13269
13270 * emulation/crisp.el (brief-mode): New alias.
13271
13272 * emacs-lisp/ring.el (ring-elements): New function.
13273
13274 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13275 (easy-menu-do-add-item): Use keywordp.
13276
13277 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13278
13279 * replace.el: Doc and error message fixes.
13280 (replace-highlight): Use facep, not internal-find-face.
13281
132822000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13283
13284 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13285
13286 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13287 (log-edit-insert-changelog): Drop `:' as well.
13288
13289 * log-view.el: Fix file description.
13290 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13291 available.
13292 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13293 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13294
13295 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13296 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13297 Print a status message if the toggle is called interactively.
13298 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13299 for global minor modes and use `defcustom' for them.
13300 Use add-minor-mode.
13301 (easy-mmode-define-derived-mode): Remove.
13302 (define-derived-mode): Fancier default docstring.
13303 (easy-mmode-define-navigation): Signal an error rather than (ding).
13304
13305 * newcomment.el (comment-styles): New `box-multi'.
13306 (comment-normalize-vars): Better default for comment-continue to
13307 avoid whitespace-only continuations.
13308 (comment-search-forward): Always move even in the no-syntax case.
13309 (comment-padright): Only obey N if it's only obeyed for padleft.
13310 (comment-make-extra-lines): Better handling of empty continuations.
13311 Use `=' for the filler if comment-start has only one character.
13312 (uncomment-region): Try handling the special `=' filler.
13313 (comment-region): Allow LINES even if MULTI is nil.
13314 (comment-box): Choose box style based on comment-style.
13315
133162000-05-20 Kenichi Handa <handa@etl.go.jp>
13317
13318 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13319 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13320
133212000-05-20 Kenichi HANDA <handa@etl.go.jp>
13322
13323 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13324 and insert, not subst-char-in-region.
13325
13326 * international/mule-diag.el (list-character-sets-1): Handle
13327 charsets eight-bit-control and eight-bit-graphic.
13328 (list-iso-charset-chars): Likewise.
13329 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13330 charactes as is. Use indent-to to align characters.
13331
13332 * international/mule-cmds.el (find-multibyte-characters): Never
13333 exclude charsets eight-bit-control and eight-bit-graphic.
13334
133352000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13336
13337 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13338 Don't quote lambdas.
13339
13340 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13341
133422000-05-19 Gerd Moellmann <gerd@gnu.org>
13343
13344 * gud.el (gud-jdb-directories): Doc fix.
13345
133462000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13347
13348 * newcomment.el: New file.
13349
133502000-05-19 Gerd Moellmann <gerd@gnu.org>
13351
13352 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13353
133542000-05-18 Andreas Schwab <schwab@suse.de>
13355
13356 * dired.el (dired-between-files): Also skip lines beginning with
13357 `used'.
13358
133592000-05-18 Gerd Moellmann <gerd@gnu.org>
13360
13361 * msb.el (msb-menu-cond): Add choice `user'.
13362
133632000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13364
13365 * ps-print.el: Compatibility, customization and doc fix.
13366 (ps-printer-name-option): Replace defconst by defvar.
13367 (ps-postscript-code-directory): XEmacs compatibility.
13368 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13369 fix.
13370 (ps-user-defined-prologue, ps-print-prologue-header)
13371 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13372 compatibility and code fix.
13373 (ps-print-background-image, ps-print-background-text):
13374 Customization fix.
13375 (ps-line-number-start, ps-n-up-on): New vars.
13376
133772000-05-18 Espen Skoglund <esk@ira.uka.de>
13378
13379 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13380 the indent-comment function to just return the appropriate indent.
13381
133822000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13383
13384 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13385 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13386 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13387
133882000-05-18 Dave Love <fx@gnu.org>
13389
13390 * info.el (Info-fontify-node): Add intangible property as well as
13391 invisible.
13392
13393 * calendar/appt.el (appt-make-list): Match all lines of entry.
13394 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13395
133962000-05-18 Kenichi Handa <handa@etl.go.jp>
13397
13398 * international/mule-diag.el (describe-char-after): Call
13399 internal-char-font, not char-font. If internal-char-font returns
13400 nil, display "-- none --".
13401
134022000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13403
13404 * image.el (image-type-available-p): Don't reference image-types
13405 if it isn't bound.
13406
134072000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13408
13409 * autoarg.el (autoarg-mode): Typo in the :set argument.
13410
134112000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13412
13413 * startup.el (command-line-1): Don't signal an error if the
13414 directory for auto-save-list files does not yet exist.
13415
134162000-05-17 Kenichi Handa <handa@etl.go.jp>
13417
13418 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13419
134202000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13421
13422 * subr.el (remove-hook): `setq' hook-value, not `set'.
13423
134242000-05-16 Sam Steingold <sds@gnu.org>
13425
13426 * info.el (debug-ignored-errors): More errors to ignore.
13427
134282000-05-16 Dave Love <fx@gnu.org>
13429
13430 * cus-edit.el: Don't require cl or easymenu.
13431 (custom-variable-prompt): Test standard-value property, not
13432 user-variable-p.
13433
134342000-05-16 Sam Steingold <sds@gnu.org>
13435
13436 * subr.el (add-hook): `setq' hook-value, not `set'.
13437
134382000-05-16 Gerd Moellmann <gerd@gnu.org>
13439
13440 * startup.el (command-line-1): Mention the FAQ in the startup
13441 message.
13442
13443 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13444
13445 * progmodes/compile.el (compilation-parse-errors): Collect
13446 `nomessage' regexps last.
13447
13448 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13449
13450 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13451 to the function name.
13452
134532000-05-15 Dave Love <fx@gnu.org>
13454
13455 * speedbar.el (speedbar-recenter): Typo.
13456 (speedbar-expand-line): Make arg optional.
13457 (speedbar-mode): Avoid a compiler warning.
13458
134592000-05-15 Gerd Moellmann <gerd@gnu.org>
13460
13461 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13462 user-specified option string is empty.
13463
13464 * mouse.el (mouse-yank-at-click): Doc fix.
13465
134662000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13467
13468 * term/internal.el (IT-character-translations): More updates of
13469 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13470 documents.
13471
134722000-05-15 Gerd Moellmann <gerd@gnu.org>
13473
13474 * env.el (getenv): New function, interactively callable.
13475 (setenv, getenv): Remove autoload cookies.
13476
13477 * loadup.el: Load `env'.
13478
13479 * progmodes/f90.el: Change author's mail address.
13480
134812000-05-14 Dave Love <fx@gnu.org>
13482
13483 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13484 goto-addr as an option.
13485
13486 * help.el (help-xref-stack): Doc fix.
13487 (help-xref-following): New variable.
13488 (help-make-xrefs): Use it.
13489 (help-xref-go-back): Use position information from stack element.
13490 (help-follow): Make position in stack element a pair. Use
13491 help-xref-following.
13492
13493 * autoarg.el: New file.
13494
13495 * faces.el: Declare more functions obsolete.
13496
13497 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13498 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13499 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13500 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13501 Remove all the setup-...-environment functions.
13502
135032000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13504
13505 * speedbar.el: Updated the commentary section. xemacs20p now uses
13506 >= when detecting. Require `defimage' safely.
13507 (speedbar-easymenu-definition-base): Add toggle for images.
13508 (speedbar-easymenu-definition-special): Add flush cache & expand.
13509 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13510 (speedbar-reconfigure-keymaps-hook): New variable.
13511 (speedbar-frame-parameters): Updated documentation.
13512 (speedbar-use-imenu-flag): Updated custom tag
13513 (speedbar-dynamic-tags-function-list): New variable.
13514 (speedbar-tag-hierarchy-method): Updated doc & custom.
13515 (speedbar-indentation-width, speedbar-indentation-width) New
13516 variables.
13517 (speedbar-hide-button-brackets-flag): Customizable.
13518 (speedbar-vc-indicator): Doc update.
13519 (speedbar-ignored-path-expressions): Updated default value.
13520 (speedbar-supported-extension-expressions): Updated default value.
13521 (speedbar-syntax-table): Remove {} paren status.
13522 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13523 as "+". Added overlay aliases.
13524 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13525 `force-mode-line-update'.
13526 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13527 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13528 `mouse-set-point'
13529 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13530 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13531 of arbitrary text, and new helper functions.
13532 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13533 filename finder.
13534 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13535 (speedbar-directory-buttons): Update path search/expansion.
13536 (speedbar-make-tag-line): Pay attention to
13537 `speedbar-indentation-width'. Use more care w/ invisible
13538 properties.
13539 (speedbar-change-expand-button-char): Call
13540 `speedbar-insert-image-button-maybe'.
13541 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13542 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13543 (speedbar-trim-words-tag-hierarchy)
13544 (speedbar-simple-group-tag-hierarchy): New functions
13545 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13546 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13547 functions.
13548 (speedbar-mouse-set-point): New function
13549 (speedbar-power-click): Updated documentation.
13550 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13551 of tag prefix text.
13552 (speedbar-expand-line, speedbar-contract-line): Make more robust
13553 to strange text.
13554 (speedbar-expand-line): Takes universal argument to flush the
13555 cache.
13556 (speedbar-flush-expand-line): New function.
13557 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13558 Use new generator insertion method.
13559 (speedbar-fetch-dynamic-tags): New function.
13560 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13561 `speedbar-fetch-dynamic-imenu'.
13562 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13563 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13564 "Revert Buffer" menu items.
13565 (speedbar-buffer-buttons-engine): Be smarter when creating a
13566 filename tag (for expansion purposes.).
13567 (speedbar-highlight-one-tag-line,
13568 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13569 (speedbar-recenter): New functions.
13570 (defimage-speedbar): Image loading abstraction.
13571 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13572 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13573 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13574 (speedbar-tag-type, speedbar-tag-mail): New images.
13575 (speedbar-expand-image-button-alist): New variable.
13576 (speedbar-insert-image-button-maybe): Insert an image over some
13577 buttons.
13578
135792000-05-13 Kenichi Handa <handa@etl.go.jp>
13580
13581 * international/mule-cmds.el (encode-coding-char): An ASCII
13582 character is always encodable.
13583
13584 * international/mule-conf.el: Add more information in descriptions
13585 of character sets.
13586
13587 * international/mule-diag.el (describe-char-after): New function.
13588 (describe-font-internal): Adjusted for the change of font-info.
13589 (describe-font): Likewise.
13590 (print-fontset): Rewritten for the new fontset implementation.
13591 (describe-fontset): Include fontset alias names in completion.
13592 (list-fontsets): Adjusted for the change of print-fontset.
13593
13594 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13595 describe-char-after instead of displaying the detail in the echo
13596 area.
13597 (syntax-code-table): Format changed.
13598 (string-to-syntax): Adjusted for the above change.
13599
136002000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13601
13602 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13603
136042000-05-12 Dave Love <fx@gnu.org>
13605
13606 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13607 dependence. Use line-{beginning,end}-position, not
13608 point-at{b,e}ol. Some doc fixes.
13609 (todo-position): New function. Fix callers of position to use it.
13610 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13611
136122000-05-12 Gerd Moellmann <gerd@gnu.org>
13613
13614 * time.el (display-time-mail-icon): Use `:ascent center'.
13615
13616 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13617 handling FTP security extensions.
13618
136192000-05-11 Dave Love <fx@gnu.org>
13620
13621 * calendar/todo-mode.el: New file.
13622
136232000-05-11 Gerd Moellmann <gerd@gnu.org>
13624
13625 * comint.el (comint-read-input-ring): Move reference to
13626 comint-input-ring-size outside of the save-excursion. It was
13627 causing the default value to be the only one ever seen.
13628
13629 * font-lock.el: Update copyright. Remove Simon Marshall's email
13630 address on request from him.
13631
13632 * subr.el (substitute-key-definition): Add comment describing
13633 the meaning of PREFIX.
13634
136352000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13636
13637 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13638
13639 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13640 (add-minor-mode): Don't make the variable buffer-local and add a
13641 reference to define-minor-mode in the docstring.
13642
13643 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13644 HEADER/FOOTER and fix bug with trailing empty directory.
13645 (cvs-append-to-ignore): Use vc-editable-p if available.
13646 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13647 (vc-do-command): Tweak advice to handle the new VC.
13648
13649 * log-view.el (log-view-goto-rev): New function for the new VC.
13650 (log-view-minor-wrap): Use mark-active.
13651
13652 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13653 (log-edit-changelog-full-paragraphs): New var.
13654 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13655 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13656 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13657 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13658 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13659 Replace the `cvs' prefix with `log-edit'.
13660
13661 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13662
13663 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13664 (diff-font-lock-defaults): Explicitly turn off multiline.
13665 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13666 (diff-ediff-patch): Fix call to ediff-patch-file.
13667 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13668 Handle comments.
13669
13670 * frame.el (automatic-hscrolling): Typo.
13671
13672 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13673
136742000-05-09 Sam Steingold <sds@goems.com>
13675
13676 * apropos.el (apropos-print): use `describe-face' instead of
13677 `customize-face-other-window'.
13678
136792000-05-09 Dave Love <fx@gnu.org>
13680
13681 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13682
13683 * help.el (describe-variable): Have customize button pop the
13684 help-xref stack when invoked.
13685 (help-xref-symbol-regexp): Add `face'.
13686 (help-make-xrefs): Check for quoted face names and adapt regexp
13687 submatch numbers to cope.
13688 (help-xref-interned): Maybe insert face doc too. Separate
13689 sections with a line of hyphens.
13690
13691 * faces.el: Some doc fixes. Declare some functions obsolete.
13692 (describe-face): Add customize button. Return the help
13693 text. Fix prompt.
13694
136952000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13696
13697 * term/internal.el (IT-character-translations): Fix last change.
13698
136992000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13700
13701 * woman.el: New file
13702 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13703
137042000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13705
13706 * term/internal.el (IT-character-translations): Update ASCII
13707 simulations for greek-iso8859-7, add latin-iso8859-14 and
13708 latin-iso8859-15.
13709
13710 * international/mule-cmds.el (set-language-info-alist): Call
13711 define-prefix-command with 3 arguments, to make the map suitable
13712 for a menu.
13713
137142000-05-07 Dave Love <fx@gnu.org>
13715
13716 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13717
137182000-05-05 Dave Love <fx@gnu.org>
13719
13720 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13721 list in doc string. Don't quote keyword symbols.
13722 * emacs-lisp/cl.el: Likewise
13723 * emacs-lisp/cl-seq.el: Likewise
13724
137252000-05-05 Gerd Moellmann <gerd@gnu.org>
13726
13727 * abbrev.el (abbrev-mode): Make ARG optional.
13728
137292000-05-04 Gerd Moellmann <gerd@gnu.org>
13730
13731 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13732
13733 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13734
13735 * subr.el (substitute-key-definition): Clarify documentation.
13736
137372000-05-04 Milan Zamazal <pdm@freesoft.cz>
13738
13739 * glasses.el (glasses-convert-to-unreadable): Use
13740 `glasses-separator' instead of the hard-wired "_".
13741 (glasses-mode): Call `glasses-make-unreadable' only in a single
13742 place.
13743
137442000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13745
13746 * term/internal.el (cjk-codepages-alist): Add associations for
13747 Chinese and Korean codepages. Remove FIXME comment.
13748
137492000-05-03 Dave Love <fx@gnu.org>
13750
13751 * time.el (display-time-mail-face, display-time-use-mail-icon):
13752 New option.
13753 (display-time-mail-icon): New variable.
13754 (display-time-string-forms): Use the above. Fix the local-map.
13755
137562000-05-03 Gerd Moellmann <gerd@gnu.org>
13757
13758 * replace.el (query-replace-map): Add binding for `E'.
13759 (query-replace-help): Extend help text.
13760 (perform-replace): Allow editing the replacement string.
13761
13762 * make-mode.el (makefile-mode-abbrev-table): New variable.
13763 (makefile-mode): Set local abbrev table to
13764 makefile-mode-abbrev-table.
13765 (makefile-font-lock-keywords): Fontify includes and conditionals.
13766
13767 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13768 set TOGGLE's value.
13769
13770 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13771 mail-interactive-insert-alias.
13772 (mail-abbrev-complete-alias): New command.
13773 (mail-mode-map): Bind it to `M-TAB'.
13774
137752000-05-03 Kenichi Handa <handa@etl.go.jp>
13776
13777 * language/lao-util.el (lao-compose-region): New function.
13778
137792000-05-02 Gerd Moellmann <gerd@gnu.org>
13780
13781 * files.el (recover-session): Make directories as necessary
13782 if they don't exist yet.
13783
13784 * calendar/cal-french.el
13785 (french-calendar-multibyte-special-days-array)
13786 (french-calendar-special-days-array): Change French text.
13787 (calendar-french-date-string): Change output.
13788 (calendar-goto-french-date): Likewise.
13789
137902000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13791
13792 * wid-edit.el (widget-default-active): Obey `:always-active'.
13793 (widget-documentation-string-value-create): Set `:always-active'.
13794
137952000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13796
13797 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13798 default prefix to `~/_emacs.d/auto-save.list/_s'.
13799 (normal-top-level): Create the directory for auto-save files, if
13800 it doesn't already exist (in the ms-dos case only).
13801
138022000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13803
13804 * international/mule-cmds.el (set-language-environment): Don't
13805 concat an integer (dos-codepage), use format instead.
13806
138072000-05-02 Dave Love <fx@gnu.org>
13808
13809 * help.el (help-xref-on-pp): Check for constant symbols.
13810
138112000-04-29 Gerd Moellmann <gerd@gnu.org>
13812
13813 * startup.el (normal-top-level): Put a condition-case around
13814 the code loading subdirs.el.
13815
138162000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13817
13818 * ps-print.el: Upside-down and face background color printing,
13819 line number step, doc fix.
13820 (ps-print-version): New version number (5.2).
13821 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13822 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13823 (ps-spool-config): Var fix.
13824 (ps-printer-name-option): Const fix.
13825 (ps-print-upside-down, ps-use-face-background)
13826 (ps-line-number-step): New vars.
13827 (ps-window-system, ps-lp-system): New consts.
13828 (ps-face-background): New fun.
13829
138302000-04-28 Richard Stallman <rms@gnu.org>
13831
13832 * files.el (make-auto-save-file-name):
13833 Apply auto-save-file-name-transforms to visited file name
13834 before generating auto save file name.
13835 (auto-save-file-name-transforms): New variable.
13836
13837 * files.el (backup-enable-predicate):
13838 Correctly test for a file under a temporary directory.
13839
138402000-04-28 Gerd Moellmann <gerd@gnu.org>
13841
13842 * subr.el (add-minor-mode): Rewritten.
13843
138442000-04-28 Kenichi Handa <handa@etl.go.jp>
13845
13846 * mail/sendmail.el (sendmail-send-it): Set
13847 buffer-file-coding-system to the selected coding system for MIME
13848 header.
13849
138502000-04-27 Gerd Moellmann <gerd@gnu.org>
13851
13852 * dired.el (dired-move-to-filename-regexp): Allow format where
13853 YYYY is followed by two spaces.
13854
13855 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13856 in the second character class of the regexp.
13857
13858 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13859 mh-etc, too.
13860
13861 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13862 nil.
13863
13864 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13865
13866 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13867 argument.
13868
138692000-04-27 Sen Nagata <sen@eccosys.com>
13870
13871 * emacs-lisp/crm.el (crm-completion-table): New variable.
13872 (crm-collection-fn, crm-test-completion)
13873 (completing-read-multiple): Use it.
13874
138752000-04-27 Dave Love <fx@gnu.org>
13876
13877 * help.el (locate-library): Use mapc.
13878 (help-manyarg-func-alist): Add call-process-region.
13879
138802000-04-26 Gerd Moellmann <gerd@gnu.org>
13881
13882 * subr.el (add-minor-mode): Make argument MAP optional.
13883
13884 * desktop.el (desktop-save): Save list of minor modes.
13885 (desktop-create-buffer): Restore minor modes.
13886 (desktop-minor-mode-table): New user-option.
13887
13888 * subr.el (add-minor-mode): New function.
13889
13890 * image.el (find-image): New function.
13891 (defimage): Rewritten to find image at load time.
13892
13893 * startup.el (normal-top-level-add-to-load-path): Handle
13894 case that the default directory is not in load-path.
13895
13896 * help.el: Old patch from Stefan Monnier.
13897 (help-xref-on-pp): New function.
13898 (describe-variable): Use it to display xrefs in a symbol's value.
13899
139002000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13901
13902 * cus-edit.el (custom-face): Fix parenthesis.
13903
139042000-04-26 Kenichi Handa <handa@etl.go.jp>
13905
13906 * mail/rmail.el (rmail-expunge): When there are no deleted
13907 messages, do nothing.
13908
139092000-04-26 Dave Love <fx@gnu.org>
13910
13911 * international/mule-cmds.el (locale-translation-file-name):
13912 Defvar to nil.
13913 (set-locale-environment): Set it here (at runtime).
13914
139152000-04-25 Gerd Moellmann <gerd@gnu.org>
13916
13917 * replace.el (perform-replace): Add parameters START and END. Use
13918 them instead of the check for a region in Transient Mark mode.
13919 (query-replace-read-args): Return two more list elements for the
13920 start and end of the region in Transient Mark mode.
13921 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13922 (map-query-replace-regexp, replace-string, replace-regexp): Add
13923 optional last arguments START and END and pass them to
13924 perform-replace.
13925
13926 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13927 form with additional arguments for perform-replace.
13928
13929 * progmodes/etags.el (tags-query-replace): Add parameters START
13930 and END. Construct a form with additional arguments for
13931 perform-replace.
13932
13933 * simple.el (shell-command): Set default directory for "*Shell
13934 Command Output" buffer.
13935
13936 * language/european.el (iso-latin-4): Fix typo.
13937
13938 * emacs-lisp/crm.el: New file.
13939
139402000-04-24 Dave Love <fx@gnu.org>
13941
13942 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13943 (Custom-reset-saved, Custom-reset-standard)
13944 (custom-group-value-create, custom-group-set, custom-group-save)
13945 (custom-group-reset-current, custom-group-reset-saved)
13946 (custom-group-reset-standard): Use mapc.
13947 (custom-buffer-create-internal): Disable undo when creating items.
13948 Use mapc.
13949 (custom-face): Avoid redundant lambda.
13950
139512000-04-24 Gerd Moellmann <gerd@gnu.org>
13952
13953 * startup.el (auto-save-list-file-prefix): Set default to
13954 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13955
139562000-04-24 Sam Steingold <sds@gnu.org>
13957
13958 * time-stamp.el (time-stamp-string-preprocess): Always convert
13959 `field-result' to a string.
13960
139612000-04-24 Gerd Moellmann <gerd@gnu.org>
13962
13963 * frame.el (scrolling): New group.
13964 (automatic-hscrolling): New user-option.
13965
13966 * startup.el (command-line-x-option-alist): Add `-lsp' and
13967 `--line-spacing'.
13968
139692000-04-19 Dave Love <fx@gnu.org>
13970
13971 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13972 (cl-mapc): Rename from mapc. Fix the funcall.
13973
139742000-04-19 Gerd Moellmann <gerd@gnu.org>
13975
13976 * simple.el (clone-indirect-buffer-other-window): New command.
13977 (clone-indirect-buffer): Add optional arg NORECROD.
13978 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13979
13980 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13981
13982 * window.el (count-screen-lines): New function.
13983 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13984 instead of window-buffer-height.
13985
13986 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13987 non-existing variable comint-input-sentinel.
13988 (inferior-lisp-args-to-list): Removed.
13989 (inferior-lisp): Use split-string instead of
13990 inferior-lisp-args-to-list.
13991
13992 * hexl.el (hexl-insert-hex-string): New command.
13993
13994 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13995 instead of concat.
13996
139972000-04-18 Gerd Moellmann <gerd@gnu.org>
13998
13999 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14000 at the start of an existing but empty folder.
14001
140022000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14003
14004 * ps-mule.el: Customization fix, doc fix.
14005 (ps-multibyte-buffer): Customization fix.
14006
140072000-04-17 Richard M. Stallman <rms@gnu.org>
14008
14009 * subr.el (read-passwd): Use read-char-exclusive.
14010
140112000-04-17 Gerd Moellmann <gerd@gnu.org>
14012
14013 * textmodes/texinfo.el (texinfo-insert-@email)
14014 (texinfo-insert-@emph, texinfo-insert-@quotation)
14015 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14016 (texinfo-mode-map): Add key bindings for them.
14017
14018 * files.el (basic-save-buffer-2): Use a template with `$'
14019 instead of `#' for VMS.
14020
14021 * simple.el (clone-indirect-buffer): New function.
14022
140232000-04-16 Stephen Eglen <stephen@gnu.org>
14024
14025 * iswitchb.el (iswitchb-case): New function. If the user input
14026 contains any upper-case characters, the search is made
14027 case-sensitive.
14028
140292000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14030
14031 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14032 comment-end.
14033 (texinfo-font-lock-syntactic-keywords): New var.
14034 (texinfo-font-lock-keywords): Remove comment regexp.
14035 (texinfo-insert-block): New function.
14036 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14037 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14038 and font-lock-defaults. Use regexp-opt for outline-regexp.
14039 (texinfo-environments): New var.
14040 (texinfo-environment-regexp): Use regexp-opt and
14041 texinfo-environments.
14042
14043 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14044 ispell-process is bound since this might be eval'd before ispell
14045 is loaded.
14046 (ispell-message): Use a tiny bit less magic and a bit more hard
14047 data to figure out what kind of sc-cite-regexp to use.
14048
14049 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14050
14051 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14052 (insert-cyclic-diary-entry): Unquote the lambda.
14053
14054 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14055
14056 * files.el (backup-enable-predicate): Unquote the lambda.
14057
14058 * cus-edit.el (custom-face, face): Unquote the lambda.
14059
140602000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14061
14062 * ps-print.el: Check for line-beginning-position definition.
14063
14064 * ps-print.el: Fix counting lines in a region.
14065 (ps-print-version): New version number (5.1.5).
14066 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14067 (ps-printing-region): Fun code fix.
14068
140692000-04-15 Gerd Moellmann <gerd@gnu.org>
14070
14071 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14072 to file-directory-p.
14073
140742000-04-14 Gerd Moellmann <gerd@gnu.org>
14075
14076 * gud.el (gud-jdb-build-source-files-list): Check that directory
14077 exists before calling directory-files.
14078
140792000-04-13 Dave Love <fx@gnu.org>
14080
14081 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14082 syntax.
14083
14084 * emacs-lisp/cl-specs.el: Remove when, unless.
14085
14086 * emacs-lisp/cl-extra.el: Don't quote keywords.
14087 (cl-old-mapc): New variable.
14088 (mapc): Use it.
14089 (cl-map-intervals): Use with-current-buffer. Don't check for
14090 next-property-change.
14091 (cl-map-overlays): Use with-current-buffer.
14092 (cl-expt): Remove.
14093 (copy-tree, remprop): Define unconditionally.
14094
14095 * emacs-lisp/cl-compat.el (keywordp): Remove.
14096
14097 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14098 to use keywordp.
14099 (edebug-spec): Enable keywordp.
14100
14101 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14102 string-lessp.
14103
14104 * cus-start.el: Use keywordp.
14105
141062000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14107
14108 * diary-lib.el (include-other-diary-files): Fix the fix of
14109 2000-02-18 by doing a save-excursion.
14110
141112000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14112
14113 * ps-print.el: Customization fix, doc fix.
14114 (ps-print-version): New version number (5.1.4).
14115 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14116 (ps-print-preprint): Adjust code.
14117 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14118 (ps-print-prologue-header, ps-print-control-characters)
14119 (ps-spool-config): Customization fix.
14120
141212000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14122
14123 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14124 converted to the new menu-item format, names silightly changed,
14125 help strings added.
14126
14127 Support for spelling without async subprocesses:
14128
14129 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14130 (ispell-session-buffer): New variables.
14131 (ispell-start-process, ispell-process-status,
14132 ispell-accept-output, ispell-send-string): New functions, for
14133 Ispell invocation when async subprocesses aren't supported.
14134 (ispell-word, ispell-pdict-save, ispell-command-loop,
14135 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14136 to process-send-string with calls to ispell-send-string, and
14137 accept-process-output with ispell-accept-output.
14138 (ispell-init-process): Call ispell-process-status instead of
14139 process-status with.
14140 (ispell-init-process): Call ispell-start-process. Call
14141 ispell-accept-output and ispell-send-string. Don't call
14142 process-kill-without-query and kill-process if they are unbound.
14143 (ispell-async-processp): New function.
14144
141452000-04-12 Dave Love <fx@gnu.org>
14146
14147 * info.el: Add debug-ignored-errors.
14148 (Info-mode-menu): Add some items.
14149 (Info-directory): Add autoload cookie.
14150
14151 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14152 Modify `truncate-lines'. Make `describe-language-environment'
14153 always visible and add help. Modify `describe-key' help. Invoke
14154 Info-directory from `info'. New entry `emacs-manual'.
14155
141562000-04-10 Gerd Moellmann <gerd@gnu.org>
14157
14158 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14159 propertized-buffer-identification.
14160 (ebrowse-update-member-buffer-mode-line): Likewise.
14161 (ebrowse--mode-strings): Removed.
14162 (ebrowse--mode-line-props): Removed.
14163
14164 * files.el (auto-mode-alist): Add `EBROWSE'.
14165
14166 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14167 space before testing for end of buffer.
14168 (ebrowse-load): Removed.
14169 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14170 (ebrowse-create-tree-buffer): Rewritten.
14171 (ebrowse-tree-mode): Read tree from buffer.
14172
14173 * progmodes/ebrowse-ffh.el: Removed.
14174
141752000-04-10 Kenichi Handa <handa@etl.go.jp>
14176
14177 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14178
141792000-04-10 Gerd Moellmann <gerd@gnu.org>
14180
14181 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14182 at the wrong place.
14183
141842000-04-09 Dave Love <fx@gnu.org>
14185
14186 * files.el (backup-enable-predicate): Use
14187 temporary-file-directory, small-temporary-file-directory.
14188 (make-backup-file-name-function, backup-directory-alist): New
14189 variables.
14190 (make-backup-file-name-1): New function.
14191 (make-backup-file-name): Use it.
14192 (find-backup-file-name): Likewise. Use format for clarity, not
14193 concat.
14194 (file-newest-backup): Use make-backup-file-name.
14195
141962000-04-09 Gerd Moellmann <gerd@gnu.org>
14197
14198 * progmodes/ebrowse-ffh.el: New file.
14199
14200 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14201 to ebrowse-ffh.el.
14202 (ebrowse-load): Add autoload.
14203
14204 * finder.el (finder-commentary): Add autoload cookie.
14205
14206 * mail/rfc2368.el: Correct author's email address.
14207
14208 * progmodes/ebrowse.el: New file.
14209
14210 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14211 item help string.
14212 (easy-menu-do-add-item): Ditto.
14213 (easy-menu-define): Extend doc string.
14214
14215 * jit-lock.el (with-buffer-unmodified): Use
14216 restore-buffer-modified-p.
14217 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14218 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14219 with-buffer-unmodified.
14220
142212000-04-08 Dave Love <fx@gnu.org>
14222
14223 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14224 unless, when.
14225
142262000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14227
14228 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14229 (viper-flash-search-pattern): No operation when using Emacs
14230 doesn't support face.
14231 Use `viper-put-on-search-overlay'.
14232
142332000-04-04 Gerd Moellmann <gerd@gnu.org>
14234
14235 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14236 like C-r.
14237
14238 * progmodes/make-mode.el: Some doc fixes.
14239 (makefile-mode-abbrev-table): New variable.
14240 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14241 (makefile-font-lock-keywords): Fontify includes and conditionals.
14242 (toplevel): Require `dabbrev' and `add-log' when compiling.
14243
14244 * replace.el (perform-replace): Don't move forward one char
14245 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14246 to do that because it leaves point 1 position after the last
14247 replacement, after everything has been replaced.
14248
14249 * jit-lock.el (with-buffer-unmodified): New macro.
14250 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14251 modified state.
14252 (jit-lock-function-1): Extracted from jit-lock-function; not
14253 preserving buffer's modified state.
14254 (jit-lock-function, jit-lock-stealth-fontify): Call
14255 jit-lock-function-1.
14256
14257 * mail/rfc2368.el: Remove supernumerary copyright line.
14258
142592000-04-04 Milan Zamazal <pdm@freesoft.cz>
14260
14261 * glasses.el: Provide facilities for inserting space before left
14262 parentheses and uncapitalization of identifiers.
14263 (glasses-mode): Try to remove old overlays in all cases.
14264
142652000-04-03 Gerd Moellmann <gerd@gnu.org>
14266
14267 * progmodes/compile.el (compile-internal): Display the compilation
14268 buffer in a different frame, if it's already displayed there.
14269
14270 * mail/rfc2368.el: New file.
14271
14272 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14273 header and insert its value as mail body.
14274
14275 * subr.el (member-ignore-case): New function.
14276
14277 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14278 (dabbrev--find-expansion): Ignore buffers matching a regexp
14279 from dabbrev-ignored-regexps.
14280
14281 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14282 to extensions handled by gzip.
14283
142842000-04-03 Richard M. Stallman <rms@gnu.org>
14285
14286 * files.el (insert-directory): List the total free space
14287 along with the used space.
14288
14289 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14290 line is followed by one that matches CITATION-REGEXP, end the
14291 paragraph.
14292
142932000-04-03 Markus Rost <rost@delysid.gnu.org>
14294
14295 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14296 (rmail-make-basic-summary-line): Use that option.
14297
142982000-04-03 Kenichi Handa <handa@etl.go.jp>
14299
14300 * international/mule-cmds.el (encoded-string-description):
14301 Rewritten. Try pretty description for ISO 2022 escape sequences
14302 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14303 for hexadecimal format.
14304
143052000-04-01 Dave Love <fx@gnu.org>
14306
14307 * cpp.el: Change customization group to `c' from `C'.
14308
14309 * vcursor.el (vcursor-move): Use display-color-p.
14310
14311 * international/mule-util.el: Provide mule-utils.
14312 (string-to-sequence): Simplify and speed up.
14313
14314 * international/mule.el (make-coding-system): Purecopy doc-string.
14315
14316 * international/mule-cmds.el: Various menu changes.
14317 (describe-specified-language-support): Handle `Default'.
14318 (set-language-info): Purecopy `info'.
14319
143202000-03-31 Andrew Innes <andrewi@gnu.org>
14321
14322 * vc.el (vc-backend-diff): Return the correct status if we had to
14323 retry the rcsdiff command without the --brief option.
14324
143252000-03-31 Dave Love <fx@gnu.org>
14326
14327 * help.el (help-manyarg-func-alist): Correct several omissions.
14328
14329 * add-log.el: Don't require cl, fortran.
14330 (add-log-current-defun-function): Doc fix.
14331 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14332 fix.
14333 (change-log-version-rcs): Function deleted.
14334 (change-log-version-number-search): Doc fix. Use
14335 vc-workfile-version. Avoid CL dolist.
14336 (add-change-log-entry): Just call add-log-current-defun to get
14337 defun. Simplify somewhat.
14338 (change-log-get-method-definition-1): Likewise.
14339 (add-log-current-defun): Return nil if calling
14340 add-log-current-defun-function does so. Move Fortran stuff to
14341 fortran.el. Return string without properties.
14342
14343 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14344 and :alpha: char classes.
14345
14346 * mail/supercite.el: Defvar curline when compiling.
14347 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14348 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14349 rather than a-zA-Z0-9 to allow non-ASCII characters.
14350
143512000-03-31 Gerd Moellmann <gerd@gnu.org>
14352
14353 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14354
14355 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14356 Re-enable new code.
14357
14358 * lpr.el (print-region-1): Use -d to specify printer name for
14359 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14360
143612000-03-31 Dave Love <fx@gnu.org>
14362
14363 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14364 for function definition in symbol's function value slot first
14365 instead of first consulting byte-compile-function-environment.
14366
143672000-03-31 Kenichi Handa <handa@etl.go.jp>
14368
14369 * language/european.el ("Polish"): New language environment.
14370 (setup-polish-environment): New function.
14371
143722000-03-30 Gerd Moellmann <gerd@gnu.org>
14373
14374 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14375 Disable new code.
14376
14377 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14378 trying to `load' the symbol of an autoload instead of the file
14379 recorded in the autoload. Fix error messages.
14380
143812000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14382
14383 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14384 (ps-print-version): New version number (5.1.3).
14385 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14386 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14387 (ps-generate-postscript-with-faces): Code fix.
14388 (ps-color-values): XEmacs compatibility.
14389 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14390 (ps-default-fg, ps-default-bg): Adjust customization.
14391 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14392 (ps-color-scale): Renaming old ps-color-value fun.
14393 (ps-print-headers): Replace ps-print-header group to avoid conflict
14394 with ps-print-header variable.
14395 (ps-print-miscellany): New group.
14396 (ps-format-color, ps-rgb-color): New funs.
14397 (ps-default-foreground): New var.
14398 (ps-printer-name-option): New const.
14399
144002000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14401
14402 * net/net-utils.el:
14403 (network-connection-host, network-connection-service): New variables
14404 (network-connection-mode): New mode, derived from comint-mode
14405 (network-connection-mode-setup): New function, saves host and
14406 service information in local variables.
14407
14408 * lisp/locate.el:
14409 (locate-word-at-point): Added this function
14410 (locate): Default to using locate-word-at-point as input
14411 Run dired-mode-hook
14412
144132000-03-29 Dave Love <fx@gnu.org>
14414
14415 * calendar/appt.el: Doc fixes.
14416 (appt-check): Convert min-to-app to a string before passing to
14417 appt-disp-window-function or concat.
14418 (appt-delete-window): Remove test for frame-root-window.
14419 (appt-select-lowest-window, appt-convert-time): Simplify.
14420
14421 * emacs-lisp/bytecomp.el: Doc fixes.
14422 (byte-compile-file-form-autoload): Update
14423 byte-compile-function-environment.
14424
144252000-03-29 Andreas Schwab <schwab@suse.de>
14426
14427 * emacs-lisp/autoload.el: Also print defsubst doc string
14428 specially.
14429
14430 * dired.el (dired-insert-directory): If dired-free-space-program
14431 failed just delete its output.
14432
144332000-03-29 Dave Love <fx@gnu.org>
14434
14435 * international/iso-cvt.el: Move provide to end. Doc fixes.
14436 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14437 (iso-iso2sgml, iso-sgml2iso): New functions.
14438 (iso-cvt-define-menu): Fix some entries and use backquote for
14439 clarity.
14440
14441 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14442
144432000-03-28 Gerd Moellmann <gerd@gnu.org>
14444
14445 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14446 ISO-DATE. If non-nil, return date in ISO 8601 format.
14447
144482000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14449
14450 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14451 if it ever becomes used.
14452 (log-edit-mode-hook): Default to vc-log-mode-hook.
14453 (log-edit-mode): Fix the docstring.
14454
14455 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14456 the code.
14457
144582000-03-26 Dave Love <fx@gnu.org>
14459
14460 * net/browse-url.el (browse-url): Re-fix case of
14461 browse-url-browser-function being an alist.
14462 (browse-url): Add :link to defgroup.
14463
14464 * files.el: Doc fixes.
14465 (file-truename): Include `[' in wildcard characters.
14466 (automount-dir-prefix): Customize.
14467 (find-file-wildcards): Add :version.
14468 (find-file-noselect): Simplify a mapcar call.
14469
14470 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14471 compatible with inf-lisp version.
14472 (eval-defun-1): Fix custom-declare-variable case.
14473
144742000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14477
144782000-03-24 Gerd Moellmann <gerd@gnu.org>
14479
14480 * Makefile (COMPILE_FIRST): New macro.
14481 (compile-files): Compile files from COMPILE_FIRST first.
14482
14483 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14484 code.
14485
14486 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14487 matching open parenthesis in column 0 to defun-prompt-regexp
14488 only if open-paren-in-column-0-is-defun-start is set.
14489
14490 * sun-curs.el: Require CL at compile-time only.
14491
14492 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14493 instead of copy-list which is a function from CL.
14494 (msb--choose-menu, msb--mode-menu-cond)
14495 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14496 (msb--init-file-alist): Use mapcar instead of mapcan.
14497 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14498 `(' in column 0 in doc string.
14499 (msb--add-separators): Use mapcar instead of mapcan.
14500
14501 * cus-dep.el: Require CL at compile-time only.
14502
145032000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14504
14505 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14506 (byte-compile-warnings): New warning `noruntime'.
14507 (byte-compile-constants, byte-compile-variables): Fix docstring.
14508 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14509 execute `eval-whenc-compile's body.
14510 (byte-compile-unresolved-functions): Fix docstring.
14511 (byte-compile-eval): New function.
14512 (byte-compile-callargs-warn): Check if the function will be available
14513 at runtime (via property `byte-compile-noruntime').
14514 (byte-compile-print-syms): New function.
14515 (byte-compile-warn-about-unresolved-functions): Also warn about
14516 `noruntime' functions (and use `byte-compile-print-syms').
14517 (byte-compile-file): Capitalize the message.
14518
145192000-03-24 Gerd Moellmann <gerd@gnu.org>
14520
14521 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14522 (rmail-expunge): Ask for confirmation depending on the setting
14523 of rmail-confirm-expunge.
14524
145252000-03-23 Gerd Moellmann <gerd@gnu.org>
14526
14527 * Makefile (bootstrap-clean): If $(emacs) exists, build
14528 loaddefs.el first. A loaddefs.el that's not up-to-date might
14529 cause a bootstrap failure because things don't autoload as
14530 expected.
14531
145322000-03-23 Dave Love <fx@gnu.org>
14533
14534 * net/browse-url.el: Restore previous use of
14535 browse-url-maybe-new-window.
14536
145372000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14538
14539 * ps-print.el: Skip banner page fix.
14540 (ps-print-version): New version number (5.1.2).
14541 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14542
145432000-03-23 Dave Pearson <davep@davep.org>
14544
14545 * net/quickurl.el Changed the type of parameter passed to the
14546 function defined by `quickurl-format-function'. Before only the
14547 text of the URL was passed. Now the whole URL structure is passed
14548 and the function is responsible for extracting the parts it
14549 requires. Changed the default of `quickurl-format-function'
14550 accordingly.
14551 (quickurl-insert): Changed the `funcall' of
14552 `quickurl-format-function' to match the above change.
14553 (quickurl-list-insert): Changed the `url' case so that it makes
14554 use of `quickurl-format-function', previous to this the format was
14555 hard wired.
14556
145572000-03-22 Gerd Moellmann <gerd@gnu.org>
14558
14559 * startup.el: Change some spellings for the X Window System.
14560
145612000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14562
14563 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14564 up the code and the regexp and make sure the cursor is temporarily
14565 moved to the suspicious line while querying the user.
14566
145672000-03-22 Jason Rumney <jasonr@gnu.org>
14568
14569 * w32-fns.el (w32-charset-info-alist): Initialize.
14570
145712000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14572
14573 * ps-print.el: N-up last page fix.
14574 (ps-print-version): New version number (5.1.1).
14575 (ps-end-file, ps-end-job, ps-generate): Code fix.
14576
145772000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14578
14579 * files.el (find-file-run-dired): Update docstring.
14580 (find-directory-functions): New hook.
14581 (find-file-noselect): Run find-directory-functions rather than
14582 calling dired directly.
14583
14584 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14585
14586 * pcvs.el: Add a minimal leading commentary.
14587 (cvs-make-cvs-buffer): Change the header part by removing the startup
14588 message and adding a `Module' entry. Also replace the FOOTER and
14589 HEADER special fileinfos with the new support in ewoc for updating
14590 its own footer and header.
14591 (cvs-update-header): Update to use the header/footer of the ewoc.
14592 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14593 (cvs-is-within-p): New function.
14594 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14595 to only examine some subset of the buffers.
14596
14597 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14598 `format' instead of our own ad-hoc functions.
14599 Remove HEADER and FOOTER cases, now handled in the EWOC.
14600 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14601
14602 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14603 output to avoid scaring the user.
14604 (cvs-parse-table): Catch message for non-up-to-date commits.
14605
14606 * pcvs-defs.el (cvs-startup-message): Remove.
14607 (cvs-global-menu): New autoloaded menu.
14608
14609 * pcvs-util.el (cvs-string-fill): Remove.
14610
14611 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14612 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14613 PP part of it and also make it work for footers and headers.
14614 (ewoc-create): Drop POS and BUFFER arguments.
14615 Use the DLL's dummy node to store the end-of-footer position.
14616 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14617 (ewoc-refresh): Remove unused `header' variable.
14618 (ewoc-(get|set)-hf): New functions.
14619
14620 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14621 log-view-*-(message|file) and use easy-mmode-define-navigation.
14622 (log-view-message-re): Match SCCS format as well.
14623 And match the revision line rather than the dashed separator line.
14624 (log-view-mode): Use the new define-derived-mode.
14625 (log-view-current-tag): Fill in with an actual implementation.
14626
14627 * cvs-status.el (cvs-status-(prev|next)): Rename from
14628 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14629 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14630 to let the output "breathe" a little more (more readable).
14631 (cvs-status-mode): Use the new define-derived-mode.
14632
14633 * smerge-mode.el (smerge-auto-leave): New function and variable.
14634 (smerge-basic-map): Rename from smerge-basic-keymap.
14635 Change the bindings for smerge-diff-*.
14636 (smerge-*-map): Use easy-mmode-defmap.
14637 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14638 (smerge-keep-*): Use smerge-auto-leave.
14639
146402000-03-21 Jason Rumney <jasonr@gnu.org>
14641
14642 * cus-edit.el (custom-button-face): Use 3D look for w32.
14643 (custom-button-pressed-face): Likewise.
14644
146452000-03-21 Gerd Moellmann <gerd@gnu.org>
14646
14647 * progmodes/etags.el (tags-case-fold-search): New user-option.
14648 (tags-loop-eval): New function. Bind case-fold-search around eval
14649 depending on the value of tags-case-fold-search.
14650 (tags-loop-continue): Use tags-loop-eval.
14651 (find-tag-in-order): Bind case-fold-search depending on the value
14652 of tags-case-fold-search.
14653
146542000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14655
14656 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14657 (diff-end-of-hunk): Return the end position for use in
14658 `easy-mmode-define-navigation'.
14659 (diff-recenter): Remove.
14660 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14661 of `easy-mmode-define-navigation'.
14662 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14663 previous renaming) and fix to use new names.
14664 (diff-merge-strings): Use \n as separator: simpler, faster.
14665 (diff-mode): Use `define-derived-mode'.
14666
14667 * derived.el (define-derived-mode): Don't autoload anymore.
14668 Prefer the macro-only version provided by easy-mmode.el.
14669
14670 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14671 `easy-mmode-define-derived-mode'.
14672 Use `combine-run-hooks'.
14673 (easy-mmode-define-navigation): New macro.
14674
14675 * subr.el (combine-run-hooks): New function.
14676
146772000-03-21 Kenichi HANDA <handa@etl.go.jp>
14678
14679 * term/x-win.el: Fontsets related initialization is simplified.
14680
14681 * international/mule-diag.el (describe-font): Don't refer to
14682 global-fontset-alist, instead call font-list.
14683 (describe-fontset, list-fontsets, mule-diag): Likewise.
14684 (print-fontset): Adjusted for the change of fontset
14685 implementation.
14686
14687 * international/fontset.el (x-charset-registries): Variable
14688 removed, instead the corresponding data is stored in the default
14689 fontset.
14690 (register-alternate-fontnames): Function removed.
14691 (resolved-ascii-font): Variable removed.
14692 (x-compose-font-name): Ignore the second argument REDOCE.
14693 (x-complement-fontset-spec): Complement only an ASCII font and
14694 element for those charsets than can use that ASCII font.
14695 (generate-fontset-menu): Don't refer to global-fontset-alist,
14696 instead call fontset-list.
14697 (uninstantiated-fontset-alist): Variable removed.
14698 (x-style-funcs-alist): Likewise.
14699 (fontset-default-styles): Likewise.
14700 (x-modify-font-name): Function removed.
14701 (create-fontset-from-fontset-spec): Ignore the argument
14702 STYLE-VARIANT.
14703 (create-fontset-from-ascii-font): Docsting adjusted for the above
14704 change.
14705 (instantiate-fontset, resolve-fontset-name): Functions removed.
14706 (fontset-list): Now implemented by C code.
14707
14708 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14709 (describe-face): Include `font' attribute in the description.
14710
147112000-03-21 Kenichi Handa <handa@etl.go.jp>
14712
14713 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14714
147152000-03-20 Gerd Moellmann <gerd@gnu.org>
14716
14717 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14718 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14719 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14720
14721 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14722 about behavior of set-buffer-modified-p wrt redisplay.
14723
147242000-03-19 Richard M. Stallman <rms@gnu.org>
14725
14726 * view.el (view-mode-disable): Kill local binding of view-read-only.
14727
147282000-03-18 Gerd Moellmann <gerd@gnu.org>
14729
14730 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14731 is a string, convert it to a syntax cell using string-to-syntax.
14732
14733 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14734 (string-to-syntax): New function.
14735
14736 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14737 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14738 try to use passive ftp mode.
14739
147402000-03-17 Gerd Moellmann <gerd@gnu.org>
14741
14742 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14743
14744 * simple.el (append-to-buffer): Update point of windows after
14745 insertion.
14746
14747 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14748 forward then moving backward. Reindent.
14749
14750 * frame.el (other-frame): Call x-focus-frame only if
14751 focus-follows-mouse is off.
14752
147532000-03-17 Dave Love <fx@gnu.org>
14754
14755 * pcvs-util.el (cvs-strings->string): Rename
14756 replace-regexps-in-string.
14757
147582000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14759
14760 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14761 regexp for labels cannot span several lines.
14762
14763 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14764 `(setq :<key> ':<key>)' to the macro expansion.
14765
147662000-03-16 Dave Love <fx@gnu.org>
14767
14768 * progmodes/f90.el (f90): Put custom group under `languages', not
14769 `fortran'.
14770 (f90-mode-hook): Customize.
14771 (f90-mode): Set add-log-current-defun-function.
14772 (f90-current-defun): New function.
14773
147742000-03-16 Gerd Moellmann <gerd@gnu.org>
14775
14776 * cus-edit.el (custom-variable-tag-face): Handle case that
14777 default face's height is not a number.
14778 (custom-face-tag-face, custom-group-tag-face-1)
14779 (custom-group-tag-face): Ditto.
14780 (custom-group-tag-face-1): Add :group.
14781
14782 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14783
147842000-03-15 Gerd Moellmann <gerd@gnu.org>
14785
14786 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14787 requiring easymenu.
14788
147892000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14790
14791 * ps-print.el: PostScript user-defined prologue, PostScript error
14792 handler, doc fix.
14793 (ps-print-version): New version number (5.1).
14794 (ps-user-defined-prologue, ps-error-handler-message)
14795 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14796 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14797 (ps-insert-string): New function.
14798
147992000-03-15 Kenichi Handa <handa@etl.go.jp>
14800
14801 * international/ccl.el (ccl-compile-expression): Don't generate
14802 invalid self-assignment code.
14803
148042000-03-14 Dave Love <fx@gnu.org>
14805
14806 * subr.el (replace-regexp-in-string): Renamed from
14807 replace-regexps-in-string. Doc fix.
14808
148092000-03-12 Dave Love <fx@gnu.org>
14810
14811 * cus-edit.el: Doc fixes.
14812 (customize-set-variable, customize-save-variable): Rename args for
14813 doc.
14814 (custom-variable-tag-face, custom-face-tag-face)
14815 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14816 style which user identify as hyperlink.
14817 (hook): Don't add undefined functions to the hook.
14818 (debug-ignored-errors): Transfer message from bindings.el.
14819
148202000-03-12 Gerd Moellmann <gerd@gnu.org>
14821
14822 * recentf.el (recentf-keep-non-readable-files-p): Remove
14823 double/nested definition.
14824
148252000-03-12 Dave Love <fx@gnu.org>
14826
14827 * facemenu.el (facemenu-get-face): Use display-color-p.
14828 * enriched.el (enriched-decode-foreground): Likewise.
14829 (enriched-decode-background): Likewise.
14830 * isearch.el (isearch-highlight): Likewise.
14831 * info-look.el (info-lookup): Likewise.
14832 * simple.el (completion-setup-function): Likewise.
14833
14834 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14835 :options.
14836
14837 * bindings.el (mode-line-format): Fix line-number and
14838 column-number items. Add help-echo for the background.
14839 (mode-line-mule-info): Modify help-echo.
14840
14841 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14842
14843 * files.el (load-file): Allow completion to .elc.
14844
14845 * man.el: Doc fixes.
14846 (Man-init-defvars): Use display-color-p to set fontification.
14847
14848 * play/hanoi.el (hanoi-internal): Don't use oddp.
14849
148502000-03-12 Gerd Moellmann <gerd@gnu.org>
14851
14852 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14853
14854 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14855
148562000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14857
14858 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14859 Fix comment.
14860
148612000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14862
14863 * font-lock.el (font-lock-keywords): Fix the doc now that
14864 regexp-opt-depth is unnecessary.
14865 (save-buffer-state): Set an edebug spec.
14866 (font-lock-fontify-anchored-keywords): Properly handle the case when
14867 the matcher goes past the limit.
14868
14869 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14870 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14871
14872 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14873 dll.el and cookie.el (from Elib) with heavy renaming and other
14874 massaging.
14875
14876 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14877 Autoload the functions used.
14878 (easy-mmode-define-syntax): Fix CL typo.
14879 (easy-mmode-define-derived-mode): Improve the docstring generation.
14880
148812000-03-10 Gerd Moellmann <gerd@gnu.org>
14882
14883 * textmodes/texinfo.el (texinfo-version): Variable and function
14884 removed.
14885
148862000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14887
14888 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14889 allow more flexibility.
14890 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14891 fns.
14892 (easy-mmode-defmap, easy-mmode-defsyntax)
14893 (easy-mmode-define-derived-mode): New macros.
14894
148952000-03-09 Didier Verna <didier@xemacs.org>
14896
14897 * rect.el (replace-rectangle): New function.
14898
148992000-03-09 Dave Love <fx@gnu.org>
14900
14901 * progmodes/fortran.el (fortran-comment-line-start): Define as
14902 "C".
14903 (fortran-comment-line-start-skip): Don't match cpp stuff.
14904 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14905 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14906 (fortran-mode): Don't set fortran-comment-line-start-skip,
14907 fortran-comment-line-start here. Set comment-start,
14908 add-log-current-defun.
14909 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14910 (fortran-current-defun): New function.
14911
149122000-03-09 Gerd Moellmann <gerd@gnu.org>
14913
14914 * emacs-lisp/re-builder.el: New file.
14915
14916 * mouse.el (mouse-drag-region): Don't run up-event handler
14917 if hscroll has changed.
14918
14919 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14920 builtin operators, use `font-lock-builtin-face' for Emacs and
14921 `font-lock-preprocessor-face' otherwise.
14922
14923 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14924 `(defun (setf foo)' differently.
14925
149262000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14927
14928 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14929 (regexp-opt): Update comment and adapt the code the new meaning of
14930 the `paren' argument of regex-opt-group for shy-groups.
14931 (regexp-opt-depth): Handle shy groups as well as backslashed
14932 backslashes.
14933 (regexp-opt-group): Turn the leading comment into a docstring.
14934 Allow `paren' to be a string (the string to use to open a group).
14935 Remove open-presuf and close-presuf. Instead of checking for `all
14936 one-char' and then later on check for `several one-char', handle
14937 both cases close together. Also apply a more generic algorithm
14938 for suffixes (the mirror image of the algorithm used for
14939 prefixes). Use shy-groups. Use nreverse rather than reverse.
14940 (regexp-opt-try-suffix): Removed.
14941
14942 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14943 from comint-mode-map, so we can just inherit from it. Also, move
14944 the initialization into the `defvar' since there's no docstring
14945 anyway and it's fairly short.
14946 (inferior-scheme-mode): Define it as derived-mode: the code is
14947 shorter and this way we inherit from comint-mode-map rather than
14948 copying it.
14949
14950 * subr.el (replace-regexps-in-string): Properly handle the case
14951 where we match an empty string.
14952
14953 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14954 when the command has a directory component (such as "./testml").
14955 Also fix a typo in the comment.
14956
149572000-03-08 Gerd Moellmann <gerd@gnu.org>
14958
14959 * Makefile (compile-files): Compile files one by one because
14960 that's the only way to ensure a clean compilation environment for
14961 each individual file.
14962
14963 * frame.el (other-frame): Call x-focus-frame.
14964
149652000-03-07 Dave Love <fx@gnu.org>
14966
14967 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14968 :require to defcustom.
14969
14970 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14971 lists.
14972
14973 * files.el (auto-mode-alist): Add configure.in.
14974
14975 * progmodes/autoconf.el: New file.
14976
149772000-03-07 Gerd Moellmann <gerd@gnu.org>
14978
14979 * mail/mh-e.el: Change maintainer to `none'.
14980
14981 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14982 to remove-hook and add-hook.
14983
149842000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14985
14986 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14987 it as the default.
14988 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14989 (sendmail-send-it): Conditionally add MIME headers specifying the
14990 used character set.
14991
149922000-03-07 Dave Love <fx@gnu.org>
14993
14994 * winner.el: Fix keywords, autoload cookies. Split
14995 eval-when-compile form to avoid compilation failure.
14996
149972000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14998
14999 * international/mule.el: Modify comment about coding system
15000 property `coding-category'.
15001 (make-coding-system): New argument EOL-TYPE. Pay attention to
15002 coding-category property of PROPERTIES.
15003
15004 * international/mule-conf.el (coding-category-utf-8,
15005 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15006 categories. Include them in the argument for set-coding-priority.
15007
15008 * international/mule-cmds.el (reset-language-environment): Include
15009 coding-category-utf-8, coding-category-utf-16-be, and
15010 coding-category-utf-16-le in the argument for set-coding-priority.
15011 (reset-language-environment): Initialize coding-category-utf-8,
15012 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15013
150142000-03-06 Karl Fogel <kfogel@red-bean.com>
15015
15016 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15017 code abstracted out of `bookmark-jump-noselect'. Now tries info
15018 extensions as well as compression extensions.
15019 (bookmark-jump-noselect): Use above new func.
15020
150212000-03-03 Gerd Moellmann <gerd@gnu.org>
15022
15023 * strokes.el: Change maintainer's mail address.
15024
150252000-03-03 Kenichi Handa <handa@etl.go.jp>
15026
15027 * international/mule-diag.el (list-character-sets): Make help-echo
15028 string by substitute-command-keys.
15029 (list-character-sets): Likewise.
15030 (sort-listed-character-sets): Call help-setup-xref.
15031
150322000-03-02 Gerd Moellmann <gerd@gnu.org>
15033
15034 * time.el (display-time-mail-file): Add `none' to the list of
15035 choices.
15036
150372000-03-01 Dave Love <fx@gnu.org>
15038
15039 * help.el (help-xref-go-back): Don't try to set position.
15040
15041 * international/mule-diag.el (list-character-sets): Call
15042 help-setup-xref. Add help-echo to xrefs.
15043 (list-character-sets-1): Add help-echo to xrefs.
15044
150452000-03-02 Gerd Moellmann <gerd@gnu.org>
15046
15047 * frame.el (blink-cursor-mode): Switch cursor on when turning
15048 the mode off.
15049
15050 * add-log.el (add-log-current-defun): Add support for
15051 Autoconf mode.
15052
15053 * mail/rmail.el (rmail-quit-hook): New variable.
15054
150552000-03-01 Dave Love <fx@gnu.org>
15056
15057 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15058
15059 * help.el (help-xref-button): Add help-echo arg.
15060 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15061
15062 * faces.el (list-faces-display): Supply help-echo with
15063 help-make-xrefs.
15064
15065 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15066 nil.
15067
150682000-03-01 Gerd Moellmann <gerd@gnu.org>
15069
15070 * image.el (defimage): Look for image files in load-path.
15071
15072 * frame.el (busy-cursor-delay-seconds): Change type to
15073 `number'.
15074
150752000-03-01 David Ponce <david.ponce@wanadoo.fr>
15076
15077 * recentf.el (recentf): Added version tag to the defgroup of
15078 recentf.
15079
150802000-03-01 David Ponce <david.ponce@wanadoo.fr>
15081
15082 * recentf.el (recentf-cleanup): Changed to remove excluded file
15083 too.
15084 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15085 action to select/unselect a file.
15086 (recentf-edit-list): Code cleanup and improvement.
15087 (recentf-open-more-files-action): `recentf-open-more-files' button
15088 widget action to open a file.
15089 (recentf-open-more-files): No more use standard completion but
15090 widgets.
15091 (recentf-more-collection): Deleted.
15092 (recentf-more-history): Deleted.
15093 (recentf-setup-more-completion): Deleted.
15094
150952000-03-01 David Ponce <david.ponce@wanadoo.fr>
15096
15097 * recentf.el (recentf-mode): No more needs that Emacs is running
15098 under a window-system.
15099
151001999-03-01 David Ponce <david.ponce@wanadoo.fr>
15101
15102 * recentf.el (recentf-edit-list): New command to edit the recent
15103 list which allow the user to remove files.
15104 (recentf-edit-selected-items): New global variable, used by
15105 `recentf-edit-list' to hold the list of files to be removed from
15106 the recent list.
15107 (recentf-make-menu-items): Updated to display a "Edit list..."
15108 menu item. Minor code cleanup.
15109
151101999-03-01 David Ponce <david.ponce@wanadoo.fr>
15111
15112 * recentf.el (recentf-open-more-files): New command to open files
15113 that are not displayed in the menu.
15114 (recentf-more-collection): New global variable holding the set of
15115 permissible completions used by `recentf-open-more-files'.
15116 (recentf-more-history): New global variable holding the history list
15117 used by `recentf-open-more-files' completion.
15118 (recentf-setup-more-completion): New function to setup completion for
15119 `recentf-open-more-files'.
15120 (recentf-make-menu-items): Updated to display a "More..." menu item.
15121
151221999-03-01 David Ponce <david.ponce@wanadoo.fr>
15123
15124 * recentf.el (recentf-menu-action): Doc fixed.
15125
151261999-03-01 David Ponce <david.ponce@wanadoo.fr>
15127
15128 * recentf.el (recentf-menu-filter): Doc updated.
15129 (recentf-update-menu-hook): Allow menu filters to force menu update.
15130 (recentf-make-menu-items): New menu filter handling.
15131 (recentf-make-menu-item): New helper function.
15132 (recentf-menu-elements): New menu handling function.
15133 (recentf-sort-ascending): Updated to new menu filter handling.
15134 (recentf-sort-descending): Updated to new menu filter handling.
15135 (recentf-sort-basenames-ascending): New menu filter function.
15136 (recentf-sort-basenames-descending): New menu filter function.
15137 (recentf-show-basenames): New menu filter function.
15138 (recentf-show-basenames-ascending): New menu filter function.
15139 (recentf-show-basenames-descending): New menu filter function.
15140
151412000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15142
15143 * diary-lib.el (list-diary-entries): Don't try to go forward at
15144 the end of the buffer.
15145
151462000-02-29 Kenichi Handa <handa@etl.go.jp>
15147
15148 * international/mule-diag.el (list-character-sets): Completely
15149 rewritten.
15150 (sort-listed-character-sets): New function.
15151 (list-character-sets-1): Completely rewritten.
15152 (list-character-sets-2): New function.
15153 (non-iso-charset-alist): New variable.
15154 (decode-codepage-char): New function.
15155 (charset-history): New variable.
15156 (read-charset) (list-block-of-chars)
15157 (list-iso-charset-chars)
15158 (list-non-iso-charset-chars)
15159 (list-charset-chars): New functions.
15160 (mule-diag): Call list-character-sets-2, not
15161 list-character-sets-2.
15162 (dump-charsets): Likewise.
15163
151642000-02-29 Gerd Moellmann <gerd@gnu.org>
15165
15166 * dired-x.el (dired-filename-at-point): Add `@' to valid
15167 file name characters.
15168 (dired-filename-at-point): Handle ange-ftp file names.
15169
15170 * frame.el (frame-notice-user-settings): Use assq-delete-all
15171 instead of assoc-delete-all.
15172 (frame-notice-user-settings): Ditto.
15173
15174 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15175 Don't copy alist.
15176
151772000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15178
15179 * calculator.el (calculator-use-menu): New option.
15180 (calculator-initial-bindings): Changed some bindings to work as
15181 macros.
15182 (calculator-forced-input): Removed.
15183 (calculator-restart-other-mode): New variable.
15184 (calculator-mode-map): Set up menu.
15185
151862000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15187
15188 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15189 tags.
15190
151912000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15192
15193 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15194 translate all ESC key sequences.
15195 (viper-goto-mark-subr): restore markers for files for which
15196 they were saved.
15197 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15198 * viper-util.el (viper-set-replace-overlay-glyphs,
15199 viper-set-replace-overlay): always check if the replacement
15200 overlay is live.
15201 * viper.el (viper-vi-state-mode-list): added major modes.
15202 * ediff-wind.el: minor comment changes.
15203 * ediff.el: copyright notice date fix.
15204
152052000-02-27 Jason Rumney <jasonr@gnu.org>
15206
15207 * faces.el (face-font-family-alternatives): Add arial to helv.
15208 (mode-line, header-line, tool-bar): Same default as x for w32.
15209 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15210 face-font-family-alternatives from working.
15211 * term/w32-win.el (mouse-set-font): Do not build fontset from
15212 chosen font.
15213
152142000-02-25 Sam Steingold <sds@goems.com>
15215
15216 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15217 properly.
15218
152192000-02-25 Richard M. Stallman <rms@gnu.org>
15220
15221 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15222
152232000-02-25 Gerd Moellmann <gerd@gnu.org>
15224
15225 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15226 writable.
15227
15228 * frame.el (busy-cursor-delay-seconds): New option.
15229
152302000-02-24 Gerd Moellmann <gerd@gnu.org>
15231
15232 * frame.el (show-cursor-in-non-selected-windows): New option.
15233
152342000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15235
15236 * diary-lib.el (include-other-diary-files): Undo the selective
15237 display in any included file and don't kill it.
15238
152392000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15240
15241 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15242 bar. Menu items converted to (menu-item format, help strings
15243 added.
15244 [downcase, upcase]: Don't enable on MS-DOS.
15245 [symlink, symlinks]: Don't show if make-symbolic-link is not
15246 bound.
15247 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15248
152492000-02-23 Dave Love <fx@gnu.org>
15250
15251 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15252 (backward-kill-word): Revert addition of * to interactive spec --
15253 it's a feature.
15254
15255 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15256 (backward-kill-sentence, kill-sentence): Likewise.
15257
15258 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15259 scratch buffer name.
15260 (gud-format-command): Use int-to-string in ?l case. Simplify
15261 slightly.
15262
15263 * term/w32-win.el (internal-face-interactive): Update prompt for
15264 new read-face-name.
15265
15266 * mail/footnote.el (footnote): Add :version to defgroup.
15267 (footnote-section-tag-regexp): Customize.
15268 (footnote-start-tag, footnote-end-tag): New option.
15269 (footnote-latin-regexp): New variable.
15270 (Footnote-latin): New function.
15271 (footnote-style-alist): Add element for latin style.
15272 (footnote-style): Moved.
15273 (Footnote-goto-footnote): Use eq to test arg.
15274
15275 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15276
15277 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15278 (byte-compile-trueconstp): Include keywords.
15279 (byte-optimize-quote, byte-optimize-lapcode): Use
15280 byte-compile-const-symbol-p.
15281 (byte-optimize-char-before): New optimization.
15282
15283 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15284 (byte-compile-const-symbol-p): New function.
15285 (byte-compile-constp, byte-compile-out-toplevel)
15286 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15287 Use it.
15288
15289 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15290
152912000-02-23 Kenichi Handa <handa@etl.go.jp>
15292
15293 * international/encoded-kb.el: Be sure to update minor-mode-alist
15294 and minor-mode-map-alist.
15295 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15296 codes SS2 and SS3 correctly.
15297 (encoded-kbd-self-insert-ccl): New function.
15298 (encoded-kbd-setup-keymap): New function.
15299 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15300 by calling encoded-kbd-setup-keymap.
15301
15302 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15303 characters.
15304 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15305 locally.
15306
153072000-02-22 Dave Love <fx@gnu.org>
15308
15309 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15310 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15311 defvar.
15312 (lisp-mode-syntax-table): Set up for #|...|# comments.
15313 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15314 classes. Match `defface'.
15315 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15316 (eval-defun-1): Fix for defcustom.
15317 (lisp-indent-region): Doc fix.
15318
15319 * subr.el (when, unless, split-string): Doc fix.
15320 (read-passwd): Move call of clear-this-command-keys to the right
15321 place.
15322 (replace-regexps-in-string): New function.
15323
153242000-02-22 Gerd Moellmann <gerd@gnu.org>
15325
15326 * help.el (describe-variable): Set syntax table to
15327 emacs-lisp-mode-syntax-table when moving forward over the
15328 symbol's name.
15329
153302000-02-22 Dave Love <fx@gnu.org>
15331
15332 * xt-mouse.el: Doc fixes.
15333 (xterm-mouse-position-function): New function, replacing advice of
15334 mouse-position.
15335 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15336
15337 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15338
153392000-02-21 Gerd Moellmann <gerd@gnu.org>
15340
15341 * format.el (format-annotate-single-property-change): Handle
15342 properties.with dotted-list values.
15343 (format-proper-list-p): New function.
15344
15345 * enriched.el (enriched-face-ans): Handle '(foreground-color
15346 . COLOR) and (background-color . COLOR).
15347
153482000-02-20 Dave Love <fx@gnu.org>
15349
15350 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15351 and assignments to it.
15352 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15353 current local map.
15354 (make-flyspell-overlay): Use it.
15355 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15356
15357 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15358 (lm-get-header-re): Defun, not defsubst.
15359 (lm-get-package-name): Defun, not defsubst. Simplify.
15360 (lm-version): Doc fix. Simplify.
15361 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15362 (lm-crack-address, lm-last-modified-date, lm-commentary)
15363 (lm-verify, lm-synopsis): Simplify.
15364 (lm-report-bug): Require emacsbug. Use compose-mail.
15365
153662000-02-20 Gerd Moellmann <gerd@gnu.org>
15367
15368 * dired.el (dired-mode): Call propertized-buffer-identification
15369 to set mode-line-buffer-identification to something having
15370 the right text properties.
15371
15372 * bindings.el (propertized-buffer-identification): New function.
15373
153742000-02-20 Dave Love <fx@gnu.org>
15375
15376 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15377 check for t-mouse too.
15378
15379 * cus-start.el: Make echo-keystrokes `number'.
15380
153812000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15382
15383 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15384 Don't call ring-empty-p unless tags-location-ring is bound.
15385 From Noah Friedman <friedman@splode.com>.
15386
153872000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15388
15389 * progmodes/hideshow.el (hs-flag-region): No longer use
15390 `intangible' overlay property.
15391
15392 (hs-toggle-hiding): New command.
15393 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15394
15395 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15396 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15397 and deactivation.
15398
153992000-02-18 Gerd Moellmann <gerd@gnu.org>
15400
15401 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15402
154032000-02-17 Gerd Moellmann <gerd@gnu.org>
15404
15405 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15406
15407 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15408 of `*' to handle `(* ... *)' comments.
15409
154102000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15411
15412 * faces.el (list-faces-display): Use display-mouse-p instead of
15413 window-system.
15414
15415 * menu-bar.el (global-map): Menu-bar items converted to the new
15416 format (menu-item..., rearranged for better CUA compliance, and
15417 their names changed for better clarity. Help strings added.
15418
15419 * international/mule-cmds.el (mule-menu-keymap)
15420 (describe-language-environment-map, set-coding-system-map)
15421 (setup-language-environment-map): Convert to new (menu-item...
15422 form, add help strings. Change names of menu items for better
15423 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15424 submenu).
15425
154262000-02-17 Gerd Moellmann <gerd@gnu.org>
15427
15428 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15429 within the code.
15430
154312000-02-16 Dave Love <fx@gnu.org>
15432
15433 * faces.el: Don't require custom. Add more specific :groups to
15434 various deffaces.
15435 (set-face-attribute): Purecopy args.
15436 (read-face-name): Default to name at point and use it in prompt.
15437 Remove colon from arg in all callers.
15438 (list-faces-display): Hyperlink to face descriptions and customize
15439 buffers.
15440
154412000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15442
15443 * wid-edit.el (widget-match-inline): An atom never matches a
15444 list.
15445
154462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15447
15448 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15449 at ':' characters by call to split-string.
15450
154512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15452
15453 * textmodes/bibtex.el: Added RCS version identification.
15454
154552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15456
15457 * textmodes/bibtex.el: Some temporary comments removed.
15458 (bibtex-field-name, bibtex-entry-type): Made the relationship
15459 explicit.
15460 (bibtex-field-const): Allow capital letters.
15461 (bibtex-start-of-string): Deleted because unused.
15462
15463 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15464 use the term 'reference' to describe a bibtex entry as a whole.
15465 Further, reference keys are no longer called 'labels'.
15466 (bibtex-keys): Renamed to bibtex-reference-keys.
15467 (bibtex-reformat-previous-labels): Renamed to
15468 bibtex-reformat-previous-reference-keys.
15469 (bibtex-reference-type): Renamed to bibtex-entry-type.
15470 (bibtex-reference-head): Renamed to bibtex-entry-head.
15471 (bibtex-reference-maybe-empty-head): Renamed to
15472 bibtex-entry-maybe-empty-head.
15473 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15474 (bibtex-search-reference): Renamed to bibtex-search-entry.
15475 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15476 bibtex-enclosing-entry-maybe-empty-head.
15477 (bibtex-entry-field-alist, bibtex-entry-head,
15478 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15479 bibtex-map-entries, bibtex-search-entry,
15480 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15481 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15482 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15483 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15484 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15485 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15486 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15487
154882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15489
15490 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15491 comment.
15492 (bibtex-format-field-delimiters): New function, functionality
15493 extracted from bibtex-format-entry.
15494 (bibtex-autokey-get-yearfield-digits): New function, functionality
15495 extracted from bibtex-autokey-get-yearfield.
15496
15497 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15498 entries in order to avoid stack overflow in the regexp matcher if
15499 field contents become large.
15500 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15501 bibtex-field-string-part-not-braced,
15502 bibtex-field-string-part-no-inner-braces,
15503 bibtex-field-string-part-1-inner-brace,
15504 bibtex-field-string-part-2-inner-braces,
15505 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15506 bibtex-field-string-quoted, bibtex-field-string,
15507 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15508 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15509 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15510 as parsing is now performed by the following functions.
15511 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15512 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15513 bibtex-parse-field-string, bibtex-search-forward-field-string,
15514 bibtex-parse-association, bibtex-field-name-for-parsing,
15515 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15516 bibtex-search-forward-field, bibtex-search-backward-field,
15517 bibtex-start-of-field, bibtex-end-of-field,
15518 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15519 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15520 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15521 bibtex-parse-string, bibtex-search-forward-string,
15522 bibtex-search-backward-string, bibtex-start-of-string,
15523 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15524 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15525 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15526 entries. Instead of reporting the results of the parsing by
15527 match-beginning or match-end, these functions return data structures
15528 that hold the corresponding positions.
15529 (bibtex-enclosing-field): Changed to also report field boundaries by
15530 return values rather than by match-beginning or match-end. The
15531 following functions have been adapted to use the new parsing
15532 functions.
15533 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15534 bibtex-enclosing-field, bibtex-format-entry,
15535 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15536 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15537 bibtex-print-help-message, bibtex-end-of-entry,
15538 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15539 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15540 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15541 method for parsing.
15542 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15543 bibtex-map-entries, bibtex-flash-head,
15544 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15545 bibtex-autokey-change, bibtex-autokey-get-namefield,
15546 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15547 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15548 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15549 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15550 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15551 order to make the new binding of case-fold-search immediately
15552 visible.
15553
155542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15555
15556 * textmodes/bibtex.el: Copyright notice is up to date.
15557 Added constant 'bibtex-maintainer-salutation.
15558
15559 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15560 than make-temp-name, use match-string-no-properties and eliminate
15561 a quadratic behavior when building bibtex-strings.
15562
15563 * bibtex.el (bibtex-reference-key): Accept string entries whose
15564 reference key contains upper case letters.
15565
155662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15567
15568 * bibtex.el (bibtex-reference-head): Allow entries to start with
15569 a new line.
15570
155712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15572
15573 * bibtex.el: Hiding of entry bodies is not longer provided by
15574 bibtex.el directly. Instead the hideshow package can be used.
15575 Added a special bibtex entry to hs-special-modes-alist.
15576 (bibtex-hs-forward-sexp): Added for hideshow.el.
15577
155782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15579
15580 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15581 at ':' characters by call to split-string.
15582
155832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15584
15585 * textmodes/bibtex.el: Added RCS version identification.
15586
155872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15588
15589 * textmodes/bibtex.el: Some temporary comments removed.
15590 (bibtex-field-name, bibtex-entry-type): Made the relationship
15591 explicit.
15592 (bibtex-field-const): Allow capital letters.
15593 (bibtex-start-of-string): Deleted because unused.
15594
15595 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15596 use the term 'reference' to describe a bibtex entry as a whole.
15597 Further, reference keys are no longer called 'labels'.
15598 (bibtex-keys): Renamed to bibtex-reference-keys.
15599 (bibtex-reformat-previous-labels): Renamed to
15600 bibtex-reformat-previous-reference-keys.
15601 (bibtex-reference-type): Renamed to bibtex-entry-type.
15602 (bibtex-reference-head): Renamed to bibtex-entry-head.
15603 (bibtex-reference-maybe-empty-head): Renamed to
15604 bibtex-entry-maybe-empty-head.
15605 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15606 (bibtex-search-reference): Renamed to bibtex-search-entry.
15607 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15608 bibtex-enclosing-entry-maybe-empty-head.
15609 (bibtex-entry-field-alist, bibtex-entry-head,
15610 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15611 bibtex-map-entries, bibtex-search-entry,
15612 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15613 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15614 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15615 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15616 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15617 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15618 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15619
156202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15621
15622 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15623 comment.
15624 (bibtex-format-field-delimiters): New function, functionality
15625 extracted from bibtex-format-entry.
15626 (bibtex-autokey-get-yearfield-digits): New function, functionality
15627 extracted from bibtex-autokey-get-yearfield.
15628
15629 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15630 entries in order to avoid stack overflow in the regexp matcher if
15631 field contents become large.
15632 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15633 bibtex-field-string-part-not-braced,
15634 bibtex-field-string-part-no-inner-braces,
15635 bibtex-field-string-part-1-inner-brace,
15636 bibtex-field-string-part-2-inner-braces,
15637 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15638 bibtex-field-string-quoted, bibtex-field-string,
15639 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15640 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15641 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15642 as parsing is now performed by the following functions.
15643 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15644 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15645 bibtex-parse-field-string, bibtex-search-forward-field-string,
15646 bibtex-parse-association, bibtex-field-name-for-parsing,
15647 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15648 bibtex-search-forward-field, bibtex-search-backward-field,
15649 bibtex-start-of-field, bibtex-end-of-field,
15650 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15651 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15652 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15653 bibtex-parse-string, bibtex-search-forward-string,
15654 bibtex-search-backward-string, bibtex-start-of-string,
15655 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15656 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15657 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15658 entries. Instead of reporting the results of the parsing by
15659 match-beginning or match-end, these functions return data structures
15660 that hold the corresponding positions.
15661 (bibtex-enclosing-field): Changed to also report field boundaries by
15662 return values rather than by match-beginning or match-end. The
15663 following functions have been adapted to use the new parsing
15664 functions.
15665 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15666 bibtex-enclosing-field, bibtex-format-entry,
15667 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15668 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15669 bibtex-print-help-message, bibtex-end-of-entry,
15670 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15671 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15672 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15673 method for parsing.
15674 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15675 bibtex-map-entries, bibtex-flash-head,
15676 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15677 bibtex-autokey-change, bibtex-autokey-get-namefield,
15678 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15679 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15680 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15681 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15682 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15683 order to make the new binding of case-fold-search immediately
15684 visible.
15685
156862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15687
15688 * textmodes/bibtex.el: Copyright notice is up to date.
15689 Added constant 'bibtex-maintainer-salutation.
15690
15691 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15692 than make-temp-name, use match-string-no-properties and eliminate
15693 a quadratic behavior when building bibtex-strings.
15694
15695 * bibtex.el (bibtex-reference-key): Accept string entries whose
15696 reference key contains upper case letters.
15697
156982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15699
15700 * bibtex.el (bibtex-reference-head): Allow entries to start with
15701 a new line.
15702
157032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15704
15705 * bibtex.el: Hiding of entry bodies is not longer provided by
15706 bibtex.el directly. Instead the hideshow package can be used.
15707 Added a special bibtex entry to hs-special-modes-alist.
15708 (bibtex-hs-forward-sexp): Added for hideshow.el.
15709
157102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15711
15712 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15713 proceedings entry type (for cross referencing). Thanks to Wagner
15714 Toledo Correa for the suggestion.
15715
15716 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15717
157182000-02-14 Kenichi Handa <handa@etl.go.jp>
15719
15720 * international/characters.el: Setup case table for Vietnamese.
15721
157222000-02-12 Gerd Moellmann <gerd@gnu.org>
15723
15724 * uniquify.el (toplevel): Require CL at compile time.
15725 (uniquify-push): Removed.
15726
15727 * shadowfile.el (shadow-when): Removed.
15728
15729 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15730 (tempo-process-and-insert-string): Use dolist instead of
15731 tempo-dolist.
15732
15733 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15734 regexp for paragraph-start.
15735
15736 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15737 commas as well.
15738
157392000-02-10 Dave Love <fx@gnu.org>
15740
15741 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15742 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15743 Deleted.
15744 (widget-specify-field, widget-specify-button): Don't use
15745 widget-mouse-help as help-echo property.
15746 (default): Use #'ignore for :validate and :mouse-down-action.
15747 (checkbox): Add help-echo.
15748 (widget-sexp-validate): Rewritten to clarify error messages.
15749 (character): Use char-valid-p in :match function.
15750 (widget-color-complete): Use facemenu-color-alist.
15751 (widget-color-action): Use facemenu-read-color.
15752
15753 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15754 set up `caar' &c that we now have.
15755
157562000-02-09 Ray Blaak <blaak@gnu.org>
15757
15758 * delphi.el: Make resourcestring a declaration region, like const
15759 and var.
15760
157612000-02-09 Dave Love <fx@gnu.org>
15762
15763 * bindings.el (mode-line-input-method-map): New variable.
15764 (mode-line-mule-info): Use it; fix last change.
15765 (mode-line-mode-menu): Move definition.
15766 (mode-line-mouse-sensitive-p): Deleted.
15767 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15768 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15769 level.
15770
15771 * startup.el (command-line-1): Don't call
15772 make-mode-line-mouse-sensitive.
15773
157742000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15775
15776 * mail/rmail.el (rmail-retry-failure): Use
15777 rmail-beginning-of-message before rmail-toggle-header, because the
15778 former toggles headers.
15779
157802000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15781
15782 * diff-mode.el (diff-kill-junk): New interactive function.
15783 (diff-reverse-direction): Use delete-and-extract-region.
15784 (diff-post-command-hook): Restrict the area so that the hook also works
15785 outside of any diff hunk. This is necessary for the minor-mode.
15786 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15787 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15788
15789 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15790 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15791 so that it can be used more easily in <foo>-mode-hook. Also make sure
15792 to avoid duplicate entries.
15793 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15794 (font-lock-remove-keywords): Just as was done for `add', allow it to
15795 work even if font-lock-mode is nil. Also make sure we don't modify
15796 any pre-existing list by forcing a copy-sequence. Finally rename
15797 `major-mode' to `mode'.
15798 (font-lock-fontify-syntactic-anchored-keywords)
15799 (font-lock-fontify-anchored-keywords)
15800 (font-lock-fontify-keywords-region): Use line-end-position.
15801 Don't make `font-lock-multiline' local (it's now done in
15802 font-lock-set-defaults).
15803 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15804 move the `font-lock-fontified' creation to inside the `unless'.
15805
158062000-02-06 Andrew Innes <andrewi@gnu.org>
15807
15808 * term/w32-win.el (x-handle-args): Comment out call to message,
15809 which occurs before window system is initialized.
15810
15811 * makefile.nt: Add support for recompiling lisp code.
15812
158132000-02-04 Dave Love <fx@gnu.org>
15814
15815 * bindings.el (mode-line-mule-info): Fix/extend last change.
15816
15817 * completion.el: Replace completion-dolist with dolist.
15818
15819 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15820 dotimes.
15821
158222000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15823
15824 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15825 environment names before they go into the section regexp.
15826
15827 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15828 char class in regexp.
15829
15830 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15831 `case-fold-search' to nil.
15832
15833 * progmodes/idlwave.el (idlwave-template): Respect
15834 `idlwave-abbrev-change-case'.
15835 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15836 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15837 idlwave-while): respect `idlwave-reserved-word-upcase'.
15838 (idlwave-rw-case): New function.
15839 (idlwave-statement-match): Fixed problem with assignment regexp.
15840 (idlwave-font-lock-keywords): Improved regexp for keyword
15841 parameters.
15842 (idlwave-surround): New argument LENGTH to support padding of
15843 operators longer than 1 char.
15844
15845 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15846 idlwave-shell-expression-overlay. Implemented printing of
15847 expressions on higher levels of the calling stack.
15848 (idlwave-shell-display-level-in-calling-stack): Restore stack
15849 level.
15850 (idlwave-retrieve-expression-from-level): New function.
15851 (idlwave-shell-last-calling-stack): Variable removed.
15852 (idlwave-shell-reset): Argument action reversed (`visible' to
15853 `hidden'). Also remove stop-line overlay.
15854 (idlwave-shell-calling-stack-routine): New variable.
15855 (idlwave-shell-parse-stack-and-display): Messages now display
15856 negative level numbers.
15857 (idlwave-shell-mode): Set `modeline-format'.
15858 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15859 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15860 21.
15861 (idlwave-shell-print-expression-function): New option.
15862
15863 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15864 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15865 `tool-bar' instead of `toolbar'.
15866
158672000-02-02 Dave Love <fx@gnu.org>
15868
15869 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15870 emacs-lisp-mode-hook. Don't check for defalias being defined.
15871
15872 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15873 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15874 the new builtins directly.
15875
15876 * whitespace.el (whitespace): Add :version to defgroup.
15877
15878 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15879 Doc fix.
15880
15881 * thingatpt.el (sexp-at-point, symbol-at-point)
15882 (number-at-point, list-at-point): Add autoload cookie.
15883
15884 * recentf.el (recentf): Add :version to defgroup.
15885
15886 * quickurl.el (quickurl): Add :version to defgroup.
15887
15888 * elide-head.el (elide-head): Use point-marker more.
15889
15890 * bs.el (bs): Add :version to defgroup.
15891
15892 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15893
15894 * progmodes/delphi.el (delphi): Add :version to defgroup.
15895
158962000-02-02 Gerd Moellmann <gerd@gnu.org>
15897
15898 * ange-ftp.el (ange-ftp-write-region): Handle case that
15899 succeeding process operation sets a different coding system.
15900
15901 * calculator.el: New file.
15902
159032000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15904
15905 * frame.el (frames-on-display-list, framep-on-display): New
15906 functions.
15907 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15908 (display-selections-p, display-screens, display-pixel-width)
15909 (display-pixel-height, display-mm-width, display-mm-height)
15910 (display-backing-store, display-save-under, display-planes)
15911 (display-color-cells, display-visual-class): New functions.
15912
15913 * term/tty-colors.el (tty-color-gray-shades): New function.
15914
15915 * faces.el (display-color-p): Use framep-on-display.
15916 (display-grayscale-p): New function.
15917
159182000-01-31 Dave Love <fx@gnu.org>
15919
15920 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15921 (create-fontset-from-x-resource): Don't concat integers.
15922
159232000-01-31 Inge Frick <inge@nada.kth.se>
15924
15925 * view.el: Some changes in documentation. Removed some trailing
15926 whitespace. Changed some parameter names to agree with
15927 documentation.
15928 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15929 window is not deleted. Modifies change 1998-04-26.
15930
159312000-01-31 Gerd Moellmann <gerd@gnu.org>
15932
15933 * windmove.el: New file.
15934
15935 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15936 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15937 progmodes/ebnf-yac.el: Update copyright and license info.
15938
15939 * jit-lock.el (jit-lock-function): Widen before calculating end
15940 position.
15941 (jit-lock-stealth-chunk-start): Rewritten.
15942
15943 * info.el (Info-title-face-alist): Removed.
15944 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15945 faces.
15946 (Info-fontify-node): Use these faces.
15947
159482000-01-30 Gerd Moellmann <gerd@gnu.org>
15949
15950 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15951 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15952 `&allow-other-keywords'.
15953
15954 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15955 the list of directories scanned heuristically.
15956
15957 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15958 exist.
15959
159602000-01-30 Jason Rumney <jasonr@gnu.org>
15961
15962 * w32-fns.el: Define w32-tty-standard-colors.
15963
15964 * startup.el (command-line): Use w32-tty-standard-colors when in
15965 w32 console mode.
15966
159672000-01-30 Dave Love <fx@gnu.org>
15968
15969 * jka-compr.el (jka-compr-load): Fix up load-history.
15970
15971 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15972
15973 * emacs-lisp/cl-macs.el: Revert previous change.
15974
159752000-01-29 Dave Love <fx@gnu.org>
15976
15977 * facemenu.el: Purecopy various strings.
15978
15979 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15980 years. Deal with three-digit years.
15981
15982 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15983 defconst, purecopy.
15984 (help-back-label): Purecopy it.
15985
159862000-01-18 Gerd Moellmann <gerd@gnu.org>
15987
15988 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15989 variable. If non-nil, order the buffer list according to the
15990 currently selected frame.
15991 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15992 non-nil, pass the selected frame to function buffer-list.
15993
159942000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15995
15996 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15997
159982000-01-28 Dave Love <fx@gnu.org>
15999
16000 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16001
16002 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16003 Don't use lisp-indent-hook property.
16004 (cl-abs): Remove.
16005
16006 * subr.el: Move out indent and edebug specs for when and unless.
16007
16008 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16009 when, unless.
16010
16011 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16012 unless, when.
16013
160142000-01-28 Gerd Moellmann <gerd@gnu.org>
16015
16016 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16017 `collecting' as synonym for `collect'.
16018
16019 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16020 for the case it contains spaces.
16021
16022 * simple.el (what-cursor-position): Change formatting of
16023 messages.
16024
16025 * frame.el (delete-other-frames): New function.
16026 (toplevel): Bind it to C-x 5 1.
16027
16028 * sort.el (sort-numeric-base): New option.
16029 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16030 interpret it as octal or hexadecimal. Use sort-numeric-base
16031 as default base.
16032
16033 * progmodes/glasses.el: New file.
16034
160352000-01-27 Gerd Moellmann <gerd@gnu.org>
16036
16037 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16038 userids differently.
16039
16040 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16041 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16042 progmodes/ebnf-yac.el: New files.
16043
160442000-01-26 Dave Love <fx@gnu.org>
16045
16046 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16047 on a function with an empty body. [From Eric Ludlam.]
16048
160492000-01-25 Andre Spiegel <spiegel@gnu.org>
16050
16051 * vc.el (vc-version-diff): Make sure file name is expanded.
16052
160532000-01-25 Gerd Moellmann <gerd@gnu.org>
16054
16055 * scroll-bar.el (scroll-bar-timer): Variable removed.
16056 (scroll-bar-toolkit-scroll): Don't use a timer.
16057
160582000-01-25 Kenichi Handa <handa@etl.go.jp>
16059
16060 * language/thai-util.el (thai-composition-function): Delete
16061 superfluous `a'.
16062
160632000-01-24 Dave Love <fx@gnu.org>
16064
16065 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16066 end-of-defun-function.
16067
16068 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16069 &c.
16070
160712000-01-22 Jason Rumney <jasonr@gnu.org>
16072
16073 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16074 conflicts with new face support.
16075
160762000-01-22 Richard M. Stallman <rms@gnu.org>
16077
16078 * replace.el (query-replace): Rename last arg to DELIMITED.
16079 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16080 (query-replace-regexp): Likewise.
16081
160822000-01-20 Richard M. Stallman <rms@gnu.org>
16083
16084 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16085
16086 * emacs-lisp/lisp.el (beginning-of-defun-function):
16087 Variable renamed from beginning-of-defun.
16088 Do not call make-variable-buffer-local.
16089 (beginning-of-defun-raw): Use new variable name; doc fix.
16090 (beginning-of-defun): Doc fix.
16091 (end-of-defun-function): Variable renamed from end-of-defun.
16092 Do not call make-variable-buffer-local.
16093 (end-of-defun): Use new variable name; doc fix.
16094
16095 * subr.el (dolist, dotimes): Copied from cl-macs.el
16096 and made to work.
16097
16098 * mail/undigest.el (rmail-digest-end-regexps):
16099 Variable replaces rmail-digest-end-regexp.
16100 Allows multiple regexps for detecting the end line.
16101 (undigestify-rmail-message): Corresponding changes.
16102
161032000-01-19 Dave Love <fx@gnu.org>
16104
16105 * files.el (user-init-file): Don't declare here -- is primitive.
16106
16107 * startup.el (command-line): Check for compiled user-init-file and
16108 set to uncompiled version if necessary.
16109
161102000-01-18 Gerd Moellmann <gerd@gnu.org>
16111
16112 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16113 (undigestify-rmail-message): Use it.
16114
16115 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16116
161172000-01-17 Gerd Moellmann <gerd@gnu.org>
16118
16119 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16120 of mini-buffer.
16121
161222000-01-14 Gerd Moellmann <gerd@gnu.org>
16123
16124 * emacs-lisp/copyright.el (copyright-update): Removed the
16125 requirement for a trailing space from `copyright-regexp', to
16126 support copyrights with owner specified on a separate line..
16127
16128 * align.el: New file.
16129
16130 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16131
16132 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16133
161342000-01-13 Dave Love <fx@gnu.org>
16135
16136 * ph.el: Removed. (Obsoleted by EUDC.)
16137
161382000-01-13 Gerd Moellmann <gerd@gnu.org>
16139
16140 * net/eudc.el (toplevel): Remove autoloaded code installing
16141 menu with easymenu, because that causes build problems.
16142
16143 * frame.el (frame-notice-user-settings): New variable.
16144 (frame-notice-user-settings): Don't modify frame parameters
16145 if called a second time.
16146
161472000-01-13 Richard M. Stallman <rms@gnu.org>
16148
16149 * frame.el (frame-notice-user-settings):
16150 Notice default-frame-parameters even for non-window frames.
16151
161522000-01-13 Gerd Moellmann <gerd@gnu.org>
16153
16154 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16155 for Emacs.
16156 (eudc-bob-can-display-inline-images): Extend for Emacs.
16157 (eudc-bob-toggle-inline-display): Ditto.
16158 (eudc-bob-display-jpeg): Ditto.
16159
161602000-01-12 Gerd Moellmann <gerd@gnu.org>
16161
16162 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16163 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16164 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16165
16166 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16167 nil)'.
16168
16169 * subdirs.el: Add `net' directory.
16170
16171 * net: New directory.
16172
16173 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16174 eval-last-sexp. Don't bind debug-on-error here.
16175 (eval-last-sexp): New function. Bind debug-on-error if
16176 eval-expression-debug-on-error is non-nil.
16177 (eval-defun-2, eval-defun): Likewise.
16178
16179 * simple.el (eval-expression): Don't bind debug-on-error if
16180 eval-expression-debug-on-error is nil. Detect changed
16181 debug-on-error, and propagate new value to global binding, if
16182 eval-expression-debug-on-error is non-nil,
16183 (eval-expression-debug-on-error): Change doc string.
16184
161852000-01-11 Richard M. Stallman <rms@gnu.org>
16186
16187 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16188
16189 * emacs-lisp/lisp-mode.el (with-syntax-table):
16190 Set up lisp-indent-function property.
16191
16192 * subr.el (with-syntax-table): Moved from simple.el.
16193
16194 * simple.el (with-syntax-table): Moved to subr.el.
16195
161962000-01-11 Gerd Moellmann <gerd@gnu.org>
16197
16198 * tmm.el (tmm-shortcut): Delete region after prompt instead
16199 of erasing buffer.
16200
16201 * textmodes/fill.el (fill-common-string-prefix): New function.
16202 (fill-context-prefix): Use the longest common prefix of first
16203 and second line fill prefix, if there is one.
16204
162052000-01-11 Richard M. Stallman <rms@gnu.org>
16206
16207 * array.el (array-mode): Don't use make-variable-buffer-local.
16208 Use make-local-variable for `truncate-lines'.
16209
162102000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16211
16212 * add-log.el (add-log-current-defun): Handle user-defined
16213 add-log-current-function returning nil,
16214
16215 * add-log.el (add-change-log-entry): Insert version number
16216 if having found a current function
16217
16218 * add-log.el (add-log-current-defun): Call
16219 `add-log-current-defun-function'. Try matches at level 0 and
16220 level 1. Strip whitespace from defun found.
16221
162222000-01-10 John Wiegley <johnw@gnu.org>
16223
16224 * allout.el (isearch-done/outline-provisions): Added `edit'
16225 argument to correspond with the current definition of
16226 `isearch-done'.
16227
162282000-01-10 Dave Love <fx@gnu.org>
16229
16230 * elide-head.el (elide-head): Use point-marker, not point.
16231
162322000-01-10 Gerd Moellmann <gerd@gnu.org>
16233
16234 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16235 before and after the year 2000.
16236
16237 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16238 Add ispell- prefix.
16239
162402000-01-10 Ken Stevens <k.stevens@ieee.org>
16241
16242 * ispell.el: Only define dictionaries in menus when they exist.
16243 (version18p): New variable.
16244 (version20p): New variable.
16245 (xemacsp): New variable.
16246 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16247 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16248 (ispell-dictionary-alist6): Russian command lines no longer accept
16249 run-together words.
16250 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16251 (ispell-dictionary-alist): Add koi8-r to customize definition.
16252 (check-ispell-version): Added documentation string. Returns
16253 library path when called non-interactively.
16254 (ispell-menu-map-needed): Uses new variables.
16255 (ispell-library-path): New variable.
16256 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16257 (ispell-word): Improved documentation string. Test for valid
16258 character mappings. Correctly check typed in word changes that can
16259 result in single words split into multiple words. Returns
16260 replacement word.
16261 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16262 replace in recursive query replace mode. Help message for
16263 recursive edit mode.
16264 (ispell-show-choices): Protect against bad framepop bindings.
16265 (ispell-help): Fix to work with XEmacs.
16266 (ispell-highlight-spelling-error): Use new variables.
16267 (ispell-overlay-window): Fix to work with XEmacs.
16268 (ispell-parse-output): Passed and returns location information
16269 tracking spelling corrections. Doesn't recheck same word on
16270 current line.
16271 (ispell-init-process): Protect against bogus XEmacs variable binding.
16272 Fix call to single argument in sleep-for. Use new variables.
16273 (ispell-region): Passed and returns location information tracking
16274 spelling corrections. Doesn't check same word on current line.
16275 Improved documentation string. Doesn't resend a line already
16276 checked to the ispell process - fixes bug in LaTeX parsing.
16277 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16278 (ispell-skip-region): No longer skips <TT> in SGML.
16279 (ispell-process-line): Tracks location information with spelling
16280 corrections. Added documentation string. Accounts for words
16281 already accepted on this line. Don't allow query-replace on line
16282 starting with math characters. Doesn't resend a line already sent
16283 to ispell process. Fixes alignment error bug.
16284
162852000-01-10 Richard M. Stallman <rms@gnu.org>
16286
16287 * dired-x.el (dired-guess-shell-alist-default):
16288 Suggest xloadimage, which is free, not xv, which isn't.
16289
16290 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16291 Don't ever include the host name or user name in the value.
16292
162932000-01-09 Gerd Moellmann <gerd@gnu.org>
16294
16295 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16296 of a real newline.
16297
162982000-01-09 Stephen Eglen <stephen@gnu.org>
16299
16300 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16301 for .png files.
16302
163032000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16304
16305 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16306
163072000-01-09 Gerd Moellmann <gerd@gnu.org>
16308
16309 * progmodes/cperl-mode.el: Replace ^F with ^L.
16310
16311 * sendmail.el (toplevel): Provide `sendmail' when compiling
16312 before `require'ing rmail and mailalias to prevent infinite
16313 recursion.
16314
163152000-01-08 Dave Love <fx@gnu.org>
16316
16317 * emacs-lisp/backquote.el: Remove inappropriate customization
16318 (allowing custom.el to use backquote).
16319
163202000-01-07 Dave Love <fx@gnu.org>
16321
16322 * add-log.el (add-log-debugging): Deleted.
16323 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16324 file. Remove debugging code.
16325 (change-log-get-method-definition, change-log-name): Add doc.
16326 (change-log-sortable-date-at): New function.
16327 (change-log-merge): New command.
16328
16329 * time.el (display-time-string-forms): Make the Mail string active.
16330 (display-time-update): Provide help-echo for load average.
16331
16332 * bindings.el (make-mode-line-mouse2-map): New function.
16333 (mode-line-modified): Use it and simplify.
16334 (mode-line-mule-info): Provide help-echo info.
16335 (minor-mode-alist): Activate the strings.
16336 (make-mode-line-mouse-sensitive): Simplify for
16337 mode-line-buffer-identification.
16338
163392000-01-07 Gerd Moellmann <gerd@gnu.org>
16340
16341 * play/pong.el: New file.
16342
163432000-01-06 Dave Love <fx@gnu.org>
16344
16345 * array.el: Assorted cleanups for compiler warnings, doc strings,
16346 `array-' prefix for symbols.
16347
163482000-01-05 Dave Love <fx@gnu.org>
16349
16350 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16351 outline-headers-as-kill.
16352 (outline-mode): Define imenu-generic-expression.
16353 (outline-headers-as-kill): New command.
16354
16355 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16356 from paragraph-start.
16357 (paragraph-indent-minor-mode): New command.
16358
16359 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16360 M-C-e, M-C-h, C-j, C-xnd, TAB.
16361 (fortran-mode): Set beginning-of-defun, end-of-defun.
16362 (fortran-column-ruler): Simplify.
16363 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16364 (fortran-with-subprogram-narrowing): Likewise.
16365 (fortran-indent-subprogram): Call mark-defun.
16366 (fortran-check-for-matching-do): Change narrowing.
16367
16368 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16369 (cl-lucid-hash-tag): Delete.
16370 (cl-hash-table-p): Correct test for native table.
16371 (cl-hash-table-count): Use hash-table-count.
16372
16373 * browse-url.el (browse-url): Fix case of
16374 browse-url-browser-function being an alist.
16375
163762000-01-05 Carsten Dominik <cd@gnu.org>
16377
16378 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16379 (reftex-index-phrase-file-extension): New options.
16380
16381 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16382 Use new option `reftex-index-phrase-file-extension'.
16383
16384 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16385 `reftex-parse-file-extension'.
16386
163872000-01-05 Dave Love <fx@gnu.org>
16388
16389 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16390 (beginning-of-defun-raw): Use it.
16391 (end-of-defun): New variable.
16392 (end-of-defun): Use it.
16393 (check-parens): New command.
16394
163952000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16396
16397 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16398 (hs-show-block): Don't use `mapcar' when not accumulating.
16399
16400 Fix buglet in local variables initialization.
16401
164022000-01-05 Andreas Schwab <schwab@suse.de>
16403
16404 * hscroll.el (hscroll): Doc fix.
16405
164062000-01-05 Carsten Dominik <cd@gnu.org>
16407
16408 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16409 idlw-toolbar.
16410
16411 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16412 file idlw-rinfo.el.
16413 (idlwave-customize): load must read file idlw-shell.el.
16414 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16415
164162000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16417
16418 * progmodes/idlw-shell.el: Also provide idlwave-shell
16419 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16420 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16421
16422 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16423 both reftex-dcr and reftex-vcr.
16424
16425 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16426
164272000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16428
16429 * ps-print.el: PostScript code now is in separate files, doc fix.
16430 (ps-print-version): New version number (5.0.3).
16431 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16432 local.
16433 (ps-spool-config): Initialization fix.
16434 (ps-print-prologue-1, ps-print-prologue-2)
16435 (ps-print-duplex-feature): PostScript code moved to separated file.
16436 (ps-background-image): Little code reformating.
16437 (ps-begin-file, ps-begin-job): Fix code.
16438 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16439 (ps-prologue-file): New fun.
16440
164412000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16442
16443 * ps-vars.el: Eliminated.
16444
16445 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16446 `;;;###autoload'.
16447
16448 * ps-print.el: ps-vars eliminated, doc fix.
16449 (ps-print-version): New version number (5.0.2).
16450 (ps-spool-config): Initialization fix.
16451 (ps-print-customize): New fun.
16452
164532000-01-04 Gerd Moellmann <gerd@gnu.org>
16454
16455 * autorevert.el (auto-revert-mode): Return value of
16456 auto-revert-mode.
16457
164582000-01-04 Dave Love <fx@gnu.org>
16459
16460 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16461 menu items.
16462
164632000-01-03 Dave Love <fx@gnu.org>
16464
16465 * elide-head.el (elide-head) [defgroup]: Add :version.
16466
16467 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16468 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16469 `cl-hash-table-p', not `hash-table-p'.
16470 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16471
164722000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16473
16474 * faces.el (face-read-integer, read-face-attribute)
16475 (color-defined-p, color-values): unspecified-{f,b}g are now
16476 strings.
16477
164782000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16479
16480 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16481 at comment end, and re-insert them after filling.
16482
164832000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16484
16485 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16486 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16487 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16488
164892000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16490
16491 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16492 the new name of face-color-supported-p.
16493
16494 * term/w32-win.el (xw-defined-colors): Likewise.
16495
164962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16497
16498 * simple.el (completion-setup-function): Count completion-size
16499 from minibuffer-prompt-end, not from point-min.
16500
165012000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16502
16503 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16504 Pass the frame to tty-color-* functions.
16505 (display-color-p, frame-set-background-mode): Pass the frame to
16506 tty-display-color-p.
16507
16508 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16509 tty-color-alist.
16510 (tty-color-alist, tty-modify-color-alist): New functions.
16511 (tty-color-define, tty-color-clear, tty-color-approximate)
16512 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16513 an optional parameter FRAME.
16514
165152000-01-01 Gerd Moellmann <gerd@gnu.org>
16516
16517 * image.el (create-image, defimage): Don't assume image data is a
16518 string.
16519
16520 * image.el (defimage): Handle specifications containing :data
16521 instead of :file.
16522 (image-type-from-data): New function.
16523 (image-type-from-file-header): Use it.
16524 (create-image): Add parameter DATA-P.
16525
16526See ChangeLog.8 for earlier changes.
16527
16528;; Local Variables:
16529;; coding: iso-2022-7bit
16530;; End: