(kkc-save-init-file): Locally bind print-length to nil.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e6b13c74
GM
12001-03-26 Gerd Moellmann <gerd@gnu.org>
2
e120bebf
GM
3 * textmodes/flyspell.el: Some doc fixes.
4 (flyspell-maybe-correct-transposition)
5 (flyspell-maybe-correct-doubling): Use a temporary buffer
6
7 * textmodes/ispell.el (ispell-parse-output): Doc fix.
8
e6b13c74
GM
9 * emacs-lisp/byte-opt.el (byte-optimize-while)
10 (byte-optimize-form-code-walker): Diagnose too few arguments
11 for `if' and `while'.
12
2b984c45
KH
132001-03-26 Kenichi Handa <handa@etl.go.jp>
14
15 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16 Prepend `\' to "\<quail-translation-docstring>".
17
bf2150fa
GM
182001-03-26 Gerd Moellmann <gerd@gnu.org>
19
20 * autorevert.el (global-auto-revert-non-file-buffers): Remove
21 duplicate defcustom.
22
a0d59316
MB
232001-03-26 Miles Bader <miles@gnu.org>
24
25 * international/latin1-disp.el (latin1-char-displayable-p): Add
26 leading "-" for X font pattern.
27
9edbff6c
KH
282001-03-26 Kenichi Handa <handa@etl.go.jp>
29
30 * international/mule-diag.el (describe-coding-system): For
31 raw-text and emacs-mule, don't add anymore text about what
32 charsets they can encode.
33
50b57199
EZ
342001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
35
36 * help.el (view-lossage): Mention open-dribble-file in the doc
37 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
38
5b83f9c0
SM
392001-03-23 Stefan Monnier <monnier@cs.yale.edu>
40
41 * skeleton.el (skeleton-internal-list): Fix bogus logic.
42 (skeleton-pair-insert-maybe): Don't pair after a backslash.
43
e0ecbf5c
KH
442001-03-23 Kenichi Handa <handa@etl.go.jp>
45
5b83f9c0
SM
46 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
47 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
48 multibyte sequence can work correctly.
49 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
50 property of the coding system.
51
1cc218de
SM
522001-03-23 Stefan Monnier <monnier@cs.yale.edu>
53
54 * textmodes/fill.el (fill-individual-paragraphs-prefix):
55 Fix transcription typo.
56
a3db02ad
RV
572001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
58
59 * whitespace.el: Add buffer local variables to toggle testing of
60 whitespaces in buffers without affecting the default values.
a3db02ad 61 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
62 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
63 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
64 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 65
83c9cb8e
SM
662001-03-21 Stefan Monnier <monnier@cs.yale.edu>
67
68 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
69
180d5509
GM
702001-03-21 Gerd Moellmann <gerd@gnu.org>
71
eeb5b5c1
GM
72 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
73 bs-cycle-configuration-name. From Juanma Barranquero
74 <lektu@uol.com.br>.
75
170a9e70
GM
76 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
77 and cc-vars.el.
78
180d5509
GM
79 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
80 headers. Always invoke sendmail with option -t.
81
130c507e
GM
822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
83
84 * Release of cc-mode 5.28.
85
862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
87
88 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
89 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 90 It's instead taken care of by the default value for c-default-style.
130c507e 91
130c507e
GM
922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
93
94 * cc-align.el (c-lineup-math): Fix bug where lineup was
95 triggered by equal signs in string literals.
96
972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
98
99 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
100 limit detection when at the ends of the buffer.
101
102 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
103 "for" statement clause in case 7F; a better one is done
104 earlier in case 7D anyway.
105
1062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
107
108 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
109 somewhat more and did a small optimization.
110
1112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
112
113 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
114 Use the limit argument only to limit the syntactic context
115 search, not to limit the actual movement.
116
117 * cc-cmds.el (c-beginning-of-statement): Move by sentence
118 inside multiline strings, just like in comments. Also various
119 fixes to the paragraph and comment prefix recognition, block
120 comment ender handling etc.
121
1222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
123
124 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
125 the relative position of the point.
126
127 * cc-cmds.el (c-electric-continued-statement): New function to
128 use as abbrev hook to reindent for keywords such as "else"
129 that continues an earlier statement.
130
131 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
132 like classes.
133
134 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
135 (pike-mode): Populate the default abbrev tables to reindent for
136 keywords such as "else" that can continue earlier statements.
137 Abbrev mode is therefore turned on by default now. (Note that
138 this doesn't apply to idl-mode, since IDL afaik doesn't have
139 statements at all.)
140
1412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
142
143 * cc-engine.el (c-inside-bracelist-p): Fix for handling
144 bracelists where the declaration contains template arguments.
145
1462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
147
83c9cb8e
SM
148 * cc-cmds.el (c-comment-indent):
149 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
150 syntactic indentation. Fixes bug with lineup functions that
151 return vectors.
152
153 * cc-engine.el (c-get-syntactic-indentation): Split the
154 indentation sum calculation from `c-indent-line' to a separate
155 function.
156
1572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
158
159 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
160 Fixed places where it was assumed that preprocessor directives
161 have to start in column zero.
162
163 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
164 template arguments after a class identifier properly.
165
166 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
167 lists for `new Foo[]' constructs in Java as expressions and
168 not top level definition brace lists on the top level, so that
169 they'll get indented consistently with the same type of
170 expression in a normal block.
171
1722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
173
174 * cc-cmds.el (c-fill-paragraph): The kludge that checks
175 whether the adaptive filling package fails to keep the comment
176 prefix is now kludged further to check for filladapt-mode
177 which doesn't have that problem. This is really icky, but it's
178 the only way that works with the current misfeatures/bugs in
179 both adaptive-fill-mode and filladapt-mode.
180
181 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
182 around point is recognized more robust.
183
1842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
185
186 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
187 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
188 (c-lit-type): Fixed all internal variables used dynamically so
189 that they are always bound.
190
191 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
192 errors:
193
194 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
195 the region is fully reindented even when an error occurs.
196 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
197 whole lot of code that tried to optimize indentation of whole
198 sexps but in reality accomplishes nothing.
199
200 (c-indent-sexp): Use c-indent-region.
201
202 (c-parsing-error): Changed this variable to hold the message
203 for any syntactic error that is discovered.
204
205 (c-parse-state): Search backward from point instead of the bod
206 position when the latter is invalid. This makes CC Mode
207 recover faster when there are unbalanced close braces.
208
209 (c-backward-to-start-of-if): Use c-parsing-error to report
210 dangling "else" clauses instead of throwing an error, and fall
211 back to a reasonable position.
212
83c9cb8e 213 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 214
83c9cb8e 215 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
216
2172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
218
219 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
220 paragraph recognition when moving by sentence in literals.
221
83c9cb8e
SM
222 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
223 start regexp for javadoc to recognize javadoc markup in general instead
224 of a specific set of keywords, to be more future-safe.
130c507e
GM
225
226 (c-Pike-pikedoc-paragraph-start)
227 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
228 pikedoc markup.
229
83c9cb8e 230 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 231
83c9cb8e 232 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
233
234 * cc-vars.el (c-default-style): Made a nicer Customize widget.
235
236 (c-comment-prefix-regexp): Made it possible to use an
237 association list on this to specify mode specific regexps.
238 The default value now use a special regexp in Pike mode to
239 recognize pikedoc markup.
240
241 (c-current-comment-prefix): New variable containing the actual
242 regexp from c-comment-prefix-regexp for the current buffer.
243
2442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
245
246 * cc-cmds.el (c-electric-brace): Fixed check for special brace
247 lists: We can't look at the syntax, since a brace list can get
248 recognized as a plain statement-cont.
249
250 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
251 special brace list opener broken over two lines got recognized
252 as a statement on the second line. Case 9A changed.
253
2542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
255
256 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
257 adjustment after line is reindented.
258
2592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
260
261 * cc-defs.el (c-point): Added optional argument for position
262 to use instead of the current point.
263
264 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
265 the in-expression block symbols when the construct starts at
266 boi, to avoid the extra level of indentation in that case.
267 Cases 4, 16A and 17E affected.
268
2692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
270
271 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 272 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
273
274 * cc-engine.el (c-indent-line): Use the syntax already bound
275 to `c-syntactic-context', if there is any.
276
2772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
278
279 * cc-engine.el (c-get-offset): Fixed bug where the indentation
280 wasn't added up correctly when a lineup function returned nil.
281
2822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
283
284 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 285 empty lines were ignored when collecting line comments backwards.
130c507e
GM
286
2872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
288
289 * cc-align.el (c-lineup-dont-change): Return an absolute
290 indentation column to work correctly in the case when several
291 syntactic elements are processed for the same line.
292
293 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
294 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
295 (c-set-offset): Added absolute indentation column settings by
296 using the vector type.
297
130c507e
GM
2982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
299
300 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
301 Implemented two new cleanups `space-before-funcall' and
302 `compact-empty-funcall'.
303
130c507e
GM
3042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
305
306 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
307 helping building regexps.
308
309 * cc-engine.el (c-on-identifier): New function for detecting
310 identifiers. It takes keywords into account.
311
312 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
313 lists. `c-keywords' is set to a regexp matching all keywords
314 in the current language.
315
3162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
317
318 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
319 list of characters to skip backwards over at the beginning of
320 a statement, since it can precede string literals in Pike.
321
3222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
323
324 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
325 recognition when standing on the last line in a C++ comment
326 with nothing but whitespace after the prefix.
327
328 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
329 given no limit argument.
330
3312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
332
333 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
334 recognition for the `[]= operator symbol in Pike.
335
3362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
337
338 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
339 around a bug in `eval-when-compile' in the byte compiler.
340
341 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 342 value when count is zero and there's no token start within the limit.
130c507e
GM
343
344 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
345 "prefix comments", i.e. comments which are followed by code on
346 the same line.
347
348 * cc-mode-19.el: Fixes so that checks that must be done at
349 compile time also are done then.
350
3512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
352
353 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
354 time and at runtime, and only when it's needed.
355
3562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
357
358 Major cleanup for less error prone and more warning free
359 compilation, including some fixes for bugs due to different
360 compilation orders. Thanks to Martin Buchholz for providing
361 the basis for all this.
362
363 * cc-bytecomp.el: New file that provides some byte compilation
364 features: It ensures that files always are loaded from the
365 current source directory during compilation, and it provides a
366 set of macros to turn off specific compiler warnings for
367 specific symbols. (It's not CC Mode specific in any way.)
368
369 Fixed a nearly acyclic dependency tree (both runtime and
370 compile-time) between all files.
371
372 * cc-defs.el: Separated all macros before the inline functions,
373 to ensure correct compilation.
374
375 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
376 cc-defs.el to cc-engine.el and made it a function instead.
377
378 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
379 about char-after.
380
381 * cc-vars.el: Cope even when there isn't a custom package
382 containing defcustom available.
383
384 * cc-make.el: Removed since it's no longer necessary.
385
386 README: Updated installation instructions.
387
3882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
389
390 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
391 improve the modularity: Moved all mode init stuff from
392 cc-langs.el to cc-mode.el, including the keymap
393 initialization; cc-langs now only contains the various
394 variables for configuring the language syntax.
395
83c9cb8e
SM
396 * cc-engine.el, cc-styles.el (c-evaluate-offset)
397 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 398 dependency analysis suggests they belong there (which also
83c9cb8e 399 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
400
4012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
402
403 * cc-cmds.el (c-fn-region-is-active-p): New function that
404 wraps the corresponding macro, for use in places that aren't
405 compiled. Thanks to Martin Buchholz for pointing out this.
406
83c9cb8e 407 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
408
409 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
410 add things to the bug report.
411
4122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
413
414 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
415 returned prefix could contain a newline when the search for a
416 good prefix line failed.
417
4182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
419
420 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
421 (c-toggle-auto-hungry-state): Made the argument optional, as
422 the documentation says it is.
423
4242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
425
426 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
427 multiline string syntax, #"...", as a cpp macro.
428
7008ccac
GM
4292001-03-21 Paul Eggert <eggert@twinsun.com>
430
83c9cb8e
SM
431 * international/mule-cmds.el (set-locale-environment):
432 Set system-messages-locale and system-time-locale, but only if the
7008ccac
GM
433 caller specifies a non-nil locale name.
434
c2478129 4352001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
436
437 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 438 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 439
117e4b0c
GM
4402001-03-20 Gerd Moellmann <gerd@gnu.org>
441
7194219d
GM
442 * follow.el (follow-avoid-tail-recenter): Doc fix.
443
5721ae13
GM
444 * custom.el (custom-set-variables): Avoid reversing the list
445 of args needlessly.
446
7b8bbf72
GM
447 * startup.el (fancy-splash-head): Don't change the colors of the
448 XPM image on a dark background.
449
a91ad7c9
GM
450 * comint.el (comint-exec-1): Set columns of the terminal to
451 window-width instead of frame-width.
452
fa88947e
GM
453 * info.el (Info-scroll-down): Add missing WINDOW arg for
454 pos-visible-in-window-p.
455
1741905c
GM
456 * ehelp.el (electric-help-mode-hook): Add defcustom.
457
117e4b0c
GM
458 * mail/sendmail.el (mail-mode): Activate case-folding in
459 font-lock-defaults.
460
e84c695d
SM
4612001-03-19 Stefan Monnier <monnier@cs.yale.edu>
462
463 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
464 (completion-ignored-extensions): Remove duplicate ".class".
465
fc774041
AS
4662001-03-19 Andreas Schwab <schwab@suse.de>
467
83c9cb8e
SM
468 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
469 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 470
c2c097cc
GM
4712001-03-19 Gerd Moellmann <gerd@gnu.org>
472
473 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
474 methods since there are not prefix input methods.
475
fbe2e958
KH
4762001-03-19 Kenichi Handa <handa@etl.go.jp>
477
83c9cb8e
SM
478 * international/mule-cmds.el (read-input-method-name):
479 Locally bind enable-recursive-minibuffers to t.
fbe2e958 480
da47e491
SM
4812001-03-18 Stefan Monnier <monnier@cs.yale.edu>
482
483 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
484
4986c2c6 4852001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 486
4986c2c6
MK
487 * ediff-util.el: Copyright years.
488 (ediff-choose-syntax-table): New function.
489 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 490
4986c2c6
MK
491 * ediff-init.el (ediff-with-syntax-table): New macro, uses
492 with-syntax-table.
83c9cb8e 493
4986c2c6 494 * ediff.el: Date of last update, copyright years.
83c9cb8e 495
4986c2c6 496 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 497
4986c2c6
MK
498 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
499 of Scott Bronson.
500 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
501 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
502 Deleted functions.
503 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
504 ex-token-list.
83c9cb8e 505
4986c2c6 506 * viper-util.el: Spaces, indentation.
83c9cb8e 507
4986c2c6 508 * viper.el: Changed version, modification time.
83c9cb8e 509
3c799aec 5102001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
511
512 * calendar/timeclock.el (timeclock-workday-remaining):
513 Check whether `discrep' is non-null before using it.
3c799aec 514
ae3ce418
JW
5152001-03-16 John Wiegley <johnw@gnu.org>
516
517 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
518 first-time checkins.
519 (timeclock-log-data): Fixed problem with reading timelog log file.
520 Resulting data in the "day list" was incorrect.
521 (timeclock-find-discrep): Check if `timeclock-file' is readable
522 before opening it.
523 (timeclock-time-less-p): New function.
524 (timeclock-day-base): New function.
525 (timeclock-geometric-mean): New function.
526 (timeclock-generate-report): Generate a summary report based on
527 the contents of the log file. This uses `timeclock-log-data', and
528 is an example of writing a timelog manipulation function.
529 (timeclock-visit-timelog): A quick command for opening the timelog
530 file.
531 (timeclock-log-data): Bound the variable event.
532
c8d4a9bb
KH
5332001-03-16 Kenichi Handa <handa@etl.go.jp>
534
83c9cb8e
SM
535 * international/mule-cmds.el (select-safe-coding-system):
536 Fix typo: symbol-name -> symbol-value.
11d56c64 537
c8d4a9bb
KH
538 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
539 before substitute-in-file-name to handle double slashes in FILE
540 correctly.
541
c899e7e6
GM
5422001-03-15 Gerd Moellmann <gerd@gnu.org>
543
544 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
545 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
546
819dce0f
GM
5472001-03-14 Gerd Moellmann <gerd@gnu.org>
548
697617d9
GM
549 * bindings.el (features): Add `md5' and `overlay' to the list.
550
819dce0f
GM
551 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
552 bound before using it. It's not bound when configured without X,
553 for instance.
554
e0067a9d
TTN
5552001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
556
557 * progmodes/hideshow.el: Update copyright.
558 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 559 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 560
afcdc0a1
GM
5612001-03-13 Gerd Moellmann <gerd@gnu.org>
562
e0067a9d 563 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
564 a non-list.
565
30564c48
EZ
5662001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * startup.el (fancy-splash-tail, command-line-1): Fix the
569 copyright year.
570
2b8e24b3
KH
5712001-03-13 Kenichi Handa <handa@etl.go.jp>
572
573 * term.el: These changes are based on a patch sent from Yong Lu
574 <lyongu@yahoo.com>.
575 (term-set-escape-char): Bind M-x to execute-extended-command in
576 term-raw-escape-map.
577 (term-move-columns): Don't try to move to negagive column.
578 (term-emulate-terminal): Insert a string before deleting a text to
579 overwrite.
580
789b6186
GM
5812001-03-12 Gerd Moellmann <gerd@gnu.org>
582
b0778a31
GM
583 * play/life.el (life): Rearrange code so that all calls to
584 life-display-generation are in a catch-form.
585
04528cda
GM
586 * progmodes/etags.el (tags-loop-continue): Don't change point in a
587 file that isn't interesting. In an interesting file, push the old
588 value of point on the mark ring.
589
760cefb5
GM
590 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
591 New function.
592 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
593 Use it.
594
83c9cb8e
SM
595 * emacs-lisp/autoload.el (generate-file-autoloads):
596 Remove warning about line lengths.
789b6186 597
a2ffbafe
FP
5982001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
599
600 * progmodes/etags.el (tags-compression-info-list): New variable.
601 (find-tag-in-order): Use it to deal with compressed source files.
602 (tag-file-name-match-p): New function.
603 (etags-recognize-tags-table): Use it for better match of file names.
604
5c9d9d92
KH
6052001-03-12 Kenichi Handa <handa@etl.go.jp>
606
ba3e9b9b
KH
607 * international/mule-cmds.el (register-input-method): Doc fix.
608
5c9d9d92
KH
609 * international/quail.el (quail-translate-key): Fix condition to
610 check if there's another breaking point in the current key.
611
40beecee
EZ
6122001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
613
614 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
615 Babyl header to the newly-created output file, bind
616 coding-system-for-write to either rmail-file-coding-system or
617 emacs-mule-unix.
618
75c6cb7f
SM
6192001-03-11 Stefan Monnier <monnier@cs.yale.edu>
620
621 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
622 Fix the name and regexp used for subsubsections.
623
5ec17636
DL
6242001-03-10 Dave Love <fx@gnu.org>
625
626 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
627 and save-buffer if buffer-file-name non-nil. From rms.
628
6d2e2c02
AS
6292001-03-10 Andre Spiegel <spiegel@gnu.org>
630
631 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 632 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
633 to reflect that.
634 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 635 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
636 variable bindings that might affect the diff command.
637 (vc-print-log): Don't switch to the *vc* buffer before the
638 command, so that local variable bindings are preserved.
639
789b6186 640 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
641 not the current buffer.
642 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
643
789b6186 644 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 645 make output go to buffer *vc*, not the current buffer.
a2ffbafe 646
b18f5523
SM
6472001-03-09 Stefan Monnier <monnier@cs.yale.edu>
648
649 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
650 so ^, $, *, ? and + are interpreted correctly.
651
3cfd8357
GM
6522001-03-09 Gerd Moellmann <gerd@gnu.org>
653
c085b77c 654 * help.el (string-key-binding): Renamed from
f9db8f19
SM
655 mode-line-key-binding. Handle any event on a string.
656 Check for `keymap' properties as well as `local-map' properties.
c085b77c 657
3cfd8357
GM
658 * comint.el (comint-insert-clicked-input): Use the last key
659 from this-command-keys to lookup the global key definition.
660
348f797a
KH
6612001-03-09 Kenichi Handa <handa@etl.go.jp>
662
3ebf3717
KH
663 * international/characters.el: Add category `j' for
664 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
665
348f797a
KH
666 * international/mule-conf.el (no-conversion): Fix docstring.
667 (raw-text): Fix docstring.
668
e1fbabaf
GM
6692001-03-08 Gerd Moellmann <gerd@gnu.org>
670
96e8e603
GM
671 * simple.el (choose-completion-string): When not leaving the
672 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
673 is set.
674
e1fbabaf
GM
675 * window.el (shrink-window-if-larger-than-buffer): Handle frame
676 parameter `(minibuffer . t)'.
677
f9db8f19
SM
6782001-03-07 Stefan Monnier <monnier@cs.yale.edu>
679
680 * progmodes/sh-script.el (sh-st-symbol): New symbol.
681 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
682 (sh-mode): Remove `make-local-variable' for unused var
683 `font-lock-unfontify-region-function'.
684
02756877
RS
6852001-03-07 Richard M. Stallman <rms@gnu.org>
686
132bf46d
RS
687 * info.el (Info-scroll-down): Fix previous change.
688
02756877
RS
689 * mail/rmail.el (rmail-toggle-header): Use a window which
690 is showing the Rmail buffer, rather than the selected window.
691
eeb24429
DL
6922001-03-07 Dave Love <fx@gnu.org>
693
694 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
695 now, to avoid problems with binding imenu directly to a mouse event.
696
3bdf2660
GM
6972001-03-07 Gerd Moellmann <gerd@gnu.org>
698
699 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
700 second arg t.
701
7022001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
703
704 * log-edit.el (log-edit-common-indent): New var.
705 (log-edit-set-common-indentation): Renamed from
706 log-edit-delete-common-indentation. Use the new var.
707 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
708
709 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
710 (cvs-mode-add-change-log-entry-other-window):
711 Don't presume change-log-default-name is defined.
712
713 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
714
715 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
716 the "tree" operation as well.
717
718 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
719
720 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
721 to match paragraph-start.
722
723 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
724 comment-start-skip and set comment-end-skip as well.
725 (sgml-comment-indent): Fix for new value of comment-start-skip.
726 (html-autoview-mode): Don't bother using make-local-hook.
727
2ad02767
GM
7282001-03-07 Gerd Moellmann <gerd@gnu.org>
729
189638d5 730 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 731 variables, otherwise long Custom entries would make them ineffective.
189638d5 732
2ad02767
GM
733 * uniquify.el: Set maintainer to FSF.
734
656f8cae
EZ
7352001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
736
737 * dired-aux.el (dired-do-shell-command): Doc fix.
738
c83965c4
SM
7392001-03-06 Stefan Monnier <monnier@cs.yale.edu>
740
04af43bc
SM
741 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
742
743 * which-func.el (which-func-modes): Add cperl-mode.
744 (which-func-mode-global): Use define-minor-mode.
745
746 * info-look.el: Docstring fixes and dead code eliminated.
747 (cperl-mode): Add support.
748 (emacs-lisp-mode): List all entries from elisp manual, whether
749 or not they are currently (f)bound or not. Update regexp.
750
751 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
752
c83965c4
SM
753 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
754 so that C-h m shows the correct information.
755 Use make-local-variable rather than make-variable-buffer-local.
756 (cperl-info-buffer, cperl-setup-tmp-buf):
757 Use make-local-variable rather than make-variable-buffer-local.
758 (cperl-msb-fix, cperl-get-help-defer):
759 Check major-mode for `cperl-mode' as well.
760
761 * progmodes/cperl-mode.el: Updated to author version 4.23.
762 (cperl-electric-pod): SYNOPSIS was misspelled.
763 (cperl-find-pods-heres): @if ? a : b was considered a REx.
764 (cperl-after-expr-p): Make true after __END__.
765
f16a7aa5
GM
7662001-03-06 Gerd Moellmann <gerd@gnu.org>
767
157ae273 768 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 769 bookmark-completion-ignore-case is t.
157ae273 770
f16a7aa5
GM
771 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
772 switch, like xterm, and concat resource strings, with a newline
773 between them.
774
abaddb98
EZ
7752001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
776
a2ffbafe 777 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
778 (cp773-decode-table, cp774-decode-table): New variables.
779
abaddb98
EZ
780 * man.el (Man-hyphenated-reference-regexp): New variable.
781 (Man-build-references-alist): Use it to search for referenced
782 manpages. If hyphenated is non-nil, record a concatenated word in
783 Man-refpages-alist only if it matches Man-reference-regexp.
784 Update word's length when it is concatenated. Reverse the list,
785 to get the first manpage at the head.
786 (Man-possibly-hyphenated-word): New function.
787 (Man-follow-manual-reference): Use it instead of current-word to
788 find a manpage at point, in a way that accounts for hyphenated
789 references.
790
eb3f61dd
GM
7912001-03-06 Alex Schroeder <alex@gnu.org>
792
793 * sql.el (sql-interbase): New function.
794 (sql-interbase-program): New option.
795 (sql-interbase-options): New option.
796 And some typos fixed: "customise" to "customize".
797
fa84f42a
DL
7982001-03-06 Dave Love <fx@gnu.org>
799
83c9cb8e
SM
800 * textmodes/flyspell.el (flyspell-region):
801 Set up flyspell-local-mouse-map.
fa84f42a 802
fda3411d
RS
8032001-03-05 Richard M. Stallman <rms@gnu.org>
804
a2ffbafe 805 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
806 Don't call rmail-beginning-of-message.
807 Don't discard From: field. Do discard Received: field.
808 Use unwind-protect to re-prune.
809 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 810
e972ab1f
KH
8112001-03-06 Kenichi Handa <handa@etl.go.jp>
812
813 * international/quail.el (quail-title): Add autoload cookie.
814
335db3c1
DL
8152001-03-05 Dave Love <fx@gnu.org>
816
817 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
818 new defs.
819
278dd6ac
KH
8202001-03-05 Kenichi Handa <handa@etl.go.jp>
821
83c9cb8e
SM
822 * language/ethio-util.el (ethio-toggle-space):
823 Update current-input-method-title if necessary.
36d5e61d
KH
824 (ethio-toggle-punctuation): Likewise.
825
341cd4f0
KH
826 * international/quail.el (quail-title): Fix for the case that a
827 title of an input method is specified by a list of the same form
828 as used in mode-line-format.
829
83c9cb8e
SM
830 * international/mule-cmds.el (activate-input-method):
831 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
832 respect that value.
833
10ebaeb6
GM
8342001-03-05 Gerd Moellmann <gerd@gnu.org>
835
836 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
837
7a65c85c
GM
8382001-03-05 Alex Schroeder <alex@gnu.org>
839
840 * sql.el (sql-sybase): Fix typo (was: query user about server two
841 times instead of server and database).
842
843 * sql.el (sql-sybase): Doc change.
844 (sql-mysql): Doc change.
845 (sql-postgres): Doc change.
846
b86644f2
KH
8472001-03-05 Kenichi Handa <handa@etl.go.jp>
848
83c9cb8e
SM
849 * international/mule-conf.el (emacs-mule, raw-text):
850 Docstring modified.
b86644f2 851
e30bd7b7
EZ
8522001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
853
854 * term/internal.el: Update copyright notice.
855
856 * term/pc-win.el: Update copyright notice.
857
7e365285
DL
8582001-03-02 Dave Love <fx@gnu.org>
859
83c9cb8e
SM
860 * files.el (insert-file-contents-literally):
861 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
862 not jka-compr-compression-info-list.
7e365285 863
75ed43a6
SM
8642001-03-02 Stefan Monnier <monnier@cs.yale.edu>
865
866 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
867 spaces in default comment-start-skip settings rather than \s-.
868
53c4b1e6
EZ
8692001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
872 default-frame-alist as well.
873
028d739a
DL
8742001-03-01 Dave Love <fx@gnu.org>
875
876 * textmodes/reftex.el (defvar): Wrap some defvars in
877 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
878
879 * subr.el (event-basic-type): Doc fix.
880
881 * international/quail.el: Doc fixes.
882
883 * international/utf-8.el: Doc fixes.
884
885 * international/mule-cmds.el: Doc fixes.
886 (leim-list-header): Fix header text.
887
888 * international/mule.el (coding-system-category): Doc fix.
889
890 * international/ccl.el (ccl-compile): Doc fix.
891
15d1caef
SM
8922001-03-01 Stefan Monnier <monnier@cs.yale.edu>
893
894 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
895 rather than (before|after)-change-functions.
896
f84ff02c
GM
8972001-03-01 Gerd Moellmann <gerd@gnu.org>
898
899 * ediff-util.el (ediff-scroll-horizontally): Arrange for
900 scroll-left and scroll-right being called interactively so that
901 they set the window's min_hscroll.
902
e0c1e774
EZ
9032001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
904
905 * info.el (info-insert-file-contents-1): Accept an additional
906 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
907 `suffix'; otherwise use the complicated MS-DOS code.
908 All callers changed.
e0c1e774
EZ
909 (info-insert-file-contents, Info-find-node): If the MS-DOS port
910 can access long file names, try the long file-name version of
911 `info-insert-file-contents-1', then the short file-name version.
912
b8b2ea31 9132001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 914
af122766
KH
915 * language/ethio-util.el (setup-ethiopic-environment-internal):
916 Change bindings of functions keys to conform to "Emacs Lisp Coding
917 Convention".
918
919 * language/ethiopic.el ("Ethiopic"): Add documentation.
920
b8b2ea31
KH
9212001-02-28 Kenichi Handa <handa@etl.go.jp>
922
1d64e2ad
KH
923 * international/utf-8.el (mule-utf-8): Set coding-category
924 property to coding-category-utf-8.
925
91cb6e51
RS
9262001-02-27 Richard M. Stallman <rms@gnu.org>
927
928 * lpr.el (lpr-page-header-switches, print-region-1):
929 Undo 2000-07-06 change.
7298f3f7
RS
930 (lpr-add-switches): Default to t on gnu/linux.
931
c0cb1027
GM
9322001-02-27 Gerd Moellmann <gerd@gnu.org>
933
934 * bs.el (bs-attributes-list): Doc fix.
935
01459648
GM
9362001-02-26 Gerd Moellmann <gerd@gnu.org>
937
baebd8a5 938 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 939
01459648
GM
940 * help.el (view-order-manuals): Use goto-address.
941
942 * startup.el (command-line-1): Add info about ordering manuals
943 to the not so fancy splash screens.
944
f93e614e
AS
9452001-02-26 Andre Spiegel <spiegel@gnu.org>
946
01459648
GM
947 * vc.el (vc-default-workfile-unchanged-p)
948 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 949
12435002
GM
9502001-02-26 Gerd Moellmann <gerd@gnu.org>
951
a2ffbafe 952 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
953 fontify in the right buffer.
954
12435002
GM
955 * allout.el (outline-flag-region): Move macro in front of first
956 use to avoid a run-time error.
957
425de386
AI
9582001-02-24 Andrew Innes <andrewi@gnu.org>
959
960 * makefile.w32-in: Fix copyright notice.
961
66c56ed1
KH
9622001-02-24 Kenichi Handa <handa@etl.go.jp>
963
4c1593ce
KH
964 * international/utf-8.el (mule-utf-8): Set correct value for
965 valid-codes property.
966
66c56ed1
KH
967 * international/fontset.el (x-complement-fontset-spec): In the
968 case that we use ASCII font for the other charsets, use only
15d1caef 969 family and registry part of it.
66c56ed1 970
119171dd
EZ
9712001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
974 (shrink-window-if-larger-than-buffer): Doc fix.
975
932c309e
SM
9762001-02-23 Stefan Monnier <monnier@cs.yale.edu>
977
978 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
979 predicate passed to completing-read.
980
9b760e36
EZ
9812001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
982
983 * startup.el (command-line): Fix last change.
984
5c39a60f
JR
9852001-02-23 Jason Rumney <jasonr@gnu.org>
986
987 * startup.el (tool-bar-originally-present): New variable.
988 (command-line): Set it if the tool-bar is switched on at startup.
989
990 * frame.el (frame-notice-user-settings): Only adjust frame height
991 for no tool-bar case if tool-bar was originally switched on.
796ead7e 992 From E. Jay Berkenbilt.
5c39a60f 993
cb91b2c7
SM
9942001-02-22 Stefan Monnier <monnier@cs.yale.edu>
995
39b557e8
SM
996 * server.el (server-switch-buffer): Only switch window if the
997 current one is dedicated.
998
cb91b2c7
SM
999 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1000 rather than using (match-beginning 0) when searching for break point.
1001
9238a8df
EZ
10022001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1003
1004 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1005 @ follows an accent command such as @'. Support optional braces
1006 in commands that insert accents, like makeinfo does.
1007
3473f362
GM
10082001-02-22 Gerd Moellmann <gerd@gnu.org>
1009
1010 * startup.el (fancy-splash-text): Add a line for ordering
1011 manuals. Reverse order of splash screens shown.
1012 (use-fancy-splash-screens-p): Adapt to the text line added.
1013
1014 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1015 manuals from the FSF.
1016
1017 * help.el (view-order-manuals): New function.
1018 (toplevel): Bind C-h C-m to this function.
1019
76a4de07
SM
10202001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1021
1022 * newcomment.el (comment-forward): Skip the comment-start before
1023 searching for the comment-end.
1024
75b71d85
DL
10252001-02-21 Dave Love <fx@gnu.org>
1026
2f4c9a87
DL
1027 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1028
75b71d85
DL
1029 * international/mule-cmds.el, international/mule.el: Doc fixes.
1030
1031 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1032 (fortune) <defgroup>: Add :link.
1033 (fortune-from-region): Use eq, not eql.
1034
ffc9ff0c
GM
10352001-02-21 Gerd Moellmann <gerd@gnu.org>
1036
1037 * startup.el (fancy-splash-screens): Use display-hourglass
1038 instead of display-busy-cursor.
1039
1040 * frame.el (display-hourglass): Renamed from busy-cursor.
1041 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1042 (show-cursor-in-non-selected-windows): Doc fix.
1043
f34eb373
DL
10442001-02-20 Dave Love <fx@gnu.org>
1045
1046 * international/utf-8.el: Doc and commentary fixes.
1047
f55e4a7e
EZ
10482001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1049
1050 * ehelp.el (with-electric-help): Doc fix.
1051
fa97adf6
GM
10522001-02-20 Gerd Moellmann <gerd@gnu.org>
1053
1054 * msb.el (msb-mode): Call the update-buffers function explicitly
1055 with a FORCE argument.
1056
1057 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1058 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1059 returns nil.
1060
54ed3bd2
GM
10612001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1062
1063 * ps-print.el: Timestamp package replacement. Some enhancements.
1064 Some XEmacs compatibility. Doc fix.
1065 (ps-print-version): New version number (6.4).
1066 (ps-printer-name): Initialization fix.
1067 (ps-zebra-stripe-follow): Funcionality enhancement.
1068 (ps-prologue-file): Code enhancement.
1069 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1070 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1071 (ps-get-page-dimensions)
54ed3bd2
GM
1072 (ps-generate-header, ps-begin-file, ps-begin-job)
1073 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1074 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1075 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1076 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1077
e8ebf97d
MB
10782001-02-20 Miles Bader <miles@gnu.org>
1079
1080 * image-file.el (image-file-name-extensions): Add "tif".
1081
136b27c5
GM
10822001-02-19 Gerd Moellmann <gerd@gnu.org>
1083
1084 * wid-edit.el (widget-button-click): Save the selected window
1085 around the code handling clicks on buttons.
1086
6ebbcf59
DL
10872001-02-18 Dave Love <fx@gnu.org>
1088
1089 * imenu.el (imenu--generic-function): Use mapc to iterate over
1090 syntax characters.
1091
595ded73
RS
10922001-02-17 Richard M. Stallman <rms@gnu.org>
1093
b9fe3dc8
RS
1094 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1095
595ded73
RS
1096 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1097
f3f053f3
GM
10982001-02-16 Gerd Moellmann <gerd@gnu.org>
1099
1100 * mouse.el (mouse-save-then-kill): If the distance from the new
1101 point to the mark is equal to the distance of point from the new
1102 point, move point instead of the mark.
1103
11570a8f
DL
11042001-02-16 Dave Love <fx@gnu.org>
1105
1106 * textmodes/flyspell.el (flyspell-get-word): Return string without
1107 properties.
1108
fb339cd5
EZ
11092001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1110
1111 * generic.el (generic-find-file-regexp): Doc fix.
1112 (generic-ignore-files-regexp): New defcustom.
1113 (generic-mode-find-file-hook): If the file's name matches the
1114 regexp in `generic-ignore-files-regexp', don't enter
1115 default-generic-mode. Doc fix.
1116
c56b1c1b
GM
11172001-02-16 Gerd Moellmann <gerd@gnu.org>
1118
a2ffbafe 1119 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1120 Add autoload cookies.
1121
a2ffbafe 1122 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1123 of cal-tex-24.
1124
0d140e65
EZ
11252001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1126
81558867
EZ
1127 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1128
0d140e65
EZ
1129 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1130 the character class after the (optional) drive, to support file
1131 names with embedded blanks.
1132
713f7b15
SS
11332001-02-15 Sam Steingold <sds@gnu.org>
1134
1135 * textmodes/tex-mode.el (tex-shell-running):
1136 Check the process buffer too.
1137
9a2a6f73
DL
11382001-02-15 Dave Love <fx@gnu.org>
1139
1140 * battery.el (battery-status-function): Fix doc, :type.
1141
15d1caef 1142 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1143
fe10cef0
GM
11442001-02-15 Gerd Moellmann <gerd@gnu.org>
1145
1146 * subr.el (read-passwd): Clear Lisp memory holding password.
1147
126f5d4d
MB
11482001-02-15 Miles Bader <miles@gnu.org>
1149
1150 * info.el (Info-copy-current-node-name): New function.
1151 (Info-mode-menu): Add it to the menu.
1152
92e98d63
RS
11532001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1154
1155 * international/mule-cmds.el (toggle-input-method): Doc fix.
1156
dd4e0e55
SM
11572001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1158
1159 * replace.el (occur): Stop at end of buffer.
1160
402dbbd1
EZ
11612001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1162
1163 * international/mule-cmds.el (set-input-method): Another doc fix.
1164
e9fcba3d
GM
11652001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1166
1167 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1168
78ad1cd5
MB
11692001-02-13 Miles Bader <miles@gnu.org>
1170
713f7b15 1171 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1172 (set-face-stipple): Treat a value of nil as being `unspecified'.
1173
fce9d9dc
DL
11742001-02-12 Dave Love <d.love@dl.ac.uk>
1175
1176 * international/latin1-disp.el: Doc fixes.
1177 (latin1-display) <defgroup>: Add :link.
1178 (latin1-display) <function>: Set variable latin1-display.
1179
bc406911
EZ
11802001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * international/mule-cmds.el (set-input-method): Doc fix.
1183
68514d48
EL
11842001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1185
1186 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1187 (speedbar-line-file): Return nil if not a file.
1188 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1189
513bea45 11902001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1191
513bea45
MK
1192 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1193 for remote files.
bc406911 1194 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1195 with raw-text.
713f7b15 1196
513bea45 1197 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1198
83c9cb8e
SM
1199 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1200 Better handling of the diff mode.
713f7b15 1201
513bea45 1202 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1203
bc406911 1204 * viper.texi: Fix typos.
713f7b15 1205
521d4010
DL
12062001-02-11 Dave Love <fx@gnu.org>
1207
36fd8e17
DL
1208 * shadowfile.el: Doc fixes.
1209 (shadow) <defgroup>: Add :link.
1210 (shadowfile-unload-hook): New function.
1211 (shadow-initialize): Use defalias, not fset.
1212 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1213 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1214
521d4010
DL
1215 * international/mule.el: Doc and message fixes.
1216
36fd8e17
DL
1217 * international/ccl.el (define-ccl-program): Doc fix.
1218
92395bbe
KH
12192001-02-11 Kenichi Handa <handa@etl.go.jp>
1220
1221 * faces.el (mode-line): Set :line-width property to -1.
1222
103db06c
RS
12232001-02-10 Richard M. Stallman <rms@gnu.org>
1224
08b78974
RS
1225 * complete.el (partial-completion-mode): Doc fix.
1226
103db06c
RS
1227 * simple.el (delete-key-deletes-forward-mode):
1228 Change `let' to `let*' to fix gross bug in last change.
1229
1230 * repeat.el (repeat): Don't let execute-kbd-macro alter
1231 real-last-command.
1232
a6a1ee53
EZ
12332001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1234
1235 * simple.el (eval-expression): Doc fix.
1236
d2f288c6
DL
12372001-02-09 Dave Love <fx@gnu.org>
1238
038f4ae3
DL
1239 * imenu.el (imenu-generic-expression): Doc fix.
1240
83c9cb8e
SM
1241 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1242 From Juanma Barranquero.
038f4ae3 1243
15d1caef 1244 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1245
9804b846
KH
12462001-02-09 Kenichi Handa <handa@etl.go.jp>
1247
1248 * faces.el (set-face-attribute): Describe the case of a negative
1249 value specified for :line-width.
1250
532f5197
SM
12512001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1252
1253 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1254 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1255
1d279666
DL
12562001-02-08 Dave Love <fx@gnu.org>
1257
4681ca3a
DL
1258 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1259 widget-plist-value-type.
1260 (widget-alist-convert-widget): Replace binding of
1261 widget-alist-value-type.
1262
1d279666
DL
1263 * textmodes/paragraphs.el (sentence-end): Doc fix.
1264
83c9cb8e
SM
1265 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1266 Remove `backward-line'.
1d279666 1267
532f5197
SM
1268 * play/pong.el (pong-blank-color, pong-bat-color)
1269 (pong-ball-color, pong-border-color, pong-left-key)
1270 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1271 (pong-pause-key, pong-resume-key, pong-timer-delay):
1272 * mail/mh-comp.el (mh-compose-letter-function):
1273 * eshell/esh-mode.el (eshell-skip-prompt-function):
1274 * emulation/viper-ex.el (ex-unix-type-shell-options):
1275 * recentf.el (recentf-menu-filter):
1276 * ps-print.el (ps-print-region-function):
1277 * lpr.el (print-region-function):
1278 * forms.el (forms-mode-hooks):
1279 * dirtrack.el (dirtrack-directory-change-hook):
1280 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1281 * textmodes/spell.el (spell-filter):
1282 * textmodes/fill.el (adaptive-fill-function):
1283 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1284 * progmodes/etags.el (find-tag-default-function):
1285 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1286 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1287
6f676109
EZ
12882001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1289
751d3bc4
EZ
1290 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1291 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1292 Meyering <jim@meyering.net>.
1293
6f676109
EZ
1294 * loadup.el: Revert last change.
1295
d3c26cdf
KH
12962001-02-07 Kenichi Handa <handa@etl.go.jp>
1297
83c9cb8e
SM
1298 * international/mule.el (transform-make-coding-system-args):
1299 Make it work also for coding systems not using CCL.
d3c26cdf 1300
44806980
EZ
13012001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1302
9889af08
EZ
1303 * simple.el (previous-matching-history-element)
1304 (next-matching-history-element): Doc fix.
1305
44806980
EZ
1306 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1307 specific part.
1308
1e36ff68
DL
13092001-02-06 Dave Love <fx@gnu.org>
1310
713f7b15 1311 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1312 (add-log-buffer-file-name-function, add-log-file-name-function):
1313 Fix :type.
1314 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1315
c7ca58df
EZ
13162001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1317
fecd556a
EZ
1318 * info.el (info-initialize): Remove the test for system-type when
1319 invocation-directory is non-nil.
1320
c7ca58df
EZ
1321 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1322 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1323
587b5737
AI
13242001-02-06 Andrew Innes <andrewi@gnu.org>
1325
1326 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1327 absolute.
1328
baf7eee4
GM
13292001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1330
1331 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1332 buffers. When hi-lock turned on rather than only checking current
1333 buffer for regexps, all buffers are checked. Moved activation of
1334 font-lock to hi-lock-refontify. When font-lock turned off rather
1335 than removing added highlighting just in current buffer, remove it
1336 in all buffers. Changed edit menu text from "Automatic
1337 Highlighting" to "Regexp Highlighting" Documentation for
1338 highlighting phrases, minor documentation changes.
1339 (hi-lock-set-file-patterns): Execute only if there are new or
1340 existing file patterns.
1341 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1342 unfontify and, if a support mode is active, will not refontify the
1343 whole buffer. If necessary, turn on font lock. (Removed
1344 font-lock-unfontify and font-lock support-mode-specific calls,
1345 such as lazy-lock-fontify-window.)
1346 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1347 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1348 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1349 (hi-lock-face-phrase-buffer): New function. Also added related
1350 menu item and keybinding.
1351 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1352 (hi-lock-process-phrase): New function.
1353 (hi-lock-line-face-buffer): Doc fixes.
1354 (hi-lock-face-buffer): Doc fixes.
1355 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1356
36710aa6
GM
13572001-02-06 Gerd Moellmann <gerd@gnu.org>
1358
1359 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1360 dabbrev-ignored-regexps.
1361
d3f22784
EZ
13622001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * simple.el (kill-line): Doc fix.
1365
5cb3c8d4
DL
13662001-02-05 Dave Love <fx@gnu.org>
1367
1368 * loadup.el: Revert last two changes -- bootstrapping works with
1369 regenerated loaddefs.
1370
e6297e7d
EZ
13712001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1372
1e14b095
EZ
1373 * isearch.el (isearch-forward): Doc fix.
1374
e6297e7d
EZ
1375 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1376 of font-lock-defaults to backward-paragraph.
1377
e16f52ce
GM
13782001-02-05 Gerd Moellmann <gerd@gnu.org>
1379
1380 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1381 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1382
01d19dd7
GM
13832001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1384
1385 * ebnf2ps.el: Eliminate time-stamp functions.
1386 (ebnf-version): New version (3.5).
1387 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1388 format-time-string.
1389
24886813
GM
13902001-02-05 Gerd Moellmann <gerd@gnu.org>
1391
1392 * simple.el (next-line): Goto end-of-line before inserting a newline.
1393
65e70fc4
MB
13942001-02-05 Miles Bader <miles@gnu.org>
1395
1396 * image-file.el (insert-image-file): When visiting an image, also
1397 set `truncate-lines' to t so that any fringe arrow looks correct.
1398
482f06c9
KH
13992001-02-05 Kenichi Handa <handa@etl.go.jp>
1400
1401 * isearch.el (isearch-forward): Add description about input method
1402 in the docsting.
1403
02399da7
SM
14042001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1405
1406 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1407
2c366083
EZ
14082001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1411 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1412
bdadfce3
GM
14132001-02-02 Gerd Moellmann <gerd@gnu.org>
1414
79fb38c0
GM
1415 * wid-edit.el (widget-button-click): Fix last change.
1416
bdadfce3
GM
1417 * frame.el (frame-notice-user-settings): When resizing the initial
1418 frame because the tool bar is off, also change the frame's top
1419 position if a negative top position was specified.
1420
33155ffb
MB
14212001-02-02 Miles Bader <miles@gnu.org>
1422
1423 * image-file.el (insert-image-file): When visiting an image,
1424 suppress the cursor in the image buffer.
1425
1355ba0c
DL
14262001-02-01 Dave Love <fx@gnu.org>
1427
1428 * progmodes/f90.el (f90-mode): Remove startup message.
1429
fb758d2d 1430 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1431
01acdb05
GM
14322001-02-01 Gerd Moellmann <gerd@gnu.org>
1433
1434 * startup.el (command-line): Fix code determining whether or not
1435 to use delete-key-deletes-forward-mode.
1436
5b1ee316
AS
14372001-02-01 Andre Spiegel <spiegel@gnu.org>
1438
1439 * vc.el (vc-diff-switches): New user option.
1440 (vc-version-diff): Use it.
1441 (vc-diff-switches-list): New macro.
1442
83c9cb8e
SM
1443 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1444 New customization options.
5b1ee316
AS
1445 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1446
1447 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1448
00b1e7a1
GM
14492001-02-01 Gerd Moellmann <gerd@gnu.org>
1450
1451 * msb.el (toplevel): Quote hook symbols.
1452
85827036
KH
14532001-02-01 Kenichi Handa <handa@etl.go.jp>
1454
8e028499 1455 * international/mule.el (make-coding-system): Add description
3c948dde 1456 about recognized properties in the docstring.
8e028499 1457
85827036
KH
1458 * international/mule-conf.el: Remove unused charsets
1459 mac-roman-lower and mac-roman-upper.
1460
7ccf7ab9
GM
14612001-01-31 Gerd Moellmann <gerd@gnu.org>
1462
2441692d
GM
1463 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1464 is in front of the left-margin, if any.
1465
ee5cece0
GM
1466 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1467 like `delete'.
1468
83c9cb8e 1469 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1470
7ccf7ab9
GM
1471 * term/w32-win.el (mouse-set-font): Doc fix.
1472
b4f30ec5 14732001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1474
b4f30ec5
GM
1475 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1476 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1477 on already.
1478
03e0fe6e
GM
14792001-01-31 Markus Rost <rost@math.ohio-state.edu>
1480
1481 * files.el (save-buffer): Don't give message if (buffer-file-name)
1482 returns nil.
713f7b15 1483
8f289acc
EZ
14842001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1485
cb4aae04
EZ
1486 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1487
dbd98b19
EZ
1488 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1489 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1490
8f289acc
EZ
1491 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1492 display problems.
1493
c12553c1
KH
14942001-01-31 Kenichi Handa <handa@etl.go.jp>
1495
c7bf5db9
KH
1496 * international/mule.el (charset-info): Fix docstring.
1497
1498 * international/mule-diag.el (describe-character-set): Check final
1499 char valid before printing it.
c12553c1 1500
14f16b9c
GM
15012001-01-30 Gerd Moellmann <gerd@gnu.org>
1502
efaa080b
GM
1503 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1504
eef93f99
GM
1505 * frame.el (frame-notice-user-settings): Do the tool-bar
1506 stuff only for graphical displays. Fix a braino.
713f7b15 1507
14f16b9c
GM
1508 * frame.el (frame-initialize): Create initial frame visible.
1509 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1510 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1511
1512 * startup.el (command-line): Remove manipulation of frame
1513 height for tool bars.
1514
4ad25e43
EZ
15152001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1516
1517 * lpr.el: Compatibility with XEmacs and doc fixes.
1518 (lpr-windows-system, lpr-lp-system): New vars.
1519 (lpr-printer-switch): New defcustom.
1520 (printer-name, lpr-command): Customization fix.
1521 (print-region-1): Code fix.
1522 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1523 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1524 New functions.
4ad25e43 1525
e8f044a0
GM
15262001-01-29 Gerd Moellmann <gerd@gnu.org>
1527
1528 * msb.el (toplevel): Fix the eval-after-load.
1529
850d5045
GM
15302001-01-29 Dave Love <fx@gnu.org>
1531
762fe76e
DL
1532 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1533
1534 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1535
83c9cb8e 1536 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1537 (tcl-using-emacs-19-23): Consider Emacs 21+.
1538 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1539 (tcl-add-emacs-menu): Supply menu name.
1540 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1541
3a768251
GM
15422001-01-29 Gerd Moellmann <gerd@gnu.org>
1543
1544 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1545
274d02f7
SM
15462001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1547
1548 * pcvs.el (cvs-mark-fis-dead): New function.
1549 (cvs-mode-add): Use it.
1550 (cvs-mode-add-change-log-entry-other-window):
1551 Rebind change-log-default-name to itself rather than to nil.
1552
ed5d446e
SS
15532001-01-29 Sam Steingold <sds@gnu.org>
1554
efaa080b 1555 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1556 `autoload' statements.
1557
e2a80284
EZ
15582001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1559
8e1db7b3
EZ
1560 * files.el (confirm-kill-emacs): Doc fix.
1561
ff2a1c79
EZ
1562 * frame.el (frame-initialize): Doc fix.
1563
e7b0deaf
EZ
1564 * time-stamp.el (time-stamp-string): Doc fix.
1565
83c9cb8e
SM
1566 * woman.el (WoMan-log-1): Make the log buffer writable.
1567 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1568
005913e4
GM
15692001-01-29 Gerd Moellmann <gerd@gnu.org>
1570
1571 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1572 the `make-variable-buffer-local'.
1573
58622cc5
GM
15742001-01-29 Dave Love <fx@gnu.org>
1575
1576 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1577 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1578 Add autoload cookie.
58622cc5
GM
1579 (ansi-color-apply-sequence): Fix typo.
1580
0404d031
GM
15812001-01-29 Gerd Moellmann <gerd@gnu.org>
1582
ed5d446e 1583 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1584 Postscript printing in black and white.
1585
0404d031
GM
1586 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1587 X-Mailman-Version, Precedence, List-Help, List-Post,
1588 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1589 Content-Type, Content-Length.
1590
3b6ed359
DL
15912001-01-29 Dave Love <fx@gnu.org>
1592
ddd16e7a
DL
1593 * elide-head.el (elide-head): Make overlay evaporate.
1594
83c9cb8e 1595 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1596
8005142f
EZ
15972001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1598
1599 * isearch.el (isearch-highlight): Don't punt if the display
1600 doesn't support colors, since isearch faces are defined for
1601 monochrome displays as well.
1602
84728570
SS
16032001-01-27 Sam Steingold <sds@gnu.org>
1604
1605 * shell.el (shell-write-history-on-exit): Make sure that we are in
1606 the shell buffer (M-x tex-file RET inserted the error message into
1607 the TeX buffer).
1608
e26f9ced
EZ
16092001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1610
1611 * simple.el (transient-mark-mode): Doc fix.
1612
dc0274bd
GM
16132001-01-27 Gerd Moellmann <gerd@gnu.org>
1614
83c9cb8e 1615 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1616
c1acacc4
EZ
16172001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1618
f5058b96
EZ
1619 * shell.el (shell-unquote-argument): If the shell is one of the
1620 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1621 quote character.
1622 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1623 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1624
c1acacc4 1625 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1626 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1627
103db06c 16282001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1629
84728570 1630 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1631 Treat a one-capital-letter abbrev as "not all upper case",
1632 so as to force preservation of the expansion's pattern
1633 if the expansion starts with a capital letter.
1634
cfa70244
EZ
16352001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1636
cfee9de7
EZ
1637 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1638 Doc fix.
1639
cfa70244
EZ
1640 * simple.el (transient-mark-mode): Document the fact that many
1641 commands act on the region when mark is active.
1642
17d90d6b
KH
16432001-01-27 Kenichi Handa <handa@etl.go.jp>
1644
1645 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1646 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1647 (quail-show-guidance-buf): Make the multibyteness of current
1648 buffer inherited to Quail guidance buffer.
1649 (quail-help): Make the multibyteness of current buffer inherited
1650 to Quail help buffer.
1651
61076b20
DL
16522001-01-26 Dave Love <fx@gnu.org>
1653
c47e2c68
DL
1654 * time-stamp.el: Doc fixes.
1655
84728570 1656 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1657 (delphi-keyword-face, delphi-other-face): Fix :type.
1658
940f14b4
DL
1659 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1660
1661 * mail/feedmail.el (feedmail): Add :link.
1662 (feedmail-send-it): Doc fix.
1663
1664 * mail/sendmail.el: Doc fixes.
1665 (sendmail-send-it): Fix the non-ASCII regexp and use
1666 rfc2047-encode-string.
1667
61076b20
DL
1668 * dired.el, dired-aux.el: Revert last change.
1669
6c317bd2
GM
16702001-01-26 Gerd Moellmann <gerd@gnu.org>
1671
1672 * makefile.w32-in (DONTCOMPILE): Add various term files.
1673
16742001-01-26 Dave Love <fx@gnu.org>
1675
1676 * Makefile.in (DONTCOMPILE): Add various term files.
1677
1c636b5f
GM
16782001-01-26 Gerd Moellmann <gerd@gnu.org>
1679
af900b23
GM
1680 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1681
15fa6db0 1682 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1683 the echo area is resized to fit the size of the startup message.
15fa6db0 1684
1c636b5f
GM
1685 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1686 part of which is a constant.
1687
9b1adbd5
EZ
16882001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1689
83c9cb8e 1690 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1691
103db06c 16922001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1693
1694 * simple.el (next-line): Don't let `newline' expand abbrevs.
1695 Simplify slightly.
1696 (open-line): Don't let `newline' expand abbrevs.
1697
219227ea
JW
16982001-01-25 John Wiegley <johnw@gnu.org>
1699
1700 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1701 to `repeat' in the :type field.
1702
1703 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1704 allow a choice of regexp or nil.
d2906bf8 1705 (pcomplete-dir-ignore): Same.
219227ea
JW
1706
1707 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1708 a command) to always fail.
1709
ceba0dac
GM
17102001-01-25 Gerd Moellmann <gerd@gnu.org>
1711
1712 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1713 discard the result.
1714 (iswitchb-to-end): Likewise.
1715
9b0630e5
SS
17162001-01-25 Sam Steingold <sds@gnu.org>
1717
1718 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1719 Require vc.
9b0630e5 1720
a2ed9670
SM
17212001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1722
f0c1adab
SM
1723 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1724
a2ed9670
SM
1725 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1726
34ac3367
DL
17272001-01-25 Dave Love <fx@gnu.org>
1728
61076b20
DL
1729 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1730 (describe-coding-system): Tweak the English text.
1731
34ac3367
DL
1732 * loadup.el: Preload international/ccl for utf-8.
1733
4685e6b7
EZ
17342001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * mail/rmail.el (rmail-redecode-body): Doc fix.
1737
0fdb4475
KH
17382001-01-25 Kenichi Handa <handa@etl.go.jp>
1739
83c9cb8e
SM
1740 * international/mule-cmds.el (reset-language-environment):
1741 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 1742
83c9cb8e
SM
1743 * international/mule-conf.el (coding-category-utf-8):
1744 Initialize to mule-utf-8.
0fdb4475 1745
9b0630e5 1746 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1747
1748 * international/utf-8.el: New file.
1749
245ed2b1
SM
17502001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1751
1752 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1753
e95b0c08
SS
17542001-01-24 Sam Steingold <sds@gnu.org>
1755
1756 * dired.el (dired-replace-in-string): Removed.
1757 (dired-sort-toggle): Use `replace-regexps-in-string'
1758 instead of `dired-replace-in-string'.
9b0630e5 1759
ceba0dac
GM
1760 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1761 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1762
e95b0c08
SS
1763 * gs.el (gs-replace-in-string): Removed.
1764 (gs-options): Use `replace-regexps-in-string'
1765 instead of `gs-replace-in-string'.
1766
c3902c3e
EZ
17672001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1768
1769 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1770 bug report is mailed to an email list and posted to a news group.
1771
b66b6aeb
GM
17722001-01-24 Gerd Moellmann <gerd@gnu.org>
1773
83c9cb8e
SM
1774 * comint.el (comint-replace-by-expanded-history-before-point):
1775 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 1776
b66b6aeb
GM
1777 * startup.el (tool-bar-images-pixel-height): New variable.
1778 (command-line): After loading the user's init file, when
1779 tool-bar-mode is on, increase the frame's size by some lines for
1780 the tool-bar.
1781
1782 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1783
ff890e66
SZ
17842001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1785
1786 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1787 (chinese-big5): MIME:Big5.
1788
04363179
GM
17892001-01-24 Gerd Moellmann <gerd@gnu.org>
1790
e95b0c08 1791 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1792 Handle commands with prefix args.
1793
d56aaa64
GM
17942001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1795
1796 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1797 being a list of numbers.
1798 (diary-mail-entries): Rewritten.
1799
99858627
DL
18002001-01-23 Dave Love <fx@gnu.org>
1801
7aeb1fa9
DL
1802 * international/mule.el (make-coding-system): Fix typo.
1803
83c9cb8e
SM
1804 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1805 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 1806
5a43decf
EZ
18072001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1808
1809 * font-lock.el (font-lock-mode): Doc fix.
1810
b0e98867
KH
18112001-01-23 Kenichi Handa <handa@etl.go.jp>
1812
1813 * international/mule.el (make-translation-table): Fix docstring.
1814
9c8acefd
EZ
18152001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1816
fd4976b8
EZ
1817 * mail/rmail.el (rmail-redecode-body): New function.
1818
9c8acefd
EZ
1819 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1820
871e0439
GM
18212001-01-22 Gerd Moellmann <gerd@gnu.org>
1822
21c2bbe0
GM
1823 * isearch.el (isearch-lazy-highlight-case-fold-search)
1824 (isearch-lazy-highlight-regexp): New variables.
1825 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1826 case-fold search or regexp search has been toggled.
1827
5710730c
GM
1828 * wid-edit.el (widget-button-click): Avoid a save-excursion
1829 around running a global binding.
1830
871e0439
GM
1831 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1832 to 0.25.
1833
d0554957
MB
18342001-01-20 Miles Bader <miles@gnu.org>
1835
1836 * cus-edit.el (custom-face-save): Do post-processing on the face's
1837 new value like `custom-face-set' does.
1838
1519f618
EZ
18392001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1840
ccd87890
EZ
1841 * mail/emacsbug.el (report-emacs-bug): Report the value of
1842 LC_CTYPE, not LC_TYPE.
1843
1519f618
EZ
1844 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1845 isearch-toggle-regexp and isearch-edit-string to doc string.
1846
9724173b
GM
18472001-01-19 Gerd Moellmann <gerd@gnu.org>
1848
48bb9196
GM
1849 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1850 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1851
e95b0c08 1852 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1853 font-lock-beginning-of-syntax-function to nil.
1854
dc81f8a2
EZ
18552001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1856
1857 * mail/emacsbug.el (report-emacs-bug): Report values of
1858 locale-coding-system, default-enable-multibyte-characters, and the
1859 environment variables LC_ALL, LC_TYPE, and LANG.
1860
99327974
GM
18612001-01-19 Gerd Moellmann <gerd@gnu.org>
1862
83c9cb8e 1863 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 1864
2be6ecc6
GM
1865 * font-lock.el (font-lock-multiline): Default to nil.
1866 (font-lock-default-fontify-region): If font-lock-multiline is
1867 nil, don't check the property `font-lock-multiline'.
1868
99327974
GM
1869 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1870 is nil, don't check the `font-lock-multiline' text property.
1871
2550055a
MK
18722001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1873
0a949811 1874 * viper.el: Call initial-major-mode on startup.
e95b0c08 1875
0a949811 1876 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1877
8501998a 1878 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1879
2550055a 18802001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1881
0a949811 1882 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1883 diff mode, if available.
e95b0c08 1884
0a949811 18852001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1886
8501998a 1887 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1888
2550055a
MK
1889 * ediff-init.el (subst-char-in-string): Define and use it, unless
1890 it's already defined.
e95b0c08 1891
8962e303
GM
18922001-01-18 Gerd Moellmann <gerd@gnu.org>
1893
1894 * tooltip.el (tooltip-hide-delay): New user-option.
1895 (tooltip-show): Use tooltip-hide-delay instead of the default.
1896
6b453381
KH
18972001-01-18 Kenichi Handa <handa@etl.go.jp>
1898
1899 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1900 kill-local-variable doesn't work for enable-multibyte-characters.
1901
9eaf396b
DL
19022001-01-17 Dave Love <fx@gnu.org>
1903
cebd37ce
DL
1904 * ediff-init.el (ediff-before-setup-hook)
1905 (ediff-merge-filename-prefix): Add :version.
1906
9eaf396b
DL
1907 * international/latin1-disp.el: Require disp-table.
1908 (latin1-display): Fix :set.
1909
1910 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1911
f864120f
GM
19122001-01-17 Gerd Moellmann <gerd@gnu.org>
1913
1914 * isearch.el (isearch-lazy-highlight-initial-delay)
1915 (isearch-lazy-highlight-interval): Default to 0.
1916
19172001-01-17 Bob Glickstein <bobg@zanshin.com>
1918
1919 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1920 1 here rather than each time through
1921 isearch-lazy-highlight-new-loop.
1922 (isearch-lazy-highlight-max): Variable deleted.
1923 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1924 isearch-lazy-highlight-max but controls a single invocation of
1925 isearch-lazy-highlight-update.
1926 (isearch-lazy-highlight-wrapped): Variable recreated.
1927 (isearch-lazy-highlight-window-start): New variable.
1928 (isearch-lazy-highlight-cleanup): Restored to behavior of
1929 before 2-Jan.
1930 (isearch-lazy-highlight-remove-overlays): Function deleted;
1931 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1932 behavior removed.
1933 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1934 isearch-lazy-highlight-update in a loop rather than just once.
1935 Test isearch-invalid-regexp here and decide not to start a new
1936 loop, rather than testing it each time through
1937 isearch-lazy-highlight-update.
1938 (isearch-lazy-highlight-search): Function restored.
1939 (isearch-lazy-highlight-update): Get called in a timer loop again,
1940 but this time highlight more than one match each time through.
83c9cb8e
SM
1941 Only highlight matches in the visible part of the window.
1942 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
1943 the edge of the window. Use sit-for to force redisplay and ensure
1944 window-start is credible. "Face suppressing" behavior removed;
1945 overlay priorities should make it unnecessary, right?
1946 (isearch-highlight): Face suppressing behavior removed.
1947 (isearch-dehighlight): Face suppressing behavior removed.
1948 (isearch-set-lazy-highlight-faces-at): Removed.
1949
076ec540
KH
19502001-01-17 Kenichi Handa <handa@etl.go.jp>
1951
1952 * language/european.el ("Latin-1"): Make the format of description
1953 about additional language environments same as that of Latin-2.
1954
92328ec5
DL
19552001-01-16 Dave Love <fx@gnu.org>
1956
39f2174e
DL
1957 * isearch.el (isearch-lazy-highlight): Add :version.
1958
92328ec5
DL
1959 * simple.el (backward-delete-char-untabify-method)
1960 (next-line-add-newlines): Add :version.
1961
f251459d
GM
19622001-01-16 Gerd Moellmann <gerd@gnu.org>
1963
9d4850e5
GM
1964 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1965 Don't bind <delete> otherwise.
1966
1967 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1968 and <delete> via function-key-map.
1969
f251459d
GM
1970 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1971 Subject line only if point is after the `Subject:'.
1972
771ffcf7
KH
19732001-01-16 Kenichi Handa <handa@etl.go.jp>
1974
bda6b481
KH
1975 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1976 japanese-jisx0213-2 in `charset' property of this lang. env.
1977
35793af7
KH
1978 * language/european.el ("Latin-1"): Add description for Dutch and
1979 Spanish lang. env.
1980
771ffcf7
KH
1981 * international/mule.el (decode-char): Fix conditions.
1982 (encode-char): Handle eight-bit-control too.
1c8102ff 1983 (transform-make-coding-system-args): New function.
50c29104
KH
1984 (make-coding-system): Accept XEmacs style arguments for CCL base
1985 coding system.
771ffcf7 1986
e1cf67b6
GM
19872001-01-15 Gerd Moellmann <gerd@gnu.org>
1988
1989 * progmodes/etags.el (find-tag-noselect): Save the value of
1990 tags-file-name before switching buffers, for the case it has a
1991 buffer-local value.
1992
b3287acf
GM
19932001-01-15 Alex Schroeder <alex@gnu.org>
1994
9eaf396b
DL
1995 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1996 From Dave Love <fx@gnu.org>.
b3287acf
GM
1997 (ansi-color-for-comint-mode): Fix :version.
1998
19992001-01-15 Alex Schroeder <alex@gnu.org>
2000
2001 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2002
8d7ff9c8
EZ
20032001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * dired.el (dired-insert-directory): If file-system-info fails,
2006 remove the " free " part, but don't signal an error.
2007
dbe99ae9
SS
20082001-01-12 Sam Steingold <sds@gnu.org>
2009
2010 * bookmark.el (bookmark-maybe-historicize-string):
2011 Use new backquote syntax.
2012
103db06c 20132001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2014
2015 * subr.el (last): Handle a list that doesn't end in nil.
2016
ca2ddd8e
SS
20172001-01-12 Sam Steingold <sds@gnu.org>
2018
2019 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2020 to `backward-delete-char-untabify'.
2021
1751c874
DL
20222001-01-12 Dave Love <fx@gnu.org>
2023
2024 * cus-edit.el (customize-menu-create): Fix the :filter following
2025 easymenu change.
2026
2027 * wid-edit.el (function): Add :match-alternatives.
2028 (widget-color-action): Doc fix.
2029
3cccce8d
GM
20302001-01-12 Gerd Moellmann <gerd@gnu.org>
2031
2032 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2033
18bfd6b5
KH
20342001-01-12 Kenichi Handa <handa@etl.go.jp>
2035
83c9cb8e 2036 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2037
18bfd6b5
KH
2038 * international/ccl.el (define-ccl-program): Fix docstring.
2039
562e00da
DL
20402001-01-11 Dave Love <fx@gnu.org>
2041
14fd0da3
DL
2042 * international/mule-cmds.el (standard-display-european-internal):
2043 Set display table for 2208 as for 160.
2044
2045 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2046
562e00da
DL
2047 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2048 entry for custom-menu-create change.
2049 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2050 don't cons it in the search loop.
2051
2052 * imenu.el (imenu--truncate-items): Revert last change.
2053
6e961dcd
EZ
20542001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2055
2056 * info.el (Info-setup-header-line): If the node header includes
2057 either Next: or Prev: links, don't show the File: and Node: parts
2058 in the header line.
2059
2c2ff7f2
GM
20602001-01-11 Gerd Moellmann <gerd@gnu.org>
2061
a7ee2d2e
GM
2062 * comint.el (comint-goto-process-mark): Don't print a message
2063 when running in batch mode.
2064
c5348233
GM
2065 * isearch.el (isearch-search): In the condition-case handler for
2066 `error', set isearch-invalid-regexp to the whole error message.
2067
422717d1
GM
2068 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2069 ensure that eval-after-load works for files dumped with Emacs.
2070
2071 * help.el (load-symbol-file-load-history): New function extracted
2072 from function symbol-file.
2073 (symbol-file): Use it.
2074
83c9cb8e 2075 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2076
926861fb
EZ
20772001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2078
2079 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2080 behave as if there were no prefix argument.
2081 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2082 argument were nil.
2083
afa1f52c
RS
20842001-01-11 Richard M. Stallman <rms@gnu.org>
2085
ca2ddd8e 2086 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2087 Don't look for more potential matches once maximum is exceeded.
2088 Use overlays-in to check correctly for overlap with current match.
2089 Ignore empty matches.
2090
47a9f362
MB
20912001-01-11 Miles Bader <miles@gnu.org>
2092
2093 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2094 (ispell-overlay-window, ispell-help, ispell-show-choices)
2095 (ispell-command-loop): Use it instead of `window-height'.
2096
d196f58d
GM
20972001-01-10 Gerd Moellmann <gerd@gnu.org>
2098
cf523f0e
GM
2099 * files.el (confirm-kill-emacs): New user-option.
2100 (save-buffers-kill-emacs): Ask for final confirmation before
2101 killing Emacs.
2102
d196f58d
GM
2103 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2104 to nil.
2105
7c6c3d8e
GM
21062001-01-10 Dave Love <fx@gnu.org>
2107
1f8be15d
DL
2108 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2109
83c9cb8e 2110 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2111
2112 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2113
2114 * calculator.el (calculator-number-digits): Fix :type.
2115
0d5184de
DL
2116 * vc-cvs.el (vc-cvs-header): Fix :type.
2117 * vc-rcs.el (vc-rcs-header): Fix :type.
2118 * vc-sccs.el (vc-sccs-header): Fix :type.
2119
2120 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2121
7c6c3d8e
GM
2122 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2123
8c9f73a2
GM
2124 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2125
457b792c
GM
21262001-01-10 Gerd Moellmann <gerd@gnu.org>
2127
2128 * simple.el (set-variable): Force a thorough redisplay for the
2129 case that the variable has an effect on the display, like
2130 `tab-width' has.
2131
d2622d08
AS
21322001-01-10 Andre Spiegel <spiegel@gnu.org>
2133
2134 * vc.el: Add documentation for backend interface.
2135
ae4b5f4f
KH
21362001-01-10 Kenichi Handa <handa@etl.go.jp>
2137
e0844717
KH
2138 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2139
ae4b5f4f
KH
2140 * international/mule-conf.el (latin-extra-code-table): Set to t
2141 for \223 and \224.
2142
3184082b
KH
21432001-01-09 Kenichi Handa <handa@etl.go.jp>
2144
2145 * international/mule-cmds.el (locale-language-names): Map "es" to
2146 "Spanish" and "nl" to "Dutch".
2147
732b9cdd
GM
21482001-01-09 Gerd Moellmann <gerd@gnu.org>
2149
1dfca644
GM
2150 * bindings.el (global-map): Bind <home> to beginning-of-line,
2151 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2152 C-<end> to end-of-buffer.
2153
732b9cdd
GM
2154 * language/european.el: Add Dutch and Spanish language info
2155 to be able to use the appropriate tutorials.
2156
21572001-01-09 Alex Schroeder <alex@gnu.org>
2158
2159 * ansi-color.el (ansi-color-process-output): Use markers instead
2160 of positions for start and end of region.
2161 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2162 Previously, occasional mistakes happend when fontifying many
2163 chunks of output (eg. ls --color=yes /dev). This happened
2164 whenever an overlay was created up to the end of the region, which
2165 coincided with the process-mark. New text would then be added
2166 within that overlay instead of after it.
2167 (ansi-color-make-extent): Overlays are created with the property
2168 `modification-hooks' set to '(ansi-color-freeze-overlay).
2169 (ansi-color-freeze-overlay): New function. When inserting text at
2170 the end of the overlay, the overlay will resize.
2171
21722000-01-09 Alex Schroeder <alex@gnu.org>
2173
2174 * ansi-color.el (ansi-color-process-output): Doc change.
2175 (ansi-color-unfontify-region): Doc change. No longer installed
2176 automatically in font-lock-unfontify-region-function.
2177 (ansi-color-apply): Doc change.
2178 (ansi-color-apply-on-region): Use extents or overlays instead of
2179 text-properties.
2180 (ansi-color-make-extent): New function.
2181 (ansi-color-set-extent-face): New function.
2182
21832000-01-09 Alex Schroeder <alex@gnu.org>
2184
2185 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2186 both use ansi-color-process-output, now.
2187 (ansi-color-process-output): Doesn't return string anymore. It is
2188 installed in comint-output-filter-functions for both Emacs and
2189 XEmacs, now.
2190 (ansi-color-unfontify-region): Simplified code removing variables
2191 pos and start-ansi.
2192 (ansi-color-apply): Put text-property ansi-color before putting
2193 text-property face because ansi-color-unfontify-region is called
2194 immediately after the call to put-text-property.
2195 (ansi-color-context-region): Doc change.
2196 (ansi-color-filter-region): Simplified code.
2197 (ansi-color-apply-on-region): Changed start to start-marker, using
2198 a marker explicitly. Put text-property ansi-color before putting
2199 text-property face because ansi-color-unfontify-region is called
2200 immediately after the call to put-text-property.
2201
22022000-01-09 Alex Schroeder <alex@gnu.org>
2203
2204 * ansi-color.el (ansi-color-faces-vector): Doc change.
2205 (ansi-color-for-comint-mode): Changed :type property to choice.
2206 (ansi-color-last-context): Removed.
2207 (ansi-color-process-output): Don't use ansi-color-last-context, as
2208 the main functions will store their context now.
2209 (ansi-color-context): Doc change.
2210 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2211 Uses ansi-color-context such that repeated calls will strip
2212 partial escape sequences, too.
2213 (ansi-color-apply): Simplified code. Colorize end of string if
2214 face is not null. Store context in new (FACE STRING) format, such
2215 that repeated calls will strip partial escape sequences, too.
2216 Append faces to face property using ansi-color-apply-sequence such
2217 that cumulative mode actually works.
2218 (ansi-color-context-region): New variable.
2219 (ansi-color-filter-region): Rewrote it based on
2220 ansi-color-apply-on-region. Uses ansi-color-context-region such
2221 that repeated calls will strip partial escape sequences, too.
2222 (ansi-color-apply-on-region): Simplified code. Colorize end of
2223 region if face is not null. Store context in new (FACE POS)
2224 format, such that repeated calls will strip partial escape
2225 sequences, too. Append faces to face property using
83c9cb8e 2226 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2227 (ansi-color-apply-sequence): New function.
2228 (ansi-color-get-face): When the default face is added to the list
2229 of faces, all previous settings are discarded and the list of
2230 faces is set to '(default).
2231
22322000-01-09 Alex Schroeder <alex@gnu.org>
2233
2234 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2235 face, such that ansi-color-apply and ansi-color-apply-on-region
2236 will do the right thing.
2237 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2238 returns nil, set the list of faces back to nil instead of
83c9cb8e 2239 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2240
22412000-01-09 Alex Schroeder <alex@gnu.org>
2242
2243 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2244 (ansi-color-process): Doc change.
2245 (ansi-color-last-context): New buffer-local variable.
2246 (ansi-color-process-output): New function. It is automatically
2247 added to comint-output-filter-functions if this is XEmacs.
2248 (ansi-color-unfontify-region): New optional parameter for XEmacs
2249 compatibility. Check wether font-lock-syntactic-keywords is
2250 boundp before removing the syntax table text property, as XEmacs
2251 doesn't have it.
2252 (ansi-color-filter-region): Doc change.
2253 (ansi-color-apply-on-region): Doc change.
2254 (ansi-color-make-face): New function. Compatibility layer for
2255 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2256 (ansi-color-make-color-map): Use ansi-color-make-face.
2257 (ansi-color-get-face): Avoid face text property '(nil) as results
2258 in an errow for XEmacs.
2259
22602000-01-09 Alex Schroeder <alex@gnu.org>
2261
83c9cb8e
SM
2262 * ansi-color.el (ansi-color-unfontify-region): New function.
2263 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2264 ansi-color. When the package is loaded, a lambda expression is
2265 put onto font-lock-mode-hook. This lambda expression will check
2266 font-lock-unfontify-region-function and replace
83c9cb8e 2267 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2268 (ansi-color-apply): Add text-property ansi-color in addition to
2269 text-property face.
2270 (ansi-color-apply-on-region): Add text-property ansi-color in
2271 addition to text-property face.
2272 (save-buffer-state): Copy of the macro that is also used by
2273 lazy-lock and font-lock.
2274
2275 (ansi-color-for-comint-mode): New option.
2276 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2277 (ansi-color-for-comint-mode-off): Ditto.
2278 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2279 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2280 decide what to do. This function is added to
2281 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2282
2283 (ansi-color-for-shell-mode-set): Removed.
2284 (ansi-color-for-shell-mode): Removed.
2285
22862000-01-09 Alex Schroeder <alex@gnu.org>
2287
2288 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2289 the lambda expression from the ansi-color-for-shell-mode :set
2290 property. Additionally, modify shell-mode-hook to enable or
2291 disable font-lock-mode for future shell buffers.
2292 (ansi-color-for-shell-mode): The :set property calls
2293 ansi-color-for-shell-mode-set instead of a lambda expression.
2294
22952000-01-09 Alex Schroeder <alex@gnu.org>
2296
2297 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2298 (ansi-color-context): New variable.
2299 (ansi-color-apply): Save context between calls.
2300
fb55ff10
EZ
23012001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2302
83c9cb8e
SM
2303 * isearch.el (isearch, isearch-lazy-highlight-face):
2304 New definitions for face colors and attributes.
29910493 2305
fb55ff10
EZ
2306 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2307 of display-mouse-p.
2308
134d6265
KH
23092001-01-09 Kenichi Handa <handa@etl.go.jp>
2310
2311 * international/mule.el (make-coding-system): If the coding system
2312 accepts extra latin codes, register such codes as safe for the
2313 coding system.
2314
103db06c 23152001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2316
984c9f75
RS
2317 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2318 don't mention the file name or the date here, because they are
2319 logged at the start of the file.
2320
23212001-01-08 Richard M. Stallman <rms@gnu.org>
2322
78b8eee8
RS
2323 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2324 Change screen-width to frame-width.
2325
1460e5d4
EZ
23262001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2327
2328 * info.el (Info-search): Print the default as part of the prompt.
2329
56f24bc1
AS
23302001-01-08 Andre Spiegel <spiegel@gnu.org>
2331
ca2ddd8e 2332 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2333 constant implementations in backends.
2334
2335 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2336 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2337
2338 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2339 WRITABLE to EDITABLE.
2340
2341 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2342 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2343 to EDITABLE.
2344
b7812d30
EZ
23452001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2346
2347 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2348 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2349
7e56ea04
GM
23502001-01-08 Gerd Moellmann <gerd@gnu.org>
2351
2352 * isearch.el (isearch-old-signal-hook): Removed.
2353 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2354 instead of setting signal-hook-function.
2355 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2356
a758f97d
GM
23572001-01-08 Kevin Gallagher <kevingal@onramp.net>
2358
2359 * emulation/edt.el: Update to version 4.0. Provide support for
2360 EDT scroll margins at top and bottom of the window. Provide an
2361 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2362 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2363 user when file-related buffer modifications exist.
2364 Provide support for running EDT Emulation in XEmacs.
2365 Provide customize access to some user updatable variables.
2366 Add Commentary section to file header.
2367 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2368
2369 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2370 for detecting a keypress that generates an ASCII key sequence.
2371 (Previously, only a keypress that generates a vector was
2372 recognized.) Embed Window Manager name into name of the generated
2373 EDT Emulation initialization file since the initialization file is
2374 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2375
30db89f9
EZ
23762001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2377
4deb3ba9
EZ
2378 * mail/sendmail.el (mail-mode): Doc fix.
2379
30db89f9
EZ
2380 * info.el (Info-goto-emacs-command-node): Doc fix.
2381 (Info-goto-emacs-key-command-node): Doc fix.
2382
c3f2772b
EZ
23832001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2384
8726e79b 2385 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2386 systems without long file-name support.
2387
0dac6924
AI
23882001-01-06 Andrew Innes <andrewi@gnu.org>
2389
2390 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2391
4e6ef391
EZ
23922001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2393
380866a2
EZ
2394 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2395 (isearch-lazy-highlight-update): Doc fix.
2396
148b5960
EZ
2397 * ffap.el (ffap-bindings): Doc fix.
2398
4e6ef391
EZ
2399 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2400
4cb1bcc2
DL
24012001-01-05 Dave Love <fx@gnu.org>
2402
2403 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2404
3828218c
GM
24052001-01-05 Gerd Moellmann <gerd@gnu.org>
2406
83c9cb8e
SM
2407 * mouse-drag.el (mouse-drag-safe-scroll):
2408 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2409
1f4139d5
GM
2410 * isearch.el (isearch-old-signal-hook): New variable.
2411 (isearch-mode): Set signal-hook-function to isearch-done.
2412 (isearch-done): Restore old signal-hook-function.
2413
3828218c
GM
2414 * info.el (Info-fontify-node): Mark one more char as intangible.
2415
3970013f
KH
24162000-01-05 Kenichi Handa <handa@etl.go.jp>
2417
83c9cb8e
SM
2418 * composite.el (compose-last-chars): New argument COMPONENTS.
2419 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2420 COMPONENTS.
2421
2422 * international/quail.el (quail-input-string-to-events): New function.
2423 (quail-input-method): Convert input string to events here.
2424 (quail-start-translation): Return input string, not event list.
2425 (quail-start-conversion): Likewise.
2426
f3b05e99
GM
24272001-01-04 Gerd Moellmann <gerd@gnu.org>
2428
ca2ddd8e 2429 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2430 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2431 and tooltip-add-timeout.
2432 (tooltip-show): Set border color from faces's foreground.
2433 (tooltip-show-help-function): If called with the same help string
2434 as last time, do nothing.
2435 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2436
0f2ac578
GM
2437 * startup.el (fancy-splash-screens): Don't bind show-help-function
2438 to nil.
2439
f3b05e99
GM
2440 * tooltip.el (tooltip-frame-parameters): Remove colors.
2441 (tooltip): New face
2442 (tooltip-set-param): New function.
2443 (tooltip-show): Set up color frame parameters from face `tooltip'.
2444 Display the tooltip text in face `tooltip'.
2445
8416e94a
DL
24462001-01-04 Dave Love <fx@gnu.org>
2447
2448 * whitespace.el (whitespace-global-mode): Fix typo.
2449
2450 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2451
30db89f9
EZ
24522001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2453
83c9cb8e
SM
2454 * help.el (help-for-help): Fix a typo in a doc string.
2455 From kwzh@gnu.org (Karl Heuer).
30db89f9 2456
b847eb8c
DL
24572001-01-03 Dave Love <fx@gnu.org>
2458
2459 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2460 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2461 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2462 (dired-guess-shell-alist-user): Customize.
2463 (dired-x-help-address): Set to bug-gnu-emacs.
2464 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2465 (dired-default-directory): Renamed from default-directory.
2466
2467 * hl-line.el (hl-line): Doc fix.
2468
43c4b570
KF
24692001-01-03 Karl Fogel <kfogel@red-bean.com>
2470
1bf6b1bf 2471 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2472
984c9f75 24732001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2474
2475 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2476 to remove all the current alternative-match highlighting.
2477 If nil, remove only what's outside the current window.
2478 (isearch-lazy-highlight-remove-overlays): Take optional
2479 region within which NOT to remove them.
2480 (isearch-lazy-highlight-new-loop): Greatly simplified.
2481 (isearch-lazy-highlight-update): Find all the other occurrences
2482 visible in the window, in just one call.
2483 (isearch-lazy-highlight-start): Now holds start of region to scan.
2484 (isearch-lazy-highlight-end): Now holds end of region to scan.
2485 (isearch-lazy-highlight-wrapped): Variable deleted.
2486 (isearch-lazy-highlight-search): Function deleted.
2487
13d6a61c
AI
24882000-01-02 Andrew Innes <andrewi@gnu.org>
2489
2490 * w32-fns.el (convert-standard-filename): Do length check on name
2491 before aref.
2492
064866e7
DL
24932001-01-02 Dave Love <fx@gnu.org>
2494
b33e041b
DL
2495 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2496 value.
2497 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2498
2499 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2500
8166ffd5
DL
2501 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2502 read syntax.
2503
064866e7
DL
2504 * calendar/todo-mode.el (todo): Add :link, :version.
2505 (todo-save-top-priorities): Remove autoload cookie.
2506 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2507 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2508
6dde6abc
GM
25092001-01-02 Gerd Moellmann <gerd@gnu.org>
2510
2511 * comint.el (comint-input-history-ignore): New variable.
2512 (comint-read-input-ring): Ignore entries matching
2513 comint-input-history-ignore.
2514
1a8a9daf
GM
25152001-01-02 Eric M. Ludlam <zappo@gnu.org>
2516
2517 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2518 (lm-copyright-mark): New function.
2519 (lm-crack-copyright): New function.
2520 (lm-verify): Check that the file has a copyright.
2521 Check that the file is copyright Free Software Foundation.
2522
9c92eb53
KH
25232000-12-30 Kenichi Handa <handa@etl.go.jp>
2524
2525 * international/mule-diag.el (print-fontset): Indent font name by
2526 24 columns, not 25.
2527
49172314
GM
25282000-12-29 Gerd Moellmann <gerd@gnu.org>
2529
762a68ec
GM
2530 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2531 in Subject line.
2532
49172314 2533 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2534 Use mail-mode-hook instead of mail-setup-hook.
2535 Otherwise continuing an interrupted message with C-u C-x m for
2536 instance, winds up in Mail mode without abbrevs.
49172314 2537
bd7a2e26
GM
25382000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2539
2540 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2541 non-nil. Adding almost all customization variables on ps-setup.
2542 Doc fix.
bd7a2e26
GM
2543 (ps-print-version): New version number (6.3.3).
2544 (ps-end-with-control-d): Initialization fix.
2545 (ps-lines-printed): New var.
2546 (ps-skip-newline): New fun.
2547 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2548 (ps-next-line, ps-continue-line, ps-plot-region)
2549 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2550
2b3f28a4
KH
25512000-12-29 Kenichi Handa <handa@etl.go.jp>
2552
83c9cb8e
SM
2553 * international/fontset.el (x-complement-fontset-spec):
2554 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2555 registered in x-font-name-charset-alist.
2556 (create-fontset-from-fontset-spec): Adjusted for the above change.
2557 The name of fontset alias should be a unresolved ASCII font name.
2558
2ece9174
GM
25592000-12-28 Gerd Moellmann <gerd@gnu.org>
2560
2561 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2562 and delete in isearch-mode-map.
2563
cbe3ad7a
RS
25642000-12-28 Richard M. Stallman <rms@gnu.org>
2565
ca2ddd8e 2566 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2567 Use xpdf instead of acroread.
2568
a816f1c5
KH
25692000-12-28 Kenichi Handa <handa@etl.go.jp>
2570
f086e73c
KH
2571 * textmodes/artist.el (artist-butlast): Deleted.
2572 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2573 artist-butlast.
f086e73c 2574
a816f1c5
KH
2575 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2576
2577 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2578
b202115b
EZ
25792000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2580
2581 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2582
2583 * ls-lisp.el: Better support for the Mac and MS-Windows.
2584 (ls-lisp): New defgroup.
2585 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2586 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2587 (ls-lisp-support-shell-wildcards): New defcustoms.
2588 (ls-lisp-parse-symlink): New function.
2589 (insert-directory): Code to convert switches to a list and set up
2590 the wildcard argument copied from ls-lisp-insert-directory.
2591 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2592 for -C and -R switches.
2593 (ls-lisp-column-format): New function.
ca2ddd8e 2594 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2595 (ls-lisp-format-time): Add doc strings.
2596 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2597 Support ls-lisp-dirs-first.
2598 (ls-lisp-classify, ls-lisp-extension): New functions.
2599 (ls-lisp-format): Optionally support emulation of symlinks.
2600 Support -i, -s, and -G switches.
2601
6061fbf0
GM
26022000-12-27 Gerd Moellmann <gerd@gnu.org>
2603
5e25feee
GM
2604 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2605
6061fbf0
GM
2606 * version.el (emacs-version): Print X scroll bar information.
2607
2608 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2609 instead of x-toolkit-scroll-bars-p.
2610
2611 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2612 of x-toolkit-scroll-bars-p.
2613
25050dab
EZ
26142000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2615
83c9cb8e 2616 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2617 (ffap-bindings): Doc fix, to reflect the above change.
2618
c1786874
KH
26192000-12-27 Kenichi Handa <handa@etl.go.jp>
2620
2621 * term.el (term-char-mode): Define all non-ascii self-inserting
2622 characters to 'term-send-raw in term-raw-map.
2623
7261ece3 26242000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2625
83c9cb8e 2626 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2627
83c9cb8e
SM
2628 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2629 Changed initialization; use add-hook.
6061fbf0 2630 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2631
6061fbf0 2632 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2633
6061fbf0
GM
2634 * ediff.el (ediff-patch-buffer): Bug fix.
2635 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2636
83f40583
SM
26372000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2638
2639 * subr.el (combine-run-hooks): Remove.
2640
2641 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2642 and remove the rogue second spec.
2643
bdd6d4e8
GM
26442000-12-23 Gerd Moellmann <gerd@gnu.org>
2645
2646 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2647
26736ce3
SM
26482000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2649
0e86b6b0
SM
2650 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2651 Use minibuffer menu prompt for the `=' prefix.
2652 (smerge-command-prefix): Change default to C-^.
6eabfb26 2653 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2654
26736ce3
SM
2655 * skeleton.el (skeleton-internal-1): Make sure the first line of
2656 the region is also re-indented.
d21584d6
SM
2657 (skeleton-end-newline): New var.
2658 (skeleton-end-hook): Use it.
26736ce3 2659
95fa4fd7
MB
26602000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2661
2662 * comint.el (comint-password-prompt-regexp): Support CVS.
2663
f060b834
GM
26642000-12-22 Gerd Moellmann <gerd@gnu.org>
2665
83c9cb8e
SM
2666 * simple.el (delete-key-deletes-forward-mode): Simplify.
2667 Also backspace key combinations, depending on
856ff7a7
GM
2668 delete-key-deletes-forward.
2669
2670 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2671
f060b834
GM
2672 * simple.el (delete-key-deletes-forward): Doc fix.
2673
653558a1
GM
26742000-08-22 Emmanuel Briot <briot@gnat.com>
2675
2676 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2677 white spaces are relevant in the XML file.
653558a1
GM
2678 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2679 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2680 of XML files.
653558a1
GM
2681 (xml-parse-tag): Check that the casing is the same in the start
2682 tag and end tag, since XML is case-sensitive. Allows for spaces
2683 in the end tag, after the name of the tag.
2684 (xml-parse-attlist): Allow for the character '-' in the name of
2685 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2686 the properties in the XML tree, since they are not relevant.
653558a1 2687
3ad93d8d
SM
26882000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2689
2690 * generic.el (generic-read-type): Undo last change, inline into
2691 `generic-mode' and then remove.
2692 (generic-mode): Inline generic-read-type.
2693 (define-generic-mode): Push the symbol name rather than the symbol
2694 onto generic-mode-list.
2695
177f4e88
GM
26962000-12-21 Gerd Moellmann <gerd@gnu.org>
2697
8e15274f
GM
2698 * generic.el (generic-read-type): Build an alist for
2699 completing-read as in 20.7.
2700
2701 * play/landmark.el (lm): Use interactive spec `P'.
2702 (toplevel): Don't set debug-on-error.
2703
83c9cb8e 2704 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2705
6ba384dc
GM
27062000-12-21 Dave Pearson <davep@davep.org>
2707
2708 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2709
647a066c
GM
27102000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2711
2712 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2713 ranges like \177-\237, but accepts the character sequence from \177 to
2714 \237. Doc fix.
2715 (ebnf-version): New version (3.4).
2716 (ebnf-setup): Code fix.
2717 (ebnf-range-regexp): New fun.
2718 (ebnf-8-bit-chars): Const fix.
2719
2720 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2721 entry. Doc fix.
2722 (ebnf-bnf-lex): Code fix.
2723 (ebnf-bnf-comment-chars): Const fix.
2724
2725 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2726 entry. Doc fix.
2727 (ebnf-iso-comment-chars): Const fix.
2728
2729 * ebnf-otz.el: Doc fix.
2730
2731 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2732 entry. Doc fix.
2733 (ebnf-yac-skip-code): Code fix.
2734 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2735
bc22fd18
EZ
27362000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2737
2738 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
2739 (recover-file): Use it instead of insert-directory.
2740 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2741
587fc3f9
KH
27422000-12-21 Kenichi Handa <handa@etl.go.jp>
2743
83c9cb8e
SM
2744 * international/mule-cmds.el (select-safe-coding-system):
2745 Check coding-category-list more rigidly. Improve help message.
eeefcfde 2746
587fc3f9
KH
2747 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2748
01860fb9
MB
27492000-12-21 Miles Bader <miles@gnu.org>
2750
83c9cb8e 2751 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 2752
3f9d67a6
KH
27532000-12-21 Kenichi Handa <handa@etl.go.jp>
2754
9fd1c1f7
KH
2755 * international/mule-diag.el (describe-char-after): Make *Help*
2756 buffer inherit multibyteness of the current buffer.
2757
3f9d67a6
KH
2758 * international/mule.el (make-char): Docstring adjusted for the
2759 change of make-char-internal.
2760
c9669fac
SM
27612000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2762
2763 * international/iso-cvt.el: Docstrings fix.
2764
19594307
DL
27652000-12-20 Dave Love <fx@gnu.org>
2766
2767 * subr.el (eval-after-load): Doc fix.
2768
b1a447b3
KH
27692000-12-20 Kenichi Handa <handa@etl.go.jp>
2770
2771 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2772 for numbers.
2773
09877d5d
MB
27742000-12-20 Miles Bader <miles@gnu.org>
2775
2776 * international/quail.el (quail-help): Resize the help window
2777 again after it has all its contents. Remove unneeded progn.
2778
71d4497a
GM
27792000-12-19 Gerd Moellmann <gerd@gnu.org>
2780
2781 * pcmpl-linux.el: Fix copy/paste error.
2782
741e56a0
AI
27832000-12-19 Andrew Innes <andrewi@gnu.org>
2784
83c9cb8e 2785 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 2786
cc24d91c
CD
27872000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2788
ba4c05aa
CD
2789 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2790
2791 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2792
2793 * progmodes/idlw-shell.el: Fixed copyright notice.
2794
2795 * progmodes/idlwave.el: Fixed copyright notice.
2796
71d4497a 2797 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2798 TAB as key separators.
2799
524c8caf
GM
28002000-12-19 Alex Schroeder <alex@gnu.org>
2801
2802 * sql.el (sql-sybase-options): New option.
2803 (sql-sybase): Use it. Add sql-database to the list of parameters
2804 provided for login. The options -w 2048 -n are not used any more.
2805 (sql-postgres-options): Changed default from "--pset" to "-P".
2806 (sql-mysql-options): Doc change.
2807 (sql-stop): Doc change.
2808
b5fa513d
KH
28092000-12-19 Kenichi Handa <handa@etl.go.jp>
2810
2811 * international/quail.el (quail-input-method): Always hide
2812 the guidance buffer on exiting.
2813
91c9e6ce
GM
28142000-12-18 Gerd Moellmann <gerd@gnu.org>
2815
c6da4eb4
GM
2816 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2817 isn't fboundp.
2818
3d2a0e0b
GM
2819 * server.el (server-buffer-done): Bury the buffer before
2820 killing it.
2821
91c9e6ce
GM
2822 * faces.el (face-spec-set): Interpret a nil in specs for
2823 foreground and background colors as `unspecified', for
2824 compatibility with 20.x.
2825
40fa0008
DL
28262000-12-18 Dave Love <fx@gnu.org>
2827
22adbe54
DL
2828 * simple.el (mail-user-agent): Doc fix.
2829 (input-mode-8-bit): Removed.
2830
2831 * international/mule.el (set-keyboard-coding-system): Doc fix.
2832 (keyboard-coding-system): New option.
2833
40fa0008
DL
2834 * mail/sendmail.el (send-mail-function): Customize.
2835
6f4745e2
EZ
28362000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2837
2838 * international/codepage.el (cp866-decode-table): New table.
2839
82b90229
GM
28402000-12-18 Gerd Moellmann <gerd@gnu.org>
2841
2842 * version.el (emacs-version): Remove `%a' from the time format
2843 because the weekday doesn't fit well into each locale.
2844
5a047002
MB
28452000-12-18 Miles Bader <miles@gnu.org>
2846
7f49aa07
MB
2847 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2848
ca2ddd8e 2849 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2850 Check that emacs-major-version is `=' to 20, not `>='.
2851 (artist-replace-chars): Use `make-string' instead of a loop.
2852
22ea2607
EZ
28532000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2856 (cvs-execute-single-file): Don't change directory.
2857 Patch from Per Cederqvist.
2858
6c825f8e
EZ
28592000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2860
83c9cb8e
SM
2861 * textmodes/ispell.el (check-ispell-version):
2862 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
2863 of -vv.
2864
8ff06845
KH
28652000-12-16 Kenichi Handa <handa@etl.go.jp>
2866
af4bb4c8
KH
2867 * international/mule-diag.el (mule-diag): Insert information about
2868 configure options, multibyte awareness, language env.
2869
8ff06845
KH
2870 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2871 regexp to search for candidates.
2872
b24e84ab
EZ
28732000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2874
2875 * info.el (Info-forward-node): If the node has an
2876 Info-header-line, widen the buffer before searching for "next:"
2877 and "up:" pointers, and set the search limit to stay in the
2878 current node.
2879
7981d89f
MB
28802000-12-16 Miles Bader <miles@gnu.org>
2881
2882 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2883
88ee7917
MB
28842000-12-15 Miles Bader <miles@gnu.org>
2885
2886 * comint.el (comint-send-string, comint-send-region): Also accept
2887 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2888 process-send-string/region.
2889
0c28d842
GM
28902000-12-15 Gerd Moellmann <gerd@gnu.org>
2891
4ea7fdca
GM
2892 * isearch.el (isearch-lazy-highlight-max): New user-option.
2893 (isearch-lazy-highlight-update): Don't highlight more than
2894 isearch-lazy-highlight-max matches.
2895
0c28d842
GM
2896 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2897
984c9f75 28982000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2899
8062e53a
GM
2900 * sort.el (sort-columns): Fix error message.
2901
3ffa545b
GM
2902 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2903 `upcase' or `downcase' or nil.
2904 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2905 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2906 (dabbrev--substitute-expansion): New arg record-case-pattern.
2907 If it is non-nil, set dabbrev--last-case-pattern.
2908 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2909
2910 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2911
c2d7f289
MB
29122000-12-15 Miles Bader <miles@gnu.org>
2913
b6348438
MB
2914 * paths.el (Info-default-directory-list): Don't delete
2915 configure-info-directory from the list of standard info
83c9cb8e 2916 directories when appending it to the end -- their order is important.
b6348438 2917
f9056dd9
MB
2918 * faces.el (read-face-attribute): If there's no entry for the
2919 user's input in VALID, just use it as-is (this will often result
2920 in an error, but it may be OK for e.g. colors using hexadecimal
2921 notation, and at least will yield a better error message).
2922
c2d7f289 2923 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2924 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2925 Variables removed.
2926 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2927 window is really the right size. Use vertical-motion
2928 rather than forward-line.
2929 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2930 (ispell-command-loop, ispell-show-choices): Use the variable
2931 ispell-choices-win-default-height, rather than the function.
2932 (ispell-choices-win-default-height): Function removed.
2933 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2934
8f530b95
SM
29352000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2936
2937 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2938
6d435deb
EZ
29392000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2940
83c9cb8e
SM
2941 * paths.el (Info-default-directory-list):
2942 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
2943 put it first in the list; otherwise put it last. Doc string
2944 changed accordingly.
2945
2946 * info.el (Info-directory-list): Change doc string to reflect the
2947 change in Info-default-directory-list.
2948
6d435deb
EZ
2949 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2950 windows-nt as windowed environments, even under -nw.
2951
2952 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2953 if not fboundp. Switch delete-forward mode for the <delete> key
2954 on all PC platforms, even under -nw.
2955
2956 * term/internal.el ([M-delete]): Remap to M-d.
2957
9d7d9263
GM
29582000-12-14 Gerd Moellmann <gerd@gnu.org>
2959
2960 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2961
7cf0153a
EZ
29622000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2963
2964 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2965
5e5b3d41
GM
29662000-12-14 Gerd Moellmann <gerd@gnu.org>
2967
5f368d29
GM
2968 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2969 if appropriate.
2970
2971 * simple.el (delete-key-deletes-forward): New user-option.
2972 (delete-key-deletes-forward-mode): New function.
2973
9d7d9263 2974 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2975
83c9cb8e
SM
2976 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
2977 Test if symbol is bound before getting its value.
5e5b3d41
GM
2978
2979 * tooltip.el (tooltip-show): If an error is signaled in
2980 x-show-tip, display that error, and display the help in the
2981 echo area.
ca2ddd8e 2982
191b83b6
KH
29832000-12-14 Kenichi Handa <handa@etl.go.jp>
2984
83c9cb8e
SM
2985 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2986 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 2987
6192b604
KF
29882000-12-13 Karl Fogel <kfogel@red-bean.com>
2989
2990 * bookmark.el: Provide a generic exit hook, as suggested by
2991 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2992 (bookmark-exit-hook): New var.
2993 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2994 old raw lambda form in `kill-emacs-hook', and runs new
2995 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2996 as logically that feature must have been provided if this function
2997 is running.
2998 Removed ;;;###autoload before the `add-hook' call.
2999
5edf6b55
SM
30002000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3001
3002 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3003 (easy-menu-current-active-maps): New function.
3004 (easy-menu-get-map): Use it.
3005 Make a proper menu entry when creating a new keymap.
3006
16b5e8e6
KH
30072000-12-13 Kenichi Handa <handa@etl.go.jp>
3008
d49fc4eb
KH
3009 * international/characters.el: Fix cases and syntaxes for
3010 mule-unicode-0100-24ff.
3011
3b53d876
KH
3012 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3013 that a Japanese character is not appended after day and year.
3014
16b5e8e6
KH
3015 * info.el (Info-suffix-list): Change format for a command that
3016 requires arguments.
3017 (info-insert-file-contents): Adjusted for the above change.
3018
1df1c518
AS
30192000-12-12 Andreas Schwab <schwab@suse.de>
3020
3021 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3022 on the name of the tar buffer. Verify that the existing buffer is
3023 visiting the same subfile.
3024
a7a07b98
DL
30252000-12-12 Dave Love <fx@gnu.org>
3026
3027 * subdirs.el: Add obsolete.
3028
4fdbd809
GM
30292000-12-12 Gerd Moellmann <gerd@gnu.org>
3030
bfdb75ee
GM
3031 * mail/rmailsum.el (rmail-summary-expunge)
3032 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3033 instead of rmail-confirm-expunge.
3034
4fdbd809
GM
3035 * replace.el (perform-replace): Don't use an empty match adjacent
3036 to a non-empty match when computing the next match before the
3037 replacement is performed.
3038
e9a59cad
GM
30392000-12-12 Milan Zamazal <pdm@freesoft.cz>
3040
3041 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3042 definition (patch by Stefan Monnier).
3043 (glasses-mode): Use jit-lock instead of `after-change-functions'
3044 (patch by Stefan Monnier).
3045
c2def7a0
MB
30462000-12-12 Miles Bader <miles@gnu.org>
3047
3048 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3049 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3050
591b63b4
AC
30512000-12-12 Andrew Choi <akochoi@i-cable.com>
3052
3053 * term/mac-win.el: Remove load for ls-lisp.
3054
a924cf63 3055 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3056
5ff4ba3d
MB
30572000-12-12 Miles Bader <miles@gnu.org>
3058
3059 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3060 Respect field end too.
3061 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3062 (newline-and-indent, reindent-then-newline-and-indent):
3063 Use `delete-horizontal-space'.
5ff4ba3d 3064
d0c679bc
SM
30652000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3066
adf9c994
SM
3067 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3068 (so as to obey the field property in the minibuffer).
3069
4b0cd42d
SM
3070 * obsolete/c-mode.el: Moved from lisp/progmodes.
3071 * obsolete/auto-show.el: Moved from lisp.
3072 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3073
89f85863
CD
30742000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3075
3076 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3077 changes to list them here.
89f85863 3078
83c9cb8e
SM
3079 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3080 Too many changes to list them here.
89f85863 3081
83c9cb8e
SM
3082 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3083 Too many changes to list them here.
89f85863
CD
3084
3085 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3086
3e0d35ce
GM
30872000-12-11 Gerd Moellmann <gerd@gnu.org>
3088
83c9cb8e 3089 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3090
ca2ddd8e 3091 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3092 Comment fix.
3093
3e0d35ce
GM
3094 * hscroll.el: Moved to `obsolete' subdir.
3095
ff904dd6
MB
30962000-12-11 Miles Bader <miles@gnu.org>
3097
3098 * window.el (window-text-height): Function removed (now in C).
3099
fb97d87f
SM
31002000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3101
3102 * log-edit.el (log-edit-parent-buffer): New var.
3103 (log-edit): Set it. Add BUFFER argument.
3104 (log-edit-done): Use char-before.
3105 Don't bother checking validity of vc-comment-ring.
3106 Only bury the buffer if log-edit popped it up.
3107
3108 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3109 (cvs-mode-diff-help): Remove.
3110 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3111 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3112
3113 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3114 Remove binding for ? now made unnecessary.
3115
7de77417
CD
31162000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3117
83c9cb8e 3118 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3119 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3120
3121 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3122 when master file is not open.
3123
4efa209f
SM
31242000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * progmodes/ada-stmt.el: Update `maintainer'.
3127
0a8052bd
GM
31282000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3129
3130 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3131 choices to match documentation string.
3132
a12167c5
MB
31332000-12-09 Miles Bader <miles@gnu.org>
3134
2161605d
MB
3135 * minibuf-eldef.el: New file.
3136
a12167c5
MB
3137 * window.el (fit-window-to-buffer): Don't pass last argument to
3138 pos-visible-in-window-p, now that its meaning is inverted.
3139
9ea8de1b
EZ
31402000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3141
3142 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3143 <ceder@lysator.liu.se>.
3144
5002ddbb
SM
31452000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3146
b6114d80
SM
3147 * autoinsert.el (auto-insert-alist): Add missing final \n.
3148
ee8d23ee
SM
3149 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3150 (cvs-menu-map): Remove.
3151 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3152 (cvs-mode-quit): Turn it back into a plain function.
3153
5002ddbb 3154 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3155 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3156
3157 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3158 file where it's more visible.
3159 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3160 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3161 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3162 (texinfo-inside-macro-p): Only catch `scan-error's.
3163 (texinfo-inside-env-p): Make better use of the match info.
3164 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3165 (texinfo-insert-@end): Slight re-organization.
3166 Also remove useless `looking-at' call.
3167
30cd075d
AI
31682000-12-08 Andrew Innes <andrewi@gnu.org>
3169
3170 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3171 accessible in -nw mode.
3172
3173 * term/w32-win.el: Remove stuff about selection timeout, which is
3174 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3175 it is accessible in -nw mode.
3176
01b91009
DL
31772000-12-08 Dave Love <fx@gnu.org>
3178
83c9cb8e
SM
3179 * emacs-lisp/lisp-mode.el (lisp-mode):
3180 Set font-lock-keywords-case-fold-search.
01b91009 3181
842b2a94
GM
31822000-12-08 Gerd Moellmann <gerd@gnu.org>
3183
3184 * textmodes/ispell.el (ispell): Doc fix.
3185
f9d5f611
KH
31862000-12-08 Kenichi Handa <handa@etl.go.jp>
3187
3188 * international/quail.el (quail-insert-decode-map): Check the
3189 frame width of a window displaying the current buffer, not that of
3190 the selected frame.
3191 (quail-help): Make sure that the help buffer has window before
3192 inserting text in it.
3193
e04d21aa
SS
31942000-12-07 Sam Steingold <sds@gnu.org>
3195
3196 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3197 Backquote is used in isearch.el, so autoloading saves nothing.
3198
fc3e23a4
EZ
31992000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3200
83c9cb8e
SM
3201 * startup.el (normal-top-level-add-subdirs-to-load-path):
3202 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3203
fc3e23a4
EZ
3204 * dired.el (dired-insert-directory): If file-system-info is
3205 fboundp, call it instead of invoking dired-free-space-program.
3206
796ecd10
GM
32072000-12-07 Gerd Moellmann <gerd@gnu.org>
3208
0f5f7c3e
GM
3209 * server.el (server-visit-files): Push files on file-name-history.
3210
3764ba49
GM
3211 * progmodes/cc-langs.el: Update copyright.
3212
8e7931da
GM
3213 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3214
ae0d7485 3215 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3216
796ecd10
GM
3217 * bindings.el (mode-line-mode-menu): Reverse the order
3218 of define-keys so that the menu appears in alphabetical order.
3219
ae0d7485
GM
32202000-12-07 Milan Zamazal <pdm@freesoft.cz>
3221
3222 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3223 of the function.
3224
e2849090
DL
32252000-12-07 Dave Love <fx@gnu.org>
3226
3227 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3228
3229 * facemenu.el (facemenu-unlisted-faces): Fix value.
3230
5c7f629c
SM
32312000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3232
3233 * font-lock.el (font-lock-default-fontify-region):
3234 Include the terminating \n (off-by-one error).
3235 (font-lock-set-defaults): Use dolist.
3236
3237 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3238
73481ae3
KH
32392000-12-07 Kenichi Handa <handa@etl.go.jp>
3240
83c9cb8e
SM
3241 * international/mule-cmds.el (describe-language-environment):
3242 Fix for the case that an input method title is not string but a list.
ffbaa122 3243
73481ae3
KH
3244 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3245 of wrong SIZE record.
3246
e2896b22
DL
32472000-12-06 Dave Love <fx@gnu.org>
3248
67292061
DL
3249 * newcomment.el (comment-region, comment-dwim): Doc fix.
3250
3251 * textmodes/texinfo.el: Require tex-mode when compiling.
3252 (texinfo-update-node): Doc fix.
3253 (texinfo-imenu-generic-expression): Add @anchor.
3254 (texinfo-font-lock-keywords): Add @uref.
3255 (texinfo-inside-macro-p): Don't use ignore-errors.
3256 (texinfo-insert-quote): Match more contexts.
3257
e76938e7
DL
3258 * international/mule.el (decode-char, encode-char): Doc fix.
3259 (auto-coding-alist): Customize.
3260
3261 * files.el (load-file): Fix change of 2000-03-12.
3262
e2896b22
DL
3263 * wid-edit.el (widget-text-keymap): Doc fix.
3264
6610f4b2
AI
32652000-12-06 Andrew Innes <andrewi@gnu.org>
3266
3267 * makefile.w32-in (lisp): Set to an absolute directory, namely
3268 $(CURDIR).
3269
9e3366e4
EZ
32702000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3273 read generated-autoload-file, and set buffer-file-coding-system to
3274 raw-text-unix after reading the file.
3275
83c9cb8e
SM
3276 * international/mule-conf.el (file-coding-system-alist):
3277 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3278
d94d636f
GM
32792000-12-06 Gerd Moellmann <gerd@gnu.org>
3280
384333ee
GM
3281 * replace.el (occur): Make line-number-width 1 smaller for the
3282 colon following the line number.
3283
83c9cb8e
SM
3284 * startup.el (fancy-splash-text, command-line-1):
3285 Use `File' for the menu name instead of `Files'.
e04d21aa 3286
d4b72d58
GM
3287 * tmm.el: Update copyright.
3288
d94d636f
GM
3289 * cus-start.el: Add entry for even-window-heights.
3290
6e424019
MB
32912000-12-06 Miles Bader <miles@gnu.org>
3292
3293 * faces.el (frame-set-background-mode): Avoid stomping on
3294 locally modified faces.
3295
e6477b58
KH
32962000-12-06 Kenichi Handa <handa@etl.go.jp>
3297
3298 * international/fontset.el: Correct the font registries for
3299 japanese-jisx0213-1 and japanese-jisx0213-2.
3300
21999ab9
GM
33012000-12-05 Gerd Moellmann <gerd@gnu.org>
3302
57d6e381
GM
3303 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3304
21999ab9
GM
3305 * iswitchb.el: Update customization commentary.
3306
7422819c
GM
33072000-12-05 Rob Riepel <riepel@Stanford.EDU>
3308
3309 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3310 (tpu-search-highlight): Fixed comparison of overlay end positions.
3311 (tpu-trim-line-ends): Implemented trimming logic locally.
3312
3313 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3314 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3315
73daff18
KH
33162000-12-05 Kenichi Handa <handa@etl.go.jp>
3317
3318 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3319 to cn-gb.
3320 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3321
6a4cd002
DL
33222000-12-04 Dave Love <fx@gnu.org>
3323
3324 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3325
6452929e
GM
33262000-12-04 Gerd Moellmann <gerd@gnu.org>
3327
e04d21aa 3328 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3329 (rmail-summary-expunge-and-save): Ask for confirmation with
3330 rmail-expunge-confirmed.
3331
3332 * mail/rmail.el (rmail-expunge-confirmed): New function.
3333 (rmail-expunge): Use it.
3334
1790abf4
FP
33352000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3336
0c68ce6f 3337 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3338 (etags-recognize-tags-table, find-tag-in-order):
3339 New functionality: interpret file names as tags.
e04d21aa 3340
7a53d8c8
EZ
33412000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3342
3343 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3344 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3345 the first subnode until the bottom of the current node is visible.
7a53d8c8 3346
caa15ef7
GM
33472000-12-04 Gerd Moellmann <gerd@gnu.org>
3348
3349 * format.el (format-decode): Don't change buffer's undo list.
3350
e225faa7
KH
33512000-12-04 Kenichi Handa <handa@etl.go.jp>
3352
3353 * faces.el (face-font-registry-alternatives): Add entries for CJK
3354 fonts. Doc-string adjusted for the actual usage of this data.
3355
3356 * international/fontset.el: Change the font registries for CJK
3357 fonts in the default fontset. Don't append '*' to registries.
3358
8b262a65
SM
33592000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3360
e04d21aa 3361 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3362 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3363
3364 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3365 (derived-mode-p): New function.
3366 (derived-mode-make-docstring): Add `docstring' argument.
3367 Use it if available and complete it if necessary.
3368
33c4460b
AS
33692000-12-03 Andreas Schwab <schwab@suse.de>
3370
3371 * type-break.el (type-break): Don't make parent of itself.
3372
5c9b3fac
MB
33732000-12-03 Miles Bader <miles@gnu.org>
3374
3375 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3376
27ce741e
SM
33772000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3378
07c16ec4
SM
3379 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3380 (tex-main-file, tex-file): Simplify.
3381 (tex-generate-zap-file-name): Use subst-char-in-string.
3382 (tex-strip-dots): Remove.
3383
c19cc275
SM
3384 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3385
27ce741e
SM
3386 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3387 to check if the match succeeded.
3388
285991dc
GM
33892000-12-02 Gerd Moellmann <gerd@gnu.org>
3390
3391 * startup.el (use-fancy-splash-screens-p): New function.
3392 (command-line-1): Use it to determine whether or not to use
3393 a fancy splash screen.
3394
52dca1b2
AS
33952000-12-02 Andreas Schwab <schwab@suse.de>
3396
3397 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3398
d3e7e7cf
EZ
33992000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3400
2dce2360
EZ
3401 * international/mule.el (make-char): Fix last change.
3402
9768eaa7
EZ
3403 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3404 New defcustoms.
3405 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3406 autoloading tex-mode; instead, do the same manually.
3407 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3408 with numeric argument. Docstring fix.
3409 (toplevel): Require cl when compiling.
e04d21aa 3410
285991dc 3411 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3412
0dd5e255
JR
34132000-12-02 Jason Rumney <jasonr@gnu.org>
3414
3415 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3416 the Emacs Lisp manual)
3417
fbb87147
EZ
34182000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3419
5cbb3e93
EZ
3420 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3421
fbb87147
EZ
3422 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3423 the Emacs Lisp manual).
3424
1636ca09
GM
34252000-12-02 Gerd Moellmann <gerd@gnu.org>
3426
3427 * simple.el (next-line-add-newlines): Change default to nil.
3428
68875f0e
EZ
34292000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3430
83c9cb8e
SM
3431 * files.el (revert-buffer, recover-file):
3432 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3433
fd9ac94c
GM
34342000-12-01 Gerd Moellmann <gerd@gnu.org>
3435
3436 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3437
45450dd5
MB
34382000-12-01 Miles Bader <miles@gnu.org>
3439
3440 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3441
09df8881
KH
34422000-12-01 Kenichi Handa <handa@etl.go.jp>
3443
3444 * international/mule-diag.el (describe-char-after): Fix typo.
3445 (describe-character-set, non-iso-charset-alist): Fix typo.
3446
dea0a87d
MB
34472000-12-01 Miles Bader <miles@gnu.org>
3448
b170205b
MB
3449 * image-file.el (image-file-name-regexp): Automatically add
3450 upper-case variants of each filename extension in
3451 `image-file-name-extensions', since they seem to be common.
3452
e04d21aa 3453 * simple.el (minibuffer-contents)
dea0a87d
MB
3454 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3455 New functions.
3456 * filecache.el (file-cache-directory-name)
3457 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3458
2b69bc11 34592000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3460
dea0a87d
MB
3461 * filecache.el (file-cache-minibuffer-complete): Don't try to
3462 delete the minibuffer prompt.
3463
a8a1b05d
DL
34642000-11-30 Dave Love <fx@gnu.org>
3465
3466 * cus-start.el: Fix read-buffer-function type.
3467
693c4692
GM
34682000-11-30 Gerd Moellmann <gerd@gnu.org>
3469
3470 * md5.el: Removed. There's a built-in function, now.
3471
2c0b1898
GM
34722000-11-30 Markus Rost <rost@math.ohio-state.edu>
3473
3474 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3475 as dummy 0-th char of rmail-deleted-vector.
3476
63dfcf4b
EZ
34772000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3478
3479 * ps-print.el (ps-end-job): Bind case-fold-search only after
3480 switching to ps-spool-buffer.
3481
34822000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3483
3484 * ps-print.el: Line number font customization. PostScript: Lines and
3485 PageCount are initialized on each page. Doc Fix.
3486 (ps-print-version): New version number (6.3.2).
3487 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3488 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3489 (ps-right-header): Customization fix.
3490 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3491 Fix code.
3492 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3493 New vars.
3494
df3aedcf
GM
34952000-11-30 Gerd Moellmann <gerd@gnu.org>
3496
edfb795e
GM
3497 * bs.el: Fix typos and spelling errors.
3498 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3499 (bs-configuration): Doc fix.
e04d21aa 3500
df3aedcf
GM
3501 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3502
8b8a7f01
GM
35032000-11-30 Rob Riepel <riepel@Stanford.EDU>
3504
3505 * emulation/tpu-edt.el (tpu-version): New version.
3506 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3507 (tpu-original-mode-line): Variable deleted.
3508 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3509 (tpu-set-mode-line): Don't redefine mode-line-format.
3510 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3511 (tpu-update-mode-line): New mark flag logic.
3512 (tpu-get): Use find-file-wildcards.
3513 (tpu-search-highlight): Move overlay less, reset overlay properly.
3514 (tpu-unselect): Deactivate mark.
3515 (tpu-lm-replace): Reset overlay properly.
3516 (tpu-forward-line): Use forward-visible-line.
3517 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3518
83c9cb8e 3519 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3520
c069a9d3
GM
35212000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3522
3523 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3524
b02cd40b
GM
35252000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3526
3527 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3528 and skip whitespace and newlines.
e04d21aa 3529
b7a90344
SM
35302000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3531
3532 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3533
be6bbb55
GM
35342000-11-29 Gerd Moellmann <gerd@gnu.org>
3535
0383ed60
GM
3536 * help.el (describe-function-1): Regexp-quote function name
3537 when used as part of a regexp.
3538
83c9cb8e
SM
3539 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3540 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3541 (tool-bar-add-item): Likewise, and handle unspecified colors.
3542
3543 * enriched.el (enriched-face-ans): Use face-attribute instead
3544 of face-foreground and face-background.
3545
3546 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3547 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3548
7423978d
GM
3549 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3550
ef128c78
GM
3551 * play/5x5.el: Remove version info.
3552
a81fc510
GM
3553 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3554
be6bbb55
GM
3555 * frame.el (blink-cursor-mode): Doc fix.
3556
f9396e03
GM
35572000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3558
3559 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3560 to create Makefile rules.
3561 (antlr-tool-command): New user option.
3562 (antlr-ask-about-save): New user option.
3563 (antlr-makefile-specification): New user option.
3564 (antlr-file-formats-alist): New variable.
3565 (antlr-special-file-formats): New variable.
3566 (antlr-unknown-file-formats): New user option.
3567 (antlr-help-unknown-file-text): New variable.
3568 (antlr-help-rules-intro): New variable.
3569 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3570 (antlr-mode-menu): Add entries.
3571 (antlr-file-dependencies): New function.
3572 (antlr-directory-dependencies): New function.
3573 (antlr-superclasses-glibs): New function.
3574 (antlr-run-tool): New command.
3575 (antlr-makefile-insert-variable): New function.
3576 (antlr-insert-makefile-rules): New function.
3577 (antlr-show-makefile-rules): New command.
3578
3579 * antlr-mode.el: More Emacs/XEmacs stuff.
3580 (antlr-no-action-keywords): New constant with value nil.
3581 (antlr-font-lock-keywords-alist): Use it. Old value would break
3582 syntax highlighting in Emacs-21.0.
3583 (antlr-default-directory): Emacs/XEmacs dependend function.
3584 (antlr-read-shell-command): Ditto.
3585 (antlr-with-displaying-help-buffer): Ditto.
3586
35872000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3588
3589 * antlr-mode.el: imenu, parsing and highlighting changes.
3590 (antlr-imenu-create-index-function): Don't create extra submenus
3591 for definitions in different grammar classes. It is not necessary
3592 for the menu and would make command `imenu' awkward to use.
3593 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3594 header actions and more than one.
3595 (antlr-font-lock-tokendef-face): Changed color.
3596 (antlr-font-lock-tokenref-face): Changed color.
3597 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3598 (antlr-mode-syntax-table): New variable.
3599 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3600 (antlr-with-syntax-table): Don't copy syntax table.
3601
36022000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3603
3604 * antlr-mode.el: Minor changes: language setting.
3605 (antlr-language-alist): The value for file option "language" can
3606 be both an identifier and a string.
3607 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3608 (antlr-language-limit-n-regexp): Change accordingly.
3609
36102000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3611
3612 * antlr-mode.el: Minor changes: tabs, hiding.
3613 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3614 (antlr-action-visibility): Also allow value nil to also hide the
3615 braces. Renamed from `antlr-tiny-action-length'.
3616 Suggested by Jay@aol.com.
3617 (antlr-hide-actions): Change accordingly. Hide line if completely
3618 hidden action is on a line of its own.
e04d21aa 3619
6ad948eb
SM
36202000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3621
3622 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3623
3624 * sort.el (sort-columns): Don't concat strings with numbers.
3625
9c6a4107
DL
36262000-11-29 Dave Love <fx@gnu.org>
3627
3628 * cus-edit.el (face): Fix :format.
3629
3630 * mail/feedmail.el: Require smtpmail when compiling.
3631 (mail-do-fcc): Autoload.
3632 (feedmail) <defgroup>: Fix :link.
3633 (feedmail-nuke-body-in-fcc): Fix :type.
3634 (feedmail-send-it): Add autoload cookie.
3635
053b8d35
SM
36362000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3637
3638 * newcomment.el (comment-indent): Save excursion around call to
3639 comment-indent-function.
3640
242c13e8
MB
36412000-11-29 Miles Bader <miles@gnu.org>
3642
3643 * subr.el (member-ignore-case): Return the tail of the list who's
3644 car matches, like `member', not the matching element itself.
3645
8f4b5f28
KH
36462000-11-29 Kenichi Handa <handa@etl.go.jp>
3647
3648 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3649 should not contain `\n'.
3650
bebe4a2c
GM
36512000-11-28 Gerd Moellmann <gerd@gnu.org>
3652
fd9ac94c 3653 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3654
ba7e40eb
GM
3655 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3656
75ab0c79
GM
3657 * dired-aux.el (dired-do-create-files): Construct default file
3658 name for dired-mark-read-file-name so that when the user enters
3659 just RET, the target file will end up in the target directory.
3660
bebe4a2c
GM
3661 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3662 local-abbrev-table before changing buffers because it might
3663 have a buffer-local binding.
3664
fa6d1ca8
MB
36652000-11-28 Miles Bader <miles@gnu.org>
3666
3667 * simple.el (delete-horizontal-space): Handle fields more generally.
3668
8d2c2642
GM
36692000-11-28 Gerd Moellmann <gerd@gnu.org>
3670
3671 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3672
8b31236d
DL
36732000-11-28 Dave Love <fx@gnu.org>
3674
3cbd02d2
DL
3675 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3676 comment-start-skip locally.
3677
8b31236d
DL
3678 * progmodes/fortran.el (fortran-mode): Don't set
3679 fortran-comment-line-start-skip. Set comment-start to
3680 fortran-comment-line-start.
3681 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3682 (fortran-comment-line-start-skip): Simplify slightly.
3683
ae4bf56d
GM
36842000-11-28 Gerd Moellmann <gerd@gnu.org>
3685
17ef7534
GM
3686 * play/5x5.el: Remove RCS keyword.
3687
fd9ac94c 3688 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3689
665b27a6
GM
36902000-11-28 Milan Zamazal <pdm@freesoft.cz>
3691
83c9cb8e
SM
3692 * textmodes/tildify.el (tildify-string-alist):
3693 Add `plain-tex-mode' here.
665b27a6 3694
fe3c2ae3
GM
36952000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3696
3697 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3698 reference.
3699
d970106b
MB
37002000-11-28 Miles Bader <miles@gnu.org>
3701
36b80a0d
MB
3702 * cus-face.el (custom-face-attributes): Add post-filter function
3703 for :box. Make pre-filter function for :box handle all cases.
3704
d970106b
MB
3705 * wid-edit.el (widget-choose): Make sure pop-up window is large
3706 enough to display all the choices, as there's no way to scroll it.
3707
5a2bae6c
KH
37082000-11-28 Kenichi Handa <handa@etl.go.jp>
3709
3710 * international/mule-conf.el: Make the coding system no-conversion
3711 safe for all characters.
3712
9e836e23
DL
37132000-11-27 Dave Love <fx@gnu.org>
3714
8b31236d
DL
3715 * net/ldap.el (ldap) <defgroup>: Add :version.
3716
9e836e23
DL
3717 * tooltip.el (tooltip-use-echo-area): Doc fix.
3718
3719 * cus-start.el <minibuffer-prompt-properties>: Add version.
3720 <read-buffer-function>: Add.
3721
3722 * apropos.el (apropos-print): Add help-echo to active text.
3723
3724 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3725
4a74d071
GM
37262000-11-27 Gerd Moellmann <gerd@gnu.org>
3727
3728 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3729 type, group and version.
3730
76058c27
EZ
37312000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3732
4a74d071 3733 * select.el (x-get-selection): Docstring fix.
76058c27 3734
fd9ac94c 37352000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3736
fd9ac94c 3737 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3738
49060c51
AI
37392000-11-27 Andrew Innes <andrewi@gnu.org>
3740
3741 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3742
3743 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3744
b2a8e429
MB
37452000-11-27 Miles Bader <miles@gnu.org>
3746
3747 * dired.el (dired-get-filename): Return filename verbatim if
3748 LOCALP is `verbatim'.
3749 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3750 `verbatim' so that we don't inadvertently delete a non-existant
3751 directory name.
3752
5ac0366d
KH
37532000-11-27 Kenichi Handa <handa@etl.go.jp>
3754
3755 * international/characters.el: Specify cases and syntaxes for
3756 mule-unicode-0100-24ff.
3757
67f1cf4c
GM
37582000-11-27 Gerd Moellmann <gerd@gnu.org>
3759
3760 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3761 that foreground and/or background colors of the face `tool-bar'
3762 are unspecified.
3763
46c56972
MB
37642000-11-27 Miles Bader <miles@gnu.org>
3765
e04d21aa 3766 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3767 (widget-field-end): Handle widget field `pseudo-overlays'.
3768 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3769 if it's there instead of in `widget-field-list'.
3770
46c56972 3771 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3772 (help-make-xrefs): Delete extraneous newlines at the end of the
3773 docstring.
46c56972 3774
640a9cdd
JR
37752000-11-25 Jason Rumney <jasonr@gnu.org>
3776
3777 * startup.el (command-line): Call set-locale-environment after
3778 Window System init file is read, as it can result in a call to
3779 redraw-frame.
3780
0b3f96d4
EZ
37812000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3782
3783 * simple.el (shell-command): Mention the effect of the prefix
3784 argument in the doc string.
3785
8da6e2a1
MB
37862000-11-25 Miles Bader <miles@gnu.org>
3787
a658d039
MB
3788 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3789
8da6e2a1 3790 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3791 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3792
d3416cca
JR
37932000-11-24 Jason Rumney <jasonr@gnu.org>
3794
3795 * international/mule-cmds.el (locale-language-names): Add "jp" as
3796 a non-standard alternative for Japanese.
3797
17e37f53
AS
37982000-11-24 Andre Spiegel <spiegel@gnu.org>
3799
3800 * vc-hooks.el: Require 'cl during compilation.
3801
9aa5f148
GM
38022000-11-24 Gerd Moellmann <gerd@gnu.org>
3803
ba193890
GM
3804 * faces.el (face-set-after-frame-default): Let face attributes
3805 specified for new frames override frame parameters.
3806
9aa5f148
GM
3807 * startup.el (command-line): Fix computation of the source file
3808 for user-init-file when user-init-file is a compiled file.
3809
51a1edab
MB
38102000-11-24 Miles Bader <miles@gnu.org>
3811
e04d21aa 3812 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3813 (custom-post-filter-face-spec): New functions.
3814 (custom-face-set, custom-face-value-create): Filter the face spec
3815 before and after customization.
3816 (custom-face-set): If VALUE specifies a null face, pass a
3817 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3818 * cus-face.el (custom-face-attributes): Remove SET and GET
3819 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3820 cases they're needed.
3821
1ed74431
MB
3822 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3823 that it's distinguishable from the :off-glyph on dark-background
3824 displays. Set its background color too.
3825
67ee1125
MB
3826 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3827 so that people can easily turn it off.
3828
7d027816 38292000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3830
7d027816 3831 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3832
9aa5f148 3833 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3834
9aa5f148 3835 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3836
9aa5f148 3837 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3838 redundant skip-small-frames test.
e04d21aa 3839
9aa5f148 3840 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 3841 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 3842
9aa5f148
GM
3843 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3844 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
3845 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3846 New functions.
e04d21aa 3847
9aa5f148 3848 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3849
9aa5f148 3850 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3851
f07fa1b8
KH
38522000-11-24 Kenichi Handa <handa@etl.go.jp>
3853
83c9cb8e
SM
3854 * international/mule-diag.el (list-iso-charset-chars):
3855 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
3856 (list-non-iso-charset-chars): Fix the `while' condition.
3857
ba8299ff
SM
38582000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3859
79372165
SM
3860 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3861 if the variable is make-variable-buffer-local.
3862
83c9cb8e
SM
3863 * progmodes/ada-stmt.el (ada-template-map):
3864 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
3865 (ada-stmt-mode-hook): New function extracted from old code.
3866 Only change the buffer-local side of skeleton-*.
3867 (ada-mode-hook): Use it.
3868
68a887fa
EZ
38692000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3872 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3873 we expect to be returned by minibuffer-depth once we prompt the
3874 user in the minibuffer.
3875 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3876 as recorded in iswitchb-minibuf-depth, return non-nil.
3877
3b345582
EZ
38782000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3879
3880 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3881 (hscroll-window-maybe): Docstring fix.
3882
595dead2
DL
38832000-11-23 Dave Love <fx@gnu.org>
3884
3885 * rect.el (string-rectangle): Don't test delete-selection-mode.
3886
1e66b27a
GM
38872000-11-23 Gerd Moellmann <gerd@gnu.org>
3888
02790ce2
GM
3889 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3890 is in the tool bar.
3891
1e66b27a 3892 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 3893 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 3894
a4caa65d
SM
38952000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3896
3897 * textmodes/outline.el (outline-flag-region):
3898 Don't bind inhibit-read-only since we don't modify the buffer.
3899 (outline-isearch-open-invisible): Don't jump to overlay-start
3900 since we're trying to unhide text around point.
3901 (outline-discard-overlays): Use dolist.
3902
3903 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3904
03e757c1
GM
39052000-11-22 Gerd Moellmann <gerd@gnu.org>
3906
83c9cb8e 3907 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 3908
1598a961
SM
39092000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3910
3911 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3912 Fix ARG regexp to skip quoted braces.
3913 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3914 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3915 are (correctly) handled separately).
3916 Remove `caption' and `footnote' from `citations': they contain text.
3917 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3918 (latex-skeleton-end-hook): New function.
3919 (latex-mode): Use it.
3920 (tex-start-tex-marker): Remove.
3921 (tex-send-tex-command): Don't set tex-start-tex-marker.
3922 (tex-error-parse-syntax-table): New var.
3923 (tex-compilation-parse-errors): Use it.
3924 Ignore tex-start-tex-marker. Don't bother with marker-position.
3925 (tex-validate-buffer): Don't bother with marker-position.
3926
3927 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3928 (flyspell-generic-progmode-verify): Use it.
1598a961 3929
eaae8106
SS
39302000-11-22 Sam Steingold <sds@gnu.org>
3931
83c9cb8e 3932 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 3933
eaae8106 3934 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3935 `ada-remove-trailing-spaces'.
eaae8106 3936 (ada-remove-trailing-spaces): Removed.
e04d21aa 3937
eaae8106 3938 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3939
1598a961
SM
3940 * textmodes/picture.el (picture-clean): Removed.
3941 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3942
a41d49e9
GM
39432000-11-22 Gerd Moellmann <gerd@gnu.org>
3944
e053c60f
GM
3945 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3946
a41d49e9
GM
3947 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3948 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3949 do anything special when jit-lock is active.
a41d49e9
GM
3950 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3951
197615f3
DL
39522000-11-22 Dave Love <fx@gnu.org>
3953
ddbfaa9f
DL
3954 * calendar/todo-mode.el (todo-top-priorities): Use
3955 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3956
ddc3c695
DL
3957 * language/chinese.el, language/cyrillic.el:
3958 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3959 * language/hebrew.el, language/indian.el, language/japanese.el:
3960 * language/korean.el, language/lao.el, language/misc-lang.el:
3961 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3962 Use provide.
3963
fb9fa98d
DL
3964 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3965 (custom-variable-set): Improve validation error mesage.
3966
197615f3
DL
3967 * rect.el (string-rectangle): Revert last change.
3968 (string-rectangle-line): New arg DELETE.
3969 (string-rectangle): Check delete-selection-mode.
3970
3971 * emacs-lisp/edebug.el (edebug-version)
3972 (edebug-maintainer-address): Deleted.
3973 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3974 (edebug-read-function): Account for other `'#' read forms.
3975 (edebug-mode-menus): Make some items toggles.
3976 (edebug-outside-unread-command-event, unread-command-event):
3977 Remove these to avoid warnings.
3978
f4117c4d
GM
39792000-11-22 David Ponce <david@dponce.com>
3980
3981 * recentf.el (recentf-menu-items-for-commands)
3982 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3983 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3984
f4117c4d
GM
3985 (recentf-build-dir-rules, recentf-dump-variable)
3986 (recentf-edit-list, recentf-open-files-item)
3987 (recentf-open-files): Replaced unnecessary `mapcar' with new
3988 built-in `mapc'.
eaae8106 3989
f8e2f3f2
MB
39902000-11-23 Miles Bader <miles@gnu.org>
3991
3992 * faces.el (menu): Make inverse-video on ttys too.
3993
4c4a541d
SM
39942000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3995
3996 * simple.el (comment-line-break-function): Use the new name
3997 indent-new-comment-line -> comment-indent-new-line.
3998 (clone-indirect-buffer): Don't ignore NORECORD.
3999 (next-completion): Properly handle the case where items are adjacent.
4000
4001 * mouse.el (popup-menu): Stupid typo.
4002
980d836e
GM
40032000-11-22 Gerd Moellmann <gerd@gnu.org>
4004
60e8e0a5
GM
4005 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4006 maintainer, keywords tags.
4007
980d836e
GM
4008 * rect.el (replace-rectangle): Don't call string-rectangle-line
4009 with too many arguments.
4010
e08b2069
AS
40112000-11-22 Andre Spiegel <spiegel@gnu.org>
4012
60e8e0a5 4013 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4014 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4015 vc-locking-user, which no longer exists.
4016
4017 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4018
c6779d8d
DL
40192000-11-22 Dave Love <fx@gnu.org>
4020
4021 * md5.el (md5): Provide.
4022 (md5): Fix error call.
4023
e672fdce
MB
40242000-11-22 Miles Bader <miles@gnu.org>
4025
eaae8106 4026 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4027 (refill-fill-paragraph-at): Remove debugging code.
4028
80e24c04
MB
4029 * calendar/calendar.el (generate-calendar-window): When we don't
4030 call `fit-window-to-buffer', make sure the top line is fully visible.
4031
3a17d6cc
MB
4032 * image-file.el (insert-image-file): Don't make `read-only'
4033 property rear-nonsticky.
4034
ae1a21c6
MB
4035 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4036 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4037 stashing away its original value.
4038 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4039 in the recursive edit.
4040 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4041 (isearch-done): Restore `minibuffer-message-timeout'.
4042
e672fdce
MB
4043 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4044
3ea79df8
SM
40452000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4048
4049 * find-lisp.el (find-lisp-find-files-internal):
4050 Use dolist, when and file-name-as-directory.
4051
980d836e 4052 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4053 (define-derived-mode, define-minor-mode): Add specs.
4054
4055 * window.el: General comment and spacing fixes.
4056 (save-selected-window): Use backquotes.
4057 (window-safely-shrinkable-p): New function.
4058 (shrink-window-if-larger-than-buffer): Use it.
4059
4060 * subr.el (make-local-hook): Docstring fix.
4061
4062 * shell.el (shell-mode): Use define-derived-mode.
4063
4064 * newcomment.el (comment-indent): Insert comment before calling
4065 comment-indent-function. Don't insert in column 0.
4066 (comment-dwim): Indent before inserting comment.
4067
4068 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4069 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4070 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4071 Use mapc rather than map.
4072
4073 * files.el (find-buffer-visiting): Compare all attributes before
4074 declaring two files identical (rather than just their inode-no).
4075 (auto-mode-alist): Use \' rather than $.
4076
4077 * which-func.el: Update maintainer line.
4078
4079 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4080 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4081 (uniquify-buffer-file-name): Use it.
4082
8f62f2b8
MB
40832000-11-22 Miles Bader <miles@gnu.org>
4084
4085 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4086 * simple.el (minibuffer-avoid-prompt): New function.
4087
fb279a6d
GM
40882000-11-21 Gerd Moellmann <gerd@gnu.org>
4089
4090 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4091
867092e9
MB
40922000-11-21 Miles Bader <miles@gnu.org>
4093
ef860850
MB
4094 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4095 inclusion of `track-mouse'.
4096
867092e9
MB
4097 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4098 (refill-adjust-ignorable-overlay): New function.
4099 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4100 only the paragraph's tail if possible.
4101 Update `refill-ignorable-overlay'.
4102 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4103
4104 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4105 point inside the fill-prefix.
4106
4107 * textmodes/refill.el (refill-post-command-function): Don't reset
4108 refill-doit in the case where a self-insertion command doesn't
4109 case a refill. Use `refill-fill-paragraph-at', getting position
4110 from `refill-doit'.
4111 (refill-after-change-function): Set `refill-doit' to END.
4112 (refill-fill-paragraph-at): New function, mostly from old
4113 refill-fill-paragraph.
4114 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4115 (refill-pre-command-function): New function.
4116 (refill-mode): Add it to `pre-command-hook'.
4117
ff9ab414
GM
41182000-11-20 Gerd Moellmann <gerd@gnu.org>
4119
29a01b72
GM
4120 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4121
ff9ab414
GM
4122 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4123 javadoc tags.
eaae8106 4124
885b211b
AS
41252000-11-20 Andre Spiegel <spiegel@gnu.org>
4126
4127 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4128 vc.el).
4129
eaae8106 4130 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4131 require vc.
eaae8106
SS
4132
4133 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4134 checkouts.
eaae8106 4135
d1838556
DL
41362000-11-20 Dave Love <fx@gnu.org>
4137
4138 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4139
2b69bc11 41402000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4141
2b69bc11
GM
4142 * calculator.el (calculator-paste): Use `if' instead of `and'
4143 and `or'.
4144 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4145
b95b34e5
GM
41462000-11-19 Gerd Moellmann <gerd@gnu.org>
4147
030de92f
GM
4148 * info.el (info-menu-5): Doc fix.
4149
b95b34e5
GM
4150 * textmodes/artist.el: New file.
4151
54970452
AS
41522000-11-19 Andre Spiegel <spiegel@gnu.org>
4153
eaae8106 4154 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4155 and differentiate according to checkout model.
4156 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4157 since this function is only concerned with master state.
4158
83c9cb8e
SM
4159 * vc-hooks.el (vc-workfile-unchanged-p)
4160 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4161
83c9cb8e
SM
4162 * vc.el (vc-workfile-unchanged-p)
4163 (vc-default-workfile-unchanged-p): See above.
54970452 4164
e5a9dabf
MB
41652000-11-19 Miles Bader <miles@gnu.org>
4166
4167 * image-file.el (insert-image-file): Make `intangible' and
4168 `read-only' properties rear-nonsticky too.
4169
24127af0
GM
41702000-11-18 Gerd Moellmann <gerd@gnu.org>
4171
d392e9c5 4172 * ps-print.el: Update copyright notice.
eaae8106 4173
d392e9c5
GM
4174 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4175 (tooltip-show): Use the offsets.
4176
24127af0 4177 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4178 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4179 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4180
2b69bc11 41812000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4182
2b69bc11
GM
4183 * ps-print.el (toplevel): Test for find-coding-system being
4184 fboundp before calling ps-x-find-coding-system.
08ea6f17 4185
66321b2f
SM
41862000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4187
4188 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4189 (vc-version-backup-file): Docstring fix.
4190
046110c6
GM
41912000-11-16 Gerd Moellmann <gerd@gnu.org>
4192
4104194e
GM
4193 * files.el (basic-save-buffer): Don't add a newline if
4194 find-file-literally is non-nil.
4195 (find-file-literally): Extend doc string.
4196
046110c6
GM
4197 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4198 sort(1) with the `-f' argument.
4199
6505c16e
AS
42002000-11-16 Andre Spiegel <spiegel@gnu.org>
4201
fd063975
AS
4202 * vc.el: Updated backend documentation.
4203 (vc-default-check-headers): New function.
4204
3d02dd81 4205 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4206
4207 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4208 up-to-date.
eaae8106 4209 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4210 the minibuffer is not active.
fd063975 4211
eaae8106 4212 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4213 `vc-cvs-use-edit' is on.
eaae8106
SS
4214 (vc-cvs-checkout): When this is used for reverting the workfile,
4215 make a backup of the original contents and revert to that in case
8791d617 4216 of error.
eaae8106 4217 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4218 remote repositories.
eaae8106 4219
6505c16e
AS
4220 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4221 for both version and ratio in the minibuffer.
fd063975 4222
eaae8106 4223 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4224 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4225
a13f0660
KH
42262000-11-16 Kenichi Handa <handa@etl.go.jp>
4227
4228 * international/quail.el (quail-start-translation): Don't call
4229 `message' before reading key sequence.
4230
1389a414
MB
42312000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4232
4233 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4234
9256a532
KH
42352000-11-16 Kenichi Handa <handa@etl.go.jp>
4236
4237 * window.el (fit-window-to-buffer): Be sure to acquire at least
4238 one text line even if the buffer is empty.
4239
0e14fe9f
GM
42402000-11-16 Gerd Moellmann <gerd@gnu.org>
4241
eaae8106 4242 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4243 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4244 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4245
da645c53
DL
42462000-11-15 Dave Love <fx@gnu.org>
4247
83c9cb8e
SM
4248 * wid-edit.el (widget-specify-field, widget-specify-button):
4249 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4250 widget-mouse-help.
4251 (widget-mouse-help): New function.
4252 (widget-echo-help): Rewritten for :help-echo functions only taking
4253 a widget arg.
4254
83c9cb8e
SM
4255 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4256 Use display-graphic-p.
b12057b9
DL
4257 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4258 and that JPEG is available.
4259 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4260
da645c53
DL
4261 * international/mule-cmds.el (locale-charset-language-names):
4262 Match @euro.
4263
6d133d1f
GM
42642000-11-15 Gerd Moellmann <gerd@gnu.org>
4265
83c9cb8e
SM
4266 * faces.el (face-set-after-frame-default):
4267 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4268 default face from X resources.
4269
49ac2ac5
EZ
42702000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4271
4272 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4273 Don't set EMACSLOADPATH.
4274
4fb0a34c
EZ
42752000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4276
4277 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4278 texinfo-insert-@url.
4279 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4280 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4281
bb304a7a
SM
42822000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4283
82bc80bf
SM
4284 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4285 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4286 (checkdoc-minor-keymap): Backward compatibility.
4287 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4288 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4289 (checkdoc-this-string-valid-engine): Be a bit more strict
4290 to avoid matching substrings of `...' quoted vars/funs.
4291 (checkdoc-defun-info): Only look for `interactive' if alone.
4292 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4293
e8c87124
SM
4294 * progmodes/compile.el (grep): `tag-default' can be nil.
4295
bb304a7a
SM
4296 * newcomment.el (comment-indent): Paren typo.
4297
8628686a
DL
42982000-11-14 Dave Love <fx@gnu.org>
4299
25c269ef
DL
4300 * calculator.el: New maintainer version.
4301
66321b2f 4302 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4303
8628686a
DL
4304 * cmuscheme.el: Doc fixes.
4305 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4306 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4307
4308 * xscheme.el (scheme-program-name): Don't define here.
4309
4310 * progmodes/scheme.el (scheme-program-name): New variable
4311 (originally in cmuscheme).
4312
88f0a1eb
MB
43132000-11-14 Miles Bader <miles@gnu.org>
4314
4315 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4316 Handle header-lines. Don't loop forever if we can't enlarge the
4317 window anymore. Simplify a bit.
4318
cd9a000c
KH
43192000-11-14 Kenichi Handa <handa@etl.go.jp>
4320
4321 * window.el (fit-window-to-buffer): Don't check
4322 window-text-height. Assure that the last line is fully visible.
4323
83c9cb8e
SM
4324 * international/quail.el (quail-show-guidance-buf):
4325 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4326 buffer.
4327 (quail-update-guidance): Avoid making the guidance buffer shorter.
4328
d3fcda22
SM
43292000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4330
bdbd9606
SM
4331 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4332 rather than `prepend' and add an interesting comment.
4333 (tex-math-face, tex-font-lock-syntactic-face-function):
4334 New face and function to use it.
4335 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4336 than `menu-enable' symbol property.
4337 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4338 (tex-mode): Add some latex-mode commands for auto-selection.
4339 Use tex-font-lock-syntactic-face-function.
4340 (tex-insert-quote): Simplify.
4341 (tex-shell): New mode.
4342 (tex-start-shell): Use it.
4343 (tex-shell-proc, tex-shell-buf): New functions.
4344 (tex-send-command): Use it.
4345 (tex-main-file): Fix the meaning of the new arg REALFILE.
4346 (tex-send-tex-command): New function split from `tex-start-tex'.
4347 Set compilation-last-buffer and compilation-parsing-end.
4348
d3fcda22
SM
4349 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4350 when it follows non-comment text on the line.
4351
4352 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4353 Set font-lock-defaults.
4354 (lisp-mode-shared-map): Init inside the defvar.
4355 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4356 Use define-derived-mode.
4357
bdab1d43
MB
43582000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4359
4360 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4361
936ae731
GM
43622000-11-14 Gerd Moellmann <gerd@gnu.org>
4363
83c9cb8e
SM
4364 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4365 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4366 recursion; see comment there.
4367
1695ca2b
EZ
43682000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4369
4370 * faces.el (face-spec-set-match-display): Revert the change from
4371 2000-10-24. Add a FIXME for after v21.1.
4372
9d348294
MB
43732000-11-13 Miles Bader <miles@gnu.org>
4374
4375 * textmodes/fill.el (skip-line-prefix): New function.
4376 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4377 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4378 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4379 point inside the fill-prefix.
9d348294 4380
b85fa13c
MB
43812000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4382
83c9cb8e
SM
4383 * calendar/calendar.el (generate-calendar-window):
4384 Use `fit-window-to-buffer'.
b85fa13c 4385
a0b47716
SM
43862000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4387
4388 * gud.el (gud-minor-mode): New var.
4389 (gud-symbol, gud-val): New functions.
4390 (gud-find-file): Copy gud-minor-mode to the new buffer.
4391 (gud-menu-map): Include entries for commands that are not always
4392 available, using :enable to (de)activate them.
4393 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4394 (gud-mode-map): New map.
eaae8106 4395 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4396 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4397 Don't set up gud's menu (it's done by the minor-mode).
4398 (gud-minibuffer-local-map): New.
4399 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4400 (gud-query-cmdline): New function.
4401 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4402 (gud-mode): Use define-derived-mode.
4403 Don't set up gud's menu (it's done by the minor-mode).
4404 (gud-chop-words): Remove.
4405 (gud-common-init): Use split-string instead.
4406 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4407
4408 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4409 Add keyword arg :name.
4410
4411 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4412 (diff-count-matches, diff-split-hunk): New functions.
4413 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4414
4415 * pcvs-info.el (cvs-fi-conflict-face): New var.
4416
4417 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4418 Make it into a simple syntax-table, shared among all submodes.
4419 (sh-heredoc-face): Re-introduce.
4420 (sh-font-lock-syntactic-face-function): New function.
4421 (sh-mode): Use it. Also use define-derived-mode.
4422 Remove old bogus setting of indent-region-function.
4423 (sh-set-shell): Don't set the syntax-table any more.
4424 (sh-mode-syntax-table) <defun>: Remove.
4425
f5ed37df
MB
44262000-11-12 Miles Bader <miles@gnu.org>
4427
4428 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4429 message if interactive.
4430
0b074c2f
DL
44312000-11-12 Dave Love <fx@gnu.org>
4432
4433 * mail/feedmail.el: Fix header,
4434 (feedmail) <defgroup>: Add :link.
4435
4436 * view.el: Use local-map property, not keymap on mode-line string.
4437
83c9cb8e
SM
4438 * scroll-all.el (scroll-all-mode): Customize variable.
4439 Add autoload cookie to function.
0b074c2f
DL
4440
4441 * lazy-lock.el: Remove compatibility code.
4442
4443 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4444 (finder-help-echo): New variable.
4445 (finder-mouse-face-on-line): Add help-echo stuff.
4446 (finder-list-keywords, finder-list-matches): Use mapc.
4447
4448 * faces.el (face-font-registry-alternatives): Add :version.
4449
4450 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4451 tags-table-list.
4452
a0b47716 4453 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4454
a0b47716 4455 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4456 (mail-mode): Use [:alnum:] in some regexps.
4457
6d502396
DL
44582000-11-10 Dave Love <fx@gnu.org>
4459
4460 * ediff.el (ediff-regions-internal, ediff-documentation):
4461 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4462 fundamental mode.
4463
4464 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4465 buffer into fundamental mode.
4466 (ediff-set-difference): Use copy-sequence if available.
4467
83c9cb8e
SM
4468 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4469 Check ediff-patch-map non-nil.
6d502396
DL
4470 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4471 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4472 buffer into fundamental mode.
4473
4474 * ediff-merg.el (state-or-merge): Defvar when compiling.
4475
a82fe213
JR
44762000-11-10 Jason Rumney <jasonr@gnu.org>
4477
4478 * w32-fns.el (w32-add-charset-info): New function.
4479 (w32-charset-info-alist): Use it.
4480
52d89894
GM
44812000-11-10 Gerd Moellmann <gerd@gnu.org>
4482
4483 * faces.el (face-font-registry-alternatives): New user-option.
4484
178932de
SM
44852000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4486
d7fa3319
SM
4487 * textmodes/texinfo.el (texinfo-block-default): New var.
4488 (texinfo-insert-block): Use it. Insert a newline if needed.
4489
178932de
SM
4490 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4491 (fill-region-as-paragraph): Use it.
4492
4493 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4494 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4495 Tweak paragraph regexps to allow a leading [ \t]*.
4496 (tex-latex-block): Insert a newline if necessary.
4497 (latex-insert-item): Only insert a newline if necessary.
4498 (tex-guess-main-file): New function.
4499 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4500 Set tex-main-file if TeX-master is provided.
4501 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4502
bd02b8e0
GM
45032000-11-10 Gerd Moellmann <gerd@gnu.org>
4504
4505 * startup.el (command-line): Set the default tooltip-mode
4506 to t for graphical displays which implement x-show-tip.
4507
4508 * tooltip.el (tooltip-mode): Add a comment about startup.el
4509 setting the default value of this user-option.
4510
b29b03eb
SM
45112000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4512
4513 * font-lock.el (font-lock-*-face) <defvar>: Move.
4514 (font-lock-defaults-alist): Mark obsolete.
4515 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4516 (font-lock-mode): Use define-minor-mode.
4517 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4518 (font-lock-turn-off-thing-lock): Be more explicit.
4519 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4520 (font-lock-syntactic-face-function): New var.
4521 (font-lock-fontify-syntactically-region): Use it.
4522 (font-lock-doc-face): New.
4523
4524 * pcvs.el (cvs-enabledp): Ignore errors.
4525 (cvs-commit-filelist): Never query.
4526 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4527 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4528 (cvs-do-removal): Use cvs-partition rather than delete-if.
4529 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4530 cvs-bury-buffer.
4531
4532 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4533 Allow `next' to jump to after the end of the last match.
4534
778fbc46
GM
45352000-11-09 Gerd Moellmann <gerd@gnu.org>
4536
730c746c
GM
4537 * simple.el (byte-compiling-files-p): New function.
4538
4539 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4540 if it is there.
4541
4542 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4543 nil again.
4544
778fbc46
GM
4545 * textmodes/ispell.el (ispell-library-path): Don't call
4546 check-ispell-version when byte-compiling because that starts
4547 an ispell process, and ispell might not be installed.
4548 (toplevel): Don't set up a menu when byte-compiling.
4549
4550 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4551 it, so that a boundp test can be used to determine if we're
4552 currently byte-compiling.
4553
5912c5bb
DL
45542000-11-09 Dave Love <fx@gnu.org>
4555
83c9cb8e 4556 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4557
7bb054a5
GM
45582000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4559
83c9cb8e
SM
4560 * ps-print.el: Patch for variable initialization when spooling.
4561 Doc fix.
7bb054a5
GM
4562 (ps-output-list): Fun eliminated.
4563 (ps-begin-file, ps-begin-job): Code fix.
4564
9db2706e
DL
45652000-11-08 Dave Love <fx@gnu.org>
4566
83c9cb8e 4567 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4568
f7eb32aa
GM
45692000-11-08 Gerd Moellmann <gerd@gnu.org>
4570
4571 * simple.el (shell-command, display-message-or-buffer)
4572 (shell-command-on-region): Mention resize-mini-windows in the doc
4573 string.
4574 (display-message-or-buffer): Take the value of resize-mini-windows
4575 into account.
4576
7b01b08c
GM
45772000-11-07 Gerd Moellmann <gerd@gnu.org>
4578
acad3c0b
GM
4579 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4580
7b01b08c
GM
4581 * dired.el (dired-between-files): Add `^. find' as an alternative
4582 to the regular expression, for find-dired.
4583
6f602bd0
SM
45842000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4585
4586 * textmodes/texnfo-upd.el: Require texinfo.
4587 (defmacro, defgroup): Remove.
4588 (texinfo-section-to-generic-alist): Remove.
4589 Use texinfo-section-list instead (i.e. level is changed string->int).
4590 (texinfo-filter): New function.
4591 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4592 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4593 Use it. And use regexp-opt.
4594 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4595 (texinfo-update-menu-region-beginning)
4596 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4597 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4598 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4599 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4600 (texinfo-sequential-node-update): Remove autoload cookie.
4601
4602 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4603 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4604 (texinfo-chapter-level-regexp): Remove.
4605 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4606
bb216218
DL
46072000-11-06 Dave Love <fx@gnu.org>
4608
6f602bd0 4609 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4610
6f602bd0
SM
4611 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4612 Match defun*.
bb216218 4613
ff8dd5d5
KH
46142000-11-06 Kenichi Handa <handa@etl.go.jp>
4615
4616 * composite.el (composition-function-table): Variable declaration
4617 moved to src/composite.c.
4618 (compose-chars-after): New optional arg object.
4619
e9da51a1
GM
46202000-11-06 Gerd Moellmann <gerd@gnu.org>
4621
e0c12c68
GM
4622 * bindings.el (mode-line-toggle-read-only)
4623 (mode-line-toggle-modified, mode-line-widen)
4624 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4625 (make-mode-line-mouse2-map): Rewritten.
4626 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4627 functions so that C-h k can show something with a doc string.
eaae8106 4628
e9da51a1
GM
4629 * startup.el (fancy-splash-delay): Set to 10 seconds.
4630 (fancy-splash-max-time): New user-option.
4631 (fancy-splash-stop-time): New variable.
4632 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4633 (fancy-splash-screens-1): Throw `stop-splashing' when current
4634 time is greater than fancy-splash-stop-time.
4635
611dbdf0
SM
46362000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4637
4d2806e2
SM
4638 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4639
611dbdf0
SM
4640 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4641 Prompt user for a file rather than raising an error.
4642 (cvs-enabledp): Fix call to cvs-mode-marked.
4643 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4644 (cvs-mode-insert): Use it. Change the init prompt' value.
4645 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4646
4647 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4648 Don't pass default arg to ewoc-locate.
4649 (ewoc-collect): Return result in the right order.
4650
4651 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4652
4653 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4654 (cvs-status-get-tags): Fix regexp.
4655 (cvs-status-trees, cvs-status-cvstrees):
4656 Combine after change hooks and don't sit-for.
4d2806e2
SM
4657 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4658 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4659 Use make-char rather than hard-coded cryptic data.
4660 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4661
4662 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4663
4664 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4665 (cvs-insert-strings): New function.
4666
937b2877
MB
46672000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4668
4669 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4670 `mwheel-scroll-amount'.
4671 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4672 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4673 string-matching against the version string.
4674
c6c97763
KH
46752000-11-06 Kenichi Handa <handa@etl.go.jp>
4676
6eaec747
KH
4677 * language/thai.el ("Thai"): Set a lisp form that produces
4678 composed string in `sample-text' language info.
4679
4680 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4681 composed string in `sample-text' language info.
4682
83c9cb8e
SM
4683 * international/mule-cmds.el (describe-language-environment):
4684 Eval `sample-text' data and insert the result.
6eaec747 4685
c6c97763
KH
4686 * international/mule-conf.el (compound-text): Define this coding
4687 system here. Make x-ctext and ctext aliases of it.
4688
4689 * language/european.el (compound-text, ctext): Moved to
4690 international/mule-conf.el.
4691
d1145f85
AI
46922000-11-05 Andrew Innes <andrewi@gnu.org>
4693
4694 * w32-fns.el (w32-version): New function.
4695
178a6a45
SM
46962000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4697
4698 * progmodes/awk-mode.el: Update copyright.
4699 (awk-mode-abbrev-table): Remove.
4700 (awk-font-lock-keywords): Use regexp-opt.
4701 (awk-mode): Use define-derived-mode.
4702
4703 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4704 when extracting a suffix.
4705
1ba90166
AS
47062000-11-04 Andre Spiegel <spiegel@gnu.org>
4707
4708 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4709 auto-save-mode.
4710
546790cb
JR
47112000-11-04 Jason Rumney <jasonr@gnu.org>
4712
4713 * language/european.el (decode-mac-roman): Test against r1 not r0.
4714
d247e32d
SM
47152000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4716
fbf44f44
SM
4717 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4718 (icon-mode): Define indent-line-function.
4719 (icon-comment-indent): Simplify.
4720 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4721
4722 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4723
4724 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4725 Bind change-log-default-mode to defeat the caching done on it.
4726 Don't bother saving excursion any more.
4727
4728 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4729
4730 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4731 (set-frame-font): Use the new name (and the old for compatibility).
4732
eaae8106
SS
4733 * toolbar/tool-bar.el (tool-bar-mode):
4734 * time.el (display-time-mode):
4735 * recentf.el (recentf-mode):
4736 * paren.el (show-paren-mode):
4737 * mwheel.el (mouse-wheel-mode):
4738 * msb.el (msb-mode):
4739 * jka-compr.el (auto-compression-mode):
4740 * image-file.el (auto-image-file-mode):
4741 * hl-line.el (hl-line-mode):
4742 * delsel.el (delete-selection-mode):
4743 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4744 * complete.el (partial-completion-mode): Drop unneeded positional args.
4745
eaae8106 4746 * info.el (Info-mode):
79372165 4747 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4748
d247e32d
SM
4749 * log-edit.el (log-edit-menu): New menu.
4750
4921558e
MB
47512000-11-03 Miles Bader <miles@gnu.org>
4752
4753 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4754 definition, so that trailing spaces are handled properly.
4755 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4756
1fc02b3c
GM
47572000-11-03 Gerd Moellmann <gerd@gnu.org>
4758
4759 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4760 tab character.
4761 (fancy-splash-screens): Set tab-width to 20.
4762
51d001f7
DL
47632000-11-03 Dave Love <fx@gnu.org>
4764
4765 * comint.el (comint-completion-addsuffix): Fix custom type.
4766
ba22aeff
SM
47672000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4768
4769 * font-lock.el (font-lock-buffers): Remove.
4770 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4771 (font-lock-change-major-mode): Remove.
4772 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4773 (font-lock-default-fontify-region): Extend the multiline
4774 fontification to whole lines.
4775 (font-lock-fontify-anchored-keywords)
4776 (font-lock-fontify-keywords-region): If matching just one
4777 line (with \n) only mark the \n as multiline.
4778
4779 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4780 Correctly handle the case where several :group args are supplied.
4781 Allow :extra-args.
4782 (easy-mmode-define-global-mode): Allow :extra-args.
4783 Correctly handle the case where several :group args are supplied.
4784
9c887ada
MB
47852000-11-02 Miles Bader <miles@gnu.org>
4786
eaae8106 4787 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4788 (holiday-face): Remove dependency on `window-system'.
4789
7f25090d
KR
47902000-11-02 Ken Raeburn <raeburn@gnu.org>
4791
4792 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 4793 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 4794 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4795
7dd6009c
DL
47962000-11-02 Dave Love <fx@gnu.org>
4797
4798 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4799
94821e4f
EZ
48002000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4801
4802 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4803 punctuation in the warning inserted into the *mail* buffer.
4804
1ac3fc42
GM
48052000-11-02 Gerd Moellmann <gerd@gnu.org>
4806
57731876
GM
4807 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4808 (authors-public-domain-p): New function.
4809 (authors-print): Use it.
4810
975f82c9
GM
4811 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4812
1ac3fc42
GM
4813 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4814
4b3eb10f
GM
48152000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4816
975f82c9 4817 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4818 (ps-print-version): New version number (6.3.1).
4819 (ps-even-or-odd-pages): Customization fix.
4820 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4821 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4822 (ps-page-count): Var replaced by `ps-page-column'.
4823 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4824 (ps-print-sheet-p): New fun.
4825
7da794df
MB
48262000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4827
4828 * tooltip.el (tooltip-gud-tips-setup): New function.
4829 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4830 (tooltip-mode): Call tooltip-gud-tips-setup.
4831 (tooltip-gud-tips): Use `gud-basic-call' instead of
4832 process-send-string, so the prompt gets frobbed appropriately.
4833 Handle nil return value from `tooltip-gud-print-command'.
4834
0e40b809
EL
48352000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4836
4837 * comint.el (comint-add-to-input-history): New function.
4838 (comint-send-input): Use `comint-add-to-input-history'.
4839
50ada0db
MB
48402000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4841
973a3104
MB
4842 * info.el (info-menu-header): New face.
4843 (Info-fontify-menu-headers): New function.
4844 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4845
50ada0db
MB
4846 * info.el (Info-insert-dir): Don't include blank lines at
4847 beginning of additional dir files (one is added automatically).
4848
bff53411
SM
48492000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4850
4851 * emacs-lisp/easy-mmode.el (define-minor-mode):
4852 Revert the latest changes.
4853 Allow the three positional arguments to be skipped and replaced
4854 by keyword arguments.
4855 Add a :toggle argument to determine whether a nil arg means toggle
4856 or means turn-on. The default is unchanged.
4857 Add a call to force-mode-line-update.
4858
6b8a0b2d
DL
48592000-11-01 Dave Love <fx@gnu.org>
4860
83c9cb8e 4861 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 4862
5bf99100
MB
48632000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4864
83c9cb8e
SM
4865 * calendar/calendar.el (diary-face, holiday-face):
4866 Add dark-background variants.
5bf99100 4867
a4032611
SS
48682000-10-31 Sam Steingold <sds@gnu.org>
4869
4870 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4871 `tex-main-file' does not have directory in it.
4872
c286608e
SM
48732000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4874
4875 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4876
4836835a
TTN
48772000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4878
4879 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4880 functional change.
4881
26dcb81b
GM
48822000-10-31 Gerd Moellmann <gerd@gnu.org>
4883
4884 * files.el (find-file-noselect): When we expand a wildcard, return
4885 a list of buffers, as we should do according to the doc string.
4886
49fc4500
KR
48872000-10-31 Ken Raeburn <raeburn@gnu.org>
4888
4889 * loadup.el (top level): Adjust load path if program name is
4890 "../src/bootstrap-emacs", in case it's not dumped and thus the
4891 load path adjustment hasn't already been done.
4892
ea0c615d
GM
48932000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4894
83c9cb8e
SM
4895 * ps-print.el: Fix bug on selected pages for printing.
4896 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
4897 is on. Try to avoid warning messages when compiling. Doc Fix.
4898 (ps-print-version): New version number (6.3).
4899 (ps-color-device): Use `color-values' to determine if device
4900 supports color.
4901 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4902 (ps-print-page-p): Changed from defsubst to defun.
4903 (ps-page-number): Changed from defmacro to defun.
4904 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4905 printing.
c286608e 4906 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4907 (ps-end-file, ps-dummy-page): Funs eliminated.
4908 (ps-print-color-scale): Changed default value.
4909 (ps-page-n-up, ps-print-page-p): New internal vars.
4910 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4911 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4912
9e20722f
GM
4913 * delim-col.el: Little programming improvement.
4914 (delimit-columns-str): New macro.
4915 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4916
d7a0fd00
KH
49172000-10-31 Kenichi Handa <handa@etl.go.jp>
4918
c286608e
SM
4919 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4920 Moved to european.el.
d7a0fd00
KH
4921 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4922 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4923 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4924 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4925
234be340
DL
49262000-10-30 Dave Love <fx@gnu.org>
4927
4928 * progmodes/cc-menus.el (imenu-generic-expression)
4929 (imenu-progress-message): Only defvar when compiling.
4930
4edc4a39
DL
4931 * emacs-lisp/elp.el (elp-unload-hook): New function.
4932
4933 * loadhist.el (unload-feature): Call elp-restore-function,
4934 checking for symbols; don't use elp-restore-all.
4935 (loadhist-hook-functions): Doc fix.
4936
70c825df
SM
49372000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4938
4939 * log-edit.el (log-edit-confirm): Fix the default.
4940
1d3baf74
GM
49412000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4942
4943 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4944 delimit-columns-format.
4945 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4946
1ec321a7
MB
49472000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4948
4949 * comint.el (comint-replace-by-expanded-history): Don't use
4950 comint-get-old-input (we're not looking at *old* input).
4951 (comint-get-old-input-default): If using fields, signal an error
4952 when the point is not in an input field.
4953
70737ea9
KH
49542000-10-30 Kenichi Handa <handa@etl.go.jp>
4955
4956 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4957 and mule-unicode-e000-ffff.
4958
fa0cb51d 4959 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4960 (make-coding-system): Accept a symbol of translation table as a
4961 value of property `safe-chars'.
4962
4963 * international/mule-cmds.el (encode-coding-char): Check property
4964 safe-chars instead of safe-charsets.
4965
4966 * international/fontset.el (fontset-default): Modified for
4967 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4968 (x-font-name-charset-alist): Likewise.
4969 (ccl-encode-unicode-font): New CCL program. Record it in
4970 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4971
70c825df
SM
4972 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4973 New translation tables.
70737ea9
KH
4974 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4975 programs are modified and moved from mac-win.el.
4976 (mac-roman): Definition of this coding system is modified and
4977 moved from mac-win.el.
4836835a 4978
fda2ce24 49792000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4980
1d3baf74 4981 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4982 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4983
dd4d3cb6
MB
49842000-10-29 Miles Bader <miles@gnu.org>
4985
4986 * custom.el (custom-add-to-group): Allow multiple entries for a
4987 given value OPTION, as long as their widget types are different.
4988 * cus-edit.el (custom-face-value-create): If face name doesn't end
4989 with "face", add such here (similar to custom group widgets).
4990
4991 * comint.el (comint-highlight-prompt): Add :type.
4992
dace60cf
JW
49932000-10-28 John Wiegley <johnw@gnu.org>
4994
dace60cf
JW
4995 * calendar/timeclock.el (timeclock-log): Doc fix.
4996 (timeclock-last-event): Doc fix.
83c9cb8e 4997 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
4998 (timeclock-find-discrep): Use a temp buffer to read in the
4999 timelog, instead of visiting the file.
5000 (timeclock-log-data): A new function, along with a host of helper
5001 functions, for the purpose of making timelog data accessible to
5002 programmers.
5003
5004 * eshell/esh-mode.el (window-height test): Make certain that
5005 `eshell-stringify-t' is non-nil.
5006 (eshell-password-prompt-regexp): Changed to a much simpler
5007 password regexp.
5008 (eshell-send-input): If `eshell-invoke-directly' returns t,
5009 directly invoke the parsed command using `eval'. This improves
5010 turn-around time on simple commands by a factor of three or
5011 greater, such as cd, ls, pwd, etc. -- which get used very often.
5012 It also conserves thousands of cons cells per call (since
5013 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5014 in the Pacific Cookie Company).
5015
5016 * eshell/esh-test.el (eshell-test): Whitespace fix.
5017
83c9cb8e
SM
5018 * eshell/em-ls.el (eshell-ls-insert-directory):
5019 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5020
5021 * eshell/em-script.el (eshell-script-initialize): Add names to
5022 `eshell-complex-commands, since `source' and `.' are complex.
5023
0467b076
EZ
5024 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5025 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5026 `eshell-copy-handles'.
5027 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5028 bodies.
5029 (eshell-separate-commands): Whitespace fix.
5030 (eshell-complex-commands): Added a new list of names, for
5031 determining whether a given command is as simple as it looks.
5032 (eshell-invoke-directly): New function. Returns t if a command
5033 should be invoked directly (using `eval'), rather than indirectly
5034 using `eshell-do-eval'.
5035 (eshell-do-eval): Whitespace fix.
5036
5037 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5038 which provides an emulation of the DOS shell behavior of assuming
5039 that cp/mv/ln should copy/move/link to the current directory.
5040 (eshell-remove-entries): Added a doc string.
5041 (eshell-shuffle-files): Removed the check for `target' being null.
5042 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5043 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5044 it to do a smarter check of whether a destination was provided.
5045 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5046 (eshell/ln): Enable `:preserve-args', and use
5047 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5048 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5049 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5050 list after flattening it. This makes it possible to cat files
5051 with numerical names.
5052 (eshell-unix-initialize): Added several names to
5053 `eshell-complex-commands.
5054 (eshell-unix-command-complex-p): Return t if a given command name
5055 may result in external processes being invoked.
5056
5057 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5058 variable nil by default, since it slows down glob processing by a
5059 factor of two or more, and increases memory consumption.
5060
5061 * eshell/em-smart.el: Added a note about how memory consumptive
5062 smart display mode can be (at least this is true in Emacs 21).
5063 (eshell-smart-initialize): Whitespace fix.
5064 (eshell-refresh-windows): Use `if' instead of `when'.
5065 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5066 not necessary.
83c9cb8e 5067 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5068
5069 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5070 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5071 Whitespace fix.
5072 (eshell-ls-exclude-hidden): Added this variable in addition to
5073 `eshell-ls-exclude-regexp'. This one prevents files beginning
5074 with . from even being read, which can improve memory consumption
5075 quite a bit.
5076 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5077 read file entries beginning with a dot. In home directories with
5078 lots of hidden files, fully two-thirds of the time spent in ls is
5079 used to read directory entries that are immediately thrown away.
5080 (eshell-ls-initial-args): Added back this configuration variable,
5081 for specifying default initial arguments to every call to ls.
5082 Much faster than using an alias to do the same thing.
5083 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5084 (eshell-ls-dir): Whitespace change.
5085
5086 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5087
83c9cb8e 5088 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5089 (eshell-stringify-t): Added a customization variable, to indicate
5090 whether `t' should be rendered as a string at all. If not, one
5091 can still determine if the result of an expression is true using
5092 "file-exists-p FILE && echo true".
5093 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5094 stringify t!
5095
5096 * eshell/esh-module.el: Whitespace fix.
5097
83c9cb8e
SM
5098 * eshell/em-alias.el (eshell-alias-initialize):
5099 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5100 (eshell-command-aliased-p): New function that returns t if a
5101 command name names an aliased.
5102
657f9cb8 51032000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5104
0467b076 5105 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5106 redrawing the screen when changing cursor color.
0467b076
EZ
5107 (viper-insert-state-pre-command-sentinel)
5108 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5109 (viper-replace-state-post-command-sentinel):
5110 Use viper-preserve-cursor-color.
657f9cb8
MK
5111 Many functions changed to use viper= instead of = when comparing
5112 characters.
0467b076 5113 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5114 working with characters.
0467b076 5115 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5116 Many functions changed to use viper= instead of = when comparing
5117 characters.
0467b076 5118 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5119
0467b076 5120 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5121 Several typos fixed in various docstrings.
0467b076 5122 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5123 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5124 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5125 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5126 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5127 (ediff-get-selected-buffers): New function.
5128 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5129 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5130 Use save-window-excursion.
0467b076 5131 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5132 termination check in while loop.
0467b076 5133 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5134 dired buffer.
0467b076
EZ
5135 (ediff-files,ediff-merge-files,ediff-files3)
5136 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5137
4f490d99
DL
51382000-10-28 Dave Love <fx@gnu.org>
5139
5140 * info.el (Info-fontify-node): Add help-echo for menu items.
5141
45b84006
EZ
51422000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5143
5ebc02b3
EZ
5144 * startup.el (normal-top-level): If the value of $TERM indicates
5145 we are running from xterm or one of its work-alikes, default to a
5146 light background mode.
5147
45b84006
EZ
5148 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5149 * faces.el (tty-handle-reverse-video): New function.
5150 (tty-create-frame-with-faces): Call it.
5151
5152 * frame.el (frame-notice-user-settings): Don't apply
5153 default-frame-alist and initial-frame-alist to MS-DOS frames.
5154 Call tty-handle-reverse-video, frame-set-background-mode, and
5155 face-set-after-frame-default for non-MS-DOS frames.
5156
5157 * startup.el (tty-long-option-alist): New variable.
5158 (tty-handle-args): New function.
5159 (command-line): Call tty-handle-args.
5160
5161 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5162 startup.el now does that for all character-terminal frames.
5163
eab6e8b9
MB
51642000-10-28 Miles Bader <miles@gnu.org>
5165
83c9cb8e
SM
5166 * emacs-lisp/easy-mmode.el (define-minor-mode):
5167 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5168 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5169 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5170 version using `easy-mmode-define-global-mode'.
5171 Add :conditional-turn-on keyword argument.
eab6e8b9 5172
51a29efc
DL
51732000-10-28 Dave Love <fx@gnu.org>
5174
83c9cb8e
SM
5175 * international/latin1-disp.el (latin1-char-displayable-p):
5176 Don't use window-system.
51a29efc 5177
d71d7114
EZ
51782000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5179
5180 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5181 Don't call find-buffer-file-type-coding-system. Instead, just
5182 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5183 if the file is on an untranslated filesystem.
5184 (add-untranslated-filesystem): Use "D" instead of "f" inside
5185 interactive.
5186
1f9cab4b
DL
51872000-10-27 Dave Love <fx@gnu.org>
5188
70c825df 5189 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5190 (refill-mode): Use it.
5191
70c825df
SM
51922000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5193
5194 * international/quail.el (quail-activate): Don't make-local-hook.
5195
7432cf10
AS
51962000-10-27 Andre Spiegel <spiegel@gnu.org>
5197
4836835a 5198 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5199 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5200 (vc-make-version-backup): Don't do it on MS-DOS without long file
5201 names.
4836835a 5202
7432cf10
AS
5203 * vc.el (vc-version-other-window): If an automatic backup of the
5204 desired version exists, rename it instead of copying it.
5205
4836835a
TTN
5206 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5207 after command. If there's an unexpected error, signal it instead
7432cf10 5208 of being silent.
e1483c38 5209 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5210
05ea7ef2
MB
52112000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5212
fd1035aa
MB
5213 * shell.el (shell): Add BUFFER argument.
5214 * comint.el (make-comint-in-buffer): New function.
5215 (make-comint): Use it.
5216
05ea7ef2
MB
5217 * faces.el (face-spec-choose): Change syntax so that the list of
5218 attribute-value pairs is now the cdr of each clause, not the cadr.
5219 Detect old-style entries, and handle them. Use pop.
5220
835a55fe
SM
52212000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5222
f5ab1cdd
SM
5223 * cus-edit.el (custom-mode-map): Use a sparse map.
5224 (custom-mode): Don't bother with make-local-hook.
5225
5226 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5227
835a55fe
SM
5228 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5229
c13b0ec8
GM
52302000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5231
5232 * ps-print.el: Avoid compilation gripes.
5233 (ps-print-version): New version number (6.2.1).
4836835a 5234
e9f63196
DL
52352000-10-26 Dave Love <fx@gnu.org>
5236
0b95284b
DL
5237 * menu-bar.el: Modify some menu item help strings.
5238 (menu-bar-help-menu): Add link to MORE.STUFF.
5239
e9f63196
DL
5240 * cus-edit.el (custom-mode): Add `special' mode-class property.
5241
5242 * wid-browse.el (widget-browse-mode): Likewise.
5243
5244 * wid-edit.el (widget-specify-field): Revert to using local-map
5245 property, not keymap.
5246
e276a14a
MB
52472000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5248
c1545d88
MB
5249 * wid-edit.el (widget-field-end): When checking for a `boundary'
5250 field, do so in the correct buffer.
5251
3c1b77ca
MB
5252 * simple.el (undo): Correctly distinguish between numeric and
5253 non-numeric prefix args in non-transient-mark-mode, as per the doc
5254 string. When in transient-mark-mode, treat all prefix-args as
5255 numeric.
5256
f5ab1cdd
SM
5257 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5258 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5259
5260 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5261 (comint-mode-map): Reverse order of `comint-write-output' and
5262 `comint-append-output-to-file'.
5263 (comint-append-output-to-file): Reinstate this function, for the
5264 benefit of the menu.
5265
d97151cb
SM
52662000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5267
5268 * vc.el (vc-version-other-window): Bind `file'.
5269
ea7d6f5b
GM
52702000-10-25 Gerd Moellmann <gerd@gnu.org>
5271
f5ab1cdd 5272 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5273
5274 * emacs-lisp/authors.el (batch-update-authors): New function.
5275 (authors-fixed-entries): New defconst.
5276 (authors-add-fixed-entries): New function.
5277 (authors): Call it.: Don't process lispref/.
5278
17c25cea
JR
52792000-10-25 Jason Rumney <jasonr@gnu.org>
5280
5281 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5282 Merge x w32 and mac definitions.
5283
4ecda532
GM
52842000-10-25 Gerd Moellmann <gerd@gnu.org>
5285
5286 * menu-bar.el (menu-bar-options-menu): Add a help string for
5287 `uniquify'.
5288
b6735035
GM
52892000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5290
f5ab1cdd
SM
5291 * time-stamp.el (time-stamp-string-preprocess):
5292 Fix a wrong type argument error.
b6735035 5293
f4cbc7a0
MB
52942000-10-25 Miles Bader <miles@gnu.org>
5295
5296 * recentf.el (recentf-mode): Variable removed.
5297 (recentf-mode): Use `define-minor-mode'.
5298
5299 * mwheel.el (mouse-wheel-mode): New global minor mode.
5300 (mwheel-install): Use `mouse-wheel-mode'.
5301
f4b020f6
DL
53022000-10-25 Dave Love <fx@gnu.org>
5303
f5ab1cdd
SM
5304 * progmodes/cperl-mode.el (cperl-mode):
5305 Set normal-auto-fill-function correctly.
072cb6f9 5306
83c9cb8e
SM
5307 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5308 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5309 bindings.
f4b020f6 5310
ebe2a441
MB
53112000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5312
ff4dcd4b
MB
5313 * wid-edit.el (widget-field-at): New function.
5314 (widget-at, widget-field-activate): Use it.
5315 (widget-tabable-at): Use `widget-at'.
5316 (widget-specify-field): If the terminating character of the widget
5317 field (which is read-only) is a newline, put it into a special
5318 `boundary' field so that C-n/C-p act more naturally.
5319 (widget-field-end): Also don't subtract one if a special
5320 `boundary' field has been added after the widget field.
5321
83c9cb8e
SM
5322 * comint.el (comint-output-filter, comint-send-input):
5323 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5324 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5325
ebe2a441
MB
5326 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5327 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5328 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5329
fe50b6ab
GM
53302000-10-24 Gerd Moellmann <gerd@gnu.org>
5331
53df4dda 5332 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5333 (authors): Set file coding system to iso-2022-7bit.
5334 Add file-local variables to output buffer.
53df4dda 5335
4836835a 5336 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5337 WARN is nil.
5338
53df4dda
GM
53392000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5340
5341 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5342
5343 * delim-col.el: Now there is a column formatting mechanism.
5344 Modified to customization mechanisms convention. Doc fix.
5345 (columns): New group for delim-col.
5346 (delimit-columns-before, delimit-columns-after)
5347 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5348 (delimit-columns-end): New vars.
5349 (delimit-columns-customize, delimit-columns-format): New funs.
5350 (delimit-columns-region, delimit-columns-rectangle)
5351 (delimit-columns-rectangle-line): Modified to support column
5352 formatting.
4836835a 5353
a9839779
DL
53542000-10-24 Dave Love <fx@gnu.org>
5355
5356 * log-edit.el (log-edit): Add :version and a :group for vc.
5357
df0267b8
GM
53582000-10-24 Gerd Moellmann <gerd@gnu.org>
5359
9acc3873
GM
5360 * files.el (after-find-file): Don't print a message ``New file''
5361 if WARN is nil.
5362
83c9cb8e
SM
5363 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5364 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5365 get duplicate tool-bar entries because we'll see the global ones
5366 on more than one path through keymaps.
5367
1946f901
GM
5368 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5369
df0267b8
GM
5370 * progmodes/cmacexp.el: Change Francesco's email address.
5371
ae3b264b
KH
53722000-10-24 Kenichi Handa <handa@etl.go.jp>
5373
5374 * window.el (fit-window-to-buffer): Adjust point of the window
5375 buffer, not that of the current buffer.
5376
23afac01
EZ
53772000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5378
5379 * progmodes/cmacexp.el: Update the euthor's email address.
5380
22d1a4ed
MB
53812000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5382
5383 * faces.el (face-spec-set-match-display): Add `graphic' display
5384 type (the inverse of `tty'). Use `display-graphic-p' instead of
5385 the window-system variable.
5386
f408aa48
KH
53872000-10-24 Kenichi Handa <handa@etl.go.jp>
5388
83c9cb8e
SM
5389 * international/isearch-x.el (isearch-with-input-method):
5390 Call input-method-function with the first event in
f408aa48
KH
5391 unread-command-events.
5392
94fe8a31
MB
53932000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5394
83c9cb8e 5395 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5396
8f47302e
AC
53972000-10-24 Andrew Choi <akochoi@i-cable.com>
5398
5399 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5400 New charsets.
5401
5402 * term/mac-win.el: Remove definitions of mac-roman-lower and
5403 mac-roman-upper, require dired, and define instead of set
5404 mac-ready-for-drag-n-drop to avoid compilation error.
5405
446c097e
AI
54062000-10-23 Andrew Innes <andrewi@gnu.org>
5407
83c9cb8e
SM
5408 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5409 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5410 expand-file-name after convert-standard-filename to ensure
5411 expected directory separators are used.
5412
379b70e7
EZ
54132000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5414
5415 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5416
85c766e9
DL
54172000-10-23 Dave Love <fx@gnu.org>
5418
b7e03a67
DL
5419 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5420 (tool-bar-add-item): Set foreground and background for XBM icons.
5421
83c9cb8e
SM
5422 * international/latin1-disp.el (latin1-char-displayable-p):
5423 New function (from Handa).
b7e03a67
DL
5424 (latin1-display-check-font): Use it.
5425
0dcf8835 5426 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5427 using :key-sequence, making it much more usable.
5428 Use nconc, not append.
0dcf8835
DL
5429 (imenu--create-keymap-1): Avoid append.
5430
85c766e9 5431 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5432
cb3069bb
MB
54332000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5434
5435 [the following changes fix a bug where `define-minor-mode' didn't
5436 correctly generate :require clauses for defcustoms in compiled files]
5437 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5438 (byte-compile-log-file, byte-compile-log-1): Don't set
5439 `byte-compile-current-file' to nil. Instead set
5440 `byte-compile-last-logged-file' to it. Test whether
5441 byte-compile-current-file equals byte-compile-last-logged-file
5442 instead of whether its nil.
3b6542ba 5443 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5444
6db6243b
SM
54452000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5446
5447 * textmodes/refill.el: Fix var names in doc.
5448 (refill-mode): Don't bother with make-local-hook anymore.
5449
98490598
MB
54502000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5451
e01cd227
MB
5452 * faces.el (face-user-default-spec, face-default-spec): New functions.
5453 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5454 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5455 Use `face-user-default-spec'. Simplify code slightly.
5456
4836835a 5457 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5458 (woman-unknown-face): Add dark-background variants.
5459 (woman-default-faces): Renamed from `woman-colour-faces'.
5460 Set using the stored defaults, rather than using hard-wired colors.
5461 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5462 Just make the foreground `unspecified' rather than "black".
5463 (woman-menu): Rename menu entries accordingly.
5464
98490598
MB
5465 * faces.el (header-line): Make more reasonable on mono/grayscale
5466 displays.
5467
1a578e9b
AC
54682000-10-23 Andrew Choi <akochoi@i-cable.com>
5469
5470 * cus-edit.el (custom-button-face): Use 3D look for mac.
5471 (custom-button-pressed-face): Likewise.
5472
5473 * faces.el (set-face-attributes-from-resources): Handle mac frames
5474 in the same way as x and w32 frames.
5475 (face-valid-attribute-values): Likewise.
5476 (read-face-attribute): Likewise.
5477 (defined-colors): Likewise.
5478 (color-defined-p): Likewise.
5479 (color-values): Likewise.
5480 (display-grayscale-p): Likewise.
5481 (face-set-after-frame-default): Likewise.
5482 (mode-line): Same default face as for x and w32.
5483 (tool-bar): Likewise.
5484
5485 * frame.el: Remove call to frame-notice-user-settings at end of
5486 the file.
5487
83c9cb8e 5488 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5489 as for x, pc, and w32 frame types.
5490
5491 * term/mac-win.el: New file.
5492
aaaf7be7
DL
54932000-10-22 Dave Love <fx@gnu.org>
5494
5495 * textmodes/refill.el: New file.
5496
5392d654
AS
54972000-10-22 Andre Spiegel <spiegel@gnu.org>
5498
4836835a 5499 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5500 MANUAL and REGEXP.
4836835a 5501 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5502 New functions.
5503 (vc-before-save): Use the latter.
5504 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5505 confusion.
5506
4836835a 5507 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5508 expected by vc[-hooks].el.
5509
5510 * vc.el (vc-checkout): Added `-p' suffix in call to
5511 vc-make-version-backups-p; use vc-make-version-backup to actually
5512 make the backup.
5513 (vc-version-other-window, vc-version-backup-file): Handle both
5514 automatic and manual backups.
5515 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5516 of all of them.
5517
1e221c16
MB
55182000-10-22 Miles Bader <miles@gnu.org>
5519
7ff4fda5
MB
5520 * comint.el (comint-highlight-input, comint-highlight-prompt):
5521 Renamed, `-face' at end removed.
5522 (comint-send-input, comint-output-filter): Use renamed faces.
5523
3511cde8
MB
5524 * window.el (fit-window-to-buffer): Change defaulting of
5525 MAX-HEIGHT slightly.
5526
1e221c16
MB
5527 * faces.el (color-values, color-defined-p): Use `member', not
5528 `memq', because it works correctly for strings.
5529 (frame-set-background-mode): Actually, "unspecified-fg" and
5530 "unspecified-bg" *are* strings. Use `member', not `memq', and
5531 `equal', not `eq', when a string value is possible.
5532
b6ef4898
EZ
55332000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5534
5535 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5536
34939e2c
SM
55372000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5538
5539 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5540 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5541 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5542 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5543 (sh-font-lock-syntactic-keywords): Use them.
5544 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5545 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5546 (sh-mode): Don't override font-lock-unfontify-region-function.
5547 Use a copy of sh-font-lock-syntactic-keywords.
5548 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5549 Don't call sh-scan-buffer since font-lock does it on the fly.
5550 (sh-get-indent-info): Use `face' rather than `syntax-table'
5551 text-property to detect here-documents.
5552 Replace sh-special-syntax with sh-st-punc.
5553 (sh-prev-line): Use `face' rather than `syntax-table'
5554 text-property to skip over here-documents.
5555 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5556 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5557 (sh-electric-less, sh-set-here-doc-region)
4836835a 5558 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5559 (sh-scan-buffer, sh-rescan-buffer): Remove.
5560
f3d3c491
AI
55612000-10-21 Andrew Innes <andrewi@gnu.org>
5562
5563 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5564 remote (ange-ftp) file names.
5565
b86c791c
MB
55662000-10-21 Miles Bader <miles@gnu.org>
5567
d9c30bdf
MB
5568 * window.el (fit-window-to-buffer): New function.
5569 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5570 (window-text-height): Don't expect minibuffers to have mode-lines.
5571
d9c30bdf 5572 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5573 * international/quail.el (quail-update-guidance):
5574 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5575
617fee5a
MB
5576 * international/quail.el (quail-show-guidance-buf): Make sure
5577 guidance window really has enough room.
5578 (quail-update-guidance): If quail-guidance-win is already shown,
5579 make sure its height is OK.
5580
b86c791c
MB
5581 * window.el (window-text-height, set-window-text-height):
5582 New functions.
5583 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5584 instead of `window-height' & `mode-line-window-height-fudge'.
5585 (mode-line-window-height-fudge): Add FACE parameter.
5586 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5587 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5588
e34850d1
MB
55892000-10-20 Miles Bader <miles@gnu.org>
5590
5591 * window.el (height-affecting-face-attributes): Use `defconst'.
5592
5593 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5594 New function, conditionally aliased to `mode-line-window-height-fudge'.
5595 (ispell-help): Use it.
5596 (ispell-choices-win-default-height): Don't include mode-line fudge.
5597 (ispell-choices-win-default-height): New function.
5598 (ispell-show-choices, ispell-command-loop): Use function
5599 `ispell-choices-win-default-height' instead of variable.
5600
a8b883c2
MB
56012000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5602
8c6e4a58
MB
5603 * window.el (mode-line-window-height-fudge): New variable.
5604 (height-affecting-face-attributes): New variable.
5605 (mode-line-window-height-fudge): New function.
5606 (shrink-window-if-larger-than-buffer): Use it.
5607 * help.el (resize-temp-buffer-window): Likewise.
5608
a8b883c2
MB
5609 * info.el (Info-fontify-node): Add support for @subsubsection
5610 titles, which use `Info-title-4-face'.
5611 (Info-title-4-face): New face.
5612 (Info-title-3-face): Inherit from Info-title-4-face instead of
5613 variable-pitch.
5614
e64c3a75
JR
56152000-10-19 Jason Rumney <jasonr@gnu.org>
5616
5617 * dired.el (dired-insert-directory): Do not let errors signalled by
5618 attempt to run dired-free-space-program prevent dired from working.
5619
c70fe852
SM
56202000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5621
5622 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5623
877cf6b4
GM
56242000-10-19 Gerd Moellmann <gerd@gnu.org>
5625
5de037e0
GM
5626 * dirtrack.el (dirtrack): Fix call to run-hooks.
5627
6deb9af9
GM
5628 * cmuscheme.el (cmuscheme-program-name): Renamed from
5629 scheme-program-name because xscheme.el contains a defcustom with
5630 the same name. As a consequence, customizing group `cmuscheme'
5631 loaded `xscheme' which redefined run-scheme.
5632 (run-scheme): Use cmuscheme-program-name.
5633
83c9cb8e 5634 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5635
e597d8fb 5636 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5637 anonymous address, and add a website for Befrienders International.
4836835a 5638
3e9cb08f
GM
56392000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5640
c70fe852
SM
5641 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5642 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5643 (ps-print-version): New version number (6.2).
5644 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5645 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5646 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5647 (ps-x-extent-priority, ps-x-extent-start-position)
5648 (ps-x-face-font-instance, ps-x-find-coding-system)
5649 (ps-x-font-instance-properties, ps-x-make-color-instance)
5650 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5651 avoid compilation gripes without defining functions.
5652 (ps-e-find-composition): Alias for function find-composition, to have a
5653 suitable function depending on Emacs version.
5654 (ps-color-device, ps-color-values, ps-face-foreground-name)
5655 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5656 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5657 (ps-print-ensure-fontified): Function definitions surrounded by
5658 `eval-and-compile' to avoid compilation gripes.
5659 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5660 by symbol-value to avoid compilation gripes.
5661 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5662 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5663
d8abcd91
MB
56642000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5665
13ab33c4
MB
5666 * startup.el (normal-top-level): Call `frame-set-background-mode'
5667 after `frame-notice-user-settings' because the latter doesn't call
5668 the former on a tty.
5669
d8abcd91
MB
5670 * faces.el (frame-set-background-mode): `unspecified' &c are
5671 symbols, not strings.
5672
e8bce0a9
EZ
56732000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5674
c70fe852
SM
5675 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5676 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5677
c70fe852
SM
5678 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5679 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5680
773272d8
KH
56812000-10-19 Kenichi Handa <handa@etl.go.jp>
5682
c70fe852 5683 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5684 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5685 for ISO10646-1 fonts.
5686 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5687
772139c0
EZ
56882000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5689
5690 * faces.el (frame-set-background-mode): If a tty frame defines a
5691 background color, use that to compute the background mode, instead
5692 of always defaulting to "dark".
5693
d134a19f
MB
56942000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5695
8bb84cb2
MB
5696 * comint.el (comint-write-output): New function.
5697 (comint-mode-map): Add it to the menu.
e40a778f 5698 Bind `C-c C-s' to comint-write-output.
d134a19f 5699
dada41e1
GM
57002000-10-18 Gerd Moellmann <gerd@gnu.org>
5701
5702 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5703 Use fancy-splash-delay.
5704
9b5360aa
GM
57052000-10-18 Alex Schroeder <alex@gnu.org>
5706
5707 * progmodes/sql.el (sql-sybase-options): New option.
5708 (sql-sybase): Use it. Add sql-database to the list of parameters
5709 provided for login. The options -w 2048 -n are not used any more.
5710
9035a35a
GM
5711 * comint.el (comint-read-input-ring): Bugfix such that the first
5712 and the last entry of the input ring file are not lost.
5713
3556c6dd
GM
57142000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5715
5716 * ps-print.el: Internal variable changes to defcustom,
5717 make-local-hook changes to defvar. Doc fix.
5718 (ps-print-version): New version number (6.1).
5719 (ps-setup, ps-do-despool): Code fix.
5720 (ps-printer-name): Customization fix.
5721 (ps-printer-name-option): Now is a defcustom instead of an
5722 internal variable.
5723 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5724 (ps-print-begin-column-hook): Now are defvar instead of
5725 make-local-hook.
4836835a 5726
4e217e50
MB
57272000-10-18 Miles Bader <miles@gnu.org>
5728
5729 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5730 (comint-kill-output): Changed into an alias for `comint-delete-output',
5731 and made obsolete.
5732 (comint-mode-map): Rename references to comint-kill-output.
5733
34460354
EZ
57342000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5735
5736 * diff-mode.el (diff-header-face, diff-file-header-face)
5737 (diff-changed-face): Add bold and italic attributes to tty faces.
5738 (diff-function-face): New face.
5739 (diff-font-lock-keywords): Use it.
5740
17ea3cdb
MB
57412000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5742
5743 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5744 Remove commented-out call to force-mode-line-update.
5745 (comint-kill-output): Use `forward-line 0' instead of
5746 beginning-of-line to make sure we get past the prompt.
5747
9244f2c7
SM
57482000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5749
5750 * diff-mode.el (diff-header-face, diff-file-header-face):
5751 Add specific setting for dark background.
5752 (diff-context-face): Renamed from diff-comment-face.
5753 Set explicitly rather than inheriting from font-lock-comment-face.
5754
1592c1ef
EZ
57552000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5756
5757 * startup.el (command-line): Move the code which sets the default
5758 TTY colors to before before-init-hook.
5759
f86292a9
GM
57602000-10-17 Gerd Moellmann <gerd@gnu.org>
5761
5762 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5763
f7f2e883
EZ
57642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5765
e854cc22
EZ
5766 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5767 extensions, for MS-DOS.
5768
f7f2e883
EZ
5769 * diff-mode.el (diff-header-face, diff-file-header-face)
5770 (diff-changed-face): Define tty-specific colors.
5771
c7b4f0f9
GM
57722000-10-17 Gerd Moellmann <gerd@gnu.org>
5773
5774 * startup.el (fancy-splash-text): Realign the text.
5775
12a72271
EZ
57762000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5777
5778 * font-lock.el (font-lock-comment-face): Define a separate default
5779 for dark-background tty's.
5780
61dfccfd
MB
57812000-10-17 Miles Bader <miles@gnu.org>
5782
5783 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5784 being obscured by whizzy mode-lines on graphics displays.
5785
333cd59e
EZ
57862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * info.el (Info-title-1-face, Info-title-2-face)
5789 (Info-title-3-face): Define colors for tty's.
dada41e1 5790 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5791
dbf1fcc1
EZ
57922000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5793
5794 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5795 reverse from the frame parameters, and don't invert foreground and
5796 background colors.
5797
ac629823
MB
57982000-10-16 Miles Bader <miles@gnu.org>
5799
5800 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5801 string "*Info*". Call propertized-buffer-identification to spruce
5802 up the result.
5803
76eebffc
GM
58042000-10-16 Gerd Moellmann <gerd@gnu.org>
5805
3a6b59d9
GM
5806 * help.el: Provide `help' for the sake of define-minor-mode
5807 which generates defcustoms with requires.
5808
6569c3d3
GM
5809 * jit-lock.el (jit-lock-after-change): If we're in text that
5810 matches a multi-line font-lock pattern, make sure the whole text
5811 will be redisplayed.
5812
c2e0a611
GM
5813 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5814 author's name is unknown.
5815
76eebffc
GM
5816 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5817 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5818 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5819 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5820 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5821 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5822 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5823 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5824 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5825 Add author information.
5826
cf1e7b12
MB
58272000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5828
5829 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5830 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5831 full-color version (using the Gimp) to eliminate dithering artifacts.
5832
5586f3eb
SM
58332000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5834
5835 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5836
5837 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5838
ad64a888
DL
58392000-10-15 Dave Love <fx@gnu.org>
5840
83c9cb8e 5841 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
5842
5843 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5844
5845 * whitespace.el: Doc fixes.
5846 (top-level): Don't add hooks here.
5847 (whitespace-running-emacs): Deleted.
5848 (timer): Don't require.
5849 (whitespace): Add back :version conditional on xemacs test.
5850 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5851 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5852 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5853 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5854 Avoid specific xemacs test.
5855 (whitespace-global-mode): New option.
5856 (whitespace-global-mode): New command.
5857 (whitespace-unload-hook): New function.
5858
5859 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5860 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5861 (Info-fontify-node): `Goto' goes to `Go to'.
5862 (Info-fontify-node): Add help-echo to xref links.
5863
1ef49fc6
EZ
58642000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5865
5866 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5867
8b7707e1
SM
58682000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5869
b3b7f42f
SM
5870 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5871 Use plist-get and allow :inherit.
5872
5873 * emacs-lisp/cl-macs.el (cl-do-arglist):
5874 Use plist-get and plist-member instead of memq.
5875
3c7fafc7
SM
5876 * emacs-lisp/ewoc.el (ewoc-location): New function.
5877 (ewoc-enter-after, ewoc-enter-before): Document return value.
5878 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5879 Don't need make-local-hook any more.
5880 (cvs-addto-collection): Return the new tin.
5881 (cvs-mode-insert): Jump to the new line.
5882
8b7707e1
SM
5883 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5884
5885 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5886
5887 * font-lock.el (font-lock-syntactically-fontified): New var.
5888 (font-lock-fontify-syntactic-keywords-region): Use it.
5889 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5890
5891 * diff-mode.el (diff-find-file-name): Fix regexp.
5892
5893 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5894 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5895
5896 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5897 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5898 (sh-mode): Don't make all vars local here.
5899 (sh-kw): Reformat.
5900 (sh-set-shell): Use dolist. Don't set indent-region-function.
5901 (sh-mode-syntax-table): Use pop.
5902 (sh-remember-variable): Use push.
5903 (sh-help-string-for-variable): Use memq.
5904 (sh-safe-backward-sexp): Remove.
5905 (sh-safe-forward-sexp): Add ARG.
5906 (sh-get-indent-info, sh-prev-stmt): Use it.
5907 (sh-prev-line): Simplify by using forward-comment.
5908 (sh-this-is-a-continuation): Simplify.
5909 (sh-learn-buffer-indent): Use dolist.
5910 (sh-do-nothing): Remove.
5911 (sh-set-char-syntax, sh-set-here-doc-region):
5912 Use inhibit-modification-hooks.
5913 (sh-name-style): Use mapcar and push.
5914 (sh-load-style): Use dolist.
5915 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5916 (sh-case, sh-while-getopts): Use propertize directly rather
5917 than sh-electric-rparen.
5918
59192000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5920
5921 * textmodes/tex-mode.el: Require CL when compiling.
5922 (tex-mode-syntax-table): Init immediately.
5923 (tex-mode-map): Bind M-RET to latex-insert-item.
5924 (latex-mode): Set indent-line-function to latex-indent.
5925 (tex-common-initialization): Don't setup the syntax-table any more.
5926 (latex-insert-item): New skeleton.
5927 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5928 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5929 (latex-indent, latex-find-indent): New functions.
4836835a 5930 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5931 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5932 (tex-compilation-parse-errors): Use with-syntax-table.
5933
86b7fcbb
MB
59342000-10-15 Miles Bader <miles@gnu.org>
5935
5936 * font-lock.el (font-lock-comment-face): Change dark-background,
5937 color, non-tty, default to `chocolate1'.
5938
57a24508
JW
59392000-10-13 John Wiegley <johnw@gnu.org>
5940
5941 * eshell/esh-util.el (require): Added a missing `require' form,
5942 needed when compiling (for an ange-ftp macro definition).
5943
40ad3db4
DL
59442000-10-13 Dave Love <fx@gnu.org>
5945
5946 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5947
db460189
GM
59482000-10-13 Gerd Moellmann <gerd@gnu.org>
5949
83c9cb8e 5950 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 5951
4836835a 5952 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5953 transparent -colors 8).
5954
3b5e21df
GM
59552000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5956
5957 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5958 that breaks with old list format timestamps.
5959 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 5960 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 5961
16908a3f
JW
59622000-10-13 John Wiegley <johnw@gnu.org>
5963
d7103dda
JW
5964 * align.el, pcomplete.el, calendar/timeclock.el,
5965 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5966
dace60cf 5967 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5968 faulty math, where holiday hours were being computing as seconds.
5969
b6b70cda
JW
59702000-10-13 John Wiegley <johnw@gnu.org>
5971
5972 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
5973 specifying what "other" kinds of buffers should be saved.
5974 This used to be hard-coded.
b6b70cda
JW
5975 (desktop-buffer-misc-functions): A global for specifying how
5976 auxiliary data should be determined for special buffer types.
5977 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5978 instead of hard-coding the special buffer types.
5979 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5980 auxiliary data, instead of hard-coding for Info buffers and dired.
5981 (desktop-buffer-info-misc-data): Aux function for determining Info
5982 buffer auxiliary info.
5983 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5984 (desktop-buffer-info): Changed this function to use the info
5985 gathered above.
5986 (desktop-create-buffer): Be a little more careful about what
5987 `minor-mode' means before calling it. This is important for some
5988 buffer types.
5989
8c6b1d83
JW
59902000-10-13 John Wiegley <johnw@gnu.org>
5991
5992 * eshell/esh-util.el: Added a global form which declares an
5993 autoload for `parse-time-string', if that function is not already
5994 defined, and if parse-time.el is available on the user's system.
5995
5996 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5997 to be aware of ange-ftp user info.
83c9cb8e 5998 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
5999 (eshell-ls-annotate): Use `eshell-file-attributes'.
6000 (eshell-ls-file): Made the user-id printing code a bit smarter.
6001
6002 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6003 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6004 It's manual, but there's no other way to know when the current user
6005 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6006 (fboundp): Bind `ange-cache'.
6007 (eshell-directory-files-and-attributes): Re-organized the logic a
6008 bit to use `eshell-file-attributes' instead of `file-attributes'.
6009 The former is more sensitive to directories that are read via FTP,
6010 and knows how to use ange-ftp to determine full attribute
6011 information, instead of just the name and last modtime.
6012 (eshell-current-ange-uids): Return the current user id when in a
6013 remote directory.
6014 (eshell-parse-ange-ls): Parse a full directory listing that has
6015 been returned by ange-ftp.
6016 (eshell-file-attributes): This beefed up version of
6017 `file-attributes' is only special if the user is currently in a
6018 remote directory, in which case it does a lot of work to find out
6019 what the real attributes of a file are, as they appear on the
6020 remote machine. This makes usage of remote directories (i.e.,
6021 ange-ftp pathnames) much more useful. You can now use Eshell as a
6022 full-fledged FTP client, with much more manipulation ability than
6023 most other clients.
6024
6025 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6026 variable, which means that Eshell's du should always be preferred
6027 in remote directories.
6028 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6029 just `file-attributes'.
6030 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6031 when reading remote directories. This is an Eshell-specific
6032 variable (not part of ange-ftp).
6033 (eshell/ln): Bind `ange-cache'.
6034 (eshell/du): Added some extra logic for determining when to use
6035 Eshell's du (which is slow), and when to use the external version
6036 (which may or may not exist).
6037
83c9cb8e
SM
6038 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6039 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6040 `get-buffer-process', since backgrounded processes don't count in
6041 the context of this function's logic.
6042
6043 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6044 `forward-char', so that null strings are parsed correctly.
6045
87730e84 60462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6047
83c9cb8e
SM
6048 * eshell/em-pred.el (eshell-pred-file-type)
6049 (eshell-pred-file-links, eshell-pred-file-size):
6050 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6051
6052 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6053 that remote file globbing is more efficient.
6054
6055 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6056 gathering the files and attributes within a directory.
6057
6058 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6059 the command line is a special file (not a regular file, directory
6060 or symlink), always attempt to call the external version of cat.
6061
87730e84 60622000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6063
6064 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6065 Eshell-friendly version of find-tag.
6066
1c7e37a9
MB
60672000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6068
4836835a 6069 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6070 (image-file-name-regexps): Add autoload cookies.
6071
11a7f341
KH
60722000-10-13 Kenichi Handa <handa@etl.go.jp>
6073
6074 * international/mule-cmds.el (select-safe-coding-system): If FROM
6075 is string, show it in *Warning* buffer.
6076
8ddddcb0
EZ
60772000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6078
6079 * startup.el (normal-top-level): Use display-popup-menus-p instead
6080 of window-system.
6081 (command-line): Use display-graphic-p instead of window-system.
6082 (command-line-1): Use display-popup-menus-p and display-mouse-p
6083 instead of window-system.
6084
72200f89
SS
60852000-10-12 Sam Steingold <sds@gnu.org>
6086
6087 * tooltip.el (tooltip-use-echo-area): New user variable.
6088 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6089
8661c643
DL
60902000-10-12 Dave Love <fx@gnu.org>
6091
d0b40dc1
DL
6092 * recentf.el: Maintainer's checkdoc fixes.
6093
83c9cb8e
SM
6094 * startup.el (normal-top-level-add-subdirs-to-load-path):
6095 Use character class, not ASCII when matching file names.
a622451f
DL
6096 (fancy-splash-head): Add trailing slash to URL.
6097 (command-line): Don't require XPM support for toolbar.
6098
8661c643
DL
6099 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6100 (cperl-invalid-face): Revert last change.
6101 (cperl-init-faces): Quote cperl-invalid-face.
6102
ef2ed8ab
KH
61032000-10-12 Kenichi Handa <handa@etl.go.jp>
6104
6105 * startup.el (fancy-splash-text): Remove superfluous quote.
6106
b0da379e
GM
61072000-10-12 Gerd Moellmann <gerd@gnu.org>
6108
dbeb499b
GM
6109 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6110 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6111 (command-line-1): Don't use fancy-splash-pending-command.
6112 (fancy-splash-screens-1): Goto point-min after inserting text.
6113
d861718a
GM
6114 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6115
b0da379e
GM
6116 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6117 instead of shared-lisp-mode-map.
6118
4fb2ad98
MB
61192000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6120
1cb4393e
MB
6121 * faces.el (header-line): Change tty-variant to use underlining.
6122
4fb2ad98
MB
6123 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6124 (isearch-highlight): Restore lazy-isearch face properties at old
6125 position, and suppress them at new position.
6126 (isearch-dehighlight): Restore lazy-isearch face properties.
6127 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6128 over the real isearch overlay, but in that case, don't give it a
6129 face property. Use `push'.
6130
eb991b25
KH
61312000-10-12 Kenichi Handa <handa@etl.go.jp>
6132
6133 * man.el (Man-getpage-in-background): Fix previous change.
6134 Decode the process output only when we are in multibyte mode.
6135
a818c1c0
DL
61362000-10-11 Dave Love <fx@gnu.org>
6137
c990f53a
DL
6138 * info.el (Info-mode-menu): Fix some help.
6139 (info-tool-bar-map): Add entry for Info-last.
6140
a818c1c0
DL
6141 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6142 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6143 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6144 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6145 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6146 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6147 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6148 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6149 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6150 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6151 Reduce colour requirements to 25 overall. (Probably wants
6152 revisiting from the originals to reduce further.)
6153
c1b096cb
EZ
61542000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6155
6156 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6157 buffer-file-coding-system, instead of raw-text.
6158 (dehexlify-buffer): Bind coding-system-for-read to
6159 buffer-file-coding-system, instead of raw-text.
6160
5c8b7eaf
SS
61612000-10-11 Sam Steingold <sds@gnu.org>
6162
83c9cb8e 6163 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6164 `underline' - fixes the bug introduced on 2000-09-21.
6165
2cfbdb7a
DL
61662000-10-11 Dave Love <fx@gnu.org>
6167
83c9cb8e
SM
6168 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6169 Avoid compiler warnings.
2cfbdb7a
DL
6170 (scheme-mode): Doc fix.
6171 (scheme-font-lock-keywords-1): Match `define-syntax'.
6172
61732000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6174
6175 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6176 face specs as well as default ones. Only do anything if the
6177 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6178 (region): Make dark-background `region' face less in-your-face.
4b33f290 6179
690ec649
SS
61802000-10-10 Sam Steingold <sds@gnu.org>
6181
6182 * chistory.el, ielm.el, ledit.el:
6183 * progmodes/inf-lisp.el, progmodes/scheme.el:
6184 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6185
3b95d6bb
SM
61862000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6187
6188 * textmodes/texinfo.el: Update copyright and fix typo.
6189
6190 * desktop.el (desktop-modes-not-to-save): New var.
6191 (desktop-save-buffer-p): Use it.
a30eb617
DL
6192 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6193 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6194
61952000-10-10 Dave Love <fx@gnu.org>
6196
6197 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6198 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6199
6200 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6201 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6202 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6203 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6204 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6205 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6206 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6207 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6208 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6209 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6210 the .xpms; probably need retouching.
6211
62122000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6213
6214 * subr.el (add-to-list): Add optional argument APPEND.
6215 * battery.el (display-battery): Use `add-to-list'.
6216
62172000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6218
83c9cb8e
SM
6219 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6220 properties.
a30eb617
DL
6221 (zone, zone-when-idle, zone-leave-me-alone)
6222 (zone-pgm-whack-chars): Use new symbol properties.
6223
6224 * battery.el (display-battery): Doc spelling fix.
6225
6226 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6227 property.
6228
62292000-10-09 Dave Love <fx@gnu.org>
6230
6231 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6232 has been initialized before calling tool-bar-setup.
6233 (tool-bar-add-item-from-menu): Add autoload cookie.
6234
62352000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6236
6237 * menu-bar.el (send-mail-item-name): New function.
6238 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6239 of mail-user-agent in the menu. Don't display the "Send Mail"
6240 item if mail-user-agent is nil or its value is ignore.
6241 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6242 if read-mail-command is nil or its value is ignore.
6243
6244 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6245
62462000-10-09 Miles Bader <miles@gnu.org>
6247
6248 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6249 Correct image size.
6250 * toolbar/left_arrow.xpm: Correct image size.
6251
6252 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6253 will be done by the definition of `auto-compression-mode' if
6254 necessary. Move code to uninstall existing file-name handler
6255 before definition of `auto-compression-mode'.
6256
6257 * image-file.el (auto-image-file-mode): Move to the end of the
6258 file, because `define-minor-mode' actually calls the mode-function
6259 if the associated variable is non-nil, which requires that all
6260 needed functions be already defined.
6261
6262 * mouse.el (popup-menu): Balance parens.
6263
62642000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6265
6266 * mouse.el (popup-menu): Move the command call outside the loop
6267 so that popup-menu returns whatever the command returns.
6268
6269 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6270 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6271 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6272 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6273
6274 * vc.el (vc-version-diff): diff-switches can be a list.
6275 Use relative filenames for prettier output.
6276
6277 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6278 (vc-post-command-functions): Remove old-VC compatibility code.
6279
6280 * newcomment.el (comment-indent-default): Autoload.
6281
6282 * font-lock.el (font-lock-defaults): Make buffer-local.
6283 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6284 (font-lock-choose-keywords):
6285 Ignore LEVEL unless KEYWORDS is a list of syms.
6286 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6287 Don't wrap regexp-opt things in \(...\) unnecessarily.
6288
6289 * jit-lock.el: Don't require font-lock any more.
6290 (jit-lock-functions): Make buffer-local.
6291 (jit-lock-saved-fontify-buffer-function): Remove.
6292 (jit-lock-mode): Remove autoload cookie.
6293 Remove font-lock specific code.
6294 (jit-lock-unregister): Don't bother handling complex hooks any more.
6295 (jit-lock-refontify): New function.
6296 (jit-lock-fontify-buffer): Use it.
6297 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6298 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6299 Add optional args START and END.
6300 Never call font-lock-fontify-region directly.
6301 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6302
6303 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6304
63052000-10-08 Dave Love <fx@gnu.org>
6306
6307 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6308
6309 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6310
6311 * play/studly.el (studlify-region, studlify-word): Add autoload
6312 cookie.
6313
6314 * play/morse.el (morse-region, unmorse-region): Add autoload
6315 cookie.
6316
6317 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6318 concat.
6319
6320 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6321 insist on symbols starting with word syntax.
6322 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6323 (eval-defun-1): Doc fix.
6324 (indent-sexp): Use nconc to build up indent-stack.
6325
6326 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6327 Gnus with little use.
6328 (mail-setup-hook): Add mail-abbrevs-setup to options.
6329
6330 * recentf.el: Doc fixes.
6331
6332 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6333 Clean up remainder.
6334
6335 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6336 without timezone and (8) with timezone to enforce some whitespace.
6337 Simplify code somewhat.
6338
6339 * options.el (list-options): Doc that you should use customize.
6340
6341 * iswitchb.el (iswitchb-mode): Add :require.
6342
6343 * info.el (Info-goto-node, Info-menu): Doc fix.
6344 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6345 (info-tool-bar-map): New variable.
6346 (Info-mode): Use it.
6347 (Info-edit-map): Define all in defvar.
6348 (speedbar-attached-frame): Avoid compiler warning.
6349
6350 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6351 (global-map): Bind [tool-bar] to a filtered map.
6352 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6353 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6354 Allow PBM icons.
6355 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6356
6357 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6358 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6359 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6360 icons, except up_arrow, which is left-arrow rotated.
6361
6362 * imenu.el (imenu-add-to-menubar): Fix last change.
6363
63642000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6365
6366 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6367 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6368
63692000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6372 typos in doc strings.
6373
6374 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6375 the doc strings how to customize Font Lock faces.
6376
6377 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6378 computing growth when dragging the header line.
6379
63802000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6381
6382 * simple.el (kill-line): Doc fix.
6383
63842000-10-08 Miles Bader <miles@gnu.org>
6385
6386 * faces.el (secondary-selection): Make foreground visible on tty.
6387
6388 * jka-compr.el (auto-compression-mode): Move to the end of the
6389 file, because `define-minor-mode' actually calls the mode-function
6390 if the associated variable is non-nil, which requires that all
6391 needed functions be already defined.
6392 (with-auto-compression-mode): Add autoload cookie.
6393
63942000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * files.el (find-backup-file-name) [ms-dos]: If support for long
6397 file names is not available, behave as if version-control were set
6398 to never.
6399
64002000-10-07 Dave Love <fx@gnu.org>
6401
6402 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6403 (browse-url-gnome-moz): New function.
6404 (browse-url-browser-function): Use it.
6405 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6406
64072000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6408
6409 * indent.el (tab-always-indent): New var.
6410 (indent-for-tab-command): Use it.
6411
6412 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6413 raise an error. This way it can still default to a sane value.
6414
64152000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6416
6417 * startup.el (fancy-splash-screens): Use local rather than global map.
6418 Don't use `update-menu-bindings' any more.
6419 Get rid of assumptions about keymap representation.
6420
64212000-10-06 Dave Love <fx@gnu.org>
6422
6423 * textmodes/fill.el (sentence-end-double-space)
6424 (sentence-end-without-period): Doc fix.
6425 (adaptive-fill-regexp): Purecopy.
6426 (unjustify-current-line): Use line-end-position.
6427 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6428
6429 * net/eudc-vars.el (eudc): Add :version, :link.
6430
6431 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6432
6433 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6434 Fix for define-minor-mode.
6435 (function-at-point): Alias to function-called-at-point.
6436
6437 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6438
6439 * simple.el (backward-word): Doc fix.
6440
6441 * image-file.el (image-file-name-regexp): image-file-regexps ->
6442 image-file-name-regexps.
6443 (image-file-name-extensions): Add pbm.
6444
64452000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6446
6447 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6448 and add filename to the names so that diff-mode can jump to source.
6449
6450 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6451 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6452 (tex-font-lock-keywords-1): Remove.
6453 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6454 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6455 (font-lock-default-fontify-region):
6456 Expand beg..end correctly when just following a multiline region.
6457 (font-lock-fontify-anchored-keywords):
6458 Include the anchor text as part of the multiline.
6459
64602000-10-06 Gerd Moellmann <gerd@gnu.org>
6461
6462 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6463 latter needs the autoloaded define-minor-mode macro during the
6464 bootstrap.
6465
6466 * startup.el (command-line): For now, activate tool-bar-mode only
6467 if XPM images are supported.
6468
6469 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6470 window by dragging a header-line at the top of the frame; that's
6471 confusing because the header-line doesn't move.
6472 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6473 of treating the event as a list. Some cleanup.
6474
64752000-10-06 Miles Bader <miles@gnu.org>
6476
6477 * simple.el (display-message-or-buffer): New function.
6478 (shell-command-on-region): Use `display-message-or-buffer'.
6479
6480 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6481 docstring parts.
6482
6483 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6484 (smbclient-prompt-regexp): Add usage note to doc string.
6485 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6486 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6487 Use add-hook for adding the comint filter function, and only do so
6488 if it's not already in the global hook list.
6489 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6490 to `make-local-variable'.
6491 (nslookup-font-lock-keywords): Remove prompt entry.
6492 (nslookup): Don't set the process-filter.
6493 (finger): Exit the loop correctly when the regexps list runs out.
6494 (ftp, smbclient, smbclient-list-shares):
6495 Set the real major mode immediately, not after execing.
6496 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6497
6498 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6499
65002000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6501
6502 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6503
6504 * which-func.el (which-func-format): Remove spurious space.
6505 (which-func-mode): Don't make it permanent-local.
6506 (which-func-ff-hook): Allow which-func-maxout to be nil.
6507 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6508 (which-func-mode): Simplify.
6509 Use post-command-idle-hook rather than post-command-hook.
6510 Go through all buffers and update their state.
6511 (which-function): Also try add-log-current-defun-function.
6512
6513 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6514 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6515 Update call to with-vc-properties accordingly.
6516 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6517 (vc-revert-buffer): More careful about window selection and deletion.
6518 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6519
6520 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6521 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6522 (cvs-dired-action): Change the default to quickdir.
6523
6524 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6525 if comment-indent-function returns nil.
6526 (comment-indent-default): New function.
6527 (comment-indent-function): Use it and document the new semantics.
6528
6529 * image-file.el: Docstring fixes.
6530
6531 * help.el (help-xref-on-pp): Use match-string.
6532 (describe-variable): New arg BUFFER.
6533 Store the current buffer in the help-xref-stack.
6534 (temp-buffer-resize-mode): Use define-minor-mode.
6535
6536 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6537 consistently with its docstring.
6538 Set jit-lock-first-unfontify-pos in an idempotent way.
6539 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6540
65412000-10-05 Alex Schroeder <alex@gnu.org>
6542
6543 * sql.el (sql-mysql-options): New variable.
6544 (sql-mysql): Use it.
6545
65462000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6547
6548 * image.el (image): New group.
6549
6550 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6551 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6552
65532000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6554
6555 * net/net-utils.el (nslookup-font-lock-keywords)
6556 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6557 Ignore the value of wqindow-system; always define keywords
6558
65592000-10-05 Kenichi Handa <handa@etl.go.jp>
6560
6561 * startup.el (fancy-splash-screens): Remove the code for
6562 debugging; `(trace-to-stderr "EXITTT\n")'.
6563
65642000-10-05 Miles Bader <miles@gnu.org>
6565
6566 * diff-mode.el (diff-goto-source): Update call to
6567 `diff-hunk-status-msg' to reflect new REV variable.
6568
65692000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6570
6571 * progmodes/icon.el (icon-mode):
6572 Don't gratuitously override the default for comment-column.
6573
6574 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6575
6576 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6577 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6578 (jit-lock-functions): New var.
6579 (jit-lock-function-1): Use it if non-nil.
6580 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6581 Set the `fontified' property before doing the fontification to avoid
6582 repeatedly going through the same error.
6583 Don't turn errors into messages.
6584 (jit-lock-register, jit-lock-unregister): New functions.
6585
6586 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6587 Use with-current-buffer.
6588
6589 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6590 Turn comment into docstring.
6591
6592 * apropos.el (apropos-mode): Use define-derived-mode.
6593
65942000-10-04 Gerd Moellmann <gerd@gnu.org>
6595
6596 * startup.el (fancy-splash-pending-command): New variable.
6597 (fancy-splash-pre-command): New function.
6598 (fancy-splash-screens): Rewritten.
6599 (command-line-1): If fancy-splash-pending-command is set, call it
6600 interactively.
6601
66022000-10-04 Dave Love <fx@gnu.org>
6603
6604 * toolbar/tool-bar.el (tool-bar-setup): New function.
6605 (tool-bar-mode): Use it.
6606
6607 * subr.el (substitute-key-definition): Doc fix.
6608 (play-sound-file): New command.
6609
66102000-10-04 Andre Spiegel <spiegel@gnu.org>
6611
6612 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6613 vc-version-backup-file-name): New functions.
6614
6615 * files.el (basic-save-buffer): Call vc-before-save before saving.
6616
6617 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6618 vc-cvs-stay-local-p.
6619
6620 * vc.el (vc-revert-buffer): Handle empty diff properly.
6621 (vc-version-backup-file): New function.
6622 (vc-checkout): Create a version backup if necessary.
6623 (vc-checkin): If a version backup file exists, delete it.
6624 (vc-version-diff): Diff locally using version backups, if available.
6625 (vc-revert-file): If there's a version backup, revert locally.
6626 (vc-transfer-file): Use version backup for base version, if
6627 available. If not, ask for confirmation whether to get it from the
6628 server. Update mode line before check-in.
6629
66302000-10-04 Dave Love <fx@gnu.org>
6631
6632 * toolbar/tool-bar.el (tool-bar-setup): New function.
6633 (tool-bar-mode): Use it.
6634
66352000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6636
6637 * net/net-utils.el (nslookup-font-lock-keywords)
6638 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6639 Only set if window-system is non-nil
6640 (net-utils-run-program): Returns buffer.
6641 (network-connection-reconnect): Added this function.
6642
6643 * generic.el:
6644 Incorporates extensive cleanup and docfixes by
6645 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6646 Uses cl compile-time macros.
6647 (generic-mode-name, generic-comment-list)
6648 (generic-keywords-list, generic-font-lock-expressions)
6649 (generic-mode-function-list, generic-mode-syntax-table):
6650 Removed variables.
6651 (generic-mode-alist): Renamed to generic-mode-list.
6652 (generic-find-file-regexp): Default changed to "^#".
6653 (generic-read-type): Uses completing read on generic-mode-list.
6654 (generic-mode-sanity-check): removed this function.
6655 (generic-add-to-auto-mode): Removed this function
6656 (generic-mode-internal): Bind mode-specific definitions
6657 into function instead of putting them in alist.
6658 (generic-mode-set-comments): Reworked extensively.
6659 (generic-mode-find-file-hook): Simplified regexp searching
6660 (generic-make-keywords-list): Omit extra pair of parens
6661
6662 * find-lisp.el (find-lisp-find-files-internal):
6663 Make sure directory name ends with "/".
6664
6665 * generic-x.el (apache-conf-generic-mode):
6666 Regexp now allows leading whitespace.
6667 (rc-generic-mode): Added eval-when-compile
6668 around generic-make-keywords-list.
6669 Deleted duplicate regexp
6670 (rul-generic-mode): Added eval-when-compile
6671 around generic-make-keywords-list.
6672 (etc-fstab-generic-mode): New generic mode.
6673 (rul-generic-mode): Removed one eval-when-compile
6674 which caused a max-specpdl-size exceeded error.
6675
66762000-10-04 Miles Bader <miles@gnu.org>
6677
6678 * simple.el (minibuffer-temporary-goal-position): New variable.
6679 (next-history-element): Try to keep the position of point in the
6680 input string constant.
6681
6682 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6683 (dired-do-create-files): If there's only one file, pass it in as
6684 the DEFAULT arg to dired-mark-read-file-name.
6685
66862000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6687
6688 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6689 (diff-goto-source): Be smarter when choosing REVERSE or not.
6690
6691 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6692 (texinfo-mode-menu): Add an explicit shortcut for update all.
6693
66942000-10-03 Andre Spiegel <spiegel@gnu.org>
6695
6696 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6697 factorize backend-specific code cleanly (this was essentially
6698 conceived by Stefan Monnier).
6699 (vc-unregister): Function removed.
6700 (vc-revert-file): New function.
6701 (vc-revert-buffer): Delegate some of the work to it.
6702
6703 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6704 default branch unconditionally.
6705 (vc-rcs-set-default-branch): New function.
6706 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6707 (vc-rcs-checkin): If an appropriate default branch has been set,
6708 force creation of that branch.
6709 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6710 code (as suggested by Stefan Monnier).
6711
67122000-10-02 Gerd Moellmann <gerd@gnu.org>
6713
6714 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6715 highlighting overlay with a different face over the overlay
6716 isearch uses to highlight the current match because that can lead
6717 to bad face combinations.
6718
6719 * loadup.el (toplevel): Load faces before isearch.
6720
6721 * isearch.el (isearch-faces): New custom group.
6722 (isearch): New defface; was already tested for in the code.
6723 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6724 (isearch-highlight): Always use face `isearch'.
6725
67262000-10-02 Dave Love <fx@gnu.org>
6727
6728 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6729 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6730 comparison of opcode with operand.
6731
67322000-10-03 Miles Bader <miles@gnu.org>
6733
6734 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6735 buffer, since the echo area will now grow to accommodate them.
6736
67372000-10-02 Andre Spiegel <spiegel@gnu.org>
6738
6739 * vc-hooks.el (vc-registered): If FILE used to be registered under
6740 a certain backend, try that one first.
6741
6742 * vc.el (vc-responsible-backend): Undo the previous change in the
6743 argument list. Handle multiple backends correctly.
6744 (vc-find-new-backend): Function removed.
6745 (vc-register): Use vc-responsible-backend, as before.
6746 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6747
67482000-10-02 Gerd Moellmann <gerd@gnu.org>
6749
6750 * startup.el (fancy-splash-head): Change message below the
6751 logo.
6752
67532000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6754
6755 * diff-mode.el (diff-goto-source): Emit a status message.
6756 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6757 (diff-test-hunk): Fix doc string.
6758 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6759 (diff-advance-after-apply-hunk): New variable.
6760 (diff-apply-hunk): Don't return a value.
6761
67622000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6763
6764 * vc.el (vc-editable-p): Minor optimization.
6765 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6766 (vc-find-new-backend): New function split from vc-responsible-backend.
6767 (vc-register): Use it.
6768 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6769 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6770 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6771 (vc-clear-headers): Don't use find-file.
6772 (vc-revert-buffer): Use `and' again (must have been a braino).
6773 (vc-switch-backend): Only prompt if requested.
6774 Short circuit if nothing is to be done.
6775 Don't use vc-resynch-buffer which could lose unsaved editing.
6776 (vc-default-receive-file): Update call to vc-unregister.
6777 (with-vc-file, vc-next-action-on-file):
6778 Use vc-backend rather than vc-registered.
6779 (vc-next-action-on-file): Use intern-soft.
6780 Deal with read-only *vc-diff* buffer.
6781 (vc-transfer-file): Docstring fix.
6782
6783 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6784 (vc-rcs-receive-file): Avoid with-vc-properties.
6785 Update call to vc-unregister.
6786 Use constant `RCS' rather than (dynamically bound) var `backend'.
6787
67882000-10-01 Andre Spiegel <spiegel@gnu.org>
6789
6790 * vc.el (vc-next-action-on-file): Update mode line only if file
6791 is visited.
6792 (vc-start-entry): New argument initial-contents. Don't visit the file
6793 if it isn't already visited. Brought documentation up-to-date.
6794 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6795 (vc-checkin): New optional arg initial-contents, which is passed to
6796 vc-start-entry.
6797 (vc-finish-logentry): Make sure to bury log buffer only if there
6798 really is one. Call `vc-resynch-buffer' on log-file, not
6799 buffer-file-name.
6800 (vc-default-comment-history, vc-default-wash-log): New functions.
6801 (vc-index-of): Removed.
6802 (vc-transfer-file): Make do without the above.
6803 (vc-default-receive-file): Call comment-history unconditionally. Pass
6804 the resulting string to vc-checkin, instead of inserting it into the
6805 comment ring.
6806
6807 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6808 unconditionally. Use the comments as initial contents of the log
6809 entry buffer. Document the trick to force branch creation with no
6810 changes.
6811
68122000-10-01 Miles Bader <miles@gnu.org>
6813
6814 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6815 `recenter' with an arg to prevent redrawing the display.
6816
68172000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6818
6819 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6820
6821 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6822
6823 * progmodes/c-mode.el (c-mode):
6824 Don't gratuitously override the default for comment-column.
6825
6826 * textmodes/tex-mode.el (latex-metasection-list): New var.
6827 (latex-imenu-create-index): Use it.
6828 Move the regexp construction outside loops (and use push).
6829 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6830 (tex-font-lock-keywords): Moved from font-lock.el.
6831 (tex-comment-indent): Remove.
6832 (tex-common-initialization): Don't set comment-indent-function.
6833 (latex-block-default): New var.
6834 (tex-latex-block): Use it to provide a default choice.
6835 Add any unknown choice to latex-block-names.
6836 Insert [...] after {...}.
6837 (tex-last-unended-begin): Simplify regexp.
6838 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6839 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6840 (latex-mode): Set forward-sexp-function.
6841
6842 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6843 Add regexp for @ignore ... @end ignore.
6844 (texinfo-heading-face): New face.
6845 (texinfo-font-lock-keywords): Use it.
6846 (texinfo-mode-menu): New menu.
6847 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6848 New functions.
6849 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6850 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6851 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6852 Remove declaration.
6853 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6854
6855 * delsel.el (delete-selection-mode): Use define-minor-mode.
6856
6857 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6858
68592000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6860
6861 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6862
68632000-09-30 Gerd Moellmann <gerd@gnu.org>
6864
6865 * replace.el (keep-lines-read-args): New function.
6866 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6867 read arguments interactively. Add parameters RSTART and REND.
6868 Operate on the active region in Transient Mark mode.
6869
6870 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6871
6872 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6873 (authors-obsolete-files-regexps): New variable.
6874 (authors-add): Don't record changes in obsolete files.
6875
68762000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6877
6878 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6879
6880 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6881 (comment-indent): Make sure there's a space between code and comment.
6882 Shift comments left to avoid going past fill-column.
6883
68842000-09-29 Gerd Moellmann <gerd@gnu.org>
6885
6886 * startup.el (startup-echo-area-message): New function.
6887 (display-startup-echo-area-message): Use it.
6888 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6889 (fancy-splash-default-action): New function.
6890 (fancy-splash-screens-1): New function.
6891 (fancy-splash-head): Put a help-echo and a keymap under the image.
6892
68932000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6894
6895 * diff-mode.el (diff-add-log-file-name): Remove.
6896 (diff-mode): Use add-log-buffer-file-name-function.
6897
6898 * add-log.el (find-change-log): New arg BUFFER-FILE.
6899 (add-log-file-name): Obey add-log-file-name-function.
6900 (add-log-buffer-file-name-function): New var.
6901 (add-change-log-entry): Use it.
6902
69032000-09-29 Miles Bader <miles@gnu.org>
6904
6905 * image-file.el (image-file-name-extensions): New variable.
6906 (image-file-name-regexps): Renamed from `image-file-regexps'.
6907 New default value is nil. Call `auto-image-file-mode'.
6908 (image-file-name-regexp): New function.
6909 (auto-image-file-mode): New minor mode.
6910 (insert-image-file): Don't make conditional on the image-file
6911 handler being enabled.
6912 (image-file-handler): Make the call here conditional instead.
6913 (set-image-file-handler-enabled, enable-image-file-handler)
6914 (disable-image-file-handler): Functions removed.
6915
6916 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6917 string.
6918
69192000-09-29 Gerd Moellmann <gerd@gnu.org>
6920
6921 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6922 it's a function from CL.
6923 (latex-imenu-create-index): Replace eval-when-compile with progn
6924 because latex-section-alist is not bound while compiling.
6925
69262000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6927
6928 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6929 (outline-mode): Use define-derived-mode.
6930
6931 * progmodes/perl-mode.el (perl-mode):
6932 * progmodes/awk-mode.el (awk-mode):
6933 * progmodes/asm-mode.el (asm-mode):
6934 Don't gratuitously override the default for comment-column.
6935
6936 * emacs-lisp/lisp.el (lisp-complete-symbol):
6937 Distinguish the let-binding case from the funcall case.
6938 (forward-sexp-function): New variable.
6939 (forward-sexp): Use it.
6940
6941 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6942 (easy-mmode-defmap): Remove the now useless autoload.
6943
6944 * time.el (display-time-mode): Use define-minor-mode.
6945
6946 * subr.el (add-minor-mode): Don't eval NAME.
6947 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6948 Use if rather than cond.
6949
6950 * simple.el (read-expression-map): Define more properly.
6951 (comment-indent-hook): Remove.
6952 (string-to-syntax): Bug fix.
6953
6954 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6955 (cvs-ediff-diff): Fix typo.
6956 (cvs-revert-if-needed): Don't bother preserving read-only.
6957
6958 * paren.el (show-paren-mode): Use define-minor-mode.
6959
6960 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6961 (toggle-auto-compression): Remove.
6962 (jka-compr-build-file-regexp): Remove useless grouping.
6963
6964 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6965 Avoid user-reserved bindings.
6966 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6967 (diff-header-face): Revert to grey85.
6968
6969 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6970
6971 * complete.el (partial-completion-mode) <defcustom>: Remove.
6972 (partial-completion-mode): Use define-minor-mode.
6973 (PC-do-completion): Understand `completion-auto-help = delay'
6974 to mean to popup the completion buffer only the second time.
6975 (PC-include-file-all-completions, PC-include-file-all-completions)
6976 (PC-include-file-all-completions): Don't quote lambda.
6977
6978 * comint.el (comint-mode-hook): Docstring fix.
6979 (comint-mode): Use define-derived-mode.
6980 (comint-mode-map): Remove obsolete comment.
6981 (make-comint): Minor stylistic change.
6982 (comint-insert-clicked-input): Be more careful to find the overlay.
6983 Use this-command-keys rather than hardcoding mouse-2.
6984
6985 * font-lock.el: Replace confusing (,@ with ,
6986 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6987 Don't use regexp-opt-depth. Spice up the regexp for args.
6988 Don't distinguish between cmds that can take an opt arg or not.
6989 Use `append' and `prepend' rather than `keep'.
6990
6991 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6992 (latex-outline-regexp): New var.
6993 (latex-outline-level): New fun.
6994 (latex-section-alist): New var.
6995 (latex-imenu-create-index): Use it. Use `push' as well.
6996 (tex-shell-map): Initialize it properly.
6997 (tex-mode): Minor stylistic change.
6998 (plain-tex-mode): Use define-derived-mode.
6999 (latex-mode): Use define-derived-mode.
7000 Construct the paragraph regexps in a more readable way.
7001 Set the buffer-local outline-{level,regexp} vars.
7002 (slitex-mode): Derive from latex-mode.
7003 (tex-common-initialization): Don't kill-all-vars anymore.
7004 Add setting for comment-add and font-lock-defaults.
7005 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7006 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7007 (tex-start-tex): New arg DIR (and send a chdir command for it).
7008 Also display the shell buffer and save it in tex-last-buffer-texed.
7009 (tex-region): Use expand-file-name rather than concat.
7010 Remove code made useless by changes in tex-start-tex.
7011 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7012
7013 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7014
70152000-09-28 Dave Love <fx@gnu.org>
7016
7017 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7018
70192000-09-28 Gerd Moellmann <gerd@gnu.org>
7020
7021 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7022 `append'.
7023
70242000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7025
7026 * info.el (Info-extract-pointer): Undo last change.
7027 Instead, fix the position of the `bound' arg to re-search-backward.
7028
70292000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7030
7031 * info.el (Info-extract-pointer):
7032 Widen more carefully, to avoid finding pointers in other nodes.
7033 (Info-index): Use push.
7034
70352000-09-27 Gerd Moellmann <gerd@gnu.org>
7036
7037 * frame.el (set-frame-font): Remove call to obsolete function
7038 frame-update-faces.
7039 (set-foreground-color, set-background-color): Likewise for
7040 frame-update-face-colors.
7041
70422000-09-27 Miles Bader <miles@gnu.org>
7043
7044 * image-file.el: New file.
7045
70462000-09-27 Gerd Moellmann <gerd@gnu.org>
7047
7048 * frame.el (frame-notice-user-settings): Don't call
7049 frame-update-faces, which is a no-op now.
7050
7051 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7052 tool-bar-lines.
7053
70542000-09-27 Dave Love <fx@gnu.org>
7055
7056 * mouse.el: Fix last change.
7057
70582000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7059
7060 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7061
70622000-09-22 Kenichi Handa <handa@etl.go.jp>
7063
7064 * international/quail.el (quail-help): The output message is
7065 improved.
7066
70672000-09-26 Dave Love <fx@gnu.org>
7068
7069 * mouse.el (popup-menu): If POSITION is nil, set it using
7070 mouse-position.
7071
70722000-09-25 Sam Steingold <sds@gnu.org>
7073
7074 * net/browse-url.el (browse-url-file-url): Check for null maps.
7075
70762000-09-26 Gerd Moellmann <gerd@gnu.org>
7077
7078 * frame.el (frame-notice-user-settings): Don't add a
7079 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7080
7081 * frame.el (frame-notice-user-settings):
7082 Make tool-bar-mode and default-frame-alist consistent.
7083
7084 * toolbar/tool-bar.el (tool-bar-help): New function.
7085
70862000-09-25 Gerd Moellmann <gerd@gnu.org>
7087
7088 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7089 current-load-list in top-level forms. Else this leaks a cons cell
7090 every time a defun is called.
7091
7092 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7093
70942000-09-25 Dave Love <fx@gnu.org>
7095
7096 * startup.el (fancy-splash-head): Check XPM is available.
7097
7098 * autoinsert.el (auto-insert): Doc fix.
7099 (auto-insert-alist): Following GNU notices, don't say `copyright
7100 _by_'. Use line-beginning-position.
7101 (auto-insert): Check buffer-file-name is non-nil before use.
7102
71032000-09-25 Gerd Moellmann <gerd@gnu.org>
7104
7105 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7106 starting with `@def' or `@multitable', in addition to ones
7107 specified by the user in auto-fill-inhibit-regexp.
7108
71092000-09-25 Markus Rost <rost@math.ohio-state.edu>
7110
7111 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7112 rmail-dont-reply-to-names matches the empty string.
7113
71142000-09-25 Gerd Moellmann <gerd@gnu.org>
7115
7116 * startup.el (command-line-1, fancy-splash-text): Change the
7117 text to sound more friendly.
7118
71192000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7120
7121 * progmodes/hideshow.el: Update author email address.
7122 Generally, sync w/ maintainer version 5.22.
7123 (hs-hide-all-non-comment-function): New var.
7124 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7125 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7126 (hs-show-region): Delete this command.
7127 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7128
71292000-09-22 Dave Love <fx@gnu.org>
7130
7131 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7132 (hl-line-highlight): Specify buffer when moving overlay.
7133
7134 * progmodes/fortran.el (fortran-mode): Locally set
7135 normal-auto-fill-function.
7136 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7137 (fortran-mode-map): Adjust auto-fill menu entry.
7138
71392000-09-22 Gerd Moellmann <gerd@gnu.org>
7140
7141 * vc-rcs.el (toplevel): Require `vc' when compiling.
7142
7143 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7144
71452000-09-22 Andre Spiegel <spiegel@gnu.org>
7146
7147 * vc.el (vc-switch-backend): Signal an error if the file is not
7148 registered under the new backend.
7149
7150 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7151 without explicit revision number.
7152
71532000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7154
7155 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7156 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7157 (diff-xor): New function.
7158 (diff-find-source-location): Use it. Fix a stupid name clash.
7159 (diff-hunk-status-msg): New function.
7160 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7161 (diff-test-hunk): Use diff-find-source-location.
7162 (diff-goto-source): Favor the `reverse'.
7163 (diff-hunk-text): Properly handle one-sided context diffs.
7164 (diff-apply-hunk): When done, advance to the next hunk.
7165
71662000-09-21 Gerd Moellmann <gerd@gnu.org>
7167
7168 * startup.el (command-line): If frame was created with a non-zero
7169 tool-bar-lines parameter, switch tool-bar-mode on.
7170
7171 * add-log.el (change-log-date-face, change-log-name-face)
7172 (change-log-email-face, change-log-file-face)
7173 (change-log-list-face, change-log-conditionals-face)
7174 (change-log-function-face, change-log-acknowledgement-face):
7175 New faces, inheriting from font-lock faces.
7176 (change-log-font-lock-keywords): Use them.
7177
71782000-09-21 Dave Love <fx@gnu.org>
7179
7180 * progmodes/cperl-mode.el (top-level): Clean up
7181 `eval-when-compile's and assorted defvars.
7182 (cperl-invalid-face): Don't double-quote value. Change custom
7183 type.
7184 (cperl-mode): Set normal-auto-fill-function and don't zap
7185 auto-fill-function.
7186 (cperl-imenu--function-name-regexp-perl): Renamed from
7187 imenu-example--function-name-regexp-perl.
7188 (cperl-imenu--create-perl-index): Renamed from
7189 imenu-example--create-perl-index.
7190 (cperl-xsub-scan): Don't require cl.
7191
7192 * msb.el (msb-mode-map): Use substitute-key-definition.
7193 (msb-mode): Use msb-mode-map.
7194
71952000-09-21 Andre Spiegel <spiegel@gnu.org>
7196
7197 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7198 New functions.
7199 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7200 (vc-switch-backend): New function.
7201 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7202 (vc-register): Fix prompt.
7203 (vc-unregister, vc-default-unregister): New functions.
7204 (vc-version-diff): Handle empty buffer in sentinel.
7205
7206 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7207 (vc-rcs-state-heuristic): Use it to guess the state of files with
7208 non-strict locking.
7209 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7210 been set with -b, but not created yet.
7211 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7212 contents in order to find the state.
7213 (vc-rcs-checkin): Allow creation of branches with no changes.
7214 (vc-rcs-unregister, vc-rcs-receive-file)
7215 (vc-rcs-set-non-strict-locking): New functions.
7216
7217 * vc-hooks.el (vc-name): Force correct computation of the value
7218 in case it is missing.
7219
72202000-09-21 Gerd Moellmann <gerd@gnu.org>
7221
7222 * startup.el (fancy-splash-tail): Use a different foreground
7223 color on a dark frame background.
7224
72252000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7226
7227 * info.el: Use the correct capitalization when making Info-mode
7228 and Info-edit-mode `special' modes.
7229
72302000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7231
7232 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7233 (diff-mode): Add support for add-log.el.
7234 (diff-hunk-text): Use char offsets rather than line offsets.
7235 (diff-find-source-location): Replace LINE with line-offset (nil
7236 if not found) and always set POS to a meaningful position.
7237 Adapt to the new char-offsets.
7238 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7239 Adapt to the new diff-find-source-location.
7240 (diff-goto-source): Adapt to the new diff-find-source-location.
7241
7242 * add-log.el (add-log-file-name): New function (split out of
7243 add-change-log-entry).
7244 (add-change-log-entry): Use it.
7245 Call add-log-file-name-function with the changelog file name if
7246 the current buffer is not associated with any file.
7247 Avoid find-file if the selected window is dedicated.
7248
7249 * diff-mode.el (diff-find-source-location):
7250 Move code from diff-apply-hunk. Return buffer rather than file.
7251 (diff-apply-hunk): Use the new result from diff-find-source-location.
7252 (diff-goto-source): Use the new diff-find-source-location.
7253
72542000-09-20 Dave Love <fx@gnu.org>
7255
7256 * iswitchb.el: Some doc fixes.
7257 (iswitchb-mode-map): Define completely initially. Inherit
7258 minibuffer-local-map.
7259 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7260 fundamental-mode.
7261 (iswitchb-global-map): New variable.
7262 (iswitchb-summaries-to-end): Amalgamate regexps.
7263 (iswitchb-mode): New.
7264 (iswitchb-mode-hook): New variable.
7265 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7266 `extensions'.
7267
72682000-09-20 Gerd Moellmann <gerd@gnu.org>
7269
7270 * ehelp.el (electric-help): New defgroup.
7271 (electric-help-shrink-window): New user-option.
7272 (with-electric-help): Use it.
7273
7274 * window.el (shrink-window-if-larger-than-buffer): If face
7275 `mode-line' has a :box, and we're on a graphical frame, add 1
7276 to the needed window height.
7277
7278 * frame.el (frame-notice-user-settings): Add a last parameter nil
7279 to a call to `append', because the last list passed to `append' is
7280 not copied, and so subsequent calls to assq-delete-all will modify
7281 default-frame-alist.
7282
7283 * startup.el (fancy-splash-image): Change :type.
7284 (fancy-splash-head): Use an XBM image if appropriate.
7285 (command-line-1): Show splash screens in more cases.
7286
7287 * startup.el (fancy-splash-text): Don't quote faces.
7288
7289 * dired.el (dired-font-lock-keywords): Undo last change.
7290 (dired-readin): Bind indent-tabs-mode to nil.
7291
7292 * startup.el (fancy-splash-head): If frame's background mode
7293 is `dark', change the black background of the image to gray.
7294 (fancy-splash-screens): Display startup echo area message.
7295 (display-startup-echo-area-message): New function.
7296
72972000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7298
7299 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7300
7301 * info.el (info-header-node): Tweak for color ttys.
7302
7303 * faces.el (face-valid-attribute-values): Make sure directories we
7304 search for stipples both exist and are readable before trying to
7305 search them.
7306
7307 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7308 in the dry-run case.
7309
7310 * jka-compr.el (with-auto-compression-mode): New macro.
7311
7312 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7313 (custom-group-tag-face, custom-variable-tag-face): Use relative
7314 :height and inherit from `variable-pitch' face instead of
7315 hardwiring :family.
7316 * hi-lock.el (hi-black-hb): Likewise.
7317
7318 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7319 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7320 toolbar-add-item, if image doesn't have a mask add a `:mask
7321 heuristic'.
7322
73232000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7324
7325 * diff-mode.el: Docstring fixes.
7326 (diff-header-face, diff-comment-face): New faces.
7327 (diff-font-lock-keywords): Highlight a bit differently.
7328 (diff-find-source-location): Don't return SPAN any more.
7329 (diff-hunk-text): Don't bother erasing the temp buffer.
7330 (diff-find-text): Drop argument LINE.
7331 (diff-apply-hunk): Update calls to diff-find-text.
7332 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7333
7334 * calendar/calendar.el: Docstring fixes.
7335 (calendar-make-alist): Don't quote lambda.
7336 (calendar-star-date): Use make-local-variable.
7337
73382000-09-19 Dave Love <fx@gnu.org>
7339
7340 * toolbar/tool-bar.el: Renamed from toolbar.el.
7341 Change `toolbar' to `tool-bar' generally in symbols.
7342 Make some items invisible in `special' major modes.
7343 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7344 Add arg PROPS.
7345
7346 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7347 Add :version here.
7348 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7349
73502000-09-19 Gerd Moellmann <gerd@gnu.org>
7351
7352 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7353
7354 * files.el (find-file-suppress-same-file-warnings): New user-option.
7355 (find-file-noselect): Use it.
7356
7357 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7358 (fancy-splash-screen): Defgroup.
7359
7360 * add-log.el (change-log-font-lock-keywords): Match names
7361 more exactly for the case that font-lock-constant-face is
7362 underlined.
7363
73642000-09-19 Richard M. Stallman <rms@gnu.org>
7365
7366 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7367
73682000-09-19 Andre Spiegel <spiegel@gnu.org>
7369
7370 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7371
73722000-09-19 Gerd Moellmann <gerd@gnu.org>
7373
7374 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7375 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7376 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7377 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7378 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7379 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7380 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7381 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7382 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7383 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7384 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7385 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7386
7387 * startup.el (fancy-splash-text): New variable.
7388 (fancy-splash-delay, fancy-splash-image): New user-options.
7389 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7390 (fancy-splash-screens): New functions.
7391 (command-line-1): If display has a `display' frame parameter, has
7392 colors, and we have XPM support, show more fancy splash screens.
7393
73942000-09-19 Dave Love <fx@gnu.org>
7395
7396 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7397 with null `help'. Use modern backquote syntax.
7398
73992000-09-19 Gerd Moellmann <gerd@gnu.org>
7400
7401 * font-lock.el (font-lock-mode): Change message telling the user
7402 that ``the buffer is too big''.
7403
7404 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7405 for instance for the case that tab-width is 2.
7406
74072000-09-18 Gerd Moellmann <gerd@gnu.org>
7408
7409 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7410 toolbar-add-item, if image doesn't have a mask add a `:mask
7411 heuristic'.
7412
74132000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7414
7415 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7416 and return a cons if it's non-nil.
7417 (diff-apply-hunk): Try to jump to the line in the source text
7418 corresponding to the position of point in the in the hunk.
7419
7420 * info.el (Info-title-3-face, Info-title-2-face)
7421 (Info-title-1-face): Use face inheritance and relative sizes
7422 instead of hard-wiring things.
7423
7424 * faces.el (secondary-selection): Make dark-background variant sane.
7425
74262000-09-16 Andrew Innes <andrewi@gnu.org>
7427
7428 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7429 read-only, since they aren't under VC now.
7430
74312000-09-17 Dave Love <fx@gnu.org>
7432
7433 * tmm.el: Replace mapcar with mapc in several places.
7434
7435 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7436 ad-unadvise.
7437
7438 * international/latin1-disp.el: New file.
7439
7440 * calendar/cal-move.el (scroll-calendar-left)
7441 (scroll-calendar-right): Make arg optional (for active mode line).
7442
7443 * calendar/calendar.el (calendar-mode-line-format): Make fields
7444 mouse-sensitive.
7445 (calendar-read-date, calendar-read-date, calendar-window-list):
7446 Unquote lambda.
7447 (calendar-month-name): Use aref, not sref.
7448
7449 * view.el (minor-mode-alist): Propertize the string.
7450
7451 * international/characters.el (standard-case-table): Add entries
7452 for Greek.
7453
74542000-09-18 Miles Bader <miles@gnu.org>
7455
7456 * info.el (info-node, info-xref): Add dark-background variants.
7457
7458 * faces.el (header-line): Change defaults to be less confusing
7459 when mixed with mode-lines.
7460
7461 * info.el (Info-fontify-node): Make a few cleanups.
7462 Add extra `help-echo' and `local-map' props to node xrefs.
7463 Use header-specific faces for node-names & xrefs.
7464 (Info-use-header-line): New variable.
7465 (info-header-xref, info-header-node): New faces.
7466 (Info-setup-header-line): New function.
7467 (Info-select-node): Call Info-setup-header-line when enabled.
7468 (Info-extract-pointer): Work even if the header line is hidden.
7469 (Info-header-line): New variable.
7470
74712000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7472
7473 * vms-patch.el (print-region-function): Don't quote lambda.
7474
7475 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7476
7477 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7478 (lm-get-header-re): Allow spaces between the header and the colon.
7479 (lm-header): Allow $ in non-RCS headers.
7480 (lm-header-multiline): Put the strings back into order.
7481 Stop at an empty line. Don't require two space chars if the
7482 line is clearly not another header line.
7483
7484 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7485 (popup-menu-popup): Remove.
7486
74872000-09-15 Gerd Moellmann <gerd@gnu.org>
7488
7489 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7490 specification if or if not tool-bar item contains an `:enabled'
7491 property.
7492
7493 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7494 current buffer has no file name.
7495
74962000-09-15 Dave Love <fx@gnu.org>
7497
7498 * strokes.el: Sync with maintainer's current version with changes
7499 for Emacs, but avoid runtime cl and levents.
7500 (toplevel): Change autoloads and compilation requires.
7501 (strokes-version, strokes-bug-address, strokes-lift): Values
7502 changed.
7503 (strokes-xpm-header, strokes-insinuated): New variable.
7504 (strokes): Add :link.
7505 (strokes-mode): Customized.
7506 (strokes-while-inhibiting-garbage-collector): New macro.
7507 (strokes-remassoc): Avoid remove-if.
7508 (strokes-fix-button2-command): Don't use ad-do-it.
7509 (strokes-insinuate): New function.
7510 (strokes-button-press-event-p, strokes-button-release-event-p):
7511 New functions, used instead of non-`strokes-' versions..
7512 (strokes-mouse-event-p): Rewritten.
7513 (strokes-event-closest-point): Avoid event-point.
7514 (strokes-get-grid-position): Avoid cdadr, caadr
7515 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7516 functions.
7517 (strokes-help): Use with-output-to-temp-buffer.
7518 (strokes-window-configuration-changed-p): New function.
7519 (strokes-update-window-configuration): Use buffer-live-p,
7520 strokes-window-configuration-changed-p.
7521 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7522 (strokes-char-face): New face.
7523 (strokes-char-table, strokes-base64-chars): New variable.
7524 (strokes-xpm-for-stroke, strokes-list-strokes)
7525 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7526 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7527 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7528 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7529 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7530 functions.
7531
75322000-09-15 Gerd Moellmann <gerd@gnu.org>
7533
7534 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7535
7536 * image.el (create-image): Doc fix.
7537
7538 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7539 instead of `:heuristic-mask t'.
7540
75412000-09-14 Andrew Innes <andrewi@gnu.org>
7542
7543 * makefile.w32-in: Revert to Unix line endings.
7544
75452000-09-14 Andrew Innes <andrewi@gnu.org>
7546
7547 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7548 when installing.
7549
7550 * makefile.nt (DONTCOMPILE): Fix typo.
7551
7552 * shell.el (shell-write-history-on-exit): New function.
7553 (shell-dumb-shell-regexp): New custom variable.
7554 (shell-mode): Make shell-write-history-on-exit the process
7555 sentinel if shell name matches shell-dumb-shell-regexp.
7556
7557 * w32-fns.el: Comment out before-init-hook function which resets
7558 source-directory based; this breaks bootstrap.
7559
75602000-09-14 Dave Love <fx@gnu.org>
7561
7562 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7563 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7564 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7565 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7566 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7567 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7568 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7569 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7570 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7571
7572 * toolbar/toolbar.el: New.
7573
7574 * subdirs.el: Add toolbar.
7575
75762000-09-14 Gerd Moellmann <gerd@gnu.org>
7577
7578 * indent.el (indent-for-tab-command): Doc fix.
7579
75802000-09-14 Alex Schroeder <alex@gnu.org>
7581
7582 * ansi-color.el (ansi-colors): Doc change.
7583 (ansi-color-get-face): Simplified regexp.
7584 (ansi-color-faces-vector): Added more faces, doc change.
7585 (ansi-color-names-vector): Doc change.
7586 (ansi-color-regexp): Simplified regexp.
7587 (ansi-color-parameter-regexp): New regexp.
7588 (ansi-color-filter-apply): Doc change.
7589 (ansi-color-filter-region): Doc change.
7590 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7591 deal with zero length parameters.
7592 (ansi-color-apply-on-region): Doc change.
7593 (ansi-color-map): Doc change.
7594 (ansi-color-map-update): Removed debugging message.
7595 (ansi-color-get-face-1): Added condition-case to trap
7596 args-out-of-range errors.
7597 (ansi-color-get-face): Doc change.
7598 (ansi-color-make-face): Removed.
7599 (ansi-color-for-shell-mode): New option.
7600
76012000-09-13 Kenichi Handa <handa@etl.go.jp>
7602
7603 * international/quail.el (quail-start-translation): Translate KEY
7604 if necessary even if it doesn't have any mapping in the current
7605 input method.
7606 (quail-start-conversion): Likewise.
7607 (quail-help): The output message is improved.
7608
76092000-09-13 Miles Bader <miles@gnu.org>
7610
7611 * comint.el (comint-output-filter): Revert to using
7612 `insert-before-markers'. Add bletcherous hack to undo damage
7613 caused by `insert-before-markers'. Put `front-sticky' property on
7614 overlays created here so that the field code understands how the
7615 overlay works. Use a let when making comint-last-prompt-overlay,
7616 so that the code is easier to read.
7617
76182000-09-13 Dave Love <fx@gnu.org>
7619
7620 * wid-edit.el (widget-default-format-handler): DTRT when
7621 doc-property is a function.
7622
76232000-09-12 Francesco Potorti` <pot@gnu.org>
7624
7625 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7626 filed name if it's not there.
7627
76282000-09-12 Dave Love <fx@gnu.org>
7629
7630 * simple.el (read-mail-command): Doc fix.
7631 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7632
7633 * vc.el (vc-dired-listing-switches): Fix :version.
7634
7635 * vc-hooks.el: Doc fixes.
7636
7637 * subr.el (add-minor-mode): Use toggle-fun arg.
7638
7639 * speedbar.el: Add :version to several defcustoms.
7640
7641 * imenu.el (imenu--truncate-items, imenu--cleanup)
7642 (imenu--generic-function): Avoid mapcar.
7643 (imenu--replace-spaces): Function removed.
7644 (imenu--completion-buffer): Use subst-char-in-string.
7645 (imenu-add-to-menubar): Use keymap inheritance.
7646
76472000-09-12 Miles Bader <miles@gnu.org>
7648
7649 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7650 (diff-mode-map): Bind `diff-test-hunk'.
7651 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7652
76532000-09-11 Gerd Moellmann <gerd@gnu.org>
7654
7655 * bytecomp.el (byte-compile-defvar): Undo last change
7656 because it breaks '(make-variable-buffer-local (defvar ...)'
7657 which is used at least in dired.
7658
76592000-09-12 Kenichi Handa <handa@etl.go.jp>
7660
7661 * international/quail.el (quail-define-package): Docstring
7662 modified.
7663
76642000-09-12 Kenichi Handa <handa@etl.go.jp>
7665
7666 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7667 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7668 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7669 docstring of "chinese-py".
7670
7671 * international/quail.el (quail-translation-docstring): New
7672 variable.
7673 (quail-show-keyboard-layout): Docstring modified.
7674 (quail-select-current): Likewise.
7675 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7676 infinite recursive call.
7677 (quail-help): Check quail-translation-docstring. Format of the
7678 output changed.
7679 (quail-help-insert-keymap-description): Adjusted for the above
7680 change.
7681
76822000-09-11 Gerd Moellmann <gerd@gnu.org>
7683
7684 * bytecomp.el (byte-compile-defvar): Only cons onto
7685 current-load-list in top-level forms. Else this leaks a cons cell
7686 every time a defun is called.
7687
76882000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7689
7690 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7691 Now understands non-unified diffs. Some functionality moved into
7692 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7693 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7694 modify anything. Only reposition point in the patched file if the
7695 patch succeeds. Only pop up another window if POPUP is true.
7696 Emit a message describing what happened if successful, and at what
7697 line-offset. Automatically detect reversed hunks and do something
7698 appropriate.
7699 (diff-hunk-text, diff-find-text): New functions.
7700 (diff-filter-lines): Function removed.
7701 (diff-test-hunk): New function.
7702 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7703
77042000-09-10 Dave Love <fx@gnu.org>
7705
7706 * textmodes/tildify.el: Minor doc/commentary fixes.
7707 (tildify) <defgroup>: Add :version.
7708
7709 * faces.el (face-x-resources): Make custom type more specific.
7710 (frame-background-mode): Use mapc.
7711 (region) <defcustom>: Add :version.
7712
77132000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7714
7715 * vc-sccs.el (vc-sccs-register):
7716 * vc-rcs.el (vc-rcs-register):
7717 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7718 * vc.el (vc-register): Clear file's properties.
7719
77202000-09-08 Gerd Moellmann <gerd@gnu.org>
7721
7722 * faces.el (face-spec-set): Only face-spec-reset-face when
7723 ATTRS is non-nil.
7724
77252000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7726
7727 * help.el (help-insert-xref-button): Fix a typo in doc string.
7728
77292000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7730
7731 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7732 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7733 methods.
7734
7735 * menu-bar.el (read-mail-item-name): New function.
7736 (menu-bar-tools-menu): Use it to compute and display the package
7737 used to read email.
7738 (menu-bar-tools-menu): Fix typo in GUD's help string.
7739
77402000-09-07 Dave Love <fx@gnu.org>
7741
7742 * diff-mode.el (diff-mouse-goto-source): New function.
7743
7744 * vc-sccs.el: Doc fixes.
7745 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7746
7747 * vc-rcs.el: Doc fixes.
7748 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7749 (vc-rcs-checkout-switches, vc-rcs-header)
7750 (vc-rcs-master-templates): Add or change :version.
7751
7752 * vc-cvs.el: Doc fixes.
7753 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7754 (vc-cvs-stay-local): Add :version.
7755
7756 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7757
77582000-09-07 Kenichi Handa <handa@etl.go.jp>
7759
7760 * international/quail.el (quail-help): Fix previous change.
7761
77622000-09-07 Gerd Moellmann <gerd@gnu.org>
7763
7764 * faces.el (color-values): Doc fix.
7765
7766 * faces.el (frame-set-background-mode): Use frame-parameter
7767 instead of frame-parameters.
7768
7769 * frame.el (filtered-frame-list): Reduce consing.
7770 (frames-on-display-list): Call frame-parameter instead of
7771 frame-parameters.
7772
77732000-09-07 Kenichi Handa <handa@etl.go.jp>
7774
7775 * language/devan-util.el (devanagari-to-indian-region): In the
7776 loop, change the following char, not preceding char.
7777
77782000-09-07 Gerd Moellmann <gerd@gnu.org>
7779
7780 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7781 instead of frame-parameters.
7782
7783 * faces.el (set-face-attribute): Simplify by calling
7784 internal-set-lisp-face-attribute with FRAME being 0.
7785
7786 * vc.el: Remove `Id' version control keyword.
7787
77882000-09-07 Kenichi Handa <handa@etl.go.jp>
7789
7790 * help.el (help-make-xrefs): Adjusted for the change of
7791 help-xref-mule-regexp.
7792 (help-insert-xref-button): New function.
7793
7794 * international/mule-cmds.el (help-xref-mule-regexp-template):
7795 Include the pattern for character set.
7796 (leim): New group.
7797
7798 * international/quail.el: Don't require face.
7799 (quail): New group.
7800 (quail-other-command): Dummy command to make quail-help work better.
7801 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7802 (quail-keyboard-layout-substitution): New variable.
7803 (quail-update-keyboard-layout): New function.
7804 (quail-keyboard-layout-type): New customizable variable.
7805 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7806 (quail-keyboard-translate): Pay attention to
7807 quail-keyboard-layout-substitution.
7808 (quail-insert-kbd-layout): New function.
7809 (quail-show-keyboard-layout): New function.
7810 (quail-get-translation): If the definition is a vector of length
7811 1, and the element is a string of length 1, return the character
7812 in that string.
7813 (quail-update-current-translations): Fix the case of
7814 relative-index out of range.
7815 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7816 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7817 Show key sequences for all available characters.
7818 (quail-help-insert-keymap-description): Don't show such verbose
7819 key bindings as quail-self-insert-command.
7820
7821 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7822 Format changed, and each element now have extra documentations.
7823 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7824 Adjusted for the change of quail-cxterm-package-ext-info.
7825
78262000-09-06 Gerd Moellmann <gerd@gnu.org>
7827
7828 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7829 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7830 during bootstrap.
7831
78322000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7833
7834 * vc.el: (toplevel): Don't require `dired' at run-time.
7835 (vc-dired-resynch-file): Remove autoload cookie.
7836
78372000-09-05 Andre Spiegel <spiegel@gnu.org>
7838
7839 * vc.el: Made several backend functions optional.
7840 (vc-default-responsible-p): New function.
7841 (vc-merge): Use RET for first version to trigger merge-news, not
7842 prefix arg.
7843 (vc-annotate): Handle backends that do not support annotation.
7844 (vc-default-merge-news): Removed. The existence of a merge-news
7845 implementation is now checked on caller sites.
7846
7847 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7848 case.
7849
7850 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7851 special case that has been removed from the default in vc-hooks.el.
7852
78532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7854
7855 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7856
78572000-09-05 Andre Spiegel <spiegel@gnu.org>
7858
7859 * vc-hooks.el: Require vc during compilation.
7860 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7861 macro `with-vc-properties' in vc.el.
7862 (vc-file-getprop): Doc fix.
7863 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7864
7865 * vc.el: Require dired-aux during compilation.
7866 (vc-name-assoc-file): Moved to vc-sccs.el.
7867 (with-vc-properties): New macro.
7868 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7869 vc-finish-steal): Use it.
7870 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7871 to the backend-specific function is now supposed to do the checkout,
7872 too.
7873 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7874
7875 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7876 set file properties; that gets done in the generic code now.
7877
7878 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7879 Changed parameter list, added code from vc.el that does the
7880 checkout, possibly with a double-take.
7881
7882 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7883 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7884 the above under the new name.
7885 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7886 parameter list, added checkout command.
7887 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7888 properties; that gets done in the generic code now.
7889
78902000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7891
7892 * vc.el: Docstring fixes (courtesy of checkdoc).
7893
78942000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7895
7896 * vc.el (vc-checkout-writable-buffer-hook)
7897 (vc-checkout-writable-buffer): Remove.
7898 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7899 (vc-log-mode): Make it into a clean derived major mode.
7900 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7901 vc-log-mode if log-edit is not available.
7902 (vc-dired-mode-map): Don't set-keymap-parent yet.
7903 (vc-dired-mode): Do set-keymap-parent here.
7904 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7905
79062000-09-05 Gerd Moellmann <gerd@gnu.org>
7907
7908 * faces.el (set-face-attribute, face-spec-reset-face)
7909 (face-spec-set): Avoid consing by removing calls to `apply'.
7910
7911 * frame.el (frame-parameter): Move to C code.
7912
79132000-09-05 Dave Love <fx@gnu.org>
7914
7915 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7916 insert-before-markers-and-inherit. Now checked systematically!
7917
79182000-09-05 Alex Schroeder <alex@gnu.org>
7919
7920 * sql.el (sql-postgres): Use sql-postgres-options.
7921 (sql-postgres-options): New variable.
7922
79232000-09-05 Alex Schroeder <alex@gnu.org>
7924
7925 * sql.el (sql-mode-menu): Work around missing variable mark-active
7926 in XEmacs.
7927 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7928 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7929 compatibility.
7930
79312000-09-04 Gerd Moellmann <gerd@gnu.org>
7932
7933 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7934
7935 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7936
7937 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7938
79392000-09-04 Andre Spiegel <spiegel@gnu.org>
7940
7941 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7942 don't support anything else under SCCS yet.
7943
7944 * vc-hooks.el: Minor doc fixes.
7945
79462000-09-04 Andre Spiegel <spiegel@gnu.org>
7947
7948 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7949 not necessary. If verbose in state `needs-patch', do the same as
7950 under `up-to-date'. When NOT verbose and `needs-patch', check out
7951 latest version instead of `merge-news'.
7952 (vc-next-action-dired): Don't mess with default-directory here; it
7953 breaks other parts of dired. It is the job of the
7954 backend-specific functions to adjust it temporarily if they need it.
7955 (vc-next-action): Remove a special CVS case.
7956 (vc-clear-headers): New optional arg FILE.
7957 (vc-checkin, vc-checkout): Set properties vc-state and
7958 vc-checkout-time properly.
7959 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7960 (vc-print-log): Use new backend function `show-log-entry'.
7961 (vc-cancel-version): Do the checks in a different order. Added a
7962 FIXME concerning RCS-only code.
7963
7964 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7965 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7966
7967 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7968
7969 * vc-hooks.el (vc-default-mode-line-string): Show state
7970 `needs-patch' as a `-' too.
7971
79722000-09-04 Andre Spiegel <spiegel@gnu.org>
7973
7974 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7975 (vc-default-could-register): New function.
7976 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7977 (vc-resynch-buffer): Call vc-dired-resynch-file.
7978 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7979 vc-resynch-buffer instead of vc-resynch-window.
7980 (vc-next-action-dired): Don't redisplay here, that gets done as a
7981 result of the individual file operations.
7982 (vc-retrieve-snapshot): Corrected prompt order.
7983
7984 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7985
7986 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7987 as well.
7988 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7989 hostname regexps. Updated all callers.
7990 (vc-cvs-responsible-p): Handle directories as well.
7991 (vc-cvs-could-register): New function.
7992 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7993 properties up-to-date.
7994
7995 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7996 user whether to create one.
7997
79982000-09-04 Andre Spiegel <spiegel@gnu.org>
7999
8000 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8001 check out a non-existing file.
8002
8003 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8004 workfile does not exist.
8005
8006 * vc.el (vc-version-diff): Use `require' to check for existence of
8007 diff-mode.
8008
80092000-09-04 Andre Spiegel <spiegel@gnu.org>
8010
8011 * vc-cvs.el (vc-cvs-registered): Use new function
8012 vc-cvs-parse-entry to do the actual work.
8013
80142000-09-04 Andre Spiegel <spiegel@gnu.org>
8015
8016 * vc-hooks.el (vc-find-backend-function): If function doesn't
8017 exist, return nil instead of error.
8018 (vc-call-backend): Doc fix.
8019
8020 * vc.el (vc-do-command): Doc fix.
8021 (vc-finish-logentry): When checking in from vc-dired, choose the
8022 right backend for logentry check.
8023 (vc-dired-mode-map): Inherit from dired-mode-map.
8024 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8025 simplified.
8026 (vc-dired-state-info): Removed, updated caller.
8027 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8028 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8029 (vc-dired-listing-switches): New variable.
8030 (vc-directory): Use it, instead of dired-listing-switches.
8031
8032 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8033 (vc-cvs-dir-state): New function.
8034 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8035 (vc-cvs-parse-entry): New function, also to be used in
8036 vc-cvs-registered.
8037
80382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8039
8040 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8041 *or* single-window-frames.
8042
80432000-09-04 Andre Spiegel <spiegel@gnu.org>
8044
8045 * vc.el (vc-update-changelog): Split into generic part and default
8046 implementation. Doc string adapted.
8047 (vc-default-update-changelog): New function. Call the `rcs2log'
8048 script in exec-directory, to fix a long-standing nuisance.
8049
8050 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8051 simply signals an error.
8052
80532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8056 control-flow more clear and to avoid running `cvs' twice.
8057
8058 * vc.el (vc-next-action-on-file): Doc fix.
8059 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8060 (vc-print-log): Eval `file' before constructing the continuation.
8061
80622000-09-04 Andre Spiegel <spiegel@gnu.org>
8063
8064 * vc.el (vc-next-action-on-file): Corrected several messages.
8065 (vc-merge): Add prefix arg `merge-news'; handle it.
8066
8067 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8068 is not reached. It is.
8069 (vc-cvs-merge): Set state to 'edited after merge.
8070 (vc-cvs-merge-news): Set workfile version to nil if not known.
8071 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8072
8073 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8074 via stdout. (Merge from main line.)
8075
80762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8077
8078 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8079 detection.
8080
80812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8082
8083 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8084 against kill-all-local-variables.
8085 (vc-log-edit): Don't save vc-parent-buffer any more.
8086 (vc-last-comment-match): Initialize to an empty string.
8087 (vc-post-command-functions): New hook.
8088 (vc-do-command): Run it.
8089 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8090 (vc-finish-logentry): Only add the comment to the ring if it's
8091 different from the last comment entered.
8092 (vc-new-comment-index): New function.
8093 (vc-previous-comment): Use it. Make the minibuffer message
8094 slightly less terse.
8095 (vc-comment-search-reverse): Make it work forward as well. Don't
8096 set vc-comment-ring-index if no match is found. Use
8097 vc-new-comment-index.
8098 (vc-comment-search-forward): Use vc-comment-search-reverse.
8099 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8100 define-derived-mode will do it for us. Bind `v' to a keymap that
8101 inherits from vc-prefix-map so that we can bind `vt' without
8102 binding C-x v t.
8103 (vc-retrieve-snapshot): Parenthesis typo.
8104
8105 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8106 to 1. Make sure to switch to *vc* before looking for an error
8107 message. Use vc-parse-buffer.
8108
81092000-09-04 Andre Spiegel <spiegel@gnu.org>
8110
8111 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8112 and NAME.
8113 (vc-retrieve-snapshot): Split into two parts.
8114 (vc-default-retrieve-snapshot): New function.
8115
8116 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8117 (vc-cvs-retrieve-snapshot): New function (untested).
8118 (vc-cvs-stay-local): Default to t.
8119 (vc-cvs-remote-p): New function and property.
8120 (vc-cvs-state): Stay local only if the above is t.
8121 (vc-handle-cvs): Removed.
8122 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8123 done via vc-handled-backends now.
8124 (vc-cvs-header): Escape Id.
8125
81262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8127
8128 * vc.el (vc-do-command): Remove unused commands.
8129 (vc-version-diff): Make sure default-directory ends with a slash.
8130 Move the window commands into a vc-exec-after.
8131 (vc-print-log): Move more of the code into the `vc-exec-after'.
8132
81332000-09-04 Andre Spiegel <spiegel@gnu.org>
8134
8135 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8136 (vc-print-log): Search current revision from beginning of buffer.
8137 (vc-revert-buffer): Clear echo area after the diff is finished.
8138 (vc-prefix-map): Removed definition of "t" for terse display in vc
8139 dired.
8140 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8141 definition of "vt" for terse display.
8142 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8143
81442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8145
8146 * vc.el (vc-exec-after): Avoid caddr.
8147
81482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8149
8150 * vc.el (vc-exec-after): New function.
8151 (vc-do-command): Use it to add a termination message for async
8152 procs.
8153 (vc-checkout): Try to handle a missing-backend situation.
8154 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8155 of a directory with a backend using async diffs.
8156 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8157 present.
8158
8159 * vc-sccs.el (vc-sccs-state-heuristic): Use
8160 file-ownership-preserved-p.
8161
8162 * vc-rcs.el (vc-rcs-state-heuristic): Use
8163 file-ownership-preserved-p.
8164 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8165
81662000-09-04 Andre Spiegel <spiegel@gnu.org>
8167
8168 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8169 vc-do-command.
8170
8171 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8172 when there are no changes.
8173
81742000-09-04 Andre Spiegel <spiegel@gnu.org>
8175
8176 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8177
8178 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8179
81802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8181
8182 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8183
8184 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8185 the `fset' outside of the defvar so that it works even if
8186 vc-prefix-map was already defined.
8187 (vc-setup-buffer): New function, split out of vc-do-command.
8188 (vc-do-command): Allow BUFFER to be t to mean `just use the
8189 current buffer without any fuss'.
8190 (vc-version-diff): Change the `diff' backend operation to just put
8191 the diff in the current buffer without erasing it. Always use
8192 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8193 shrink-window-if-larger-than-buffer.
8194 (vc-print-log): Change the `print-log' backend operation to just
8195 put the log in the current buffer without erasing it. Protect
8196 shrink-window-if-larger-than-buffer.
8197 (vc-update-change-log): Fix setd typo.
8198
8199 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8200 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8201
8202 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8203 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8204 CMP.
8205
8206 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8207 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8208 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8209
82102000-09-04 Andre Spiegel <spiegel@gnu.org>
8211
8212 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8213 not possible, use vc-BACKEND-workfile-unchanged-p.
8214 (vc-default-workfile-unchanged-p): New function. Delegates to a
8215 full vc-BACKEND-diff.
8216
8217 * vc-hooks.el (vc-simple-command): Removed.
8218
8219 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8220 instead of vc-simple-command.
8221 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8222 avoid doing a diff when opening a file.
8223 (vc-rcs-state): Added check for unlocked-changes.
8224 (vc-rcs-header): Escape Id.
8225 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8226 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8227 version.
8228
8229 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8230 (vc-sccs-diff): Remove optional arg CMP.
8231 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8232 SCCS-specific function.
8233
8234 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8235 vc-simple-command.
8236
82372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8238
8239 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8240 (with-vc-file, vc-merge): Use vc-editable-p.
8241 (vc-do-command): Remove unused var vc-file and fix the
8242 doubly-defined `status' var. Add a user message when starting an
8243 async command.
8244 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8245 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8246 Use with-current-buffer.
8247 (vc-buffer-sync): Use unless.
8248 (vc-next-action-on-file): If the file is 'edited by read-only,
8249 make it read-write instead of trying to commit.
8250 (vc-version-diff, vc-update-change-log): Use `setq
8251 default-directory' rather than `cd'.
8252 (vc-log-edit): Don't forget to set default-directory in the
8253 buffer.
8254
8255 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8256 (vc-sccs-state-heuristic): Use file-writable-p instead of
8257 comparing userids.
8258 (vc-sccs-checkout): Use `unless'.
8259
8260 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8261 of comparing userids.
8262 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8263 Simplify the logic by eliminating unreachable code.
8264 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8265 just do a recursive call if we need to retry.
8266 (vc-rcs-checkout): Handle the case where rcs is missing by making
8267 the buffer read-write if requested and re-signalling the error.
8268
8269 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8270
82712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8272
8273 * vc-hooks.el (vc-handled-backends): Docstring change.
8274 (vc-ignore-vc-files): Mark obsolete.
8275 (vc-registered): Check vc-ignore-vc-files.
8276 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8277 vc-ignore-vc-files.
8278
8279 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8280
82812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8282
8283 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8284 files since ange-ftp already has vc-registered return nil.
8285
8286 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8287 (vc-sccs-workfile-version): Use with-temp-buffer and new
8288 vc-parse-buffer and don't bother setting the property.
8289 (vc-sccs-add-triple): Use with-current-buffer and
8290 find-file-noselect.
8291 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8292
8293 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8294 derives from the old vc-parse-buffer but uses the revision number
8295 rather than the date (much easier to compare robustly).
8296 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8297 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8298 locking-user more directly. Check strict locking and set
8299 checkout-model appropriately.
8300 (vc-rcs-parse-locks): Remove.
8301 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8302 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8303 (vc-rcs-system-release): Use with-current-buffer and
8304 vc-parse-buffer.
8305 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8306
8307 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8308 (vc-simple-command): Docstring fix.
8309 (vc-registered): Align the way the file-handler is called with the
8310 way the function itself works.
8311 (vc-file-owner): Remove.
8312
8313 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8314 extraction of fields and call to file-attributes because of a
8315 temporary bug in rcp.el.
8316 (vc-cvs-fetch-status): Use with-current-buffer.
8317
83182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8319
8320 * vc.el (vc-do-command): Use file-relative-name.
8321 (vc-responsible-backend): Use vc-backend if possible.
8322 (vc-create-snapshot): Improve the `interactive' spec. Add support
8323 for branches and dispatch to backend-specific `create-snapshot'.
8324 (vc-default-create-snapshot): New function, containing the bulk of
8325 the old vc-create-snapshot.
8326 (vc-retrieve-snapshot): Improve the interactive spec.
8327
8328 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8329 (vc-backend-hook-functions): Remove.
8330 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8331 (vc-backend): Reintroduce the test for `file = nil' now that I
8332 know why it was there (and added a comment to better remember).
8333
8334 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8335 code from vc-sccs-hooks.el.
8336 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8337 'vc anymore.
8338 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8339 and file-directory-p instead of file-exists-p.
8340 (vc-sccs-check-headers): Simplify the regexp.
8341
8342 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8343 from vc-rcs-hooks.el. Don't require 'vc anymore.
8344 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8345 file-directory-p instead of file-exists-p.
8346
8347 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8348 from vc-cvs-hooks.el.
8349 (proto vc-cvs-registered): Require 'vc-cvs instead of
8350 'vc-cvs-hooks. Don't require 'vc anymore.
8351 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8352 file-directory-p instead of file-exists-p.
8353 (vc-cvs-create-snapshot): New function, replacing
8354 vc-cvs-assign-name.
8355 (vc-cvs-assign-name): Remove.
8356
83572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8358
8359 * vc-cvs.el (vc-cvs-header): New var.
8360
8361 * vc-rcs.el (vc-rcs-exists): Remove.
8362 (vc-rcs-header): New var.
8363
8364 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8365 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8366 (vc-sccs-header): New var.
8367
8368 * vc.el (vc-do-command): Get rid of the `last' argument.
8369 (vc-header-alist): Remove, replaced by vc-X-header.
8370 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8371 (vc-dired-hook): Use expand-file-name instead of concat.
8372 (vc-directory): Use file-name-as-directory.
8373 (vc-snapshot-precondition, vc-create-snapshot)
8374 (vc-retrieve-snapshot): Allow the command to operate on any
8375 directory.
8376
8377 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8378 just removing the 'WORKFILE argument or by removing the 'MASTER
8379 argument and replacing `file' with (vc-name file).
8380
83812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8382
8383 * vc.el: Update Copyright and add a crude list of backend funs.
8384 (vc-writable-p): New function.
8385 (with-vc-file): Use vc-writable-p.
8386 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8387 (vc-register): Avoid vc-name.
8388 (vc-locking-user): Remove.
8389 (vc-steal-lock): Make the `owner' arg non-optional.
8390 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8391 vc-checkout-model.
8392 (vc-default-dired-state-info): Use vc-state instead of
8393 vc-locking-user and return special strings for special states.
8394 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8395 and get rid of one of the special CVS cases.
8396 (vc-cancel-version): prettify error message with \\[...].
8397 (vc-rename-master): New function.
8398 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8399 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8400 the CVS special case generic.
8401 (vc-default-record-rename): Remove.
8402 (vc-file-tree-walk-internal): Only call FUNC for files that are
8403 under control of some VC backend and replace `concat' with
8404 expand-file-name.
8405 (vc-file-tree-walk): Update docstring.
8406 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8407 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8408
8409 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8410 vc-sccs-record-rename. Use `find-file-noselect' rather than
8411 `find-file' and call `vc-rename-master' to do the actual move.
8412 (vc-sccs-diff): Remove unused `backend' variable.
8413
8414 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8415 to delay loading of vc-sccs until it is really used.
8416 (vc-sccs-master-templates): Preload.
8417 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8418 (vc-sccs-project-dir): Remove (merged into
8419 vc-sccs-search-project-dir).
8420 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8421 rather than `concat', make sure it is preloaded and don't bother
8422 to check that the file actually exists.
8423 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8424 `locks' argument (use buffer's content instead) and eliminate n^2
8425 behavior.
8426
8427 * vc-rcs.el: Update Copyright.
8428 (vc-rcs-rename-file): New function.
8429 (vc-rcs-diff): Remove unused `backend' variable.
8430
8431 * vc-hooks.el: Update Copyright.
8432 (vc-backend): Don't accept a nil argument any more.
8433 (vc-up-to-date-p): Turn into a defsubst.
8434 (vc-possible-master): New function.
8435 (vc-check-master-templates): Use `vc-possible-master' and allow
8436 funs in vc-X-master-templates to return a non-existent file.
8437
8438 * vc-cvs.el: Update Copyright.
8439 (vc-cvs-diff): Remove unused `backend' variable.
8440 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8441
8442 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8443
84442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8445
8446 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8447 since it can be called from vc-rcs.el.
8448 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8449
84502000-09-04 Andre Spiegel <spiegel@gnu.org>
8451
8452 * vc.el (vc-version-diff): Expand file name read from the
8453 minibuffer. Handle the case when a previous version number can't
8454 be guessed. Give suitable messages when there were no differences
8455 found.
8456 (vc-clear-headers): Call backend-specific implementation, if one
8457 exists.
8458 (vc-cancel-version): Made error checks generic. When done, clear
8459 headers generically, too.
8460
8461 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8462 from vc-clear-headers in vc.el.
8463
8464 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8465 correctly.
8466 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8467 optional. Handle the case when it's not there.
8468
84692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8470
8471 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8472
84732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8474
8475 * vc-hooks.el (vc-loadup): Remove.
8476 (vc-find-backend-function): Use `require'. Also, handle the case
8477 where vc-BACKEND-hooks.el doesn't exist.
8478 (vc-call-backend): Cleanup.
8479
84802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8481
8482 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8483 vc-rcs-grab-templates)
8484 (vc-rcs-registered): Remove. The default function works as well.
8485 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8486 vc-sccs-grab-templates)
8487 (vc-sccs-registered): Remove. The default function works as well.
8488
8489 * vc.el (vc-version-diff): Left out a vc- in call to
8490 vc-call-backend.
8491 (vc-default-dired-state-info, vc-default-record-rename)
8492 (vc-default-merge-news): Update for the new backend argument.
8493
8494 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8495 using the default function.
8496 (vc-call-backend): If calling the default function, pass it the
8497 backend as first argument. Update the docstring accordingly.
8498 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8499 for the new backend argument.
8500 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8501 (vc-find-backend-function): Use the new name.
8502 (vc-default-registered): New function.
8503
85042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8505
8506 * vc.el (vc-merge): Use vc-find-backend-function.
8507
8508 * vc-hooks.el (vc-backend-functions): Remove.
8509 (vc-loadup): Don't setup 'vc-functions.
8510 (vc-find-backend-function): New function.
8511 (vc-call-backend): Use above fun and populate 'vc-functions
8512 lazily.
8513 (vc-backend-defines): Remove.
8514
85152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8516
8517 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8518 Call vc-call-backend without the leading vc-.
8519 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8520 (vc-check-headers): Call vc-call-backend without the leading vc-.
8521 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8522 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8523 Call vc-call-backend without the leading vc-.
8524
8525 * vc-cvs.el (tail): Provide vc-cvs.
8526 * vc-sccs.el (tail): Provide vc-sccs.
8527 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8528
8529 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8530 (vc-make-backend-function, vc-call): Pass names without leading
8531 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8532 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8533 (vc-call-backend): Always try to load vc-X-hooks.
8534 (vc-registered): Remove vc- in call to vc-call-backend.
8535
85362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8537
8538 * vc.el (vc-process-filter): New function.
8539 (vc-do-command): Setup `vc-process-filter' for the async process.
8540 (vc-maybe-resolve-conflicts): New function to reduce
8541 code-duplication. Additionally, it puts the buffer in
8542 `smerge-mode' if applicable.
8543 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8544 calling `merge-news'.
8545 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8546 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8547 interfacing to log-edit.el.
8548 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8549 log-edit is available.
8550 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8551
85522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8553
8554 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8555 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8556 defvar and the initialization.
8557 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8558
8559 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8560 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8561
8562 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8563
85642000-09-04 Andre Spiegel <spiegel@gnu.org>
8565
8566 * vc.el (vc-file-clear-masterprops): Removed.
8567 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8568 (vc-version-diff): Use buffer-size without argument.
8569 (vc-register): Heed vc-initial-comment.
8570
8571 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8572 default branch.
8573
8574 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8575 file name and workfile version.
8576 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8577
8578 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8579 vc-file-clear-masterprops.
8580
8581 * vc-sccs.el (vc-sccs-checkout): Removed call to
8582 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8583 rather than user login name.
8584
8585
85862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8587
8588 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8589 `want-differences-if-changed' and simplify.
8590 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8591 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8592 output (which is invalid for async vc-diff) to decide whether to
8593 do the revert silently or not.
8594
85952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8596
8597 * vc-hooks.el (vc-loadup): Load files quietly.
8598 (vc-call-backend): Oops, brain fart.
8599
86002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8601
8602 * vc-cvs.el (vc-cvs-state): Typo.
8603 (vc-cvs-merge-news): Return the status code rather than the error msg.
8604
86052000-09-04 Andre Spiegel <spiegel@gnu.org>
8606
8607 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8608 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8609 vc-state or vc-up-to-date-p.
8610 (vc-merge): Use vc-backend-defines to check whether merging is
8611 possible. Set state to 'edited after successful merge.
8612
8613 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8614 return that name. Redocumented.
8615
86162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8617
8618 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8619 new `vc-state' semantics.
8620 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8621 'vc-locking-user to the current user.
8622 (vc-merge): Inline vc-backend-merge. Comment out code that I
8623 don't understand and hence can't adapt to the new `vc-state' and
8624 `vc-locking-user' semantics.
8625 (vc-backend-merge): Remove.
8626
8627 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8628 rather than 'vc-locking-user.
8629
8630 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8631
8632 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8633 (vc-state): Don't use 'reserved any more. Just use the same
8634 convention as the one used for vc-<backend>-state where the
8635 locking user (as a string) is returned.
8636 (vc-locking-user): Update, based on the above convention. The
8637 'vc-locking-user property has disappeared.
8638 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8639
8640 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8641 with a heuristic one.
8642 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8643 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8644 error. That allows us to get to 'needs-merge even in the
8645 stay-local case. There's still no way to detect 'needs-patch in
8646 such a setup (or to force an update for that matter).
8647 (vc-cvs-logentry-check): Remove, the default works as well.
8648
86492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8650
8651 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8652
8653 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8654 major-mode in which the buffer might have been put earlier. Use
8655 `remove' and `when'. Allow `okstatus' to be `async' and use
8656 `start-process' in this case.
8657 (vc-version-diff): Handle the case where the diff looks empty
8658 because of the use of an async process.
8659
86602000-09-04 Andre Spiegel <spiegel@gnu.org>
8661
8662 * vc.el (vc-next-action-on-file): Removed optional parameter
8663 `simple'. Recompute state unconditionally.
8664 (vc-default-toggle-read-only): Removed.
8665
8666 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8667 (vc-toggle-read-only): Undid prev change.
8668
8669 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8670 vc-cvs-simple-toggle. Redocumented.
8671 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8672 (vc-cvs-toggle-read-only): Removed.
8673
86742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8675
8676 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8677 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8678 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8679 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8680 still is. So maybe it should be removed.
8681 (vc-head-version, vc-find-binary): Remove.
8682 (vc-recompute-state): Move from vc-hooks.el.
8683 (vc-next-action-on-file): Add a `simple' argument to allow
8684 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8685 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8686 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8687 (vc-dired-mode-map): Properly defvar it.
8688 (vc-print-log): Call log-view-mode if available.
8689 (small-temporary-file-directory): defvar instead of use boundp.
8690 (vc-merge-news): Moved to vc-cvs.el.
8691 (vc-default-merge-news): New function.
8692
8693 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8694 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8695 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8696 unknown `vc-latest-version' function. It should probably refer to
8697 vc-workfile-version or somesuch, but it's very unclear to me and I
8698 don't have SCCS to test things.
8699
8700 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8701 (vc-sccs-state-heuristic): Fix typo.
8702 (vc-sccs-workfile-unchanged-p): Add missing argument.
8703
8704 * vc-rcs.el: Require vc and vc-rcs-hooks.
8705 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8706 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8707 (vc-release-greater-or-equal-p): Move from vc.
8708 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8709 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8710 (vc-rcs-checkout): Add a missing `new-version' argument in the
8711 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8712
8713 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8714 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8715 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8716 than the apparently unbound `workfile-version'.
8717
8718 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8719 (vc-file-prop-obarray): Use `make-vector'.
8720 (vc-backend-functions): Add new hookable functions
8721 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8722 (vc-loadup): If neither backend nor default functions exist, use
8723 the backend function rather than nil.
8724 (vc-call-backend): If the function if not bound yet, try to load
8725 the non-hook file to see if it provides it.
8726 (vc-call): New macro plus use it wherever possible.
8727 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8728 nor `vc-find-binary' since it's only called from
8729 vc-mistrust-permission which is only used once the backend is known.
8730 (vc-checkout-model): Fix parenthesis.
8731 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8732
8733 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8734 (vc-cvs-release, vc-cvs-system-release): Remove.
8735 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8736 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8737 status symbols.
8738 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8739 (vc-cvs-toggle-read-only): First cut at a function to allow a
8740 cvs-status-free vc-toggle-read-only.
8741 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8742 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8743 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8744 (vc-cvs-checkout): Modify access rights directly if the user
8745 requested not to use `cvs edit'. And refresh the mode line.
8746
8747 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8748 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8749
87502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8751
8752 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8753 workfile' that got lost when the code was extracted from vc.el.
8754 And merged the tail with the rest of the code (not possible in the
8755 old vc.el where the tail was shared among all backends). And
8756 explicitly set the state to 'edited if `writable' is set.
8757
8758 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8759 (vc-cvs-state): Be careful to return the value from
8760 vc-cvs-parse-state.
8761 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8762 property but return it instead. Also be careful to handle a nil
8763 or "" `rev' when workfile is non-nil (it was handled properly when
8764 workfile was nil).
8765
8766 * vc.el: Removed those pesky unnecessary `(function' quotes.
8767 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8768 directly in the defvar.
8769 (vc-do-command): Bind inhibit-read-only so as to properly handle
8770 the case where the destination buffer has been made read-only.
8771 (vc-diff): Delegate to vc-version-diff in all cases.
8772 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8773 (vc-annotate-mode-variables): Removed (code moved partly to
8774 defvars and partly to vc-annotate-add-menu).
8775 (vc-annotate-mode): Turned into a derived-mode.
8776 (vc-annotate-add-menu): Moved in code in
8777 vc-annotate-mode-variables.
8778 (vc-update-change-log): Use make-temp-file if available.
8779
87802000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8781
8782 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8783 `vc-checkout-model' updated to `vc-cvs-update-model'.
8784
87852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8786
8787 * vc.el (vc-next-action-on-file): Added handling of state
8788 `unlocked-changes'.
8789 (vc-checkout-carefully): Is now practically obsolete, unless the
8790 above is too slow to be enabled unconditionally.
8791 (vc-update-change-log): Fixed typo.
8792
8793 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8794
8795 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8796 Now handles state `unlocked-changes'.
8797 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8798
8799 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8800
8801 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8802 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8803 `unlocked-changes'.
8804 (vc-rcs-workfile-unchanged-p): Renamed from
8805 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8806 function yet, but supposed to become one soon.
8807
8808 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8809 `vc-steal-lock'.
8810 (vc-call-backend): Changed error message.
8811 (vc-state): Added description of state `unlocked-changes'.
8812
88132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8814
8815 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8816 always return t in CVS-controlled directories.
8817
8818 * vc.el (vc-responsible-backend): New function.
8819 (vc-register): Largely rewritten.
8820 (vc-admin): Removed (implementation moved into vc-register).
8821 (vc-checkin): Redocumented.
8822 (vc-finish-logentry): If no backend defined yet (because we are in
8823 the process of registering), use the responsible backend.
8824
8825 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8826 Updated function lists.
8827 (vc-call-backend): Fixed typo.
8828
8829 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8830 New functions.
8831 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8832 Removed query option. Redocumented.
8833
88342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8835
8836 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8837
8838 * vc.el: Updated callers of `vc-checkout-required' to use
8839 `vc-checkout-model'.
8840
88412000-09-04 Martin Lorentzson <martinl@gnu.org>
8842
8843 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8844 stuff updated to reference this function instead of the old
8845 `vc-backend-release-p'.
8846
88472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8848
8849 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8850 vc-checkout-model. Return appropriate values. Updated callers.
8851
88522000-09-04 Martin Lorentzson <martinl@gnu.org>
8853
8854 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8855 (vc-backend-revert): Function moved into `vc-revert';
8856 `vc-next-action' must be updated to accomodate this change.
8857 (vc-backend-steal): Function moved into `vc-finish-steal'.
8858 (vc-backend-logentry-check): Function moved into
8859 `vc-finish-logentry'.
8860 (vc-backend-printlog): Function moved into `vc-print-log'.
8861 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8862 (vc-backend-assign-name): Function moved into
8863 `vc-create-snapshot'.
8864
88652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8866
8867 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8868 Rename to vc-checkout-model. Return appropriate values.
8869 Update callers.
8870
8871 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8872 to vc-checkout-model.
8873 (vc-checkout-required): Rename to vc-checkout-model.
8874 Re-implement and re-comment.
8875 (vc-after-save): Use vc-checkout-model.
8876
88772000-09-04 Martin Lorentzson <martinl@gnu.org>
8878
8879 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8880 Update to use the vc-BACKEND-diff functions instead.
8881 `vc-diff' is now working.
8882
8883 * vc-rcs.el (vc-rcs-logentry-check): New function.
8884
8885 * vc-cvs.el (vc-cvs-logentry-check): New function.
8886
8887 * vc-sccs.el (vc-sccs-diff): Function changed name from
8888 `vc-backend-diff'. This makes `vc-diff' work.
8889
8890 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8891 of functions possibly implemented in a vc-BACKEND library.
8892 (vc-checkout-required): Fix bug that caused an error to be
8893 signaled during `vc-after-save'.
8894
8895 * vc.el: Fix typo.
8896 This checkin is made with our new VC code base for the very first time.
8897 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8898
8899 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8900 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8901
8902 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8903 updated to `vc-uses-locking'.
8904 (vc-checkout-required): Call to backend function.
8905 `vc-checkout-required' updated to `vc-uses-locking' instead.
8906
8907 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8908 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8909
8910 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8911 to match the split into various backends.
8912 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8913 (vc-retrieve-snapshot): Bug fix.
8914
89152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8916
8917 * vc-sccs.el (vc-sccs-release): Doc fix.
8918
89192000-09-04 Martin Lorentzson <martinl@gnu.org>
8920
8921 * vc.el (vc-next-action-on-file): Bug found and fixed.
8922 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8923 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8924
8925 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8926 (vc-rcs-checkout): Name space cleaned up. No more revision number
8927 crunching function names that are not prefixed with vc-rcs.
8928 (vc-rcs-checkout-model): Function added. References to
8929 `vc-checkout-model' replaced.
8930
89312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8932
8933 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8934 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8935 still need to be split, and implemented for RCS).
8936
89372000-09-04 Martin Lorentzson <martinl@gnu.org>
8938
8939 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8940
8941 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8942 required by the vc.el file.
8943
8944 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8945 required by the vc.el file.
8946 (vc-rcs-exists): Function added.
8947
8948 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8949 required by the vc.el file.
8950
8951 * vc.el (vc-admin): Updated to handle selection of appropriate
8952 backend. Current implementation is crufty and need re-thinking.
8953
8954 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8955
89562000-09-04 Martin Lorentzson <martinl@gnu.org>
8957
8958 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8959 beginning of annotate buffers correctly.
8960
8961 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8962 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8963 functionality updated quite a lot to support multiple backends.
8964 Variables `vc-annotate-mode', `vc-annotate-buffers',
8965 `vc-annotate-backend' added.
8966
8967 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8968 `vc-annotate-difference' added to supported backend functions.
8969
89702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8971
8972 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8973 Use with-temp-file instead of /bin/sh. Merged from mainline
8974
89752000-09-04 Martin Lorentzson <martinl@gnu.org>
8976
8977 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8978
8979 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8980
8981 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8982
89832000-09-04 Martin Lorentzson <martinl@gnu.org>
8984
8985 * vc-hooks.el: vc-state-heuristic added to
8986 vc-backend-hook-functions.
8987
8988 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8989
8990 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8991
8992 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8993 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8994 state to `reserved'.
8995
8996 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8997 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8998
89992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9000
9001 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9002 untouched.
9003
9004 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9005
9006 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9007 if defined. (Merged from main line, slightly adapted.)
9008
9009 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9010 millenium problem (merged from mainline).
9011
90122000-09-04 Martin Lorentzson <martinl@gnu.org>
9013
9014 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9015 part and moved the non-BACKEND stuff to vc.el.
9016
9017 * vc.el: Split the annotate feature into a BACKEND specific part
9018 and moved it from the vc-cvs.el file to this one.
9019
90202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9021
9022 * vc-hooks.el: Implement new state model.
9023 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9024 (vc-locking-user): Simplify. Now only needed if the file is
9025 locked by somebody else.
9026 (vc-lock-from-permissions): Remove. Functionality is in
9027 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9028 (vc-mode-line-string): New name for former vc-status. Adapted.
9029 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9030
9031 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9032 Various simplifications and adaptations all over the place.
9033
9034 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9035 Simplify and adapt the rest.
9036
9037 * vc.el (vc-resynch-window): Add TODO comment: check for
9038 interaction with view mode according to recent RCS change.
9039 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9040
90412000-09-04 Martin Lorentzson <martinl@gnu.org>
9042
9043 * vc.el: Convert the remaining function comments to docstrings.
9044
90452000-09-04 Martin Lorentzson <martinl@gnu.org>
9046
9047 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9048 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9049 (vc-minor-part, vc-previous-version): Functions that operate and
9050 compare revision numbers got proper documentation. Comments added
9051 about their possible removal.
9052
90532000-09-04 Martin Lorentzson <martinl@gnu.org>
9054
9055 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9056 the vc-backend.el files.
9057
9058 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9059
9060 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9061 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9062 (vc-rcs-previous-version): Functions added.
9063
9064 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9065
9066 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9067
90682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9069
9070 * vc-hooks.el (vc-master-templates): Is really obsolete.
9071 Comment out the definition for now. What is the right procedure
9072 to get rid of it?
9073 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9074 rewritten.
9075 (vc-default-registered): Remove.
9076 (vc-check-master-templates): New function; does mostly what the
9077 above did before.
9078 (vc-locking-user): Don't rely on the backend to set the property.
9079
9080 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9081 Rewrite documentation.
9082 (vc-rcs-templates-grabbed): New variable.
9083 (vc-rcs-grab-templates): New function.
9084 (vc-rcs-registered): Rewrite to use above mechanism.
9085
9086 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9087 Rewrite documentation.
9088 (vc-sccs-templates-grabbed): New variable.
9089 (vc-sccs-grab-templates): New function.
9090 (vc-sccs-registered): Rewrite to use above mechanism.
9091 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9092 Don't throw the result, simply return it.
9093
9094 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9095 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9096 (vc-cvs-registered): Does the check itself now. Simplify.
9097
9098 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9099 from main line.
9100
91012000-09-04 Martin Lorentzson <martinl@gnu.org>
9102
9103 * vc-cvs.el (vc-cvs-diff): New function.
9104
9105 * vc-sccs.el (vc-sccs-diff): New function.
9106
9107 * vc-rcs.el (vc-rcs-diff): New function.
9108 (vc-rcs-checkout): Bug (typo) found and fixed.
9109 (vc-rcs-register-switches): New variable.
9110
9111 * vc.el (vc-backend-diff): Function removed and placed in the
9112 backend files.
9113
91142000-09-04 Martin Lorentzson <martinl@gnu.org>
9115
9116 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9117
9118 * vc.el (vc-backend-checkout): Function removed and replaced in
9119 the vc-backend.el files.
9120
9121 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9122
9123 * vc.el (vc-backend-admin): Removed and replaced in the
9124 vc-backend.el files.
9125
9126 * vc.el (Martin): Removed all the annotate functionality since it
9127 is CVS backend specific.
9128
91292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9130
9131 * spec.txt: Added specification of vc-state.
9132
9133 * vc-sccs-hooks.el (vc-sccs-master-properties):
9134 Remove handling of vc-latest-version and
9135 vc-your-latest-version. What used to be vc-latest-version, is now
9136 returned as vc-workfile-version.
9137 (vc-sccs-workfile-version): Adapt.
9138
91392000-09-04 Dave Love <fx@gnu.org>
9140
9141 * vc.el: [Merged from mainline.]
9142 (vc-dired-mode): Make the dired-move-to-filename-regexp
9143 regexp match the date, to avoid treating date as file size.
9144 Add YYYY S option to WESTERN/
9145
91462000-09-04 Dave Love <fx@gnu.org>
9147
9148 * vc.el: Require `compile' when compiling.
9149 (vc-logentry-check-hook): New option.
9150 (vc-steal-lock): Use compose-mail.
9151 (vc-dired-mode-map): Defvar when compiling.
9152 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9153 vc-sccs.el and renamed. Callers changed.
9154 (vc-backend-checkout, vc-backend-logentry-check)
9155 (vc-backend-merge-news): Doc fix.
9156 (vc-default-logentry-check): New function.
9157 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9158 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9159 (vc-backend-merge): Doc fix. Use backend functions.
9160 (vc-check-headers): Use backend functions.
9161
9162 * vc-cvs.el: Require vc when compiling.
9163 (vc-cvs-register-switches): Doc fix.
9164 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9165 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9166 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9167 New functions (code from vc.el).
9168 (vc-annotate-display-default): Fix interactive spec.
9169 (vc-annotate-time-span): Doc fix.
9170
9171 * vc-rcs.el: Require vc when compiling.
9172 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9173 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9174 (vc-rcs-checkin): New functions (code from vc.el).
9175 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9176 Doc fix.
9177 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9178
9179 * vc-sccs.el: Require vc when compiling.
9180 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9181 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9182 (vc-sccs-revert)
9183 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9184 from vc.el).
9185 (vc-sccs-add-triple, vc-sccs-record-rename)
9186 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9187 (vc-sccs-admin): Doc fix.
9188
91892000-09-04 Martin Lorentzson <martinl@gnu.org>
9190
9191 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9192 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9193 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9194 from vc.el.
9195
9196 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9197
9198 * vc-cvs.el: Moved the annotate functionality from vc.el.
9199 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9200
92012000-09-04 Dave Love <fx@gnu.org>
9202
9203 * vc.el (vc-backend-release): Call vc-system-release.
9204
9205 * vc-sccs.el (vc-sccs-system-release):
9206 Renamed from vc-sccs-backend-release.
9207
9208 * vc-rcs.el (vc-rcs-system-release):
9209 Renamed from vc-rcs-backend-release.
9210
9211 * vc-cvs.el (vc-cvs-system-release):
9212 Renamed from vc-cvs-backend-release.
9213
92142000-09-04 Dave Love <fx@gnu.org>
9215
9216 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9217 backend files.
9218 (vc-backend-release): Dispatch to backend functions.
9219 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9220 probably needs attention.]
9221
9222 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9223 (vc-sccs-backend-release): New function.
9224
9225 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9226 (vc-cvs-backend-release): New function.
9227
9228 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9229 Doc fix.
9230 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9231 (vc-default-dired-state-info): New function.
9232 (vc-dired-state-info): Dispatch to backends.
9233 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9234
9235 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9236 from vc.el and renamed.
9237
92382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9239
9240 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9241 (vc-version-other-window, vc-backend-assign-name): Removed
9242 references to vc-latest-version; sometimes changed into
9243 vc-workfile-version.
9244
9245 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9246 vc-rcs-master-workfile-version.
9247 (vc-rcs-workfile-version): Use the above. Don't call
9248 vc-latest-version (that was unreachable code, anyway).
9249 (vc-rcs-fetch-master-properties): Doc fix.
9250
9251 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9252 (vc-backend-hook-functions): Removed them from this list, too.
9253 (vc-fetch-properties): Removed.
9254 (vc-workfile-version): Doc fix.
9255
9256 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9257 (vc-rcs-workfile-version, vc-rcs-locking-user)
9258 (vc-rcs-uses-locking): Use it.
9259
9260 * vc-hooks.el (vc-consult-rcs-headers):
9261 Moved into vc-rcs-hooks.el, under the name
9262 vc-rcs-consult-headers.
9263
9264 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9265 headers.
9266 (vc-cvs-find-master): Use this name only; correct different
9267 versions of the name.
9268
9269 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9270 New functions.
9271 (vc-sccs-locking-user): Use the latter.
9272
9273 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9274 New functions.
9275
9276 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9277 Moved into both
9278 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9279 functions are implementation details of those two backends.
9280
92812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9282
9283 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9284 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9285
9286 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9287 (vc-sccs-parse-locks): SCCS-specific code moved here from
9288 vc-hooks.
9289
9290 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9291 code moved here from vc-hooks.
9292
9293 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9294 into back-end specific parts and removed. Callers not updated
9295 yet; because I guess these callers will disappear into back-end
9296 specific files anyway.
9297
92982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9299
9300 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9301 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9302 `vc-uses-locking'.
9303
9304 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9305 Store yes/no in the property, and return t/nil. Updated all
9306 callers.
9307
9308 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9309 vc-sccs-uses-locking. Don't set property.
9310 (vc-sccs-locking-user): Don't set property.
9311
9312 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9313 vc-cvs-uses-locking. Don't set property here; leave that to
9314 vc-hooks.
9315 (vc-cvs-locking-user): Reflect above change. Streamlined.
9316
9317 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9318 vc-rcs-uses-locking.
9319 (vc-rcs-locking-user): Reflect above change.
9320
93212000-09-04 Dave Love <fx@gnu.org>
9322
9323 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9324
9325 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9326
9327 * vc-hooks.el (vc-checkout-model): Punt to backends.
9328
9329 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9330
9331 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9332
9333 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9334 New functions.
9335
9336 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9337 New functions.
9338
9339 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9340 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9341
9342 * vc-hooks.el (vc-default-locking-user): New function.
9343 (vc-locking-user, vc-workfile-version): Punt to backends.
9344
93452000-09-04 Dave Love <fx@gnu.org>
9346
9347 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9348 (vc-master-workfile-version): Moved from vc-hooks.
9349
9350 * vc-rcs-hooks.el: Fix duplicate code in last change.
9351
9352 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9353 (vc-rcs-master-templates): Improve :type.
9354 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9355 vc-master-workfile-version): Moved from vc-hooks.
9356
9357 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9358 (vc-sccs-master-templates): Improve :type.
9359 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9360
9361 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9362
9363 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9364 (vc-cvs-master-templates): Improve :type. Use
9365 vc-cvs-find-cvs-master.
9366 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9367 from vc-hooks.
9368 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9369
9370 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9371 Moved to vc-cvs-hooks.
9372
9373 * vc-hooks.el: Add doc strings in various places. Simplify the
9374 minor mode setup.
9375 (vc-handled-backends): New user variable.
9376 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9377 simplification.
9378
93792000-09-04 Dave Love <fx@gnu.org>
9380
9381 * vc.el: Some doc fixes for autoloaded and interactive functions.
9382 Fix compilation warnings from ediff stuff.
9383 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9384
9385 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9386
9387 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9388
9389 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9390
93912000-09-04 Dave Love <fx@gnu.org>
9392
9393 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9394 New variable.
9395 (vc-make-backend-function, vc-loadup, vc-call-backend)
9396 (vc-backend-defines): New functions.
9397
9398 * vc-hooks.el: Various doc fixes.
9399 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9400 (vc-match-substring): Function removed. Callers changed to use
9401 match-string.
9402 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9403 Simplify.
9404
94052000-09-04 Dave Love <fx@gnu.org>
9406
9407 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9408 type.
9409 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9410 (vc-sccs-registered): Doc fix.
9411
9412 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9413 (vc-cvs-registered): Doc fix.
9414
9415 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9416 (vc-rcs-registered): Doc fix.
9417
94182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9419
9420 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9421
9422 * vc-hooks.el: vc-registered has been renamed
9423 vc-default-registered. Some functions have been moved to the
9424 backend specific files. they all support the
9425 vc-BACKEND-registered functions.
9426
94272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9428
9429 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9430
9431 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9432
94332000-09-04 Dave Love <fx@gnu.org>
9434
9435 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9436 menu-bar-update-hook.
9437
9438 * help.el (help-manyarg-func-alist): Add
9439 find-operation-coding-system.
9440
9441 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9442
9443 * custom.el (custom-set-variables): Print message about errors in
9444 setting.
9445
94462000-09-03 Andrew Innes <andrewi@gnu.org>
9447
9448 * makefile.w32-in: Change to DOS line endings.
9449
94502000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9451
9452 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9453 minor-mode keymaps, if they don't have one.
9454
94552000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9456
9457 * eshell/esh-module.el (eval-when-compile): Don't lose if
9458 esh-module.el's file name is truncated to DOS 8+3 limits.
9459
94602000-09-01 John Wiegley <johnw@gnu.org>
9461
9462 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9463 predicate, which caused entries in the completion list to be
9464 doubled.
9465
94662000-08-30 John Wiegley <johnw@gnu.org>
9467
9468 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9469 sending to subprocesses. Also, hook pre-command-hook if
9470 `eshell-send-direct-to-subprocesses' is non-nil.
9471 (eshell-send-direct-to-subprocesses): New config variable. If t,
9472 subprocess input is send immediately.
9473 (eshell-toggle-direct-send): New function.
9474 (eshell-self-insert-command): New function.
9475 (eshell-intercept-commands): New function.
9476 (eshell-send-input): If direct subprocess sending is enabled,
9477 don't echo any input to the Eshell buffer. Let the subprocess
9478 handle that. This requires "stty echo" in bash, for example.
9479
94802000-08-28 John Wiegley <johnw@gnu.org>
9481
9482 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9483 completion function for Eshell's implementation of `unset'.
9484
94852000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9486
9487 * info.el (Info-directory-list): Doc fix.
9488
94892000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9490
9491 * filecache.el (file-cache-add-directory-using-find): Don't quote
9492 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9493
94942000-08-31 Kenichi Handa <handa@etl.go.jp>
9495
9496 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9497 coding systems.
9498
94992000-08-30 Andrew Innes <andrewi@gnu.org>
9500
9501 * timer.el (run-with-idle-timer): Undo last change, so that timer
9502 is not activated immediately if Emacs is already idle. Some
9503 existing code relies on this behaviour.
9504
95052000-08-30 Miles Bader <miles@gnu.org>
9506
9507 * frame.el (set-frame-font): Do completion of font-name for
9508 interactive use.
9509
95102000-08-30 Kenichi Handa <handa@etl.go.jp>
9511
9512 * international/quail.el (quail-start-translation): Bind locally
9513 last-command-event, last-command, and this-command.
9514 (quail-start-conversion): Likewise.
9515 (quail-self-insert-command): Fix docstring.
9516
95172000-08-29 Gerd Moellmann <gerd@gnu.org>
9518
9519 * progmodes/executable.el
9520 (executable-make-buffer-file-executable-if-script-p): Check that
9521 buffer contains at least 2 characters.
9522
95232000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9524
9525 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9526
95272000-08-29 Dave Love <fx@gnu.org>
9528
9529 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9530 (diff-mode-shared-map): Bind mouse-2.
9531 (diff-imenu-generic-expression): New variable.
9532 (diff-mode): Use it.
9533
9534 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9535 (mouse-popup-menubar): Add minor mode menus.
9536 (popup-menu): Check for lookup-key returning number.
9537
95382000-08-29 Miles Bader <miles@gnu.org>
9539
9540 * comint.el (comint-send-input): Create overlays using the proper
9541 front/read-advance arguments.
9542
95432000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9544
9545 * ps-print.el: Even/odd pages printing. Doc fix.
9546 (ps-print-version): New version number (6.0).
9547 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9548 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9549 (ps-print-duplex-feature): Variable eliminated.
9550 (ps-even-or-odd-pages): New variable.
9551
9552 * progmodes/ebnf2ps.el: Doc fix.
9553 (ebnf-version): New version (3.3).
9554 (ebnf-user-arrow): Change variable customization to sexp.
9555 (ebnf-user-arrow): Function eliminated.
9556 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9557
95582000-08-29 Kenichi Handa <handa@etl.go.jp>
9559
9560 * help.el (help-xref-mule-regexp): New variable.
9561 (help-make-xrefs): Handle help-xref-mule-regexp.
9562
9563 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9564 variable.
9565 (describe-input-method): Temporarily activate the specfied input
9566 method to display the information.
9567 (describe-language-environment): Hyperlinks to mule related items.
9568
9569 * international/mule-diag.el (charset-multibyte-form-string): New
9570 function.
9571 (list-character-sets-1): Use charset-multibyte-form-string.
9572 (describe-character-set): New function.
9573 (describe-coding-system): Hyperlinks to safe character sets.
9574
9575 * international/quail.el (quail-help): New arg PACKAGE.
9576 Hyperlinks to mule related items.
9577 (quail-help-insert-keymap-description): Use
9578 substitute-command-keys instead of describe-bindings.
9579 (quail-translation-help): Hyperlinks to mule related items.
9580
95812000-08-28 John Wiegley <johnw@gnu.org>
9582
9583 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9584 have a defsubst call itself. Made `eshell-flatten-list' back into
9585 a function again.
9586
9587 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9588 catch, in case re-centering point at bottom messes up the display.
9589 This happens frequently in Emacs 21, due I believe to variable
9590 line heights.
9591
9592 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9593 to call `find-tag-interactive'.
9594
9595 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9596 the list of remember directories.
9597
95982000-08-28 John Wiegley <johnw@gnu.org>
9599
9600 * align.el: Test align-region-separate to see if it's a symbol.
9601
96022000-08-28 John Wiegley <johnw@gnu.org>
9603
9604 * eshell/esh-util.el (eshell-flatten-list): Made this function
9605 into a defsubst form. It gets used very frequently, although
9606 calls don't occur all that often.
9607
9608 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9609 examining it.
9610
9611 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9612 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9613 `eshell-protect'.
9614 (eshell-copy-handles): Created a new macro for duplicating the
9615 current set of open handles. This is needed by the looping
9616 functions.
9617 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9618 is not incorrectly stomped on.
9619
9620 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9621 declaration for pcomplete-use-paring.
9622 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9623 value of eshell-cmpl-use-paring.
9624 * pcomplete.el (pcomplete-use-paring): New config variable, to
9625 indicate whether paring should be used.
9626 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9627 completion alternatives that have already been used.
9628
9629 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9630 bound to C-c C-y, which will repeat the previous N arguments
9631 (based on prefix argument).
9632 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9633
9634 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9635 if there is no *Help* buffer. This is for XEmacs, which renames
9636 its help buffers uniquely. TODO: Find out what the current buffer
9637 name to delete is.
9638
9639 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9640 first entry that correlates to a passwd/group number. Later
9641 entries (used for group/user name aliasing to multiple IDs) are
9642 ignored.
9643
9644 * eshell/em-xtra.el (eshell/expr):
9645 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9646 (eshell-grep, eshell/diff, eshell/locate):
9647 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9648 argument list, before passing it to the system command.
9649
9650 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9651 `find-tag' for use at final position in Eshell buffers (which
9652 otherwise triggers an error on Emacs 21).
9653 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9654 buffer, if it is currently bound to `find-tag'.
9655
9656 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9657 in the list of matched Makefile names.
9658 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9659 directory, prefer its contents to Makefile.
9660
9661 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9662 directory parts (like "cd old new", or "cd =regexp"), are now case
9663 sensitive on non-Windows/DOS platforms.
9664
9665 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9666 types RET after an open delimiter (like "), display a message
9667 indicating that Eshell is waiting for the closing delimiter.
9668
9669 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9670 environment variables.
9671
9672 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9673 gracefully if the user enters incorrect arguments.
9674
9675 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9676 Eshell buffers.
9677
9678 * eshell/esh-var.el (eshell-interpolate-variable):
9679 * eshell/esh-mode.el (eshell-move-argument):
9680 * eshell/em-unix.el (eshell-du-sum-directory):
9681 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9682 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9683 (not (= ...)).
9684
9685 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9686 to ensure the `preserve' flag gets propagated when doing recursive
9687 directory copies.
9688
96892000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9690
9691 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9692 Don't convert \n into \0177 in memory.
9693 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9694 and back again, when reading and writing.
9695
96962000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9697
9698 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9699 testing of `fboundp' on `processp'.
9700
9701 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9702 (eshell/jobs): Don't call process-list if it is not bound.
9703 (eshell-gather-process-output): Support systems where async
9704 subprocesses aren't supported.
9705 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9706 variables.
9707
9708 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9709 eshell-do-eval returns t.
9710 (eshell-do-pipelines-synchronously): New defmacro.
9711 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9712 when async subprocesses aren't supported.
9713 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9714 if async subprocesses aren't supported.
9715 (eshell-resume-command): Don't assume STATUS is a string.
9716
9717 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9718
9719 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9720 (eshell-close-target, eshell-get-target): Use eshell-processp.
9721 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9722 fix.
9723 (eshell-get-target, eshell-create-handles): Doc fix.
9724
97252000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9726
9727 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9728 criterion to include commands that output something, as long as it
9729 leaves both the command and the end-of-buffer visible when the
9730 command has exited.
9731 (eshell-review-quick-commands): Adjust the help doc string
9732 accordingly.
9733
97342000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9735
9736 * locate.el (locate): Cleaned up locate command's interactive prompting
9737 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9738
9739 * filecache.el (file-cache-case-fold-search): New variable
9740 (file-cache-assoc-function): New variable
9741 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9742 Use file-cache-case-fold-search variable
9743 (file-cache-add-file): Use file-cache-assoc-function
9744 (file-cache-delete-file): likewise
9745 (file-cache-directory-name): likewise
9746 (file-cache-debug-read-from-minibuffer): likewise
9747
97482000-08-28 Gerd Moellmann <gerd@gnu.org>
9749
9750 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9751 (abbrev-table-name): New function.
9752 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9753 If non-nil list local abbrev, only.
9754
97552000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9756
9757 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9758 from Gnus support code, and use special article copy buffer
9759 `(gnus-original-article-buffer)' instead. This allows to get rid
9760 of article-hide-headers usage (which breaks in the latest Gnus
9761 version). Thanks to Detlev Zundel.
9762
97632000-08-28 Kenichi Handa <handa@etl.go.jp>
9764
9765 * international/quail.el (quail-use-package): Hide "... loaded"
9766 message.
9767 (quail-start-translation, quail-start-conversion): Likewise.
9768
9769 * international/kkc.el (kkc-region): Hide "... loaded" message.
9770
97712000-08-27 Dave Love <fx@gnu.org>
9772
9773 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9774
97752000-08-27 Miles Bader <miles@gnu.org>
9776
9777 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9778
97792000-08-27 Kenichi Handa <handa@etl.go.jp>
9780
9781 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9782 'ja-dic-cnv), not (require 'skkdic-cnv).
9783
97842000-08-26 Miles Bader <miles@gnu.org>
9785
9786 * faces.el (face-x-resources): Add entry for :inherit.
9787 * cus-face.el (custom-face-attributes): Add support for :inherit
9788 attribute. Add support for relative face heights.
9789 (custom-face-attributes-get): Treat `nil' as being a default value
9790 for :inherit (as well as `unspecified').
9791
9792 * faces.el (set-face-attribute): Update doc string.
9793 (face-attribute-name-alist): Add :inherit.
9794 (face-valid-attribute-values): Handle :inherit.
9795 (face-read-string): Rephrase prompt to be less confusing.
9796 Assume that DEFAULT is a string, since we must return a string.
9797 (face-read-integer): Use `format' to turn DEFAULT into an
9798 acceptable default for face-read-string. Match NEW-VALUE against
9799 the string "unspecified", not the symbol `unspecified', since
9800 that's what face-read-string returns.
9801 (read-face-attribute): Lookup a name for old-value in valid, and
9802 use it as a default if we find one. Treat all values from
9803 face-read-string as strings. If the default is used, don't do any
9804 more processing on the value, just use the old value directly.
9805 (read-face-and-attribute, modify-face): Tweak prompt.
9806 (read-face-name): Don't assume prompt ends with a space.
9807
9808 * faces.el (describe-face): Add support for :inherit attribute.
9809
98102000-08-25 Kenichi Handa <handa@etl.go.jp>
9811
9812 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9813 concat doesn't accept interger.
9814
9815 * international/kkc.el: Remove SKK from Keywords. Require
9816 ja-dic-utl instead of skkdic-utl.
9817
9818 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9819 Provide ja-dic-cnv instead of skkdic-cnv.
9820 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9821 (iso-2022-7bit-short): Add safe-charsets property.
9822 (skkdic-convert-postfix): Search Japanese chou-on character in
9823 addition to Hiragana character.
9824 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9825 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9826 (batch-skkdic-convert): Likewise.
9827
9828 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9829 Provide ja-dic-utl instead of skkdic-utl.
9830 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9831
98322000-08-24 Dave Love <fx@gnu.org>
9833
9834 * disp-table.el (standard-display-default): Make the test of `l'
9835 useful.
9836
9837 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9838 mod sample text.
9839
9840 * international/iso-ascii.el: Make pilcrow convenient string
9841 consistent with section.
9842 (iso-ascii-display): Set up multibyte characters as well as
9843 unibyte.
9844
98452000-08-24 Kenichi Handa <handa@etl.go.jp>
9846
9847 * international/mule-cmds.el (reset-language-environment): Set
9848 default-process-coding-system to '(undecided . iso-latin-1), which
9849 makes process I/O almost consistent with file I/O. Call this
9850 function when mule-cmds.el[c] is loaded.
9851
98522000-08-22 Andrew Innes <andrewi@gnu.org>
9853
9854 * makefile.w32-in: New file.
9855
98562000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9857
9858 * comint.el (comint-output-filter): Compare end of
9859 comint-last-output-overlay with the start of the newly inserted
9860 text, not the end, when deciding whether to extend it.
9861 Set saved-point's insertion type to advance after insertion.
9862
9863 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9864 since this is now done independently of font-lock mode.
9865
98662000-08-21 Gerd Moellmann <gerd@gnu.org>
9867
9868 * server.el (server-kill-new-buffers): New user option.
9869 (server-existing-buffer): New buffer-local variable.
9870 (server-visit-files): When using an existing buffer, set
9871 server-existing-buffer to t.
9872 (server-buffer-done): If server-kill-new-buffers is t, kill the
9873 buffer, unless it was already present before visiting it with
9874 Emacs server.
9875
98762000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9877
9878 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9879 even if the display doesn't support colors: some displays will
9880 support bold/underline faces.
9881
98822000-08-21 Gerd Moellmann <gerd@gnu.org>
9883
9884 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9885
9886 * startup.el (command-line): If user's init file had an error,
9887 add explanatory text to *Messages*.
9888
98892000-08-21 Kenichi Handa <handa@etl.go.jp>
9890
9891 * man.el (Man-getpage-in-background): Decode the process output by
9892 the system locale coding system.
9893
98942000-08-20 Dave Love <fx@gnu.org>
9895
9896 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9897 Don't test x-popup-menu.
9898 (function) <complete-function>: Complete only fbound symbols.
9899 <validate, value>: New.
9900 (variable) <complete-function>: Complete only bound symbols.
9901 (coding-system): Add :base-only, :complete-function, :validate,
9902 :value, :prompt-match.
9903 (widget-coding-system-prompt-value): Use read-coding-system and
9904 act on :base-only.
9905 (editable-field): Add :help-echo.
9906 (widget-push-button-gui, widget-push-button-cache)
9907 (widget-gui-action, widget-editable-list-gui): COmment out, along
9908 with uses.
9909 (widget-at): Make arg optional.
9910 (widget-echo-help): Adjust for current help-echo calling sequence.
9911 (widget-specify-field, widget-specify-button)
9912 (widget-specify-insert, widget-get-sibling, widget-image-find)
9913 (widget-convert, widget-insert, widget-leave-text)
9914 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9915 (widget-setup, widget-field-find, widget-before-change)
9916 (widget-after-change, widget-default-complete)
9917 (widget-default-create, widget-default-delete)
9918 (widget-push-button-value-create, editable-field)
9919 (widget-field-prompt-value, widget-field-validate)
9920 (widget-choice-value-create, widget-choice-action)
9921 (widget-choice-validate, widget-checklist-add-item)
9922 (widget-radio-add-item, widget-radio-chosen)
9923 (widget-radio-value-inline, widget-editable-list-value-create)
9924 (widget-editable-list-entry-create)
9925 (widget-documentation-link-add)
9926 (widget-documentation-string-value-create)
9927 (widget-regexp-validate, widget-file-complete)
9928 (widget-sexp-validate, widget-plist-convert-widget)
9929 (widget-plist-convert-widget, widget-alist-convert-widget)
9930 (widget-alist-convert-widget, widget-color-complete): Simplify,
9931 particularly to avoid bindings which aren't optimized out.
9932
9933 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9934 Doc fix.
9935 (down-list, backward-up-list, up-list, kill-sexp)
9936 (backward-kill-sexp, mark-sexp): Make arg optional.
9937 (lisp-complete-symbol): Add optional arg PREDICATE.
9938
9939 * cus-start.el: Add display-buffer-reuse-frames,
9940 file-coding-system-alist.
9941
99422000-08-20 Gerd Moellmann <gerd@gnu.org>
9943
9944 * startup.el (command-line): Clear realized faces after
9945 modifying TTY color mappings.
9946
99472000-08-20 Miles Bader <miles@gnu.org>
9948
9949 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9950 merely a subset of FACE's attributes.
9951
99522000-08-19 Miles Bader <miles@gnu.org>
9953
9954 * comint.el (comint-output-filter): Save the point with a marker,
9955 not just a buffer position.
9956
9957 * international/mule.el (set-buffer-process-coding-system): Make
9958 interactive prompt less confusing.
9959
99602000-08-19 Gerd Moellmann <gerd@gnu.org>
9961
9962 * hilit-chg.el: General cleanup of doc strings, comments and
9963 code formatting.
9964
99652000-08-19 Miles Bader <miles@gnu.org>
9966
9967 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9968 Compiler macro removed; beginning-of-line is no longer always
9969 equivalent to forward-line, in the presence of fields.
9970
9971 * comint.el (comint-output-filter): Remove ad-hoc saving of
9972 restriction, and just use save-restriction, now that it works
9973 correctly. Don't adjust comint-last-input-start to account for
9974 our insertion; it shouldn't have moved because we don't use
9975 insert-before-markers anymore. Comment out call to
9976 `force-mode-line-update'; why is it here?
9977
9978 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9979 while checking for prompt to delete. Use `forward-line 0'
9980 instead of beginning-of-line.
9981 (gud-filter): Temporarily widen gud comint buffer while
9982 examining output.
9983
99842000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9985
9986 * progmodes/sh-script.el: Big bag of typos.
9987
9988 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9989 check since ispell-process is not bound when ispell is not yet loaded.
9990
99912000-08-18 Dave Love <fx@gnu.org>
9992
9993 * image.el (find-image): Copy `spec' before using plist-put.
9994
99952000-08-18 Gerd Moellmann <gerd@gnu.org>
9996
9997 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9998 `portugues'.
9999
10000 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10001 backward-kill-sexp, analogous to kill-sexp.
10002
10003 * progmodes/icon.el (icon-indent-line)
10004 (icon-is-continuation-line): Handle comments specially.
10005
100062000-08-17 Ken Stevens <k.stevens@ieee.org>
10007
10008 * ispell.el: Set to standard author/maintainer/keyword fields.
10009 Fine tuning to menu map appearance and operation, and added help.
10010 Remove `start' and `end' error messages when compiling.
10011 (ispell-choices-win-default-height): Fixed comment string.
10012 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10013 castellano8 dictionaries.
10014 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10015 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10016 dictionary, added italiano dictionary.
10017 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10018 word character
10019 (ispell-tex-skip-alists): Added psfig support.
10020 (ispell-skip-html): Renamed from ispell-skip-sgml.
10021 (ispell-begin-skip-region-regexp, ispell-skip-region)
10022 (ispell-minor-check): Improved html skipping support to skip across
10023 code, and recognize `&' commands without propper `;' syntax;
10024 (ispell-process-line): Fix alignment error when manually
10025 correcting spelling.
10026 (ispell): Fix comment string.
10027 (ispell-add-per-file-word-list): Always put word list on new line.
10028
100292000-08-17 Gerd Moellmann <gerd@gnu.org>
10030
10031 * format.el (format-encode-run-method): Fix error message to say
10032 `encode' instead of `decode'. Use save-window-excursion around
10033 shell-command-on-region as in format-decode-run-method because
10034 shell-command-on-region can display a buffer with error output.
10035 (format-decode): Don't record undo information for the decoding.
10036 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10037 that number part of the temporary buffer name so that more than
10038 one decoding using a temporary buffer can happen safely.
10039
10040 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10041 of `A-z' in the regexp.
10042
10043 * hilit-chg.el: Fix typos in commentary.
10044
10045 * help.el (view-emacs-news): Rewritten for new naming scheme
10046 for old NEWS files.
10047
10048 * startup.el (command-line): Pop to *Messages* in case an error
10049 is signaled while loading user-init-file.
10050
100512000-08-17 Andreas Schwab <schwab@suse.de>
10052
10053 * files.el (insert-directory): Don't lose original file name,
10054 undoing an undocumented change.
10055
100562000-08-17 Alex Schroeder <alex@gnu.org>
10057
10058 * sql.el (sql-magic-go): Use comint-bol.
10059 (sql-copy-column): Use comint-line-beginning-position.
10060 (comint-line-beginning-position): Define a replacement for
10061 comint-line-beginning-position if it is not fboundp.
10062
100632000-08-17 Alex Schroeder <alex@gnu.org>
10064
10065 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10066 it didn't have any effect anyway.
10067
100682000-08-17 Alex Schroeder <alex@gnu.org>
10069
10070 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10071 --pset and pager=off instead of sending \\o|cat at the beginning
10072 of the session.
10073
100742000-08-17 Miles Bader <miles@gnu.org>
10075
10076 * progmodes/octave-inf.el: Add compatibility definition of
10077 comint-line-beginning-position.
10078
100792000-08-17 Kenichi Handa <handa@etl.go.jp>
10080
10081 * startup.el (normal-top-level): Look in each dir in load-path for
10082 a leim-list.el file too. This assures of loading leim-list.el
10083 that is created at Emacs installation time even if a user have his
10084 own leim-list.el.
10085
100862000-08-17 Miles Bader <miles@gnu.org>
10087
10088 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10089 foreground color to black if the background is dark.
10090
100912000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10092
10093 * loadhist.el (unload-feature): Typo.
10094
10095 * finder.el (finder-compile-keywords):
10096 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10097 to the generated file.
10098
10099 * mail/mh-e.el (mh-make-local-vars):
10100 Replace make-variable-buffer-local with make-local-variable.
10101
10102 * play/landmark.el:
10103 * options.el (Edit-options-{set,toggle,t,nil}):
10104 * mail/mailabbrev.el (mail-abbrevs-mode):
10105 * textmodes/tex-mode.el (tex-expand-files):
10106 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10107
10108 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10109
10110 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10111 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10112 Allow going past the last element.
10113 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10114 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10115 (cvs-mouse-toggle-mark): Don't move point.
10116 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10117
10118 * progmodes/compile.el (grep): Provide a default set of files.
10119 (next-error): Docstring fix.
10120 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10121
10122 * emacs-lisp/easy-mmode.el (define-minor-mode):
10123 Use `symbol-value' to keep the byte-compiler quiet.
10124
10125 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10126 (diff-find-source-location): New fun, extracted from diff-goto-source.
10127 (diff-goto-source): Use it.
10128 (diff-next-complex-hunk, diff-filter-lines): New function.
10129 (diff-apply-hunk): New command.
10130
10131 * smerge-mode.el (smerge-mode-menu): Doc fix.
10132
10133 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10134
101352000-08-16 Dave Love <fx@gnu.org>
10136
10137 * windmove.el (windmove) <defgroup>: Add :version.
10138
10139 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10140 (goto-address-fontify-p, goto-address-highlight-p)
10141 (goto-address-url-face, goto-address-url-mouse-face)
10142 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10143 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10144 (goto-address-fontify, goto-address-at-mouse): Simplify,
10145 (goto-address-at-point): browse-url-url-at-point,
10146 goto-address-find-address-at-point can return nil.
10147 (goto-address-find-address-at-point): Return nil on failure.
10148
10149 * align.el (align) <defgroup>: Add :version.
10150
10151 * calculator.el (calculator): Add :version.
10152 (calculator): Use two lines for calculator window if `modeline'
10153 face is boxed.
10154
10155 * play/5x5.el: Doc fixes.
10156 (5x5) <defgroup>: Add :version.
10157
10158 * play/fortune.el (fortune) <defgroup>: Add :version.
10159 (fortune-append): Fix error message.
10160 (fortune-from-region): Doc fix.
10161
10162 * play/pong.el (pong): Doc fix.
10163
10164 * play/morse.el: Keywords, commentary, autoloads.
10165
101662000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * desktop.el (desktop-save): Don't look at symbol-value of a
10169 member of minor-mode-alist, unless it is boundp.
10170
101712000-08-16 Sam Steingold <sds@gnu.org>
10172
10173 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10174 `while'; use `with-current-buffer' instead of `save-excursion'.
10175 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10176
101772000-08-16 Kenichi Handa <handa@etl.go.jp>
10178
10179 * international/ccl.el (declare-ccl-program): Docstring modified.
10180 (ccl-execute-with-args): Likewise.
10181
101822000-08-16 Miles Bader <miles@gnu.org>
10183
10184 * progmodes/sql.el: Add compatibility definition of
10185 comint-line-beginning-position.
10186
101872000-08-15 Gerd Moellmann <gerd@gnu.org>
10188
10189 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10190 'buffer-menu' property.
10191 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10192 fails.
10193 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10194 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10195 wasn't killed.
10196
10197 * buff-menu.el (list-buffers-noselect): Don't display the
10198 *Buffer List* buffer.
10199
10200 * font-lock.el: Require jit-lock to prevent a very late
10201 `Loading jit-lock' message.
10202
10203 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10204 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10205 mail address.
10206
102072000-08-15 Miles Bader <miles@gnu.org>
10208
10209 * textmodes/ispell.el (ispell-graphic-p): New constant.
10210 (ispell-choices-win-default-height, ispell-help): Use
10211 `ispell-graphic-p' instead of `xemacsp'.
10212
102132000-08-15 Dave Love <fx@gnu.org>
10214
10215 * simple.el: Autoload widget-convert when compiling.
10216 (mail-user-agent): Doc fix.
10217
10218 * help.el (function-called-at-point, variable-at-point): Use
10219 with-syntax-table.
10220 (help-manyarg-func-alist): Add insert-and-inherit.
10221
10222 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10223
10224 * delsel.el (delsel-unload-hook): New function.
10225
10226 * find-file.el: Doc fixes. Move provide to end.
10227 (ff) <defgroup>: Add :link.
10228 (ff-goto-click): Deleted.
10229 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10230 Use mouse-set-point.
10231
10232 * textmodes/tildify.el: Doc fixes.
10233 (tildify) <defgroup>: Add:version.
10234
10235 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10236 (glasses-custom-set): Use set-default, not set.
10237 (minor-mode-alist): Propertize the lighter.
10238 (glasses-mode): Provide optional arg.
10239
10240 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10241 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10242 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10243 option. Provide :type.
10244 (cwarn-configuration): Provide :type.
10245 (cwarn-mode): Doc fix.
10246
10247 * add-log.el (change-log-merge): Doc fix.
10248 (change-log-redate): New command.
10249
10250 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10251 Doze and Dog.
10252 (browse-url): Use dolist, not mapcar.
10253 (browse-url-at-point): Check for null url.
10254 (browse-url-event-buffer, browse-url-event-point): Functions
10255 deleted.
10256 (browse-url-at-mouse, browse-url-netscape): Simplify.
10257
10258 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10259 modes.
10260 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10261 Fix previous change to mapcan.
10262 (msb--init-file-alist, msb--add-separators)
10263 (msb--make-keymap-menu): Simplify.
10264 (msb--choose-file-menu): Use copy-sequence.
10265 (msb-mode-map): Add title to keymap.
10266 (msb-unload-hook): New function.
10267
10268 * bs.el: Fix indentation.
10269 (bs) <defgroup>: Add :links.
10270 (bs-show): Doc fix.
10271 (bs-apply-sort-faces): Don't use window-system.
10272 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10273
102742000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10275
10276 * calendar/timeclock.el (timeclock-file): Run .timelog through
10277 convert-standard-filename.
10278
102792000-08-14 Gerd Moellmann <gerd@gnu.org>
10280
10281 * emacs-lisp/authors.el: New file.
10282
10283 * paren.el (show-paren-priority): New user option.
10284 (show-paren-function): Set overlay priorities to
10285 show-paren-priority.
10286
102872000-08-14 Miles Bader <miles@gnu.org>
10288
10289 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10290 beginning-of-line with inhibit-field-text-motion bound.
10291
102922000-08-14 Gerd Moellmann <gerd@gnu.org>
10293
10294 * calendar/timeclock.el: New file.
10295
102962000-08-14 David Ponce <david@dponce.com>
10297
10298 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10299 `widget-button-click'. so that one can use left mouse button to
10300 click on dialog buttons.
10301
103022000-08-14 Emmanuel Briot <briot@gnat.com>
10303
10304 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10305 identifiers, since XML is case sensitive
10306
103072000-08-12 Miles Bader <miles@gnu.org>
10308
10309 * comint.el (comint-output-filter): Don't bother frobbing
10310 window-start, it doesn't seem to be necessary.
10311
10312 * comint.el (comint-send-string, comint-send-region): Make into
10313 real functions. Snapshot the prompt before sending.
10314
103152000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10316
10317 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10318 technique similar to Info-index, instead of relying on specific
10319 names of relevant Index nodes.
10320 (Info-goto-emacs-command-node): Bind Info-history to nil when
10321 going to the first node found by Info-find-emacs-command-nodes.
10322
103232000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10324
10325 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10326
103272000-08-10 Miles Bader <miles@gnu.org>
10328
10329 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10330
103312000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10332
10333 * info.el (Info-file-list-for-emacs): More elements for the
10334 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10335 and woman manuals.
10336
103372000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10338
10339 * comint.el (comint-send-input): Make the newline boundary overlay
10340 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10341 (comint-output-filter): Use `insert' instead of
10342 `insert-before-markers'. Extend comint-last-output-overlay when
10343 necessary since we can't rely on insert-before-markers to do it.
10344 * gud.el (gud-filter): Use `with-current-buffer' instead of
10345 save-excursion when inserting the output, so that point gets
10346 updated correctly; the old method relied on a rather dodgy
10347 side-effect of comint-output-filter to avoid the effect of
10348 save-excursion.
10349
103502000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10351
10352 * files.el (recover-file): Call insert-directory instead of
10353 invoking `ls' directly.
10354
103552000-08-10 Miles Bader <miles@gnu.org>
10356
10357 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10358 (comint-last-prompt-overlay): New variables.
10359 (comint-output-filter): Implement prompt highlighting.
10360 (comint-snapshot-last-prompt): New function.
10361 (comint-send-input): Snapshot the last prompt.
10362 Use comint-highlight-input-face.
10363 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10364 Use defface instead of defcustom.
10365 (send-invisible, comint-send-eof): Snapshot the last prompt.
10366 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10367 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10368
103692000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10370
10371 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10372 (regexp-opt-group): Use a list of chars for `letters'.
10373 (regexp-opt-charset): `chars' is now a list of chars.
10374 Use a char-table rather than a vector so it works for multibyte chars.
10375
10376 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10377 Set cvs-minor-current-files to the selected fileinfo.
10378 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10379 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10380
103812000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10382
10383 * files.el (insert-directory): Don't call access-file on
10384 directories on DOS and Windows.
10385
103862000-08-09 Kenichi Handa <handa@etl.go.jp>
10387
10388 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10389 longer if necessary.
10390 (ccl-embed-code): Call ccl-embed-data to store CODE in
10391 ccl-program-vector.
10392
103932000-08-09 Miles Bader <miles@gnu.org>
10394
10395 * comint.el (comint-output-filter): Properly handle the case where
10396 the text surrounded by comint-last-output-overlay was deleted.
10397
103982000-08-08 Gerd Moellmann <gerd@gnu.org>
10399
10400 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10401 non-nil.
10402 (Info-file-list-for-emacs): Remove "info" from the list because
10403 that leads to trying to use the documentation from file `info'
10404 in various situations where it isn't appropriate, for instance
10405 C-h C-k C-h i.
10406
10407 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10408 DIR and/or STRING are nil.
10409
10410 * progmodes/compile.el (compilation-setup): Make variable
10411 compilation-error-screen-columns buffer-local, as some comment
10412 in the code suggests it should be.
10413
10414 * files.el (auto-mode-interpreter-regexp): New variable.
10415 (set-auto-mode): Use it.
10416
10417 * indent.el (indent-for-tab-command): Doc fix.
10418
10419 * mouse-sel.el (mouse-sel-mode): Doc fix.
10420
10421 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10422 labels.
10423
10424 * help.el (print-help-return-message): When
10425 display-buffer-reuse-frames is set, let the help window been quit,
10426 instead of deleting it, which might delete a reused frame.
10427
104282000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10429
10430 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10431 rename a directory to a name that differs only by its letter case.
10432
104332000-08-08 Kenichi Handa <handa@etl.go.jp>
10434
10435 * international/quail.el (quail-define-rules): Handle Quail decode
10436 map correctly. Add code for supporting annotations.
10437 (quail-install-decode-map): New function.
10438 (quail-defrule-internal): New optional arguments decode-map and
10439 props.
10440 (quail-advice): New function.
10441
104422000-08-07 Sam Steingold <sds@gnu.org>
10443
10444 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10445 `defconst', `define-condition', `with-slots'.
10446 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10447
104482000-08-03 Miles Bader <miles@gnu.org>
10449
10450 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10451 New variable.
10452 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10453 comint-use-prompt-regexp-instead-of-fields.
10454 (comint-send-input): Add `input' field property to stuff we send to
10455 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10456 (comint-output-filter): Add `output' field property to process
10457 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10458 (comint-replace-by-expanded-history)
10459 (comint-get-old-input-default, comint-show-output)
10460 (comint-backward-matching-input, comint-forward-matching-input)
10461 (comint-next-prompt, comint-previous-prompt): Use field
10462 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10463 (comint-line-beginning-position): New function.
10464 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10465 (comint-replace-by-expanded-history-before-point): Use
10466 comint-line-beginning-position and line-end-position.
10467 (comint-last-output-overlay): New variable.
10468 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10469
10470 * shell.el (shell-prompt-pattern): Doc change.
10471 (shell-backward-command): Use line-beginning-position.
10472
10473 * gud.el (gud-gdb-complete-command): Use
10474 comint-line-beginning-position.
10475
10476 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10477 comint-bol doesn't actually go to the beginning of the line.
10478
10479 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10480 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10481 (try-expand-line-all-buffers): Likewise.
10482
10483 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10484 explicitly matching comint-prompt-regexp.
10485 (sql-copy-column): Use comint-line-beginning-position instead of
10486 explicitly matching comint-prompt-regexp.
10487
10488 * progmodes/octave-inf.el (inferior-octave-complete): Use
10489 comint-line-beginning-position.
10490
10491 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10492
10493 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10494 looking for a prompt, use `forward-line 0' instead of
10495 `beginning-of-line', to avoid getting caught by an input field.
10496
104972000-08-07 Gerd Moellmann <gerd@gnu.org>
10498
10499 * files.el (shell-quote-wildcard-pattern): Make sure to return
10500 PATTERN, in the Unix case.
10501
105022000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10503
10504 * play/zone.el (zone): Discard any pending input before running
10505 the randomly-chosen pgm.
10506
105072000-08-07 Kenichi Handa <handa@etl.go.jp>
10508
10509 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10510 checking the existence of any multibyte characters.
10511
105122000-08-06 Gerd Moellmann <gerd@gnu.org>
10513
10514 * help.el (describe-mode): Test minor-mode symbol for being
10515 bound before testing its value for being nil.
10516
10517 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10518 `first', `second', and `third'.
10519
10520 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10521 (second): Make it an alias for `cadr'.
10522
105232000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10524
10525 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10526 types of display support faces now.
10527
105282000-08-05 Gerd Moellmann <gerd@gnu.org>
10529
10530 * pcvs.el (require): Require `cl' during compilation, only.
10531
10532 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10533 (toplevel): Remove `remq' and `remove' from autoloads.
10534 (cl-fake-autoloads): New variable. If set, arrange for an error
10535 when CL functions etc. are autoloaded.
10536
105372000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10538
10539 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10540
10541 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10542 popped up, but the user clicks outside the menu, return an empty
10543 regexp (that causes unhighlight-regexp to have no effect).
10544
10545 * menu-bar.el (menu-bar-games-menu): Add Zone.
10546
10547 * hi-lock.el (toplevel): Require font-lock.
10548
105492000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10550
10551 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10552 (ebnf-8-bit-chars): New var for bug fix.
10553 (ebnf-string): Bug fix.
10554
105552000-08-03 Sam Steingold <sds@gnu.org>
10556
10557 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10558 instead of `buffer-string'.
10559 (require 'cl): Always, not just when compiling.
10560 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10561 necessary.
10562
105632000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10564
10565 * international/mule-cmds.el (select-safe-coding-system): Make
10566 the message text about selecting a safe coding system more clear.
10567
105682000-08-02 Gerd Moellmann <gerd@gnu.org>
10569
10570 * hi-lock.el: New file.
10571
10572 * play/zone.el: New file.
10573
10574 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10575 value of tab-width in the original buffer. Choose a line number
10576 format that's a multiple of the original buffer's tab width, so
10577 that lines appear right.
10578
10579 * textmodes/ispell.el (ispell): New function, replacing an alias.
10580 Spell-check active region if in transient-mark-mode and mark
10581 is active; otherwise spell-check buffer.
10582
105832000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10584
10585 * ps-mule.el: Fix a customization problem on
10586 ps-mule-font-info-database-default.
10587
105882000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10589
10590 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10591 display-mouse-p instead of window-system.
10592 (ebrowse-member-mode-map): Ditto.
10593
105942000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10595
10596 * progmodes/ebnf2ps.el: Update ps-print functions call.
10597 Indentation fix. Doc fix.
10598 (ebnf-version): New version number (3.2).
10599 (ebnf-format-color, ebnf-begin-job): Code fix.
10600
106012000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10602
10603 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10604 font lock support on window-system.
10605 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10606
10607 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10608 display-color-p, if fboundp, instead of window-system.
10609
106102000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10611
10612 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10613 instead of window-system.
10614
10615 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10616 window-system.
10617 (widget-choice-mouse-down-action): Use display-popup-menus-p
10618 instead of window-system.
10619
10620 * strokes.el (strokes-file): Run the file name through
10621 convert-standard-filename.
10622 (strokes-mode): Call display-mouse-p instead of looking at
10623 window-system. Change the error message accordingly.
10624
10625 * progmodes/cpp.el (toplevel): Support faces on tty's.
10626
10627 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10628 (lm-plot-square, lm-init-display): Don't use window-system.
10629
10630 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10631 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10632
10633 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10634 instead of looking at window-system.
10635
106362000-07-30 Gerd Moellmann <gerd@gnu.org>
10637
10638 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10639 of testing if iswitchb-prepost-hooks is bound, because the
10640 latter will always be true when invoking a recursive minibuffer
10641 from an active Iswitchb buffer.
10642
106432000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10644
10645 * files.el (shell-quote-wildcard-pattern): New function.
10646 (insert-directory): Call it. Only prepend "\" to command on Unix
10647 and GNU/Linux systems.
10648
106492000-07-30 Gerd Moellmann <gerd@gnu.org>
10650
10651 * eshell/esh-groups.el: Change custom :link file names
10652 from `eshell.info' to `eshell'.
10653
106542000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10655
10656 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10657 correctly in recursive ange-ftp listings.
10658
106592000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10660
10661 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10662 ps-header-font-size-internal and
10663 ps-header-title-font-size-internal variables are not set,
10664 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10665 face text property is (foreground-color . COLOR) or
10666 `(background-color . COLOR)', ps-print crashes. Doc fix.
10667 (ps-print-version): New version number (5.2.4).
10668 (ps-plot-region): Code fix.
10669 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10670 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10671 Bug fix 2.
10672
106732000-07-30 Milan Zamazal <pdm@freesoft.cz>
10674
10675 * glasses.el (glasses-make-readable): Fix uncapitalization of
10676 identifiers like `myXMLDocument'.
10677
106782000-07-28 Karl Fogel <kfogel@red-bean.com>
10679
10680 * mail/mail-hist.el (mail-hist-previous-input)
10681 (mail-hist-next-input): Do the obvious code factorization.
10682 (mail-hist-retrieve-and-insert): New func, contains common
10683 code of above two.
10684 If inserting a message body, leave point at top.
10685
106862000-07-28 Sam Steingold <sds@gnu.org>
10687
10688 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10689 Use `<=', not `<' to compare times!
10690 (ange-ftp-ls): Remove.
10691
106922000-07-27 Gerd Moellmann <gerd@gnu.org>
10693
10694 * play/cookie1.el: Add explanation of how to make cookie.el
10695 compatible with strfile(1) to comment.
10696
10697 * subr.el (remove, remq): New functions.
10698
10699 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10700 escape `*' in regexps.
10701 (midnight-find): Reverse order of arguments in the funcall of
10702 TEST.
10703
10704 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10705 and `.class'.
10706
10707 * play/meese.el: Add Commentary section.
10708
107092000-07-27 Alex Schroeder <alex@gnu.org>
10710
10711 * sql.el (sql-ms): Added autoload cookie.
10712 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10713 (sql-oracle): Ditto.
10714 (sql-help): Doc change.
10715
10716 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10717 types and exceptions.
10718
107192000-07-27 Alex Schroeder <alex@gnu.org>
10720
10721 * sql.el (sql-placeholder-history): New variable.
10722 (sql-query-placeholders-and-send): New function that will query
10723 the user and replace placeholders with user input.
10724 (sql-oracle): If running on NT, set comint-input-sender to
10725 sql-query-placeholders-and-send.
10726
10727 (sql-stop): If in the SQLi buffer, insert stop notification, else
10728 present it as a message.
10729
107302000-07-27 Alex Schroeder <alex@gnu.org>
10731
10732 * sql.el (sql-input-ring-separator): Doc change.
10733 (sql-input-ring-file-name): Doc change.
10734 (sql-interactive-mode): Use `sql-input-ring-separator' and
10735 `sql-input-ring-file-name' to set the comint-mode equivalents
10736 without making them local variables.
10737 (sql-stop): Don't bind `sql-input-ring-separator' and
10738 `sql-input-ring-file-name' dynamically to their comint-mode
10739 equivalents.
10740
107412000-07-27 Kenichi Handa <handa@etl.go.jp>
10742
10743 * international/mule.el (register-char-codings): New function.
10744 (make-coding-system): Handle `safe-chars' specification in the arg
10745 PROPERTY.
10746
10747 * international/mule-cmds.el
10748 (find-coding-systems-region-subset-p): This function deleted.
10749 (sort-coding-systems-predicate): New variable.
10750 (sort-coding-systems): New function.
10751 (find-coding-systems-region): Use
10752 find-coding-systems-region-internal.
10753 (find-coding-systems-string): Use find-coding-systems-region.
10754 (find-coding-systems-for-charsets): Check
10755 char-coding-system-table.
10756 (select-safe-coding-system-accept-default-p): New variable.
10757 (select-safe-coding-system): Mostly rewritten. New argument
10758 ACCEPT-DEFAULT-P.
10759 (select-message-coding-system): Call select-safe-coding-system
10760 with ACCEPT-DEFAULT-P arg.
10761 (reset-language-environment): Reset default-sendmail-coding-system
10762 to the default value iso-latin-1.
10763 (set-language-environment): Don't set the obsolete variable
10764 charset-origin-alist.
10765
10766 * international/codepage.el (cp-coding-system-for-codepage-1):
10767 Give `safe-chars' property to make-coding-system.
10768
10769 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10770 calling select-message-coding-system twice.
10771
10772 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10773 instead of `safe-charsets'.
10774 (cyrillic-alternativnyj): Likewise.
10775 (ccl-encode-alternativnyj): Don't check the charset
10776 cyrillic-iso8859-5.
10777
107782000-07-27 Kenichi Handa <handa@etl.go.jp>
10779
10780 * composite.el (compose-chars-after): Preserve match data.
10781
107822000-07-26 Sam Steingold <sds@gnu.org>
10783
10784 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10785 (ange-ftp-real-file-newer-than-file-p): New function.
10786 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10787 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10788
10789 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10790 * midnight.el (midnight-float-time): Ditto.
10791
107922000-07-26 Andreas Schwab <schwab@suse.de>
10793
10794 * files.el (normal-backup-enable-predicate): Correct
10795 interpretation of the return value of compare-strings.
10796
107972000-07-26 Gerd Moellmann <gerd@gnu.org>
10798
10799 * isearch.el (isearch-resume): New function.
10800 (isearch-done): Add something to command-history to resume
10801 the search.
10802 (isearch-yank-line, isearch-yank-word): Use
10803 buffer-substring-no-properties instead of buffer-substring.
10804
10805 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10806 of flyspell-mouse-map.
10807
10808 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10809 duplicate definition.
10810 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10811
10812 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10813 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10814
108152000-07-25 Sam Steingold <sds@gnu.org>
10816
10817 * net/ange-ftp.el: Get modtime over the net.
10818 (ange-ftp-file-modtime): New function.
10819 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10820 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10821 Use it.
10822 (ange-ftp-dot-to-slash): New function.
10823 (ange-ftp-fix-name-for-vms): Use it.
10824
10825 * midnight.el (midnight-buffer-display-time): Use
10826 `with-current-buffer'.
10827
108282000-07-25 Gerd Moellmann <gerd@gnu.org>
10829
10830 * find-dired.el: Update copyright notice.
10831 (find-dired): Offer to kill a running `find'.
10832
10833 * enriched.el (enriched-face-ans): For a `foreground-color'
10834 property, return '(("x-color" COLOR))' so that COLOR will be
10835 output as a parameter of the x-color annotation. Likewise for the
10836 `background-color' property. In the case of normal face
10837 properties, don't return annotations for unspecified foreground
10838 and background face attributes.
10839
108402000-07-25 Kenichi Handa <handa@etl.go.jp>
10841
10842 * language/japan-util.el (japanese-katakana-region): Fix handling
10843 HANKAKU argument.
10844
108452000-07-25 Miles Bader <miles@gnu.org>
10846
10847 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10848 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10849 constrain-to-field.
10850
108512000-07-24 Andrew Innes <andrewi@gnu.org>
10852
10853 * timer.el (timer-activate-when-idle): Add optional parameter
10854 DONT-WAIT. Update docstring.
10855 (run-with-idle-timer): Specify extra parameter to
10856 timer-activate-when-idle, so that timer will be activated
10857 immediately if Emacs is already idle.
10858
10859 * w32-fns.el (w32-using-nt): Fix docstring.
10860
108612000-07-24 Dave Love <fx@gnu.org>
10862
10863 * mouse.el (popup-menu): Set last-command-event.
10864 (mouse-major-mode-menu-prefix): Declare.
10865
108662000-07-24 Gerd Moellmann <gerd@gnu.org>
10867
10868 * textmodes/flyspell.el: Update to author's version 1.5d.
10869
10870 * progmodes/hideshow.el: Update copyright notice.
10871
10872 * vcursor.el: Set maintainer to FSF, since author cannot
10873 be reached.
10874
108752000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10876
10877 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10878 the prompt.
10879
10880 * mouse.el (popup-menu): Run the keymap through indirect-function,
10881 in case it was defined with define-prefix-key. If the menu is a
10882 list of keymaps, look up the binding of user's choice in each one
10883 of the keymaps.
10884 (mouse-popup-menubar): If the global and local menu-bar keymaps
10885 don't have a prompt string, create one and insert it into the
10886 keymap. Don't barf if current-local-map returns nil.
10887
108882000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10889
10890 * dired.el (dired-sort-R-check): Added to allow recursive listing
10891 to be undone.
10892 (dired-sort-other): Use it.
10893
108942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10895
10896 * Release of cc-mode 5.27
10897
108982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10899
10900 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10901 c-beginning-of-statement-1 that caused a bad case of recursion
10902 which could consume a lot of CPU in large classes in languages
10903 that have in-expression classes (i.e. Java and Pike).
10904
10905 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10906 statements before top level constructs (i.e. case 6 is moved
10907 before case 5 and is now case 4) to catch in-expression
10908 classes in top level expressions correctly.
10909
109102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10911
10912 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10913 objc-method-intro. Case 4 removed and case 5I added.
10914
10915 * cc-langs.el (c-append-paragraph-start): New variable used by
10916 c-common-init to get paragraph-start correct.
10917 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10918 initialize paragraph-start to make it correct both with and
10919 without the javadoc special case.
10920
10921 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10922 initialize paragraph-start for javadoc markup.
10923
10924 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10925 change by defaulting this to t. It's motivated by the
10926 confusing behavior that otherwise arise from the style system
10927 when editing both java and non-java files at the same time
10928 (see the comments about style setting in c-common-init).
10929
109302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10931
10932 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10933 similar to the one in c-fill-paragraph to check the fill
10934 prefix from the adaptive fill function for sanity.
10935
109362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10937
10938 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10939 defun block.
10940
a30eb617
DL
109412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10942
10943 * cc-align.el (c-lineup-multi-inher): Handle lines with
10944 leading comma nicely. Extended to handle member initializers
10945 too.
10946
10947 * cc-engine.el: (c-beginning-of-inheritance-list,
10948 c-guess-basic-syntax): Fixed recognition of inheritance lists
10949 when the lines begins with a comma.
10950
a30eb617
DL
10951 * cc-vars.el (c-offsets-alist): Changed default for
10952 member-init-cont to c-lineup-multi-inher since it now handles
10953 member initializers and indents better for leading commas.
10954
109552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10956
10957 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10958 handling that caused class open lines to be recognized as
10959 statement-conts in some cases.
10960
10961 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10962 guessed by the adaptive fill function unless point is on the
10963 first line of a block comment.
10964
10965 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10966 when the buffer ends with a macro continuation char.
10967
10968 * cc-engine.el (c-guess-basic-syntax): Added support for
10969 function definitions as statements in Pike. The first
10970 statement in a lambda block is now labeled defun-block-intro
10971 instead of statement-block-intro.
10972
10973 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10974 so that the class surrounding point is selected, not the one
10975 innermost in the state.
10976
10977 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10978 recognition of switch labels having hanging multiline
10979 statements.
10980
10981 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10982 some code in c-guess-basic-syntax to a separate function.
10983 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10984 recognition of member inits with multiple line arglists.
10985 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10986 member-init-cont when the commas are in funny places.
10987
109882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10989
10990 * cc-defs.el (c-auto-newline): Removed this macro since it's
10991 not used anymore.
10992
10993 * cc-engine.el (c-looking-at-bos): New helper function.
10994 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10995 inexpr and toplevel classes apart in Pike.
10996
10997 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10998 of case 9A.
10999
11000 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11001 constant, since "class" can introduce an in-expression class
11002 in Pike nowadays.
11003
110042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11005
11006 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11007 indentation on cpp-macro lines.
11008
11009 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11010 a syntax modifier like comment-intro, to make it possible to
11011 get syntactic indentation for preprocessor directives. It's
11012 incompatible wrt to lineup functions on cpp-macro, but it has
11013 no observable effect in the 99.9% common case where cpp-macro
11014 is set to -1000.
11015
110162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11017
11018 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11019 member-init-cont when the preceding arglist is several lines.
11020
110212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11022
11023 * cc-styles.el (c-style-alist): The basic offset for the BSD
11024 style corrected to 8.
11025
110262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11027
11028 * cc-styles.el (c-style-alist): Adjusted the indentation of
11029 brace list openers in the gnu style.
11030
110312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11032
11033 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11034
11035 * cc-cmds.el (c-electric-brace, c-electric-slash,
11036 c-electric-star, c-electric-semi&comma, c-electric-colon,
11037 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11038 when c-syntactic-indentation is nil.
11039
11040 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11041 we were left at comments preceding the first statement when
11042 reaching the beginning of the buffer.
11043
11044 * cc-vars.el (c-syntactic-indentation): New variable to turn
11045 off all syntactic indentation.
11046
110472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11048
11049 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11050 between the text and the block comment ender when it hangs,
11051 depending on how many there are before the fill.
11052
110532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11054
11055 * cc-engine.el (c-beginning-of-closest-statement): New helper
11056 function to go back to the closest preceding statement start,
11057 which could be inside a conditional statement.
11058 * cc-engine.el (c-guess-basic-syntax): Use
11059 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11060
11061 * cc-engine.el (c-guess-basic-syntax): Better handling of
11062 arglist-intro, arglist-cont-nonempty and arglist-close when
11063 the arglist is nested inside parens. Cases 7A, 7C and 7F
11064 changed.
11065
11066 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11067 up-to-date with javadoc 1.2.
11068
110692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11070
11071 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11072 multiline Pike type decls.
11073
110742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11075
11076 * cc-cmds.el (c-indent-new-comment-line): Always break
11077 multiline comments in multiline mode, regardless of
11078 comment-multi-line.
11079
110802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11081
11082 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11083 fully::qualified::names in C++ member init lists. Preamble in
11084 case 5D changed.
11085
110862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11087
11088 * cc-langs.el (c-common-init): Handling of obsolete variables
11089 moved to c-initialize-cc-mode. More compatible style override
11090 when using global style variables.
11091 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11092 variables moved here.
11093
a30eb617
DL
11094 * cc-styles.el (c-make-styles-buffer-local): Flag style
11095 variable localness in c-style-variables-are-local-p to make
11096 the compatibility measure in c-common-init work well.
11097
11098 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11099 longer contain set-from-style.
11100 * cc-styles.el (c-initialize-builtin-style): Don't check for
11101 set-from-style on c-special-indent-hook.
11102 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11103 copy-alist is sufficient now.
11104
11105 * cc-styles.el (c-set-style, c-set-style-1,
11106 c-get-style-variables): Fixes to variable initialization so
11107 that duplicate entries in styles have the same effect
11108 regardless of DONT-OVERRIDE.
11109
11110 * cc-styles.el (c-set-style-2): Fixed bug where the
11111 initialization of inheriting styles failed when the
11112 dont-override flag is set.
11113
11114 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11115 on this.
11116
111172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11118
11119 * cc-defs.el (c-forward-comment): Removed the workaround
11120 introduced in 5.38 since it had worse side-effects. If a line
11121 contains the string "//\"", it regarded the // as a comment
11122 start since the \ temporarily doesn't have escape syntax.
11123
111242000-07-17 Emmanuel Briot <briot@act-europe.fr>
11125
11126 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11127 ada-xref.el before ada-prj.el, so that the Project menu is created
11128 when ada-prj tries to add to it.
11129 (ada-activate-keys-for-case): Suppress the characters that are not
11130 part of the Ada syntax. Better compatibility with else-mode
11131 (ada-adjust-case-interactive): When auto-casing is not active,
11132 correctly insert newlines (used to insert only ^M). Prevent the
11133 syntax table from being changed in case of an error
11134 (or '_' becomes part of a word and some commands are confused).
11135 Do nothing if ada-auto-case is nil.
11136 (ada-after-keyword-p): Ignore keywords that are also attributes
11137 (ada-batch-reformat): Update usage comment
11138 (ada-call-from-contextual-menu): New function
11139 (ada-case-read-exceptions): Reinitialize the casing exception list
11140 first to nil first, so that the casing exception file can be
11141 shared.
11142 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11143 files.
11144 (ada-compile-goto-error): Fix regexp used to detect a file:line
11145 anywhere in the error message
11146 (ada-contextual-menu-last-point): New variable
11147 (ada-create-keymap): If the variable delete-key-deletes-forward is
11148 t on XEmacs, it means that DEL should delete one character
11149 forward.
11150 (ada-create-menu): Use :included instead of :visible for XEmacs.
11151 New submenu "Options".
11152 (ada-end-stmt-re): Correctly indent "select ... then abort"
11153 statements.
11154 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11155 even if they don't match ada-fill-comment-prefix Fix handling of
11156 paragraphs on the first or last line of a file.
11157 (ada-format-paramlist): Fix handling of default parameter values.
11158 (ada-get-body-name): New function.
11159 (ada-get-current-indent): Optimized by searchling directly for an
11160 existing generic part or a statement outside of it. Handle
11161 ada-indent-align-comments when indenting comments Replaced some
11162 regexps by testing directly the next character. This results in a
11163 huge speedup on some files. New indentation scheme for renames
11164 statements. Stop looking for the 'while' or 'for' associated with
11165 a 'loop' at the first semicolon encountered. A "return" can also
11166 match an anonymous access subprogram declaration.
11167 (ada-get-indent-noindent): Ignore strings and comments when
11168 looking for the keywords "record" and "private".
11169 (ada-goto-matching-decl-start): When matching "if", make sure we
11170 are not in fact seeing "end if". Ignore "when" statements except
11171 when initial keyword was "begin". Fix handling of nested
11172 procedures. Add a recursive call to this function to skip over
11173 other 'end' statmts. Fix indentation for "when .. => begin"
11174 (ada-in-open-paren-p): Fix indentation for complex boolean
11175 expressions, where 'and then', 'or else' and parenthesis
11176 statements are mixed up.
11177 (ada-in-paramlist-p): Skip comments while searching for the
11178 beginning Fix handling of operator declarations.
11179 (ada-indent-align-comments): New variable
11180 (ada-indent-current): Change the syntax table only in the
11181 protected section, so that we are sure it is restored correctly.
11182 (ada-indent-on-previous-lines): Use ada-use-indent and
11183 ada-with-indent Correctly indent "select ... then"
11184 (ada-indent-region): Slight speedup.
11185 (ada-indent-renames): New variable.
11186 (ada-last-which-function-subprog, ada-last-which-function-line):
11187 New variables
11188 (ada-looking-at-semi-private): Correctly indent the 'private'
11189 keyword when it is the first word in a package declaration.
11190 (ada-loose-case-word): Stop searching if at the end of the buffer.
11191 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11192 even if point is not initially at the end of the word.
11193 (ada-matching-decl-start-re): Add "when".
11194 (ada-mode): Add support for abbrev-mode, outline-mode and
11195 which-func-mode Override the old find-file.el entry in
11196 ff-special-constructs since it is using the obsolete
11197 ada-spec-suffix variable
11198 (ada-no-auto-case): New function
11199 (ada-scan-paramlist): When parsing the argument type, accept
11200 spaces (as in "X 'Class", generated by Rational Rose).
11201 (ada-other-file-name): No longer loads the other file.
11202 (ada-popup-menu): Save and restore the current buffer and cursor
11203 position before and after displaying the menu.
11204 (ada-search-ignore-complex-boolean): New function.
11205 (ada-uncomment-region): Emacs21 already knows how to delete
11206 comments not starting in the first column.
11207 (ada-use-indent): New variable
11208 (ada-which-function): New function.
11209 (ada-with-indent): New variable
11210 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11211 can be batch-compiled from the command line.
11212
11213 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11214 Add to the menu when the file is loaded, not in ada-mode-hook.
11215 Add -toolbar to the default ddd command Switches moved from
11216 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11217 ada-prj-default-comp-opt
11218 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11219 Reference Manual to the menu
11220 (ada-check-current): rewritten as a call to ada-compile-current
11221 (ada-compile): Removed.
11222 (ada-compile-application, ada-compile-current, ada-check-current):
11223 Set the compilation-search-path so that compile.el automatically
11224 finds the sources in src_dir. Automatic scrollong of the
11225 compilation buffer. C-uC-cC-c asks for confirmation before
11226 compiling
11227 (ada-compile-current): New parameter, prj-field
11228 (ada-complete-identifier): Load the .ali file before doing
11229 processing
11230 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11231 conform to gnatmake's behavior.
11232 (ada-find-file-in-dir): New function
11233 (ada-find-references): Set the environment variables for gnatfind
11234 (ada-find-src-file-in-dir): New function.
11235 (ada-first-non-nil): Removed
11236 (ada-gdb-application): Add support for jdb, the java debugger.
11237 (ada-get-ada-file-name): Load the original-file first if not done
11238 yet.
11239 (ada-get-all-references): Handles the new ali syntax (parent types
11240 are found between <>).
11241 (ada-initialize-runtime-library): New function
11242 (ada-mode-hook): Always load a project file when a file is opened,
11243 so that the casing exceptions are correctly read.
11244 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11245 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11246 to open the project file, since the latter does not work with
11247 speedbar Get default values before loading the prj file, or the
11248 default executable file name is wrong. Use the absolute value of
11249 src_dir to initialize ada-search-directories and
11250 compilation-search-path,... Add the standard runtime library to
11251 the search path for find-file.
11252 (ada-prj-default-debugger): Was missing an opening '{'
11253 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11254 variables.
11255 (ada-prj-default-gnatmake-opt): New variable
11256 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11257 buffers, the project file is the default one Save the windows
11258 configuration before displaying the menu.
11259 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11260 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11261 ...) regexp-quote identifiers names to support operators +,
11262 -,... in regexps.
11263 (ada-remote): New function.
11264 (ada-run-application): Erase the output buffer before starting the
11265 run Support remote execution of the application. Use
11266 call-process, or the arguments are incorrectly parsed
11267 (ada-set-default-project-file): Reread the content of the active
11268 project file, not the one from the current buffer When a project
11269 file is set as the default project, all directories are
11270 automatically associated with it.
11271 (ada-set-environment): New function
11272 (ada-treat-cmd-string): New special variable ${current}
11273 (ada-treat-cmd-string): Revised. The substitution is now done for
11274 any ${...} substring
11275 (ada-xref-current): If no body was found, compiles the spec
11276 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11277 compiler to get rid of command line length limitations.
11278 (ada-xref-get-project-field): New function
11279 (ada-xref-project-files): New variable
11280 (ada-xref-runtime-library-specs-path)
11281 (ada-xref-runtime-library-ali-path): New variables
11282 (ada-xref-set-default-prj-values): Default run command now does a
11283 cd to the build directory. New field: main_unit Provide a default
11284 file name even if the current buffer has no prj file.
11285
11286 * ada-prj.el:
11287 Rewritten to show a tabbed-dialog.
11288 (ada-prj-add-ada-menu): Remove the map and name parameters.
11289 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11290 New function
11291 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11292 (ada-prj-load-from-file): New function
11293 (ada-prj-save): Always save fields that depend on the current buffer
11294 (ada-prj-show-value): New function
11295
11296 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11297 Ada mode. This will allow us to display the Ada menu in any buffer
11298 we want (for project items).
11299 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11300 number of spaces in the header.
11301
113022000-07-24 Dave Love <fx@gnu.org>
11303
11304 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11305
113062000-07-23 Noah Friedman <friedman@splode.com>
11307
11308 * type-break.el (type-break): perform autosave.
11309 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11310 (type-break-do-query): Cancel query schedule while performing
11311 actual query, to avoid possibility of a second query being made
11312 while first one is already in progress.
11313 (type-break-time-stamp-format): New variable.
11314 (type-break-time-stamp): New function.
11315 (type-break-time-warning): Use it.
11316 (type-break-keystroke-warning): Use it.
11317 (type-break-noninteractive-query): Use it.
11318
11319 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11320 cookie.
11321 Use add-minor-mode to set minor-mode-alist, if available.
11322 (eldoc-echo-area-use-multiline-p): New user option.
11323 (eldoc-echo-area-multiline-supported-p): New variable.
11324 (eldoc-docstring-format-sym-doc): Use them.
11325 (eldoc-mode): If not using idle timers, append to local post and
11326 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11327 (eldoc-display-message-no-interference-p): Don't interfere with
11328 edebug.
11329 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11330 (eldoc-function-arglist): New function.
11331 (eldoc-function-argstring): Use it.
11332
11333 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11334 auto save directory exists before calling directory-files.
11335
113362000-07-23 Dave Love <fx@gnu.org>
11337
11338 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11339 ^o, ^u.
11340
113412000-07-21 Dave Love <fx@gnu.org>
11342
11343 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11344 now passed to the function. It now works properly.
11345
11346 * smerge-mode.el (smerge-mode-menu): Fill it out.
11347
113482000-07-20 Gerd Moellmann <gerd@gnu.org>
11349
11350 * info-look.el (info-lookup): If *info* is shown in another frame
11351 on the same display, select that frame, instead of switching to
11352 the Info buffer in another window of the selected frame.
11353
11354 * simple.el (universal-argument-map): Bind numeric keypad keys
11355 kp-0 to kp-9 and kp-subtract.
11356 (digit-argument): Handle these keys.
11357
113582000-07-20 Dave Love <fx@gnu.org>
11359
11360 * net/goto-addr.el (goto-address-fontify): Don't bother with
11361 buffer-modified and read-only stuff -- irrelevant with overlays.
11362 Put an extra property on the overlays and use it to clean up in
11363 case goto-address is re-run.
11364
113652000-07-19 Richard M. Stallman <rms@gnu.org>
11366
11367 * timer.el (run-with-idle-timer): Doc fix.
11368
11369 * mail/mail-utils.el (mail-strip-quoted-names):
11370 Handle case where <...> appears inside "...".
11371 Use replace-match to edit the string more simply.
11372 (rmail-dont-reply-to): Cope with an unmatched ".
11373
113742000-07-19 Dave Love <fx@gnu.org>
11375
11376 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11377 implementation.
11378
11379 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11380 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11381 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11382
113832000-07-19 Gerd Moellmann <gerd@gnu.org>
11384
11385 * textmodes/refer.el: Correct maintainer's email address.
11386
11387 * progmodes/hideif.el: Correct author's email address.
11388 Fix typo in comment.
11389
11390 * xml.el: New file.
11391
11392 * mail/mailheader.el: Correct author's mail address.
11393
11394 * gnus/parse-time.el: Correct author's mail address.
11395
113962000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11397
11398 * comint.el (comint-highlight-input, comint-highlight-face):
11399 New user options.
11400 (comint-input-ring-file-name): Change custom type.
11401 (comint-mode-map): Bind mouse-2.
11402 (comint-insert-clicked-input): New function.
11403 (comint-send-input): Handle input highlighting.
11404
114052000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11406
11407 * mouse.el (popup-menu): New function.
11408 (mouse-major-mode-menu): Use it.
11409
114102000-07-18 Dave Love <fx@gnu.org>
11411
11412 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11413 improvements.
11414
114152000-07-18 Gerd Moellmann <gerd@gnu.org>
11416
11417 * faces.el (face-font-selection-order)
11418 (face-font-family-alternatives): Add custom type.
11419
114202000-07-18 Dave Love <fx@gnu.org>
11421
11422 * cus-edit.el (custom-variable-reset-saved)
11423 (custom-variable-reset-standard): Remove unused bindings.
11424
11425 * rect.el (open-rectangle-line): Remove unused let.
11426
11427 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11428
114292000-07-18 Gerd Moellmann <gerd@gnu.org>
11430
11431 * cdl.el: Fix `Maintainer' keyword.
11432
11433 * play/pong.el: Add author's email address.
11434
114352000-07-17 Sam Steingold <sds@gnu.org>
11436
11437 * files.el (insert-directory): Call `split-string' instead of
11438 re-implementing it.
11439
114402000-07-18 Gerd Moellmann <gerd@gnu.org>
11441
11442 * mail/vms-pmail.el: Change maintainer to FSF.
11443
11444 * net/goto-addr.el: Change maintainer to FSF.
11445
11446 * info.el (Info-title-face-alist): Removed.
11447
114482000-07-18 David Ponce <david@dponce.com>
11449
11450 * recentf.el (recentf-open-files): New command that works like
11451 `recentf-open-more-files', but shows the whole list of files (not just
11452 those omitted from the menu). Useful if you don't use a menu-bar!
11453 (recentf-open-more-files) Modified to use `recentf-open-files'.
11454
11455 (recentf-open-files, recentf-open-more-files)
11456 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11457
11458 (recentf-dialog-mode): New mode for dialogs. You can now just type
11459 "q" to cancel the dialogs.
11460
114612000-07-18 David Ponce <david@dponce.com>
11462
11463 * recentf.el: This is a major update of recentf.el. It adds new
11464 features to better organize the recentf menu and "More..." buffer.
11465
11466 Using new provided menu filtering functions you can now organize the
11467 recent files list:
11468
11469 - by major modes
11470 - by directories
11471 - by user defined rules
11472
11473 Finally, with the new `recentf-filter-changer' customizable filter you
11474 can define a ring of filters and dynamically (via the menu) cycle on
11475 each menu organization in the ring (a la msb).
11476
114772000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11478
11479 * eshell/eshell.el (eshell): Replace links to eshell.info with
11480 links to eshell, to avoid problems on systems where the manual is
11481 installed as `eshell'.
11482 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11483 * eshell/em-smart.el (eshell-smart): Ditto.
11484 * eshell/em-banner.el (eshell-banner): Ditto.
11485 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11486
11487 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11488 same-file check in the MS-DOS version (it does support inodes).
11489
11490 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11491
11492 * eshell/eshell.el (eshell-directory-name):
11493 Run default directory name through convert-standard-filename.
11494
114952000-07-18 Kenichi Handa <handa@etl.go.jp>
11496
11497 * international/mule-cmds.el (select-safe-coding-system):
11498 Fix typo in the comment.
11499
11500 * language/european.el (compound-text):
11501 Force katakana-jisx0201 to be designated to G1.
11502
11503 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11504 Don't translate some national variant characters of latin-jisx0201.
11505 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11506
11507 * international/kkc.el (kkc-after-update-conversion-functions):
11508 New variable.
11509 (kkc-update-conversion): Run functions in it at the tail.
11510
115112000-07-16 John Wiegley <johnw@gnu.org>
11512
11513 * lisp/align.el (align-newline-and-indent):
11514 Adding new function. for auto-aligning blocks of code on RET.
11515 (align-region): Fixed badly formatted minibuffer message.
11516
115172000-07-17 Kenichi Handa <handa@etl.go.jp>
11518
11519 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11520 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11521 the conversion list at first if appropriate.
11522 (kkc-next): Don't update kkc-next-count here.
11523 (kkc-prev): Don't update kkc-prev-count here.
11524 (kkc-show-conversion-list-update): Fix setting up of conversion
11525 list message.
11526
115272000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11528
11529 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11530
115312000-07-16 Dave Love <fx@gnu.org>
11532
11533 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11534 function to be more specific.
11535
11536 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11537 non-string help-echo.
11538 (widget-types-convert-widget): Defsubst it.
11539 (widget-echo-help): Try to cope with a help-echo function of two
11540 possible sorts.
11541
115422000-07-15 Jason Rumney <jasonr@gnu.org>
11543
11544 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11545 Declare as obsolete.
11546
11547 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11548
115492000-07-14 Gerd Moellmann <gerd@gnu.org>
11550
11551 * hilit-chg.el: Fix typo.
11552
115532000-07-14 Dave Love <fx@gnu.org>
11554
11555 * info.el (Info-mode-menu): Fix use of :help, :enable.
11556
115572000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11558
11559 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11560
115612000-07-13 Dave Love <fx@gnu.org>
11562
11563 * emacs-lisp/easymenu.el: Doc fixes.
11564 (easy-menu-remove): Defalias to ignore.
11565
11566 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11567 Call throw correctly.
11568
115692000-07-13 Gerd Moellmann <gerd@gnu.org>
11570
11571 * faces.el (frame-background-mode): Doc fix.
11572
11573 * simple.el (eval-expression-print-length): Change custom type to
11574 allow entering nil as value.
11575
115762000-07-13 Dave Love <fx@gnu.org>
11577
11578 * progmodes/fortran.el (fortran-imenu-generic-expression):
11579 Change definition layout.
11580 (fortran-mode-menu): Reinstate customize entries.
11581
11582 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11583 Use :filter, per old XEmacs code.
11584
115852000-07-12 Gerd Moellmann <gerd@gnu.org>
11586
11587 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11588 event when deciding what to send to the terminal.
11589
115902000-07-12 Dave Love <fx@gnu.org>
11591
11592 * cus-start.el: Add optional version as 4th element of specs and
11593 use it for several things new in v21. Remove load-path. Fix type
11594 of line-number-display-limit.
11595
115962000-07-11 Dave Love <fx@gnu.org>
11597
11598 * progmodes/fortran.el: Don't require easymenu.
11599 Use repeat counts in various regexps.
11600 (fortran-mode-syntax-table): Defvar directly.
11601 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11602 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11603 Use defvar, not defconst.
11604 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11605 (fortran-mode): Set fortran-comment-line-start-skip,
11606 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11607 (fortran-comment-indent): Use defsubst.
11608 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11609 Use fortran-comment-indent, not fortran-comment-indent-function.
11610 (fortran-comment-region, fortran-electric-line-number): Simplify.
11611 (fortran-auto-fill): New function.
11612 (fortran-do-auto-fill): Deleted.
11613 (fortran-find-comment-start-skip):
11614 Check for non-null comment-start-skip.
11615 (fortran-auto-fill-mode, fortran-fill-statement):
11616 Use fortran-auto-fill.
11617 (fortran-fill): Use fortran-auto-fill. Check for null
11618 comment-start-skip. Simplify final clause and use end-of-line finally.
11619
11620 * widget.el (widget-plist-member): New alias.
11621
116222000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11623
11624 * eshell/esh-module.el (toplevel): Reference
11625 byte-compile-current-file only if it is bound.
11626
116272000-07-10 Gerd Moellmann <gerd@gnu.org>
11628
11629 * dired.el: Don't require `dired-aux'.
11630
116312000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11632
11633 * dired-aux.el (dired-show-file-type): New function.
11634 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11635 (dired-show-file-type): Add autoload.
11636
116372000-07-10 Kenichi Handa <handa@etl.go.jp>
11638
11639 * international/mule-diag.el (describe-font): Adjusted for the
11640 change of fontset-info.
11641 (print-fontset): Likewise.
11642
116432000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11644
11645 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11646
116472000-07-07 Gerd Moellmann <gerd@gnu.org>
11648
11649 * bindings.el: Bind `[delete]' to delete-char.
11650
11651 * dired.el (dired-find-alternate-file): New function.
11652 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11653 (toplevel): Require dired-aux when compiling.
11654 (dired-buffers): Move defvar within file to avoid compiler warning.
11655
11656 * info.el (Info-last-search): Variable removed.
11657 (Info-search-history): New variable.
11658 (Info-search): New Info-search-history.
11659
11660 * battery.el, info-look.el: Change author's mail address.
11661
116622000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11663
11664 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11665 if rmail-ignored-headers is nil.
11666 (rmail-retry-failure): Bind rmail-ignored-headers and
11667 rmail-displayed-headers to nil.
11668
116692000-07-06 Gerd Moellmann <gerd@gnu.org>
11670
11671 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11672 (print-region-1): Don't hard code `-h' here.
11673
11674 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11675
116762000-07-01 Francesco Potorti` <pot@gnu.org>
11677
11678 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11679 exim can use "your message" instead of "the message".
11680
116812000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11682
11683 * facemenu.el: Docstrings fixes.
11684 (facemenu-get-face): Don't use internal-find-face.
11685 (facemenu-iterate): Rename arg to match the docstring.
11686
11687 * newcomment.el (uncomment-region): Be more careful when skipping
11688 backwards over `=' not to bump into BOBP.
11689
116902000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11691
11692 * ediff-diff.el (ediff-wordify): Use syntax table.
11693 * ediff-init.el (ediff-has-face-support-p): Use
11694 ediff-color-display-p.
11695 (ediff-color-display-p): Use display-color-p, changed to defun
11696 from defsubst.
11697 Got rid of special cases for NeXT and OS/2.
11698 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11699 face.
11700
117012000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11702
11703 * emacs-lisp/lucid.el: Require CL.
11704 (copy-tree, remprop): Remove, it's provided by CL.
11705 (map-keymap): Define in terms of cl-map-keymap.
11706 (extent-property, set-extent-end-glyph): New functions.
11707
11708 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11709
117102000-07-05 Gerd Moellmann <gerd@gnu.org>
11711
11712 * Makefile.in (DONTCOMPILE): Add comment that the name may
11713 not be changed without changing the make-dist script.
11714
11715 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11716 (cl-mapc): Use mapc instead of cl-old-mapc.
11717
117182000-07-05 Andrew Innes <andrewi@gnu.org>
11719
11720 * makefile.nt: Add support for `bootstrap' and related targets.
11721
117222000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11723
11724 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11725 (easy-menu-do-define): Use `menu-item' format.
11726 Handle case where easy-menu-create-menu returns a symbol.
11727 Manually call the potential top-level filter in the function binding.
11728 (easy-menu-filter-return): New arg NAME.
11729 Convert to a keymap if MENU is an XEmacs menu.
11730 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11731 (easy-menu-converted-items-table, easy-menu-convert-item):
11732 New var and fun to memoize easy-menu-convert-item-1.
11733 (easy-menu-do-add-item): Use it.
11734 (easy-menu-create-menu): Use easy-menu-convert-item.
11735 Wrap easy-menu-filter-return around any :filter specification.
11736 Don't convert the menu if a filter was specified.
11737 Tell easy-menu-make-symbol not to check for MENU being an expression.
11738 (easy-menu-make-symbol): New arg NOEXP.
11739
117402000-07-05 Gerd Moellmann <gerd@gnu.org>
11741
11742 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11743 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11744 (eval-defun): If called with prefix arg, instrument code for
11745 Edebug.
11746
11747 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11748 similar to that of eval-defun.
11749
117502000-07-04 Dave Love <fx@gnu.org>
11751
11752 * hl-line.el (hl-line-overlay): Make it permanent-local.
11753
11754 * calendar/todo-mode.el: Replaced with a working version, based on
11755 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11756
117572000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11758
11759 * paths.el (prune-directory-list): New function.
11760 (Info-default-directory-list): Rewritten to more methodically
11761 enumerate a big list of possible info directories (based on the
11762 list used by the standalone info reader).
11763
11764 * info.el (info-initialize): Use prune-directory-list to remove
11765 non-existent directories from Info-directory-list.
11766
11767 * paths.el (Info-default-directory-list): Try a list of possible
11768 info-directories instead of a single one. Add the possible
11769 info directory "/usr/share/info".
11770
11771 * woman.el (woman-man.conf-path): Explicitly include the debian
11772 man-db config file "/etc/manpath.config".
11773 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11774 are present in `manpath.config'.
11775 (woman-manpath): Include "/usr/share/man".
11776
117772000-07-03 Gerd Moellmann <gerd@gnu.org>
11778
11779 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11780
11781 * startup.el (command-line): Initialize blink-cursor based
11782 on window-system.
11783
11784 * frame.el (blink-cursor): Default to nil if not running under
11785 a window-system.
11786
11787 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11788 (face-x-resources): Remove duplicate entry for :font.
11789
11790 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11791 instead of cycling through windows with next-window.
11792
11793 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11794 of cycling through windows with next-window.
11795
11796 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11797 of cycling through windows with next-window.
11798
11799 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11800 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11801 instead of cycling through windows with next-window.
11802
11803 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11804 instead of cycling through windows with next-window.
11805
11806 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11807 of cycling through windows with next-window.
11808
11809 * terminal.el (te-process-output): Use walk-windows instead of
11810 cycling through windows with next-window.
11811
11812 * server.el (server-switch-buffer): Use some-window instead of
11813 cycling through windows with next-window.
11814
11815 * window.el (some-window): New function.
11816 (walk-windows): Remove reference to walk-windows-start.
11817
11818 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11819
118202000-07-03 Richard Stallman <rms@gnu.org>
11821
11822 * window.el (walk-windows): Guarantee termination by keeping a list
11823 of all the windows already handled.
11824
118252000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11826
11827 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11828 window-system.
11829
11830 * man.el (Man-notify-when-ready): Don't use window-system. If
11831 Man-notify-method is newframe, and the display is not
11832 multi-frame, select the frame created for the man page.
11833 (Man-init-defvars): Doc fix.
11834
118352000-06-28 Gerd Moellmann <gerd@gnu.org>
11836
11837 * faces.el (region): Change background color for light background.
11838
11839 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11840 attribute from mode-line face of Ediff control frame.
11841
11842 * replace.el (query-replace-map): Bind `e' like `E'.
11843
118442000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11845
11846 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11847 Change name to "Select All".
11848
11849 * dos-fns.el (convert-standard-filename): Fix last change.
11850
118512000-06-27 Gerd Moellmann <gerd@gnu.org>
11852
11853 * help.el (describe-variable): Don't insert a second `'s' in front
11854 of the string `value is shown below'. Since the syntax-table is
11855 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11856 an existing `'s', so that this won't be deleted.
11857
11858 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11859 * pcmpl-unix.el: New files.
11860
118612000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11862
11863 * wid-edit.el (widget-member): Use the new plist-member.
11864
118652000-06-26 Gerd Moellmann <gerd@gnu.org>
11866
11867 * replace.el (perform-replace): Undo change of 2000-04-04.
11868 Instead, move backward 1 character at the end of the loop when
11869 necessary.
11870
11871 * faces.el (fringe): Change face for different backgrounds.
11872
11873 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11874 patch from John.
11875
11876 * eshell/*.el: Change spelling of the Free Software Foundation.
11877
11878 * eshell/esh-toggle.el: Removed.
11879
11880 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11881
11882 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11883 interactively.
11884
118852000-06-26 Alex Schroeder <alex@gnu.org>
11886
11887 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11888 `define-key'; instead of checking `(emacs-version)' check for
11889 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11890 for `;' and `o' which might be electric.
11891
11892 (sql-electric-stuff): New user option.
11893 (sql-magic-go): New function which uses `sql-electric-stuff'.
11894 (sql-magic-semicolon): New function which uses
11895 `sql-electric-stuff'.
11896
11897 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11898 is not fboundp.
11899
11900 (sql-oracle-options): New variable.
11901 (sql-oracle): Use it.
11902
11903 (sql-imenu-generic-expression): Doc change.
11904 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11905 is used.
11906
11907 (sql-informix): Added command line parameter "-" to force
11908 sql-informix-program to use stdout.
11909
119102000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11911
11912 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11913 (cp864-decode-table): Doc fix.
11914 (cp720-decode-table): New variable, supports the Arabic OEM
11915 codepage used by Windows.
11916 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11917
119182000-06-23 Dave Love <fx@gnu.org>
11919
11920 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11921 (font-lock-fontify-anchored-keywords): Use
11922 line-beginning-position.
11923 (global-font-lock-mode): Use mapc.
11924
119252000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11926
11927 * eshell/esh-module.el: Require CL when compiling.
11928
119292000-06-23 Gerd Moellmann <gerd@gnu.org>
11930
11931 * comint.el (comint-substitute-in-file-name): Call replace-match
11932 with second and third arg t.
11933
11934 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11935 Specify foreground color.
11936
11937 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11938 color.
11939
11940 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11941
11942 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11943 cddr instead of cdddr.
11944
11945 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11946 instead of copy-list.
11947
11948 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11949 of copy-list.
11950
11951 * subdirs.el: Add eshell subdirectory.
11952
11953 * eshell: New subdirectory containing the Eshell package.
11954
11955 * pcomplete.el: New file.
11956
119572000-06-23 Paul Eggert <eggert@twinsun.com>
11958
11959 * mail/mailpost.el (post-mail-send-it): Make sure file has
11960 proper permissions from birth.
11961
11962 * files.el (basic-save-buffer-2): When temporarily setting
11963 file modes, set them to current modes plus 0200, not to 0777.
11964
11965 * emerge.el (emerge-make-temp-file): Make sure file has proper
11966 permissions from birth.
11967
119682000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11969
11970 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11971 backup file name through convert-standard-filename.
11972
11973 * dos-fns.el (convert-standard-filename): Convert leading
11974 directories as well. When long file names are supported, convert
11975 characters that are invalid in Windows file names.
11976
119772000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11978
11979 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11980 ps-print crashes. New feature: page selection for printing. Create
11981 raw-text-unix coding system for XEmacs. Doc fix.
11982 (ps-print-version): New version number (5.2.3).
11983 (ps-plot-region): Bug fix.
11984 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11985 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11986 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11987 funs.
11988 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11989 (ps-last-page): New vars.
11990
119912000-06-21 Gerd Moellmann <gerd@gnu.org>
11992
11993 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11994 empty option string.
11995
119962000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11997
11998 * man.el (man): Doc fix.
11999
120002000-06-21 Kenichi Handa <handa@etl.go.jp>
12001
12002 * international/mule-cmds.el (set-language-info-alist): Docstring
12003 fixed.
12004
120052000-06-20 Gerd Moellmann <gerd@gnu.org>
12006
12007 * version.el (emacs-version): Use ISO date format.
12008
12009 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12010 instead of `M-backspace'.
12011
12012 * simple.el (turn-off-auto-fill): New function.
12013
120142000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12015
12016 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12017 Renamed from with-buffer-prepared-for-font-lock and use
12018 inhibit-modification-hooks rather than setting *-change-functions.
12019 Update all functions to use the new name.
12020 (jit-lock-first-unfontify-pos): New semantics (and doc).
12021 (jit-lock-mode): Make non-interactive.
12022 Don't automatically turn on font-lock.
12023 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12024 Always use jit-lock-after-change.
12025 Remove and restore font-lock-after-change-function.
12026 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12027 (jit-lock-after-unfontify-buffer): Remove.
12028 (jit-lock-stealth-fontify):
12029 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12030 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12031
120322000-06-20 Sam Steingold <sds@gnu.org>
12033
12034 * emacs-lisp/cl-indent.el (toplevel): Indent
12035 `print-unreadable-object' properly. Untabify.
12036
120372000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12038
12039 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12040 Support for bibentry.
12041 (reftex-compile-variables): Fixed problem with end of section-re.
12042
12043 * texmodes/reftex-dcr.el (reftex-view-crossref,
12044 reftex-view-crossref-from-bibtex):
12045 Deal with changed `reftex-find-citation-regexp-format'.
12046 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12047 Replaced `remprop' with `put'.
12048 (reftex-view-crossref, reftex-view-crossref-when-idle):
12049 Support for bibentry.
12050
12051 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12052 New entry for bibentry package.
12053
12054 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12055 Regexp also matches "\nobibliography".
12056
12057 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12058 Call `reftex-ensure-write-access' before doing anything.
12059 (reftex-ensure-write-access): New function.
12060
120612000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12062
12063 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12064
12065 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12066
12067 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12068
12069 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12070
12071
120722000-06-20 Dave Love <fx@gnu.org>
12073
12074 * faces.el (frame-background-mode): Use set-default, not set, in
12075 setter.
12076 (frame-update-faces, frame-update-face-colors): Define with
12077 defalias.
12078
12079 * enriched.el (enriched-decode-foreground)
12080 (enriched-decode-background): Don't use internal-find-face.
12081
12082 * apropos.el: Doc fixes.
12083
12084 * cus-edit.el (customize-changed-options): Check arg.
12085 (customize-version-lessp): Don't require decimal point.
12086
12087 * custom.el (defcustom, defgroup): Doc fix.
12088
12089 * newcomment.el (comment) <defgroup>: Add :version.
12090 (comment-multi-line): Doc fix.
12091
12092 * emulation/mlsupport.el (define-hooked-local-abbrev,
12093 define-hooked-global-abbrev): Fix, using define-abbrev.
12094
120952000-06-19 Gerd Moellmann <gerd@gnu.org>
12096
12097 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12098 the whole buffer.
12099
121002000-06-19 Dave Love <fx@gnu.org>
12101
12102 * menu-bar.el (menu-bar-options-save): New function.
12103 (menu-bar-options-menu): Use it.
12104 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12105 Simplify.
12106
121072000-06-19 Andreas Schwab <schwab@suse.de>
12108
12109 * progmodes/etags.el (tags-query-replace): Put new parameters
12110 START and END at the end, for backward compatibility.
12111
121122000-06-19 Kenichi Handa <handa@etl.go.jp>
12113
12114 * international/codepage.el:
12115 (cp-coding-system-for-codepage-1): Delete special codes for
12116 generating xxx-dos coding system because now a CCL based coding
12117 system can handle EOL conversion by default.
12118
12119 * international/mule.el (make-coding-system): Generate subsidiary
12120 coding systems for EOL handling variants even for a CCL based
12121 coding system.
12122
121232000-06-19 Kenichi Handa <handa@etl.go.jp>
12124
12125 * international/isearch-x.el (isearch-minibuffer-input-method)
12126 (isearch-minibuffer-input-method-function): These variables
12127 deleted.
12128 (isearch-with-input-method): Don't use the above variables.
12129 (isearch-process-search-multibyte-characters): Likewise. Call
12130 read-string with the arg INHERIT-INPUT-METHOD t.
12131
121322000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12133
12134 * font-lock.el (font-lock-after-fontify-buffer)
12135 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12136
12137 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12138 Use consistent make-local-variable style for font-lock-fontified.
12139 (jit-lock-fontify-buffer):
12140 Don't bother checking for font-lock-mode and jit-lock-mode.
12141
12142 * time.el: Remove trailing ^M that prevent CVS-merging.
12143
121442000-06-16 Gerd Moellmann <gerd@gnu.org>
12145
12146 * Makefile.in (distclean): New target.
12147
121482000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12149
12150 * Makefile.in (srcdir): Define for update-subdirs.
12151
121522000-06-16 Gerd Moellmann <gerd@gnu.org>
12153
12154 * find-lisp.el: New file.
12155
121562000-06-16 Andrew Innes <andrewi@gnu.org>
12157
12158 * time.el (display-time-mail-function): New variable, to allow
12159 external packages to indicate when new mail is available.
12160 (display-time-update): Use it.
12161
121622000-06-16 Kenichi Handa <handa@etl.go.jp>
12163
12164 * international/mule.el (mule-version): Change version name to
12165 SAKAKI. AOI has already been used by Meadow.
12166
12167 * international/quail.el (quail-show-guidance-buf): To find the
12168 bottom window (but minibuffer), pay attention to the height of
12169 minibuffer.
12170
121712000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12172
12173 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12174 menu-bar menus. Add help strings. Don't remove the Edit menu
12175 from the menu bar, as the menu bar has enough space now.
12176
12177 * Makefile.in (SHELL): Make sure /bin/sh is used.
12178
12179 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12180 characters, which use series of two ^H characters instead of one.
12181
121822000-06-15 Gerd Moellmann <gerd@gnu.org>
12183
12184 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12185 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12186 functions.
12187 (Info-find-node-2): Try a case-sensitive search first, then
12188 do a case-insensitive search.
12189
12190 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12191 tutorials.
12192
12193 * complete.el (PC-env-vars-alist): New variable.
12194 (PC-complete-as-file-name): New function.
12195 (partial-completion-mode): Initialize PC-env-vars-alist from
12196 process-environment.
12197 (PC-do-completion): Handle completion of env vars.
12198
12199 * info.el (Info-set-mode-line): Show file name in mode line,
12200 use `*Info*' instead of `Info:'.
12201
12202 * startup.el (command-line-1): Change copyright messages to year
12203 2000.
12204
122052000-06-15 Dave Love <fx@gnu.org>
12206
12207 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12208 not local-map.
12209
122102000-06-15 Kenichi Handa <handa@etl.go.jp>
12211
12212 * international/mule.el (set-buffer-file-coding-system): Almost
12213 rewritten to handle `undecided' as no-op.
12214
122152000-06-14 Gerd Moellmann <gerd@gnu.org>
12216
12217 * Makefile.in: New file.
12218
12219 * Makefile: Removed.
12220
12221 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12222 (goto-address-highlight-keymap): Bind C-c RET.
12223
122242000-06-14 Kenichi Handa <handa@etl.go.jp>
12225
12226 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12227 inherits buffer-file-coding-system of the current buffer.
12228
12229 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12230 0. Give correct argument to set-auto-coding-function.
12231 (tar-expunge): For goto-char, use (point-min), not 0.
12232 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12233 (tar-subfile-save-buffer): Likewize.
12234
12235 * international/mule.el
12236 (after-insert-file-set-buffer-file-coding-system): Call
12237 set-buffer-file-coding-system with the arg FORCE t.
12238
122392000-06-13 Gerd Moellmann <gerd@gnu.org>
12240
12241 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12242 nil. Contemporary sendmails issue an X-Authentication-Warning if
12243 the sender is set with `-f'.
12244
122452000-06-13 Dave Love <fx@gnu.org>
12246
12247 * help.el (describe-function-1): Kluge around cases of functions
12248 fset to subrs whose doc doesn't match their symbol-name.
12249
12250 * image.el (insert-image): Default STRING to a space.
12251
12252 * info.el Doc fixes.
12253 (Info-build-node-completions): Match Ref tags.
12254
122552000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12256
12257 * frame.el (display-multi-frame-p, display-multi-font-p): New
12258 defaliases for display-graphic-p.
12259
12260 * hl-line.el: Fixed a typo in commentary.
12261
122622000-06-13 Kenichi Handa <handa@etl.go.jp>
12263
12264 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12265 fixed.
12266
122672000-06-12 Dave Love <fx@gnu.org>
12268
12269 * image.el (insert-image): Save a little consing.
12270
122712000-06-12 Kenichi Handa <handa@etl.go.jp>
12272
12273 * language/tibet-util.el: Convert all tibetan-1-column characters
12274 to the corresponding tibetan characters.
12275 (tibetan-add-components): Delete code for the special treatment of
12276 'a chung.
12277
12278 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12279 change.
12280 (tibetan-vowel-transcription-alist): More rules added.
12281 (tibetan-composite-vowel-alist): New variable.
12282 (tibetan-precomposition-rule-alist): More rules added.
12283
122842000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12285
12286 * startup.el (command-line): Only call menu-bar-mode if interactive.
12287
12288 * thingatpt.el (toplevel symbol-properties):
12289 * textmodes/makeinfo.el (makeinfo-compile):
12290 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12291 * progmodes/hideif.el (hif-compress-define-list)
12292 (hide-ifdef-use-define-alist):
12293 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12294 (ange-ftp-vms-add-file-entry):
12295 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12296 * man.el (Man-build-man-command):
12297 * mail/rnewspost.el (news-reply-header-hook):
12298 * info.el (Info-insert-dir):
12299 * emulation/mlconvert.el (backward-word, forward-word, setq):
12300 * emacs-lisp/gulp.el (gulp-send-requests):
12301 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12302 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12303 (byte-optimize-apply, end of file):
12304 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12305 (ad-make-freeze-definition):
12306 * startup.el (command-line, command-line-1): Don't quote lambdas.
12307
12308 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12309 (cvs-cleanup-removed): New function.
12310 (cvs-cleanup-functions): New var.
12311 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12312 some flexibility in specifying additional entries to auto-cleanup.
12313 (cvs-quickdir): New function.
12314 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12315 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12316 (cvs-mode-find-file): Check that we are on a filename or dirname
12317 when invoked through a mouse-click.
12318 (cvs-full-path): Remove.
12319 (cvs-dired-action): Re-introduced.
12320 (cvs-dired-noselect): Use it.
12321 (vc-post-command-functions): use this new hook if available.
12322
12323 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12324 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12325 (cvs-filename-map, cvs-dirname-map): Remove.
12326 (cvs-default-action): Remove.
12327 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12328 if the arg is really a keymap.
12329 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12330 Don't hardcode the mapping from state (aka type) to face, but check
12331 the var cvs-fi-<type>-face instead.
12332 (cvs-fileinfo-from-entries): New function.
12333
12334 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12335 Docstring fix.
12336 (cvs-find-file-and-jump): Change default to be safer.
12337 (cvs-mode-diff-map): Define it as a function as well.
12338 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12339 Bind mouse-2 in this global map rather than with text-properties.
12340
12341 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12342 file to resolve the ambiguity between C(conflict) and C(need-merge).
12343
123442000-06-12 Kenichi Handa <handa@etl.go.jp>
12345
12346 * international/mule.el (set-buffer-file-coding-system): If
12347 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12348 unconditionally.
12349
123502000-06-12 Dave Love <fx@gnu.org>
12351
12352 * wid-edit.el (widget-specify-button): Really suppress the face if
12353 required.
12354
123552000-06-11 Gerd Moellmann <gerd@gnu.org>
12356
12357 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12358
123592000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12360
12361 * imenu.el (imenu-generic-expression): Docstring fix.
12362
12363 * composite.el (composition-function-table): Move the `put'
12364 below the autoload cookie so we can load the file before loaddefs.
12365
12366 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12367
12368 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12369 Handle easy-mmode-define-global-mode.
12370 For complex macros like define-minor-mode that can generate
12371 several autoload entries, try to autoload entries in the
12372 macroexpanded code.
12373
12374 * emacs-lisp/easy-mmode.el (define-minor-mode):
12375 If KEYMAP is a symbol, just use it.
12376 Use byte-compile-current-file and load-file-name to infer the
12377 proper :require to pass to defcustom.
12378 Wrap the hook var into `progn' so as not to autoload it.
12379 Add a :autoload-end cookie.
12380 Be more careful about the evaluation of KEYMAP.
12381 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12382 (define-derived-mode): Move define-abbrev-table outside of defvar.
12383
123842000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12385
12386 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12387 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12388 (backup-compiled-files): Ignore errors during `tar'.
12389 (bootstrap): Make autoloads before elc files.
12390
123912000-06-10 Kenichi Handa <handa@etl.go.jp>
12392
12393 * international/mule.el (set-buffer-file-coding-system): If one of
12394 undecided-XXX is specified, change only EOL conversion.
12395
12396 * international/mule-conf.el (unix): New alias for the coding
12397 system undecided-unix.
12398
123992000-06-09 Dave Love <fx@gnu.org>
12400
12401 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12402
12403 * progmodes/executable.el: Byte compile dynamic.
12404 (executable-insert): Change custom type.
12405 (executable-find): Add autoload cookie.
12406 (executable-make-buffer-file-executable-if-script-p): New
12407 function. After Noah Friedman.
12408
12409 * files.el (after-save-hook): Customize, with
12410 executable-make-buffer-file-executable-if-script-p as an option.
12411
124122000-06-09 Kenichi Handa <handa@etl.go.jp>
12413
12414 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12415 "tib24p-mule.bdf" for Tibetan.
12416
12417 * composite.el (decompose-composite-char): Declare it as obsolete.
12418
12419 * man.el (Man-fontify-manpage): Pay attention to underline and
12420 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12421
124222000-06-08 Gerd Moellmann <gerd@gnu.org>
12423
12424 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12425 Set maintainer to FSF since author isn't reachable.
12426
124272000-06-08 Dave Love <fx@gnu.org>
12428
12429 * international/mule-cmds.el (select-safe-coding-system): If
12430 DEFAULT-CODING-SYSTEM is not specified, also check the most
12431 preferred coding-system if buffer-file-coding-system is
12432 `undecided'. From Handa.
12433
124342000-06-08 Kenichi Handa <handa@etl.go.jp>
12435
12436 * international/mule.el
12437 (after-insert-file-set-buffer-file-coding-system): If the buffer
12438 size is greater than INSERTED, judget that we are not visiting.
12439
124402000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12441
12442 * whitespace.el (defgroup whitespace): Comment out `:version'.
12443 XEmacs 20.4 has problems defining the group with this present.
12444 We'll have this commented out till get resolve the problem.
12445
124462000-06-07 John Wiegley <johnw@gnu.org>
12447
12448 * align.el (align-dq-string-modes, align-sq-string-modes)
12449 (align-open-comment-modes): Add pyhton-mode.
12450 (align-rules-list): Use get-text-property instead of
12451 text-properties-at.
12452 (align-rules-list): Add python-assignment.
12453 (align-rules-list): Change perl-comma-delimiter to
12454 basic-comma-delimiter. Use if for Perl modes and python-mode.
12455 (align-rules-list): Add python-chain-logic and
12456 basic-line-continuation.
12457
124582000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12459
12460 * apropos.el (apropos-mode-hook): New user variable.
12461 (apropos-mode): Run apropos-mode-hook.
12462
124632000-06-07 David Ponce <david@dponce.com>
12464
12465 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12466 commands. Require `wid-edit' at run-time.
12467
124682000-06-07 David Ponce <david@dponce.com>
12469
12470 * recentf.el: Added some "Commentary".
12471 (recentf-open-more-files, recentf-edit-list): Minor changes to
12472 move the point at the top of the file list. This behaviour is
12473 consistent with the menu one when the list contains a lot of
12474 files.
12475 (recentf-cleanup): Now displays the number of items removed from
12476 the list.
12477 (recentf-relative-filter) New menu filter to show filenames
12478 relative to `default-directory'.
12479
124802000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12481
12482 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12483 with/without giving an error if PostScript printer doesn't have this
12484 kind of page size. Zebra Stripe continues or restarts on next page.
12485 Manual/automatic paper feeding. Switch or not the header.
12486 (ps-print-version): New version number (5.2.2).
12487 (ps-windows-system): Include emx as a Windows system.
12488 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12489 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12490 (ps-background-text): Code fix.
12491 (ps-error-handler-message, ps-user-defined-prologue)
12492 (ps-print-prologue-header, ps-printer-name)
12493 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12494 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12495 (ps-use-face-background): Customization fix.
12496 (ps-n-up-database): Data fix.
12497 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12498 (ps-switch-header): New vars.
12499 (ps-xemacs-color-name, ps-face-foreground-name)
12500 (ps-face-background-name, ps-boolean-constant): New funs.
12501
125022000-06-07 Dave Love <fx@gnu.org>
12503
12504 * allout.el: New version from Manheimer.
12505
125062000-06-07 Kenichi Handa <handa@etl.go.jp>
12507
12508 * textmodes/fill.el (fill-find-break-point): Check the validity of
12509 charset.
12510
125112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12512
12513 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12514 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12515 Call display-color-p and display-mouse-p instead of looking at
12516 window-system.
12517
125182000-06-06 Dave Love <fx@gnu.org>
12519
12520 * image.el (find-image): Doc fix. Return nil if image not found.
12521 (put-image, insert-image): Make STRING arg optional.
12522
125232000-06-06 Kenichi Handa <handa@etl.go.jp>
12524
12525 * language/vietnamese.el: Remove eval-when-compile.
12526 (viet-viscii-nonascii-translation-table): Define it as a
12527 translation table made from viet-viscii-decode-table.
12528 (viet-viscii-encode-table): Define it as a translation table made
12529 from the reverse map of above.
12530 (viet-vscii-nonascii-translation-table): Define it as a
12531 translation table made from viet-vscii-decode-table.
12532 (viet-vscii-encode-table): Define it as a translation table made
12533 from the reverse map of above.
12534 (ccl-decode-viscii): Use translate-character.
12535 (ccl-encode-viscii, ccl-encode-viscii-font)
12536 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12537 Likewize.
12538
12539 * language/cyrillic.el: Remove eval-when-compile.
12540 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12541 translation table made from cyrillic-koi8-r-decode-table.
12542 (cyrillic-koi8-r-encode-table): Define it as a translation table
12543 made from the reverse map of above.
12544 (ccl-decode-koi8): Use translate-character.
12545 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12546 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12547 a translation table made from cyrillic-alternativnyj-decode-table.
12548 (cyrillic-alternativnyj-encode-table): Define it as a translation
12549 table made from the reverse map of above.
12550 (ccl-decode-alternativnyj): Use translate-character.
12551 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12552 Likewize
12553
12554 * international/mule-diag.el (non-iso-charset-alist): Specify
12555 translation table symbol instead of translation table itself.
12556 (list-block-of-chars): CHARSET may be a translation table symbol.
12557
12558 * international/mule.el (make-coding-system): If CODING-SYSTEM
12559 already exists, override it.
12560
12561 * international/fontset.el: Use family `proportional' for Tibetan
12562 fonts.
12563
12564 * international/ccl.el (ccl-compile-translate-character): Don't
12565 check if Rrr has property translation-table.
12566 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12567
125682000-06-05 Gerd Moellmann <gerd@gnu.org>
12569
12570 * info.el: Bind case-fold-search to t when searching in case
12571 a user sets it to nil in a hook.
12572
125732000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12574
12575 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12576 * hl-line.el (hl-line-mode): Use the new :global key argument.
12577
12578 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12579 (tar-clip-time-string): Prepend a space.
12580 (tar-grind-file-mode): Construct a string rather than modifying one.
12581 (tar-header-block-summarize): Fix docstring.
12582 Use `format' rather than an error-prone set of copy-loops.
12583
12584 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12585 (diff-goto-source, diff-unified->context, diff-context->unified)
12586 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12587 understand the format output by the `-p' argument to diff.
12588
12589 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12590 (sh-re-done): Use defconst.
12591 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12592 (sh-help-string-for-variable, sh-guess-basic-offset):
12593 Don't quote lambdas.
12594 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12595 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12596
12597 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12598 (mh-letter-mode): Derive from text-mode.
12599 This implicitly means that it now calls kill-all-local-variables.
12600 Also remove the Emacs-18 compatibility code.
12601
12602 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12603 Make use of symbol-property doc-string-elt.
12604 Use memq rather than a sequence of eq.
12605 (doc-string-elt): Fix the wrong or missing previously unused values.
12606 (autoload-print-form): New function extracted from
12607 generate-file-autoloads to allow recursion when handling progn
12608 so that defvar's and defun's docstrings are properly printed.
12609 (generate-file-autoloads): Use it.
12610
12611 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12612 Use find-file-hooks in the minor-mode function.
12613 Be careful not to loop indefinitely in the post-command-hook function.
12614
126152000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12616
12617 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12618 tty's.
12619 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12620 differences whenever appropriate.
12621 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12622 * viper.el (find-file, find-file-other-window): Get viper to do
12623 wildcards.
12624
126252000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12626
12627 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12628 (jit-lock-fontify-buffer): New function for JIT refontification.
12629 (jit-lock-mode): Fix docstring.
12630 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12631 Remove jit-lock-after-change from the _local_ hook.
12632 (jit-lock-function-1): Fix docstring.
12633
12634 * info.el (Info-on-current-buffer): Initialize info.
12635
12636 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12637
12638 * progmodes/tcl.el (tcl-indent-for-comment):
12639 Ignore comment-indent-hook.
12640
12641 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12642 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12643 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12644 and improve to use the lighter to guess the capitalization.
12645 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12646 Add keyword arguments to specify global-ness or the custom group.
12647 Add local-map and help-echo properties to the lighter.
12648 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12649 (easy-mmode-define-global-mode): New macro.
12650
126512000-06-02 Dave Love <fx@gnu.org>
12652
12653 * wid-edit.el: byte-compile-dynamic since we typically don't use
12654 all the widgets. Don't require cl or widget. Remove
12655 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12656 (widget-read-event): Removed. Callers changed to use read-event.
12657 (widget-button-release-event-p): Renamed from
12658 button-release-event-p.
12659 (widget-field-add-space, widget-field-use-before-change):
12660 Uncustomize.
12661 (widget-specify-field): Use keymap property, not local-map.
12662 (widget-specify-button): Obey :suppress-face.
12663 (widget-specify-insert): Use modern backquote syntax.
12664 (widget-image-directory): Renamed from widget-glyph-directory.
12665 (widget-image-enable): Renamed from widget-glyph-enable.
12666 (widget-image-find): Replaces widget-glyph-find.
12667 (widget-button-pressed-face): Move defvar.
12668 (widget-image-insert): Replaces widget-glyph-insert.
12669 (widget-convert): Use keywordp.
12670 (widget-leave-text, widget-children-value-delete): Use mapc.
12671 (widget-keymap): Remove XEmacs stuff.
12672 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12673 (widget-button-click): Don't set point at the click, but re-centre
12674 if we scroll out of window. Rewritten for images v. glyphs &c.
12675 (widget-tabable-at): Use POS arg, not point.
12676 (widget-beginning-of-line, widget-end-of-line)
12677 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12678 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12679 (widget-default-create): Use widget-image-insert; some rewriting.
12680 (widget-visibility-value-create)
12681 (widget-push-button-value-create, widget-toggle-value-create): Use
12682 widget-image-insert.
12683 (checkbox): Create on and off images dynamically.
12684 (documentation-link): Change :help-echo.
12685 (widget-documentation-link-echo-help): Remove.
12686
126872000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12688
12689 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12690
12691 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12692 (easy-mmode-define-toggle, define-minor-mode): Use it.
12693 (easy-mmode-define-keymap): Docstring fix.
12694 (define-derived-mode): Default PARENT to fundamental-mode.
12695 Add the derived-mode-parent symbol-property.
12696 (easy-mmode-derived-mode-p): New function.
12697
126982000-06-02 Dave Love <fx@gnu.org>
12699
12700 * files.el (convert-standard-filename): Doc fix.
12701 (normal-backup-enable-predicate): New function.
12702 (backup-enable-predicate): Use it to replace the lambda form.
12703
12704 * calendar/todo-mode.el: [This needs more work on the outline
12705 stuff.] Doc fixes.
12706 (todo) <defgroup>: Add :version.
12707 (todo-add-category): Don't use pushnew.
12708 (todo-cmd-raise): Fix typo.
12709 (todo-top-priorities): Change temp buffer name.
12710 (todo-category-alist): Avoid redundant lambda.
12711 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12712 Use outline-next-heading.
12713
12714 * autoarg.el: Rewritten to use define-minor-mode.
12715 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12716 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12717
127182000-06-02 Kenichi Handa <handa@etl.go.jp>
12719
12720 * isearch.el (isearch-other-meta-char): Fix previous change.
12721
127222000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12723
12724 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12725 (log-edit-done): Only add the comment to the ring if it's different
12726 from the last comment entered.
12727
12728 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12729
127302000-06-01 Dave Love <fx@gnu.org>
12731
12732 * hl-line.el: Rewritten using define-minor-mode.
12733
12734 * help.el (describe-function-1): Distinguish special form from
12735 builtin function. Sanity-check presence of arglist for builtins.
12736
127372000-06-01 Kenichi Handa <handa@etl.go.jp>
12738
12739 * international/characters.el: Fix syntax/category setting of
12740 Tibetan characters.
12741
12742 * language/tibet-util.el (tibetan-add-components): Fixes for new
12743 encoding of Tibetan characters.
12744 (tibetan-decompose-precomposition-alist): New variable.
12745 (tibetan-decompose-region): Convert precomposed characters to
12746 non-precomposed characters.
12747 (tibetan-decompose-string): Likewise.
12748 (tibetan-composition-function): Fix args to
12749 thibetan-compose-string.
12750
12751 * language/tibetan.el (tibetan-composable-pattern): More
12752 characters included.
12753 (tibetan-consonant-transcription-alist): Rule for "R" added.
12754 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12755 "+R" added.
12756 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12757
12758 * language/lao-util.el (lao-composition-function): Fix args to
12759 compose-string.
12760
12761 * language/thai-util.el (thai-composition-function): Fix args to
12762 compose-string.
12763
12764 * isearch.el (isearch-update): Set disable-point-adjustment to t
12765 to prevent the point moving to the end of a composition when a
12766 part of a composition is searched.
12767 (isearch-other-meta-char): If the key invoking this command can be
12768 mapped by function-key-map to a printing char, call
12769 isearch-process-search-char directly.
12770
127712000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12772
12773 * emacs-lisp/bytecomp.el:
12774 * frame.el:
12775 * international/mule-cmds.el:
12776 * international/mule-util.el:
12777 * international/mule.el:
12778 * mouse.el:
12779 * subr.el:
12780 * faces.el: Update calls to make-obsolete with a WHEN argument.
12781
12782 * byte-run.el (make-obsolete, make-obsolete-variable):
12783 Add an optional WHEN argument and change the format of the
12784 symbol-property information.
12785 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12786 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12787 new obsolete-symbol-property format and print WHEN if it is provided.
12788
127892000-05-31 Dave Love <fx@gnu.org>
12790
12791 * loadhist.el (loadhist-hook-functions): Remove
12792 before-change-function, after-change-function.
12793 (unload-feature): Deal with symbols which are both bound and
12794 fbound.
12795
12796 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12797 before-change-function, after-change-function.
12798
12799 * simple.el (newline): Don't bind before-change-function,
12800 after-change-function.
12801
128022000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12803
12804 * whitespace.el (whitespace-rescan-timer-time): Update interval
12805 set to 600 seconds (10 minutes) instead of 60 seconds since
12806 a large number of whitespace buffers causes emacs to `freeze'
12807 for a considerable amount of time.
12808
12809 * whitespace.el: Updated email address
12810
128112000-05-31 Dave Love <fx@gnu.org>
12812
12813 * add-log.el (change-log-font-lock-keywords) <function>: Add
12814 pattern for function of change.
12815 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12816 acknowledgements patterns.
12817
128182000-05-31 Kenichi Handa <handa@etl.go.jp>
12819
12820 * isearch.el (isearch-printing-char): If keyboard coding system is
12821 being used, call isearch-process-search-multibyte-characters.
12822
12823 * international/isearch-x.el: Mostly rewritten.
12824
12825 * international/quail.el (quail-start-conversion): Don't include
12826 unhandled events in the returned events, but set them in
12827 unread-command-events. Exit if all inputs are deleted.
12828
128292000-05-30 Jason Rumney <jasonr@gnu.org>
12830
12831 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12832
12833 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12834 Reenable code to create initial fontsets.
12835 Use set-fontset-font in place of put-charset-property.
12836
128372000-05-30 Gerd Moellmann <gerd@gnu.org>
12838
12839 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12840 label, ensure that the first colon isn't followed by another.
12841
12842 * paths.el (Info-default-directory-list): Doc fix.
12843
12844 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12845 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12846 send a query containing USER only, not USER@HOST.
12847
12848 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12849 and rmail-msgend to compute the restriction at the end, instead of
12850 computing it.
12851
128522000-05-29 Gerd Moellmann <gerd@gnu.org>
12853
12854 * dabbrev.el (dabbrev-expand): Don't display messages in the
12855 echo area if the minibuffer window is active.
12856
12857 * jit-lock.el (jit-lock-mode): Add after change function to
12858 local hook.
12859
128602000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12861
12862 * antlr-mode.el: New commands: hide/unhide actions,
12863 upcase/downcase literals.
12864 (antlr-tiny-action-length): New user option.
12865 (antlr-hide-actions): New command. Suggested by
12866 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12867 (antlr-mode-map): New binding [C-c C-v].
12868 (antlr-mode-menu): New entries.
12869 (antlr-downcase-literals): New command.
12870 (antlr-upcase-literals): Ditto.
12871
12872 * antlr-mode.el: Minor changes: indendation, mode-name.
12873 (antlr-indent-line): Indent cpp directive at column 0.
12874 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12875
12876 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12877 (antlr-font-lock-additional-keywords): Workaround for intentional
12878 bug in XEmacs version of font-lock.
12879 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12880 be used by a smarter version of `buffers-menu-grouping-function'.
12881
128822000-05-29 Gerd Moellmann <gerd@gnu.org>
12883
12884 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12885 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12886
128872000-05-29 Kenichi Handa <handa@etl.go.jp>
12888
12889 * international/encoded-kb.el
12890 (encoded-kbd-iso2022-designation-map): Pay attention to that
12891 charset-iso-final-char return -1 for eight-bit-control and
12892 eight-bit-graphic.
12893
128942000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12895
12896 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12897 (speedbar-easymenu-definition-base): Use display-graphic-p where
12898 available, instead of window-system.
12899
129002000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12901
12902 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12903 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12904 coding systems.
12905
129062000-05-26 Dave Love <fx@gnu.org>
12907
12908 * disp-table.el (standard-display-underline): Don't use
12909 internal-find-face.
12910
12911 * mail/reporter.el: Maintainer change. Doc fixes.
12912 (reporter-version): Deleted.
12913
12914 * emacs-lisp/elp.el: Maintainer change.
12915 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12916
129172000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * add-log.el (add-change-log-entry): Merge the current entry with the
12920 previous one if the previous one is empty.
12921
129222000-05-26 Dave Love <fx@gnu.org>
12923
12924 * loadhist.el (unload-feature): Fix interactive spec [from
12925 lijnzaad@ebi.ac.uk].
12926
12927 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12928 subr-arity to check primitives.
12929 (byte-compile-flush-pending, byte-compile-file-form-progn)
12930 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12931 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12932 mapcar.
12933
129342000-05-26 Kenichi Handa <handa@etl.go.jp>
12935
12936 * international/fontset.el: Set family names of non-latin charsets
12937 in default fontset to "*".
12938
12939 * international/mule-diag.el (print-fontset): Combine family part
12940 and registry part of the fontname by "-*-" instead of "-".
12941
12942 * international/mule-cmds.el (encode-coding-char): Make strings
12943 multibyte before calling encode-coding-string.
12944
129452000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12946
12947 * derived.el: Fix keywords.
12948 (define-derived-mode): Only define if needed.
12949
12950 * simple.el (fill-comment, comment-column, comment-start)
12951 (comment-start-skip, comment-end, comment-indent-function)
12952 (block-comment-start, block-comment-end, indent-for-comment)
12953 (set-comment-column, kill-comment, comment-padding, comment-region)
12954 (comment-multi-line, indent-new-comment-line): Remove.
12955
12956 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12957 function names for comment operations.
12958
12959 * newcomment.el: Add abundant autoload cookies.
12960 (comment-style): Don't depend on runtime data at compile-time.
12961 (comment-indent-hook): Remove.
12962 (comment-indent): Check if comment-indent-hook is bound.
12963 (comment-region): Docstring fix.
12964
129652000-05-25 Dave Love <fx@gnu.org>
12966
12967 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12968 byte-code-function-p.
12969
12970 * mail/rmailsum.el: Add provide.
12971
12972 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12973
12974 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12975 defcustom.
12976
129772000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12978
12979 * ediff-diff.el (ediff-exec-process): delete --binary option from
12980 non-buffer ediff jobs.
12981
129822000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12983
12984 * hilit-chg.el (highlight-changes-mode): Ask about color or
12985 grayscale support, not about window-system.
12986
12987 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12988 window-system.
12989 (ffap-highlight): Always default to t.
12990
12991 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12992 display-popup-menus-p instead of looking at window-system.
12993
12994 * disp-table.el (standard-display-g1, standard-display-graphic):
12995 Only refuse to use string glyphs on X and MS-Windows.
12996
12997 * avoid.el: Remove window-system from commentary, suggest to use
12998 display-*-p instead.
12999
13000 * apropos.el (apropos-print): Use display-mouse-p instead of
13001 window-system.
13002
130032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13004
13005 * international/codepage.el (cp-decoding-vector-for-codepage):
13006 Fill up unsupported characters with their own codes. From Kenichi
13007 Handa.
13008
130092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13010
13011 * international/mule-diag.el (describe-char-after): Use
13012 display-graphic-p instead of window-system, so that this function
13013 works on MS-DOS.
13014
130152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13016
13017 * international/codepage.el (cp-make-coding-systems-for-codepage):
13018 Remove the eight-bit-graphic and eight-bit-control charsets from
13019 the list of charsets which we convert into `?'.
13020
130212000-05-25 Kenichi Handa <handa@etl.go.jp>
13022
13023 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13024 private charsets.
13025 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13026 japanese-jisx0213-2): New charsets.
13027
13028 * international/fontset.el: Setup default fontset for new charsets.
13029
130302000-05-24 Dave Love <fx@gnu.org>
13031
13032 * info.el (Info-find-node-2): Restructure [following "Vadim
13033 S. Solomin" <sovs@uic.nnov.ru>].
13034
13035 * icomplete.el: Fix header for Finder.
13036
130372000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13038
13039 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13040 STAY.
13041
13042 * rmail.el (rmail-automatic-folder-directives): New user variable.
13043 (rmail-show-message): Add call to `rmail-auto-file' during
13044 display.
13045 (rmail-auto-file): New function.
13046
130472000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13048
13049 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13050 account.
13051 (ediff-test-utility,ediff-diff-mandatory-option)
13052 (ediff-reset-diff-options): Utilities for proper initialization of
13053 ediff-diff-options and ediff-diff3-options on Windows.
13054
13055 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13056 variable.
13057
13058 * ediff-mult.el (ediff-filegroup-action): Use
13059 ediff-merge-filename-prefix.
13060
130612000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13062
13063 * viper-ex.el (ex-write): Set selective display to nil.
13064
130652000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13066
13067 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13068 aliases for hebrew-iso-8bit.
13069
130702000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13071
13072 * woman.el: New version from Francis J. Wright
13073 <F.J.Wright@Maths.QMW.ac.uk>.
13074 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13075 names in environment variables regardless of the path separator.
13076 (woman-topic-all-completions-1): Don't call file-name-directory-p
13077 on all files, since woman-file-regexp already filters out any
13078 directories.
13079
130802000-05-24 Kenichi Handa <handa@etl.go.jp>
13081
13082 * international/quail.el (quail-start-translation): Don't change
13083 modified-p of the current buffer.
13084 (quail-start-conversion): Likewise.
13085
13086 * international/kkc.el (kkc-region): Don't change modified-p of
13087 the current buffer.
13088
13089 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13090 conform to RFC1468.
13091 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13092
130932000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13094
13095 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13096 (speedbar-insert-button): Invisible text property fix.
13097 (speedbar-directory-plus): Renamed from speedbar-directory-+
13098 (speedbar-directory-minus): Renamed from speedbar-directory--
13099 (speedbar-page-plus): Renamed from speedbar-file-+
13100 (speedbar-page-minus): Renamed from speedbar-file--
13101 (speedbar-page): Renamed from speedbar-file-
13102 (speedbar-tag): Renamed from speedbar-tag-
13103 (speedbar-tag-plus): Renamed from speedbar-tag-+
13104 (speedbar-tag-minus): Renamed from speedbar-tag--
13105 (speedbar-expand-image-button-alist): Use above renames.
13106
13107 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13108 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13109 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13110 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13111 * sb-pg.xpm: Renamed from sb-file.xpm
13112 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13113 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13114
131152000-05-24 Kenichi Handa <handa@etl.go.jp>
13116
13117 * international/quail.el (quail-show-guidance-buf): Set
13118 current-input-method of the guidance buffer to the name of the
13119 curren input method.
13120
131212000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * progmodes/compile.el (compile-internal): Style typo.
13124
13125 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13126 quote vars and functions in the docstring.
13127
13128 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13129
13130 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13131 Don't quote lambdas.
13132
13133 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13134
131352000-05-23 Gerd Moellmann <gerd@gnu.org>
13136
13137 * startup.el (command-line): Determine source file of compiled
13138 user init file differently. Warn if compiled user init file
13139 is older than its source file.
13140
13141 * ffap.el (ffap-url-regexp): Add `https'.
13142
131432000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13144
13145 * files.el (make-backup-file-name-1): Replace slashes with `!'
13146 rather than `|' (which is not allowed on Windows). Replace the
13147 drive letters with a string "drive_X".
13148
131492000-05-23 Gerd Moellmann <gerd@gnu.org>
13150
13151 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13152
13153 * files.el (interpreter-mode-alist): Add `bash2'.
13154
131552000-05-22 Dave Love <fx@gnu.org>
13156
13157 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13158 mapc.
13159 (feature-file): Avoid calling symbol-name. Doc fix.
13160 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13161 (loadhist-hook-functions): Add mouse-position-function.
13162 (unload-feature): Change uses of mapcar.
13163
13164 * files.el (parse-colon-path): Doc fix.
13165 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13166 (set-auto-mode): Use mapc.
13167
13168 * complete.el (PC-look-for-include-file): Use :alnum: character
13169 class.
13170 (partial-completion-mode): Add autoload cookie.
13171
131722000-05-22 Sam Steingold <sds@gnu.org>
13173
13174 * info.el (Info-fontify-node): Fixed the call to
13175 `add-text-properties' (bug introduced on 2000-05-18).
13176
131772000-05-22 Dave Love <fx@gnu.org>
13178
13179 * bindings.el: Remove debug-ignored-errors set in other files.
13180
13181 * progmodes/etags.el: Add to debug-ignored-errors.
13182 (visit-tags-table-buffer): Clear out buffers holding old tables
13183 when making a new list.
13184 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13185 mapc.
13186
13187 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13188 quote keywords.
13189 (cmpl-string-case-type): Use character classes.
13190
13191 * comint.el:
13192 * textmodes/ispell.el:
13193 * imenu.el:
13194 * mail/mh-e.el:
13195 * progmodes/compile.el: Add to debug-ignored-errors.
13196
13197 * dabbrev.el: Add to debug-ignored-errors.
13198 (dabbrev-completion): Use mapc.
13199
132002000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13201
13202 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13203 (woman-mapcan, woman-parse-man.conf)
13204 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13205 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13206 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13207 path syntax better.
13208 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13209 (woman-manpath): Call woman-parse-man.conf.
13210 (woman-emulation): New defcustom, defaults to nroff.
13211 (woman-font-support): New defconst.
13212 (woman-use-symbol-font): New defcustom.
13213 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13214 "Emulation".
13215 Many functions: Doc fix.
13216
132172000-05-22 Kenichi Handa <handa@etl.go.jp>
13218
13219 * international/quail.el (quail-simple-translation-keymap): Map
13220 128..255 to quail-self-insert-command.
13221 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13222
132232000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13224
13225 * help.el (help-manyarg-func-alist): Typo.
13226
13227 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13228 intervals which makes it heaps simpler.
13229
13230 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13231 the nested comment markers.
13232
13233 * subr.el (remove-hook): Don't turn the hook's value into a list.
13234
132352000-05-21 Dave Love <fx@gnu.org>
13236
13237 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13238 are invalid characters.
13239
13240 * international/mule-util.el (detect-coding-with-priority): Use
13241 mapc. Remove redundant lambda.
13242
13243 * international/mule-diag.el (list-non-iso-charset-chars)
13244 (describe-fontset): Remove redundant lambda.
13245
13246 * emulation/crisp.el (brief-mode): New alias.
13247
13248 * emacs-lisp/ring.el (ring-elements): New function.
13249
13250 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13251 (easy-menu-do-add-item): Use keywordp.
13252
13253 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13254
13255 * replace.el: Doc and error message fixes.
13256 (replace-highlight): Use facep, not internal-find-face.
13257
132582000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13259
13260 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13261
13262 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13263 (log-edit-insert-changelog): Drop `:' as well.
13264
13265 * log-view.el: Fix file description.
13266 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13267 available.
13268 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13269 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13270
13271 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13272 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13273 Print a status message if the toggle is called interactively.
13274 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13275 for global minor modes and use `defcustom' for them.
13276 Use add-minor-mode.
13277 (easy-mmode-define-derived-mode): Remove.
13278 (define-derived-mode): Fancier default docstring.
13279 (easy-mmode-define-navigation): Signal an error rather than (ding).
13280
13281 * newcomment.el (comment-styles): New `box-multi'.
13282 (comment-normalize-vars): Better default for comment-continue to
13283 avoid whitespace-only continuations.
13284 (comment-search-forward): Always move even in the no-syntax case.
13285 (comment-padright): Only obey N if it's only obeyed for padleft.
13286 (comment-make-extra-lines): Better handling of empty continuations.
13287 Use `=' for the filler if comment-start has only one character.
13288 (uncomment-region): Try handling the special `=' filler.
13289 (comment-region): Allow LINES even if MULTI is nil.
13290 (comment-box): Choose box style based on comment-style.
13291
132922000-05-20 Kenichi Handa <handa@etl.go.jp>
13293
13294 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13295 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13296
132972000-05-20 Kenichi HANDA <handa@etl.go.jp>
13298
13299 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13300 and insert, not subst-char-in-region.
13301
13302 * international/mule-diag.el (list-character-sets-1): Handle
13303 charsets eight-bit-control and eight-bit-graphic.
13304 (list-iso-charset-chars): Likewise.
13305 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13306 charactes as is. Use indent-to to align characters.
13307
13308 * international/mule-cmds.el (find-multibyte-characters): Never
13309 exclude charsets eight-bit-control and eight-bit-graphic.
13310
133112000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13312
13313 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13314 Don't quote lambdas.
13315
13316 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13317
133182000-05-19 Gerd Moellmann <gerd@gnu.org>
13319
13320 * gud.el (gud-jdb-directories): Doc fix.
13321
133222000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13323
13324 * newcomment.el: New file.
13325
133262000-05-19 Gerd Moellmann <gerd@gnu.org>
13327
13328 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13329
133302000-05-18 Andreas Schwab <schwab@suse.de>
13331
13332 * dired.el (dired-between-files): Also skip lines beginning with
13333 `used'.
13334
133352000-05-18 Gerd Moellmann <gerd@gnu.org>
13336
13337 * msb.el (msb-menu-cond): Add choice `user'.
13338
133392000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13340
13341 * ps-print.el: Compatibility, customization and doc fix.
13342 (ps-printer-name-option): Replace defconst by defvar.
13343 (ps-postscript-code-directory): XEmacs compatibility.
13344 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13345 fix.
13346 (ps-user-defined-prologue, ps-print-prologue-header)
13347 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13348 compatibility and code fix.
13349 (ps-print-background-image, ps-print-background-text):
13350 Customization fix.
13351 (ps-line-number-start, ps-n-up-on): New vars.
13352
133532000-05-18 Espen Skoglund <esk@ira.uka.de>
13354
13355 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13356 the indent-comment function to just return the appropriate indent.
13357
133582000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13359
13360 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13361 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13362 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13363
133642000-05-18 Dave Love <fx@gnu.org>
13365
13366 * info.el (Info-fontify-node): Add intangible property as well as
13367 invisible.
13368
13369 * calendar/appt.el (appt-make-list): Match all lines of entry.
13370 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13371
133722000-05-18 Kenichi Handa <handa@etl.go.jp>
13373
13374 * international/mule-diag.el (describe-char-after): Call
13375 internal-char-font, not char-font. If internal-char-font returns
13376 nil, display "-- none --".
13377
133782000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13379
13380 * image.el (image-type-available-p): Don't reference image-types
13381 if it isn't bound.
13382
133832000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13384
13385 * autoarg.el (autoarg-mode): Typo in the :set argument.
13386
133872000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13388
13389 * startup.el (command-line-1): Don't signal an error if the
13390 directory for auto-save-list files does not yet exist.
13391
133922000-05-17 Kenichi Handa <handa@etl.go.jp>
13393
13394 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13395
133962000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13397
13398 * subr.el (remove-hook): `setq' hook-value, not `set'.
13399
134002000-05-16 Sam Steingold <sds@gnu.org>
13401
13402 * info.el (debug-ignored-errors): More errors to ignore.
13403
134042000-05-16 Dave Love <fx@gnu.org>
13405
13406 * cus-edit.el: Don't require cl or easymenu.
13407 (custom-variable-prompt): Test standard-value property, not
13408 user-variable-p.
13409
134102000-05-16 Sam Steingold <sds@gnu.org>
13411
13412 * subr.el (add-hook): `setq' hook-value, not `set'.
13413
134142000-05-16 Gerd Moellmann <gerd@gnu.org>
13415
13416 * startup.el (command-line-1): Mention the FAQ in the startup
13417 message.
13418
13419 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13420
13421 * progmodes/compile.el (compilation-parse-errors): Collect
13422 `nomessage' regexps last.
13423
13424 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13425
13426 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13427 to the function name.
13428
134292000-05-15 Dave Love <fx@gnu.org>
13430
13431 * speedbar.el (speedbar-recenter): Typo.
13432 (speedbar-expand-line): Make arg optional.
13433 (speedbar-mode): Avoid a compiler warning.
13434
134352000-05-15 Gerd Moellmann <gerd@gnu.org>
13436
13437 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13438 user-specified option string is empty.
13439
13440 * mouse.el (mouse-yank-at-click): Doc fix.
13441
134422000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13443
13444 * term/internal.el (IT-character-translations): More updates of
13445 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13446 documents.
13447
134482000-05-15 Gerd Moellmann <gerd@gnu.org>
13449
13450 * env.el (getenv): New function, interactively callable.
13451 (setenv, getenv): Remove autoload cookies.
13452
13453 * loadup.el: Load `env'.
13454
13455 * progmodes/f90.el: Change author's mail address.
13456
134572000-05-14 Dave Love <fx@gnu.org>
13458
13459 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13460 goto-addr as an option.
13461
13462 * help.el (help-xref-stack): Doc fix.
13463 (help-xref-following): New variable.
13464 (help-make-xrefs): Use it.
13465 (help-xref-go-back): Use position information from stack element.
13466 (help-follow): Make position in stack element a pair. Use
13467 help-xref-following.
13468
13469 * autoarg.el: New file.
13470
13471 * faces.el: Declare more functions obsolete.
13472
13473 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13474 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13475 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13476 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13477 Remove all the setup-...-environment functions.
13478
134792000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13480
13481 * speedbar.el: Updated the commentary section. xemacs20p now uses
13482 >= when detecting. Require `defimage' safely.
13483 (speedbar-easymenu-definition-base): Add toggle for images.
13484 (speedbar-easymenu-definition-special): Add flush cache & expand.
13485 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13486 (speedbar-reconfigure-keymaps-hook): New variable.
13487 (speedbar-frame-parameters): Updated documentation.
13488 (speedbar-use-imenu-flag): Updated custom tag
13489 (speedbar-dynamic-tags-function-list): New variable.
13490 (speedbar-tag-hierarchy-method): Updated doc & custom.
13491 (speedbar-indentation-width, speedbar-indentation-width) New
13492 variables.
13493 (speedbar-hide-button-brackets-flag): Customizable.
13494 (speedbar-vc-indicator): Doc update.
13495 (speedbar-ignored-path-expressions): Updated default value.
13496 (speedbar-supported-extension-expressions): Updated default value.
13497 (speedbar-syntax-table): Remove {} paren status.
13498 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13499 as "+". Added overlay aliases.
13500 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13501 `force-mode-line-update'.
13502 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13503 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13504 `mouse-set-point'
13505 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13506 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13507 of arbitrary text, and new helper functions.
13508 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13509 filename finder.
13510 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13511 (speedbar-directory-buttons): Update path search/expansion.
13512 (speedbar-make-tag-line): Pay attention to
13513 `speedbar-indentation-width'. Use more care w/ invisible
13514 properties.
13515 (speedbar-change-expand-button-char): Call
13516 `speedbar-insert-image-button-maybe'.
13517 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13518 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13519 (speedbar-trim-words-tag-hierarchy)
13520 (speedbar-simple-group-tag-hierarchy): New functions
13521 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13522 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13523 functions.
13524 (speedbar-mouse-set-point): New function
13525 (speedbar-power-click): Updated documentation.
13526 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13527 of tag prefix text.
13528 (speedbar-expand-line, speedbar-contract-line): Make more robust
13529 to strange text.
13530 (speedbar-expand-line): Takes universal argument to flush the
13531 cache.
13532 (speedbar-flush-expand-line): New function.
13533 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13534 Use new generator insertion method.
13535 (speedbar-fetch-dynamic-tags): New function.
13536 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13537 `speedbar-fetch-dynamic-imenu'.
13538 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13539 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13540 "Revert Buffer" menu items.
13541 (speedbar-buffer-buttons-engine): Be smarter when creating a
13542 filename tag (for expansion purposes.).
13543 (speedbar-highlight-one-tag-line,
13544 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13545 (speedbar-recenter): New functions.
13546 (defimage-speedbar): Image loading abstraction.
13547 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13548 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13549 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13550 (speedbar-tag-type, speedbar-tag-mail): New images.
13551 (speedbar-expand-image-button-alist): New variable.
13552 (speedbar-insert-image-button-maybe): Insert an image over some
13553 buttons.
13554
135552000-05-13 Kenichi Handa <handa@etl.go.jp>
13556
13557 * international/mule-cmds.el (encode-coding-char): An ASCII
13558 character is always encodable.
13559
13560 * international/mule-conf.el: Add more information in descriptions
13561 of character sets.
13562
13563 * international/mule-diag.el (describe-char-after): New function.
13564 (describe-font-internal): Adjusted for the change of font-info.
13565 (describe-font): Likewise.
13566 (print-fontset): Rewritten for the new fontset implementation.
13567 (describe-fontset): Include fontset alias names in completion.
13568 (list-fontsets): Adjusted for the change of print-fontset.
13569
13570 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13571 describe-char-after instead of displaying the detail in the echo
13572 area.
13573 (syntax-code-table): Format changed.
13574 (string-to-syntax): Adjusted for the above change.
13575
135762000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13577
13578 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13579
135802000-05-12 Dave Love <fx@gnu.org>
13581
13582 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13583 dependence. Use line-{beginning,end}-position, not
13584 point-at{b,e}ol. Some doc fixes.
13585 (todo-position): New function. Fix callers of position to use it.
13586 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13587
135882000-05-12 Gerd Moellmann <gerd@gnu.org>
13589
13590 * time.el (display-time-mail-icon): Use `:ascent center'.
13591
13592 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13593 handling FTP security extensions.
13594
135952000-05-11 Dave Love <fx@gnu.org>
13596
13597 * calendar/todo-mode.el: New file.
13598
135992000-05-11 Gerd Moellmann <gerd@gnu.org>
13600
13601 * comint.el (comint-read-input-ring): Move reference to
13602 comint-input-ring-size outside of the save-excursion. It was
13603 causing the default value to be the only one ever seen.
13604
13605 * font-lock.el: Update copyright. Remove Simon Marshall's email
13606 address on request from him.
13607
13608 * subr.el (substitute-key-definition): Add comment describing
13609 the meaning of PREFIX.
13610
136112000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13612
13613 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13614
13615 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13616 (add-minor-mode): Don't make the variable buffer-local and add a
13617 reference to define-minor-mode in the docstring.
13618
13619 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13620 HEADER/FOOTER and fix bug with trailing empty directory.
13621 (cvs-append-to-ignore): Use vc-editable-p if available.
13622 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13623 (vc-do-command): Tweak advice to handle the new VC.
13624
13625 * log-view.el (log-view-goto-rev): New function for the new VC.
13626 (log-view-minor-wrap): Use mark-active.
13627
13628 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13629 (log-edit-changelog-full-paragraphs): New var.
13630 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13631 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13632 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13633 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13634 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13635 Replace the `cvs' prefix with `log-edit'.
13636
13637 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13638
13639 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13640 (diff-font-lock-defaults): Explicitly turn off multiline.
13641 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13642 (diff-ediff-patch): Fix call to ediff-patch-file.
13643 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13644 Handle comments.
13645
13646 * frame.el (automatic-hscrolling): Typo.
13647
13648 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13649
136502000-05-09 Sam Steingold <sds@goems.com>
13651
13652 * apropos.el (apropos-print): use `describe-face' instead of
13653 `customize-face-other-window'.
13654
136552000-05-09 Dave Love <fx@gnu.org>
13656
13657 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13658
13659 * help.el (describe-variable): Have customize button pop the
13660 help-xref stack when invoked.
13661 (help-xref-symbol-regexp): Add `face'.
13662 (help-make-xrefs): Check for quoted face names and adapt regexp
13663 submatch numbers to cope.
13664 (help-xref-interned): Maybe insert face doc too. Separate
13665 sections with a line of hyphens.
13666
13667 * faces.el: Some doc fixes. Declare some functions obsolete.
13668 (describe-face): Add customize button. Return the help
13669 text. Fix prompt.
13670
136712000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13672
13673 * term/internal.el (IT-character-translations): Fix last change.
13674
136752000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13676
13677 * woman.el: New file
13678 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13679
136802000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13681
13682 * term/internal.el (IT-character-translations): Update ASCII
13683 simulations for greek-iso8859-7, add latin-iso8859-14 and
13684 latin-iso8859-15.
13685
13686 * international/mule-cmds.el (set-language-info-alist): Call
13687 define-prefix-command with 3 arguments, to make the map suitable
13688 for a menu.
13689
136902000-05-07 Dave Love <fx@gnu.org>
13691
13692 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13693
136942000-05-05 Dave Love <fx@gnu.org>
13695
13696 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13697 list in doc string. Don't quote keyword symbols.
13698 * emacs-lisp/cl.el: Likewise
13699 * emacs-lisp/cl-seq.el: Likewise
13700
137012000-05-05 Gerd Moellmann <gerd@gnu.org>
13702
13703 * abbrev.el (abbrev-mode): Make ARG optional.
13704
137052000-05-04 Gerd Moellmann <gerd@gnu.org>
13706
13707 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13708
13709 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13710
13711 * subr.el (substitute-key-definition): Clarify documentation.
13712
137132000-05-04 Milan Zamazal <pdm@freesoft.cz>
13714
13715 * glasses.el (glasses-convert-to-unreadable): Use
13716 `glasses-separator' instead of the hard-wired "_".
13717 (glasses-mode): Call `glasses-make-unreadable' only in a single
13718 place.
13719
137202000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13721
13722 * term/internal.el (cjk-codepages-alist): Add associations for
13723 Chinese and Korean codepages. Remove FIXME comment.
13724
137252000-05-03 Dave Love <fx@gnu.org>
13726
13727 * time.el (display-time-mail-face, display-time-use-mail-icon):
13728 New option.
13729 (display-time-mail-icon): New variable.
13730 (display-time-string-forms): Use the above. Fix the local-map.
13731
137322000-05-03 Gerd Moellmann <gerd@gnu.org>
13733
13734 * replace.el (query-replace-map): Add binding for `E'.
13735 (query-replace-help): Extend help text.
13736 (perform-replace): Allow editing the replacement string.
13737
13738 * make-mode.el (makefile-mode-abbrev-table): New variable.
13739 (makefile-mode): Set local abbrev table to
13740 makefile-mode-abbrev-table.
13741 (makefile-font-lock-keywords): Fontify includes and conditionals.
13742
13743 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13744 set TOGGLE's value.
13745
13746 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13747 mail-interactive-insert-alias.
13748 (mail-abbrev-complete-alias): New command.
13749 (mail-mode-map): Bind it to `M-TAB'.
13750
137512000-05-03 Kenichi Handa <handa@etl.go.jp>
13752
13753 * language/lao-util.el (lao-compose-region): New function.
13754
137552000-05-02 Gerd Moellmann <gerd@gnu.org>
13756
13757 * files.el (recover-session): Make directories as necessary
13758 if they don't exist yet.
13759
13760 * calendar/cal-french.el
13761 (french-calendar-multibyte-special-days-array)
13762 (french-calendar-special-days-array): Change French text.
13763 (calendar-french-date-string): Change output.
13764 (calendar-goto-french-date): Likewise.
13765
137662000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13767
13768 * wid-edit.el (widget-default-active): Obey `:always-active'.
13769 (widget-documentation-string-value-create): Set `:always-active'.
13770
137712000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13772
13773 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13774 default prefix to `~/_emacs.d/auto-save.list/_s'.
13775 (normal-top-level): Create the directory for auto-save files, if
13776 it doesn't already exist (in the ms-dos case only).
13777
137782000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13779
13780 * international/mule-cmds.el (set-language-environment): Don't
13781 concat an integer (dos-codepage), use format instead.
13782
137832000-05-02 Dave Love <fx@gnu.org>
13784
13785 * help.el (help-xref-on-pp): Check for constant symbols.
13786
137872000-04-29 Gerd Moellmann <gerd@gnu.org>
13788
13789 * startup.el (normal-top-level): Put a condition-case around
13790 the code loading subdirs.el.
13791
137922000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13793
13794 * ps-print.el: Upside-down and face background color printing,
13795 line number step, doc fix.
13796 (ps-print-version): New version number (5.2).
13797 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13798 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13799 (ps-spool-config): Var fix.
13800 (ps-printer-name-option): Const fix.
13801 (ps-print-upside-down, ps-use-face-background)
13802 (ps-line-number-step): New vars.
13803 (ps-window-system, ps-lp-system): New consts.
13804 (ps-face-background): New fun.
13805
138062000-04-28 Richard Stallman <rms@gnu.org>
13807
13808 * files.el (make-auto-save-file-name):
13809 Apply auto-save-file-name-transforms to visited file name
13810 before generating auto save file name.
13811 (auto-save-file-name-transforms): New variable.
13812
13813 * files.el (backup-enable-predicate):
13814 Correctly test for a file under a temporary directory.
13815
138162000-04-28 Gerd Moellmann <gerd@gnu.org>
13817
13818 * subr.el (add-minor-mode): Rewritten.
13819
138202000-04-28 Kenichi Handa <handa@etl.go.jp>
13821
13822 * mail/sendmail.el (sendmail-send-it): Set
13823 buffer-file-coding-system to the selected coding system for MIME
13824 header.
13825
138262000-04-27 Gerd Moellmann <gerd@gnu.org>
13827
13828 * dired.el (dired-move-to-filename-regexp): Allow format where
13829 YYYY is followed by two spaces.
13830
13831 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13832 in the second character class of the regexp.
13833
13834 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13835 mh-etc, too.
13836
13837 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13838 nil.
13839
13840 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13841
13842 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13843 argument.
13844
138452000-04-27 Sen Nagata <sen@eccosys.com>
13846
13847 * emacs-lisp/crm.el (crm-completion-table): New variable.
13848 (crm-collection-fn, crm-test-completion)
13849 (completing-read-multiple): Use it.
13850
138512000-04-27 Dave Love <fx@gnu.org>
13852
13853 * help.el (locate-library): Use mapc.
13854 (help-manyarg-func-alist): Add call-process-region.
13855
138562000-04-26 Gerd Moellmann <gerd@gnu.org>
13857
13858 * subr.el (add-minor-mode): Make argument MAP optional.
13859
13860 * desktop.el (desktop-save): Save list of minor modes.
13861 (desktop-create-buffer): Restore minor modes.
13862 (desktop-minor-mode-table): New user-option.
13863
13864 * subr.el (add-minor-mode): New function.
13865
13866 * image.el (find-image): New function.
13867 (defimage): Rewritten to find image at load time.
13868
13869 * startup.el (normal-top-level-add-to-load-path): Handle
13870 case that the default directory is not in load-path.
13871
13872 * help.el: Old patch from Stefan Monnier.
13873 (help-xref-on-pp): New function.
13874 (describe-variable): Use it to display xrefs in a symbol's value.
13875
138762000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13877
13878 * cus-edit.el (custom-face): Fix parenthesis.
13879
138802000-04-26 Kenichi Handa <handa@etl.go.jp>
13881
13882 * mail/rmail.el (rmail-expunge): When there are no deleted
13883 messages, do nothing.
13884
138852000-04-26 Dave Love <fx@gnu.org>
13886
13887 * international/mule-cmds.el (locale-translation-file-name):
13888 Defvar to nil.
13889 (set-locale-environment): Set it here (at runtime).
13890
138912000-04-25 Gerd Moellmann <gerd@gnu.org>
13892
13893 * replace.el (perform-replace): Add parameters START and END. Use
13894 them instead of the check for a region in Transient Mark mode.
13895 (query-replace-read-args): Return two more list elements for the
13896 start and end of the region in Transient Mark mode.
13897 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13898 (map-query-replace-regexp, replace-string, replace-regexp): Add
13899 optional last arguments START and END and pass them to
13900 perform-replace.
13901
13902 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13903 form with additional arguments for perform-replace.
13904
13905 * progmodes/etags.el (tags-query-replace): Add parameters START
13906 and END. Construct a form with additional arguments for
13907 perform-replace.
13908
13909 * simple.el (shell-command): Set default directory for "*Shell
13910 Command Output" buffer.
13911
13912 * language/european.el (iso-latin-4): Fix typo.
13913
13914 * emacs-lisp/crm.el: New file.
13915
139162000-04-24 Dave Love <fx@gnu.org>
13917
13918 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13919 (Custom-reset-saved, Custom-reset-standard)
13920 (custom-group-value-create, custom-group-set, custom-group-save)
13921 (custom-group-reset-current, custom-group-reset-saved)
13922 (custom-group-reset-standard): Use mapc.
13923 (custom-buffer-create-internal): Disable undo when creating items.
13924 Use mapc.
13925 (custom-face): Avoid redundant lambda.
13926
139272000-04-24 Gerd Moellmann <gerd@gnu.org>
13928
13929 * startup.el (auto-save-list-file-prefix): Set default to
13930 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13931
139322000-04-24 Sam Steingold <sds@gnu.org>
13933
13934 * time-stamp.el (time-stamp-string-preprocess): Always convert
13935 `field-result' to a string.
13936
139372000-04-24 Gerd Moellmann <gerd@gnu.org>
13938
13939 * frame.el (scrolling): New group.
13940 (automatic-hscrolling): New user-option.
13941
13942 * startup.el (command-line-x-option-alist): Add `-lsp' and
13943 `--line-spacing'.
13944
139452000-04-19 Dave Love <fx@gnu.org>
13946
13947 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13948 (cl-mapc): Rename from mapc. Fix the funcall.
13949
139502000-04-19 Gerd Moellmann <gerd@gnu.org>
13951
13952 * simple.el (clone-indirect-buffer-other-window): New command.
13953 (clone-indirect-buffer): Add optional arg NORECROD.
13954 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13955
13956 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13957
13958 * window.el (count-screen-lines): New function.
13959 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13960 instead of window-buffer-height.
13961
13962 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13963 non-existing variable comint-input-sentinel.
13964 (inferior-lisp-args-to-list): Removed.
13965 (inferior-lisp): Use split-string instead of
13966 inferior-lisp-args-to-list.
13967
13968 * hexl.el (hexl-insert-hex-string): New command.
13969
13970 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13971 instead of concat.
13972
139732000-04-18 Gerd Moellmann <gerd@gnu.org>
13974
13975 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13976 at the start of an existing but empty folder.
13977
139782000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13979
13980 * ps-mule.el: Customization fix, doc fix.
13981 (ps-multibyte-buffer): Customization fix.
13982
139832000-04-17 Richard M. Stallman <rms@gnu.org>
13984
13985 * subr.el (read-passwd): Use read-char-exclusive.
13986
139872000-04-17 Gerd Moellmann <gerd@gnu.org>
13988
13989 * textmodes/texinfo.el (texinfo-insert-@email)
13990 (texinfo-insert-@emph, texinfo-insert-@quotation)
13991 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13992 (texinfo-mode-map): Add key bindings for them.
13993
13994 * files.el (basic-save-buffer-2): Use a template with `$'
13995 instead of `#' for VMS.
13996
13997 * simple.el (clone-indirect-buffer): New function.
13998
139992000-04-16 Stephen Eglen <stephen@gnu.org>
14000
14001 * iswitchb.el (iswitchb-case): New function. If the user input
14002 contains any upper-case characters, the search is made
14003 case-sensitive.
14004
140052000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14006
14007 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14008 comment-end.
14009 (texinfo-font-lock-syntactic-keywords): New var.
14010 (texinfo-font-lock-keywords): Remove comment regexp.
14011 (texinfo-insert-block): New function.
14012 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14013 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14014 and font-lock-defaults. Use regexp-opt for outline-regexp.
14015 (texinfo-environments): New var.
14016 (texinfo-environment-regexp): Use regexp-opt and
14017 texinfo-environments.
14018
14019 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14020 ispell-process is bound since this might be eval'd before ispell
14021 is loaded.
14022 (ispell-message): Use a tiny bit less magic and a bit more hard
14023 data to figure out what kind of sc-cite-regexp to use.
14024
14025 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14026
14027 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14028 (insert-cyclic-diary-entry): Unquote the lambda.
14029
14030 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14031
14032 * files.el (backup-enable-predicate): Unquote the lambda.
14033
14034 * cus-edit.el (custom-face, face): Unquote the lambda.
14035
140362000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14037
14038 * ps-print.el: Check for line-beginning-position definition.
14039
14040 * ps-print.el: Fix counting lines in a region.
14041 (ps-print-version): New version number (5.1.5).
14042 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14043 (ps-printing-region): Fun code fix.
14044
140452000-04-15 Gerd Moellmann <gerd@gnu.org>
14046
14047 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14048 to file-directory-p.
14049
140502000-04-14 Gerd Moellmann <gerd@gnu.org>
14051
14052 * gud.el (gud-jdb-build-source-files-list): Check that directory
14053 exists before calling directory-files.
14054
140552000-04-13 Dave Love <fx@gnu.org>
14056
14057 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14058 syntax.
14059
14060 * emacs-lisp/cl-specs.el: Remove when, unless.
14061
14062 * emacs-lisp/cl-extra.el: Don't quote keywords.
14063 (cl-old-mapc): New variable.
14064 (mapc): Use it.
14065 (cl-map-intervals): Use with-current-buffer. Don't check for
14066 next-property-change.
14067 (cl-map-overlays): Use with-current-buffer.
14068 (cl-expt): Remove.
14069 (copy-tree, remprop): Define unconditionally.
14070
14071 * emacs-lisp/cl-compat.el (keywordp): Remove.
14072
14073 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14074 to use keywordp.
14075 (edebug-spec): Enable keywordp.
14076
14077 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14078 string-lessp.
14079
14080 * cus-start.el: Use keywordp.
14081
140822000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14083
14084 * diary-lib.el (include-other-diary-files): Fix the fix of
14085 2000-02-18 by doing a save-excursion.
14086
140872000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14088
14089 * ps-print.el: Customization fix, doc fix.
14090 (ps-print-version): New version number (5.1.4).
14091 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14092 (ps-print-preprint): Adjust code.
14093 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14094 (ps-print-prologue-header, ps-print-control-characters)
14095 (ps-spool-config): Customization fix.
14096
140972000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14098
14099 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14100 converted to the new menu-item format, names silightly changed,
14101 help strings added.
14102
14103 Support for spelling without async subprocesses:
14104
14105 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14106 (ispell-session-buffer): New variables.
14107 (ispell-start-process, ispell-process-status,
14108 ispell-accept-output, ispell-send-string): New functions, for
14109 Ispell invocation when async subprocesses aren't supported.
14110 (ispell-word, ispell-pdict-save, ispell-command-loop,
14111 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14112 to process-send-string with calls to ispell-send-string, and
14113 accept-process-output with ispell-accept-output.
14114 (ispell-init-process): Call ispell-process-status instead of
14115 process-status with.
14116 (ispell-init-process): Call ispell-start-process. Call
14117 ispell-accept-output and ispell-send-string. Don't call
14118 process-kill-without-query and kill-process if they are unbound.
14119 (ispell-async-processp): New function.
14120
141212000-04-12 Dave Love <fx@gnu.org>
14122
14123 * info.el: Add debug-ignored-errors.
14124 (Info-mode-menu): Add some items.
14125 (Info-directory): Add autoload cookie.
14126
14127 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14128 Modify `truncate-lines'. Make `describe-language-environment'
14129 always visible and add help. Modify `describe-key' help. Invoke
14130 Info-directory from `info'. New entry `emacs-manual'.
14131
141322000-04-10 Gerd Moellmann <gerd@gnu.org>
14133
14134 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14135 propertized-buffer-identification.
14136 (ebrowse-update-member-buffer-mode-line): Likewise.
14137 (ebrowse--mode-strings): Removed.
14138 (ebrowse--mode-line-props): Removed.
14139
14140 * files.el (auto-mode-alist): Add `EBROWSE'.
14141
14142 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14143 space before testing for end of buffer.
14144 (ebrowse-load): Removed.
14145 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14146 (ebrowse-create-tree-buffer): Rewritten.
14147 (ebrowse-tree-mode): Read tree from buffer.
14148
14149 * progmodes/ebrowse-ffh.el: Removed.
14150
141512000-04-10 Kenichi Handa <handa@etl.go.jp>
14152
14153 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14154
141552000-04-10 Gerd Moellmann <gerd@gnu.org>
14156
14157 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14158 at the wrong place.
14159
141602000-04-09 Dave Love <fx@gnu.org>
14161
14162 * files.el (backup-enable-predicate): Use
14163 temporary-file-directory, small-temporary-file-directory.
14164 (make-backup-file-name-function, backup-directory-alist): New
14165 variables.
14166 (make-backup-file-name-1): New function.
14167 (make-backup-file-name): Use it.
14168 (find-backup-file-name): Likewise. Use format for clarity, not
14169 concat.
14170 (file-newest-backup): Use make-backup-file-name.
14171
141722000-04-09 Gerd Moellmann <gerd@gnu.org>
14173
14174 * progmodes/ebrowse-ffh.el: New file.
14175
14176 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14177 to ebrowse-ffh.el.
14178 (ebrowse-load): Add autoload.
14179
14180 * finder.el (finder-commentary): Add autoload cookie.
14181
14182 * mail/rfc2368.el: Correct author's email address.
14183
14184 * progmodes/ebrowse.el: New file.
14185
14186 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14187 item help string.
14188 (easy-menu-do-add-item): Ditto.
14189 (easy-menu-define): Extend doc string.
14190
14191 * jit-lock.el (with-buffer-unmodified): Use
14192 restore-buffer-modified-p.
14193 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14194 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14195 with-buffer-unmodified.
14196
141972000-04-08 Dave Love <fx@gnu.org>
14198
14199 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14200 unless, when.
14201
142022000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14203
14204 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14205 (viper-flash-search-pattern): No operation when using Emacs
14206 doesn't support face.
14207 Use `viper-put-on-search-overlay'.
14208
142092000-04-04 Gerd Moellmann <gerd@gnu.org>
14210
14211 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14212 like C-r.
14213
14214 * progmodes/make-mode.el: Some doc fixes.
14215 (makefile-mode-abbrev-table): New variable.
14216 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14217 (makefile-font-lock-keywords): Fontify includes and conditionals.
14218 (toplevel): Require `dabbrev' and `add-log' when compiling.
14219
14220 * replace.el (perform-replace): Don't move forward one char
14221 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14222 to do that because it leaves point 1 position after the last
14223 replacement, after everything has been replaced.
14224
14225 * jit-lock.el (with-buffer-unmodified): New macro.
14226 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14227 modified state.
14228 (jit-lock-function-1): Extracted from jit-lock-function; not
14229 preserving buffer's modified state.
14230 (jit-lock-function, jit-lock-stealth-fontify): Call
14231 jit-lock-function-1.
14232
14233 * mail/rfc2368.el: Remove supernumerary copyright line.
14234
142352000-04-04 Milan Zamazal <pdm@freesoft.cz>
14236
14237 * glasses.el: Provide facilities for inserting space before left
14238 parentheses and uncapitalization of identifiers.
14239 (glasses-mode): Try to remove old overlays in all cases.
14240
142412000-04-03 Gerd Moellmann <gerd@gnu.org>
14242
14243 * progmodes/compile.el (compile-internal): Display the compilation
14244 buffer in a different frame, if it's already displayed there.
14245
14246 * mail/rfc2368.el: New file.
14247
14248 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14249 header and insert its value as mail body.
14250
14251 * subr.el (member-ignore-case): New function.
14252
14253 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14254 (dabbrev--find-expansion): Ignore buffers matching a regexp
14255 from dabbrev-ignored-regexps.
14256
14257 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14258 to extensions handled by gzip.
14259
142602000-04-03 Richard M. Stallman <rms@gnu.org>
14261
14262 * files.el (insert-directory): List the total free space
14263 along with the used space.
14264
14265 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14266 line is followed by one that matches CITATION-REGEXP, end the
14267 paragraph.
14268
142692000-04-03 Markus Rost <rost@delysid.gnu.org>
14270
14271 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14272 (rmail-make-basic-summary-line): Use that option.
14273
142742000-04-03 Kenichi Handa <handa@etl.go.jp>
14275
14276 * international/mule-cmds.el (encoded-string-description):
14277 Rewritten. Try pretty description for ISO 2022 escape sequences
14278 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14279 for hexadecimal format.
14280
142812000-04-01 Dave Love <fx@gnu.org>
14282
14283 * cpp.el: Change customization group to `c' from `C'.
14284
14285 * vcursor.el (vcursor-move): Use display-color-p.
14286
14287 * international/mule-util.el: Provide mule-utils.
14288 (string-to-sequence): Simplify and speed up.
14289
14290 * international/mule.el (make-coding-system): Purecopy doc-string.
14291
14292 * international/mule-cmds.el: Various menu changes.
14293 (describe-specified-language-support): Handle `Default'.
14294 (set-language-info): Purecopy `info'.
14295
142962000-03-31 Andrew Innes <andrewi@gnu.org>
14297
14298 * vc.el (vc-backend-diff): Return the correct status if we had to
14299 retry the rcsdiff command without the --brief option.
14300
143012000-03-31 Dave Love <fx@gnu.org>
14302
14303 * help.el (help-manyarg-func-alist): Correct several omissions.
14304
14305 * add-log.el: Don't require cl, fortran.
14306 (add-log-current-defun-function): Doc fix.
14307 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14308 fix.
14309 (change-log-version-rcs): Function deleted.
14310 (change-log-version-number-search): Doc fix. Use
14311 vc-workfile-version. Avoid CL dolist.
14312 (add-change-log-entry): Just call add-log-current-defun to get
14313 defun. Simplify somewhat.
14314 (change-log-get-method-definition-1): Likewise.
14315 (add-log-current-defun): Return nil if calling
14316 add-log-current-defun-function does so. Move Fortran stuff to
14317 fortran.el. Return string without properties.
14318
14319 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14320 and :alpha: char classes.
14321
14322 * mail/supercite.el: Defvar curline when compiling.
14323 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14324 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14325 rather than a-zA-Z0-9 to allow non-ASCII characters.
14326
143272000-03-31 Gerd Moellmann <gerd@gnu.org>
14328
14329 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14330
14331 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14332 Re-enable new code.
14333
14334 * lpr.el (print-region-1): Use -d to specify printer name for
14335 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14336
143372000-03-31 Dave Love <fx@gnu.org>
14338
14339 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14340 for function definition in symbol's function value slot first
14341 instead of first consulting byte-compile-function-environment.
14342
143432000-03-31 Kenichi Handa <handa@etl.go.jp>
14344
14345 * language/european.el ("Polish"): New language environment.
14346 (setup-polish-environment): New function.
14347
143482000-03-30 Gerd Moellmann <gerd@gnu.org>
14349
14350 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14351 Disable new code.
14352
14353 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14354 trying to `load' the symbol of an autoload instead of the file
14355 recorded in the autoload. Fix error messages.
14356
143572000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14358
14359 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14360 (ps-print-version): New version number (5.1.3).
14361 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14362 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14363 (ps-generate-postscript-with-faces): Code fix.
14364 (ps-color-values): XEmacs compatibility.
14365 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14366 (ps-default-fg, ps-default-bg): Adjust customization.
14367 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14368 (ps-color-scale): Renaming old ps-color-value fun.
14369 (ps-print-headers): Replace ps-print-header group to avoid conflict
14370 with ps-print-header variable.
14371 (ps-print-miscellany): New group.
14372 (ps-format-color, ps-rgb-color): New funs.
14373 (ps-default-foreground): New var.
14374 (ps-printer-name-option): New const.
14375
143762000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14377
14378 * net/net-utils.el:
14379 (network-connection-host, network-connection-service): New variables
14380 (network-connection-mode): New mode, derived from comint-mode
14381 (network-connection-mode-setup): New function, saves host and
14382 service information in local variables.
14383
14384 * lisp/locate.el:
14385 (locate-word-at-point): Added this function
14386 (locate): Default to using locate-word-at-point as input
14387 Run dired-mode-hook
14388
143892000-03-29 Dave Love <fx@gnu.org>
14390
14391 * calendar/appt.el: Doc fixes.
14392 (appt-check): Convert min-to-app to a string before passing to
14393 appt-disp-window-function or concat.
14394 (appt-delete-window): Remove test for frame-root-window.
14395 (appt-select-lowest-window, appt-convert-time): Simplify.
14396
14397 * emacs-lisp/bytecomp.el: Doc fixes.
14398 (byte-compile-file-form-autoload): Update
14399 byte-compile-function-environment.
14400
144012000-03-29 Andreas Schwab <schwab@suse.de>
14402
14403 * emacs-lisp/autoload.el: Also print defsubst doc string
14404 specially.
14405
14406 * dired.el (dired-insert-directory): If dired-free-space-program
14407 failed just delete its output.
14408
144092000-03-29 Dave Love <fx@gnu.org>
14410
14411 * international/iso-cvt.el: Move provide to end. Doc fixes.
14412 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14413 (iso-iso2sgml, iso-sgml2iso): New functions.
14414 (iso-cvt-define-menu): Fix some entries and use backquote for
14415 clarity.
14416
14417 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14418
144192000-03-28 Gerd Moellmann <gerd@gnu.org>
14420
14421 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14422 ISO-DATE. If non-nil, return date in ISO 8601 format.
14423
144242000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14425
14426 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14427 if it ever becomes used.
14428 (log-edit-mode-hook): Default to vc-log-mode-hook.
14429 (log-edit-mode): Fix the docstring.
14430
14431 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14432 the code.
14433
144342000-03-26 Dave Love <fx@gnu.org>
14435
14436 * net/browse-url.el (browse-url): Re-fix case of
14437 browse-url-browser-function being an alist.
14438 (browse-url): Add :link to defgroup.
14439
14440 * files.el: Doc fixes.
14441 (file-truename): Include `[' in wildcard characters.
14442 (automount-dir-prefix): Customize.
14443 (find-file-wildcards): Add :version.
14444 (find-file-noselect): Simplify a mapcar call.
14445
14446 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14447 compatible with inf-lisp version.
14448 (eval-defun-1): Fix custom-declare-variable case.
14449
144502000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14451
14452 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14453
144542000-03-24 Gerd Moellmann <gerd@gnu.org>
14455
14456 * Makefile (COMPILE_FIRST): New macro.
14457 (compile-files): Compile files from COMPILE_FIRST first.
14458
14459 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14460 code.
14461
14462 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14463 matching open parenthesis in column 0 to defun-prompt-regexp
14464 only if open-paren-in-column-0-is-defun-start is set.
14465
14466 * sun-curs.el: Require CL at compile-time only.
14467
14468 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14469 instead of copy-list which is a function from CL.
14470 (msb--choose-menu, msb--mode-menu-cond)
14471 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14472 (msb--init-file-alist): Use mapcar instead of mapcan.
14473 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14474 `(' in column 0 in doc string.
14475 (msb--add-separators): Use mapcar instead of mapcan.
14476
14477 * cus-dep.el: Require CL at compile-time only.
14478
144792000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14480
14481 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14482 (byte-compile-warnings): New warning `noruntime'.
14483 (byte-compile-constants, byte-compile-variables): Fix docstring.
14484 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14485 execute `eval-whenc-compile's body.
14486 (byte-compile-unresolved-functions): Fix docstring.
14487 (byte-compile-eval): New function.
14488 (byte-compile-callargs-warn): Check if the function will be available
14489 at runtime (via property `byte-compile-noruntime').
14490 (byte-compile-print-syms): New function.
14491 (byte-compile-warn-about-unresolved-functions): Also warn about
14492 `noruntime' functions (and use `byte-compile-print-syms').
14493 (byte-compile-file): Capitalize the message.
14494
144952000-03-24 Gerd Moellmann <gerd@gnu.org>
14496
14497 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14498 (rmail-expunge): Ask for confirmation depending on the setting
14499 of rmail-confirm-expunge.
14500
145012000-03-23 Gerd Moellmann <gerd@gnu.org>
14502
14503 * Makefile (bootstrap-clean): If $(emacs) exists, build
14504 loaddefs.el first. A loaddefs.el that's not up-to-date might
14505 cause a bootstrap failure because things don't autoload as
14506 expected.
14507
145082000-03-23 Dave Love <fx@gnu.org>
14509
14510 * net/browse-url.el: Restore previous use of
14511 browse-url-maybe-new-window.
14512
145132000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14514
14515 * ps-print.el: Skip banner page fix.
14516 (ps-print-version): New version number (5.1.2).
14517 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14518
145192000-03-23 Dave Pearson <davep@davep.org>
14520
14521 * net/quickurl.el Changed the type of parameter passed to the
14522 function defined by `quickurl-format-function'. Before only the
14523 text of the URL was passed. Now the whole URL structure is passed
14524 and the function is responsible for extracting the parts it
14525 requires. Changed the default of `quickurl-format-function'
14526 accordingly.
14527 (quickurl-insert): Changed the `funcall' of
14528 `quickurl-format-function' to match the above change.
14529 (quickurl-list-insert): Changed the `url' case so that it makes
14530 use of `quickurl-format-function', previous to this the format was
14531 hard wired.
14532
145332000-03-22 Gerd Moellmann <gerd@gnu.org>
14534
14535 * startup.el: Change some spellings for the X Window System.
14536
145372000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14538
14539 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14540 up the code and the regexp and make sure the cursor is temporarily
14541 moved to the suspicious line while querying the user.
14542
145432000-03-22 Jason Rumney <jasonr@gnu.org>
14544
14545 * w32-fns.el (w32-charset-info-alist): Initialize.
14546
145472000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14548
14549 * ps-print.el: N-up last page fix.
14550 (ps-print-version): New version number (5.1.1).
14551 (ps-end-file, ps-end-job, ps-generate): Code fix.
14552
145532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14554
14555 * files.el (find-file-run-dired): Update docstring.
14556 (find-directory-functions): New hook.
14557 (find-file-noselect): Run find-directory-functions rather than
14558 calling dired directly.
14559
14560 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14561
14562 * pcvs.el: Add a minimal leading commentary.
14563 (cvs-make-cvs-buffer): Change the header part by removing the startup
14564 message and adding a `Module' entry. Also replace the FOOTER and
14565 HEADER special fileinfos with the new support in ewoc for updating
14566 its own footer and header.
14567 (cvs-update-header): Update to use the header/footer of the ewoc.
14568 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14569 (cvs-is-within-p): New function.
14570 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14571 to only examine some subset of the buffers.
14572
14573 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14574 `format' instead of our own ad-hoc functions.
14575 Remove HEADER and FOOTER cases, now handled in the EWOC.
14576 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14577
14578 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14579 output to avoid scaring the user.
14580 (cvs-parse-table): Catch message for non-up-to-date commits.
14581
14582 * pcvs-defs.el (cvs-startup-message): Remove.
14583 (cvs-global-menu): New autoloaded menu.
14584
14585 * pcvs-util.el (cvs-string-fill): Remove.
14586
14587 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14588 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14589 PP part of it and also make it work for footers and headers.
14590 (ewoc-create): Drop POS and BUFFER arguments.
14591 Use the DLL's dummy node to store the end-of-footer position.
14592 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14593 (ewoc-refresh): Remove unused `header' variable.
14594 (ewoc-(get|set)-hf): New functions.
14595
14596 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14597 log-view-*-(message|file) and use easy-mmode-define-navigation.
14598 (log-view-message-re): Match SCCS format as well.
14599 And match the revision line rather than the dashed separator line.
14600 (log-view-mode): Use the new define-derived-mode.
14601 (log-view-current-tag): Fill in with an actual implementation.
14602
14603 * cvs-status.el (cvs-status-(prev|next)): Rename from
14604 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14605 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14606 to let the output "breathe" a little more (more readable).
14607 (cvs-status-mode): Use the new define-derived-mode.
14608
14609 * smerge-mode.el (smerge-auto-leave): New function and variable.
14610 (smerge-basic-map): Rename from smerge-basic-keymap.
14611 Change the bindings for smerge-diff-*.
14612 (smerge-*-map): Use easy-mmode-defmap.
14613 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14614 (smerge-keep-*): Use smerge-auto-leave.
14615
146162000-03-21 Jason Rumney <jasonr@gnu.org>
14617
14618 * cus-edit.el (custom-button-face): Use 3D look for w32.
14619 (custom-button-pressed-face): Likewise.
14620
146212000-03-21 Gerd Moellmann <gerd@gnu.org>
14622
14623 * progmodes/etags.el (tags-case-fold-search): New user-option.
14624 (tags-loop-eval): New function. Bind case-fold-search around eval
14625 depending on the value of tags-case-fold-search.
14626 (tags-loop-continue): Use tags-loop-eval.
14627 (find-tag-in-order): Bind case-fold-search depending on the value
14628 of tags-case-fold-search.
14629
146302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14631
14632 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14633 (diff-end-of-hunk): Return the end position for use in
14634 `easy-mmode-define-navigation'.
14635 (diff-recenter): Remove.
14636 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14637 of `easy-mmode-define-navigation'.
14638 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14639 previous renaming) and fix to use new names.
14640 (diff-merge-strings): Use \n as separator: simpler, faster.
14641 (diff-mode): Use `define-derived-mode'.
14642
14643 * derived.el (define-derived-mode): Don't autoload anymore.
14644 Prefer the macro-only version provided by easy-mmode.el.
14645
14646 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14647 `easy-mmode-define-derived-mode'.
14648 Use `combine-run-hooks'.
14649 (easy-mmode-define-navigation): New macro.
14650
14651 * subr.el (combine-run-hooks): New function.
14652
146532000-03-21 Kenichi HANDA <handa@etl.go.jp>
14654
14655 * term/x-win.el: Fontsets related initialization is simplified.
14656
14657 * international/mule-diag.el (describe-font): Don't refer to
14658 global-fontset-alist, instead call font-list.
14659 (describe-fontset, list-fontsets, mule-diag): Likewise.
14660 (print-fontset): Adjusted for the change of fontset
14661 implementation.
14662
14663 * international/fontset.el (x-charset-registries): Variable
14664 removed, instead the corresponding data is stored in the default
14665 fontset.
14666 (register-alternate-fontnames): Function removed.
14667 (resolved-ascii-font): Variable removed.
14668 (x-compose-font-name): Ignore the second argument REDOCE.
14669 (x-complement-fontset-spec): Complement only an ASCII font and
14670 element for those charsets than can use that ASCII font.
14671 (generate-fontset-menu): Don't refer to global-fontset-alist,
14672 instead call fontset-list.
14673 (uninstantiated-fontset-alist): Variable removed.
14674 (x-style-funcs-alist): Likewise.
14675 (fontset-default-styles): Likewise.
14676 (x-modify-font-name): Function removed.
14677 (create-fontset-from-fontset-spec): Ignore the argument
14678 STYLE-VARIANT.
14679 (create-fontset-from-ascii-font): Docsting adjusted for the above
14680 change.
14681 (instantiate-fontset, resolve-fontset-name): Functions removed.
14682 (fontset-list): Now implemented by C code.
14683
14684 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14685 (describe-face): Include `font' attribute in the description.
14686
146872000-03-21 Kenichi Handa <handa@etl.go.jp>
14688
14689 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14690
146912000-03-20 Gerd Moellmann <gerd@gnu.org>
14692
14693 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14694 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14695 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14696
14697 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14698 about behavior of set-buffer-modified-p wrt redisplay.
14699
147002000-03-19 Richard M. Stallman <rms@gnu.org>
14701
14702 * view.el (view-mode-disable): Kill local binding of view-read-only.
14703
147042000-03-18 Gerd Moellmann <gerd@gnu.org>
14705
14706 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14707 is a string, convert it to a syntax cell using string-to-syntax.
14708
14709 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14710 (string-to-syntax): New function.
14711
14712 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14713 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14714 try to use passive ftp mode.
14715
147162000-03-17 Gerd Moellmann <gerd@gnu.org>
14717
14718 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14719
14720 * simple.el (append-to-buffer): Update point of windows after
14721 insertion.
14722
14723 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14724 forward then moving backward. Reindent.
14725
14726 * frame.el (other-frame): Call x-focus-frame only if
14727 focus-follows-mouse is off.
14728
147292000-03-17 Dave Love <fx@gnu.org>
14730
14731 * pcvs-util.el (cvs-strings->string): Rename
14732 replace-regexps-in-string.
14733
147342000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14735
14736 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14737 regexp for labels cannot span several lines.
14738
14739 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14740 `(setq :<key> ':<key>)' to the macro expansion.
14741
147422000-03-16 Dave Love <fx@gnu.org>
14743
14744 * progmodes/f90.el (f90): Put custom group under `languages', not
14745 `fortran'.
14746 (f90-mode-hook): Customize.
14747 (f90-mode): Set add-log-current-defun-function.
14748 (f90-current-defun): New function.
14749
147502000-03-16 Gerd Moellmann <gerd@gnu.org>
14751
14752 * cus-edit.el (custom-variable-tag-face): Handle case that
14753 default face's height is not a number.
14754 (custom-face-tag-face, custom-group-tag-face-1)
14755 (custom-group-tag-face): Ditto.
14756 (custom-group-tag-face-1): Add :group.
14757
14758 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14759
147602000-03-15 Gerd Moellmann <gerd@gnu.org>
14761
14762 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14763 requiring easymenu.
14764
147652000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14766
14767 * ps-print.el: PostScript user-defined prologue, PostScript error
14768 handler, doc fix.
14769 (ps-print-version): New version number (5.1).
14770 (ps-user-defined-prologue, ps-error-handler-message)
14771 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14772 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14773 (ps-insert-string): New function.
14774
147752000-03-15 Kenichi Handa <handa@etl.go.jp>
14776
14777 * international/ccl.el (ccl-compile-expression): Don't generate
14778 invalid self-assignment code.
14779
147802000-03-14 Dave Love <fx@gnu.org>
14781
14782 * subr.el (replace-regexp-in-string): Renamed from
14783 replace-regexps-in-string. Doc fix.
14784
147852000-03-12 Dave Love <fx@gnu.org>
14786
14787 * cus-edit.el: Doc fixes.
14788 (customize-set-variable, customize-save-variable): Rename args for
14789 doc.
14790 (custom-variable-tag-face, custom-face-tag-face)
14791 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14792 style which user identify as hyperlink.
14793 (hook): Don't add undefined functions to the hook.
14794 (debug-ignored-errors): Transfer message from bindings.el.
14795
147962000-03-12 Gerd Moellmann <gerd@gnu.org>
14797
14798 * recentf.el (recentf-keep-non-readable-files-p): Remove
14799 double/nested definition.
14800
148012000-03-12 Dave Love <fx@gnu.org>
14802
14803 * facemenu.el (facemenu-get-face): Use display-color-p.
14804 * enriched.el (enriched-decode-foreground): Likewise.
14805 (enriched-decode-background): Likewise.
14806 * isearch.el (isearch-highlight): Likewise.
14807 * info-look.el (info-lookup): Likewise.
14808 * simple.el (completion-setup-function): Likewise.
14809
14810 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14811 :options.
14812
14813 * bindings.el (mode-line-format): Fix line-number and
14814 column-number items. Add help-echo for the background.
14815 (mode-line-mule-info): Modify help-echo.
14816
14817 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14818
14819 * files.el (load-file): Allow completion to .elc.
14820
14821 * man.el: Doc fixes.
14822 (Man-init-defvars): Use display-color-p to set fontification.
14823
14824 * play/hanoi.el (hanoi-internal): Don't use oddp.
14825
148262000-03-12 Gerd Moellmann <gerd@gnu.org>
14827
14828 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14829
14830 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14831
148322000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14833
14834 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14835 Fix comment.
14836
148372000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14838
14839 * font-lock.el (font-lock-keywords): Fix the doc now that
14840 regexp-opt-depth is unnecessary.
14841 (save-buffer-state): Set an edebug spec.
14842 (font-lock-fontify-anchored-keywords): Properly handle the case when
14843 the matcher goes past the limit.
14844
14845 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14846 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14847
14848 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14849 dll.el and cookie.el (from Elib) with heavy renaming and other
14850 massaging.
14851
14852 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14853 Autoload the functions used.
14854 (easy-mmode-define-syntax): Fix CL typo.
14855 (easy-mmode-define-derived-mode): Improve the docstring generation.
14856
148572000-03-10 Gerd Moellmann <gerd@gnu.org>
14858
14859 * textmodes/texinfo.el (texinfo-version): Variable and function
14860 removed.
14861
148622000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14863
14864 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14865 allow more flexibility.
14866 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14867 fns.
14868 (easy-mmode-defmap, easy-mmode-defsyntax)
14869 (easy-mmode-define-derived-mode): New macros.
14870
148712000-03-09 Didier Verna <didier@xemacs.org>
14872
14873 * rect.el (replace-rectangle): New function.
14874
148752000-03-09 Dave Love <fx@gnu.org>
14876
14877 * progmodes/fortran.el (fortran-comment-line-start): Define as
14878 "C".
14879 (fortran-comment-line-start-skip): Don't match cpp stuff.
14880 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14881 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14882 (fortran-mode): Don't set fortran-comment-line-start-skip,
14883 fortran-comment-line-start here. Set comment-start,
14884 add-log-current-defun.
14885 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14886 (fortran-current-defun): New function.
14887
148882000-03-09 Gerd Moellmann <gerd@gnu.org>
14889
14890 * emacs-lisp/re-builder.el: New file.
14891
14892 * mouse.el (mouse-drag-region): Don't run up-event handler
14893 if hscroll has changed.
14894
14895 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14896 builtin operators, use `font-lock-builtin-face' for Emacs and
14897 `font-lock-preprocessor-face' otherwise.
14898
14899 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14900 `(defun (setf foo)' differently.
14901
149022000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14903
14904 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14905 (regexp-opt): Update comment and adapt the code the new meaning of
14906 the `paren' argument of regex-opt-group for shy-groups.
14907 (regexp-opt-depth): Handle shy groups as well as backslashed
14908 backslashes.
14909 (regexp-opt-group): Turn the leading comment into a docstring.
14910 Allow `paren' to be a string (the string to use to open a group).
14911 Remove open-presuf and close-presuf. Instead of checking for `all
14912 one-char' and then later on check for `several one-char', handle
14913 both cases close together. Also apply a more generic algorithm
14914 for suffixes (the mirror image of the algorithm used for
14915 prefixes). Use shy-groups. Use nreverse rather than reverse.
14916 (regexp-opt-try-suffix): Removed.
14917
14918 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14919 from comint-mode-map, so we can just inherit from it. Also, move
14920 the initialization into the `defvar' since there's no docstring
14921 anyway and it's fairly short.
14922 (inferior-scheme-mode): Define it as derived-mode: the code is
14923 shorter and this way we inherit from comint-mode-map rather than
14924 copying it.
14925
14926 * subr.el (replace-regexps-in-string): Properly handle the case
14927 where we match an empty string.
14928
14929 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14930 when the command has a directory component (such as "./testml").
14931 Also fix a typo in the comment.
14932
149332000-03-08 Gerd Moellmann <gerd@gnu.org>
14934
14935 * Makefile (compile-files): Compile files one by one because
14936 that's the only way to ensure a clean compilation environment for
14937 each individual file.
14938
14939 * frame.el (other-frame): Call x-focus-frame.
14940
149412000-03-07 Dave Love <fx@gnu.org>
14942
14943 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14944 :require to defcustom.
14945
14946 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14947 lists.
14948
14949 * files.el (auto-mode-alist): Add configure.in.
14950
14951 * progmodes/autoconf.el: New file.
14952
149532000-03-07 Gerd Moellmann <gerd@gnu.org>
14954
14955 * mail/mh-e.el: Change maintainer to `none'.
14956
14957 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14958 to remove-hook and add-hook.
14959
149602000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14961
14962 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14963 it as the default.
14964 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14965 (sendmail-send-it): Conditionally add MIME headers specifying the
14966 used character set.
14967
149682000-03-07 Dave Love <fx@gnu.org>
14969
14970 * winner.el: Fix keywords, autoload cookies. Split
14971 eval-when-compile form to avoid compilation failure.
14972
149732000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14974
14975 * international/mule.el: Modify comment about coding system
14976 property `coding-category'.
14977 (make-coding-system): New argument EOL-TYPE. Pay attention to
14978 coding-category property of PROPERTIES.
14979
14980 * international/mule-conf.el (coding-category-utf-8,
14981 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14982 categories. Include them in the argument for set-coding-priority.
14983
14984 * international/mule-cmds.el (reset-language-environment): Include
14985 coding-category-utf-8, coding-category-utf-16-be, and
14986 coding-category-utf-16-le in the argument for set-coding-priority.
14987 (reset-language-environment): Initialize coding-category-utf-8,
14988 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14989
149902000-03-06 Karl Fogel <kfogel@red-bean.com>
14991
14992 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14993 code abstracted out of `bookmark-jump-noselect'. Now tries info
14994 extensions as well as compression extensions.
14995 (bookmark-jump-noselect): Use above new func.
14996
149972000-03-03 Gerd Moellmann <gerd@gnu.org>
14998
14999 * strokes.el: Change maintainer's mail address.
15000
150012000-03-03 Kenichi Handa <handa@etl.go.jp>
15002
15003 * international/mule-diag.el (list-character-sets): Make help-echo
15004 string by substitute-command-keys.
15005 (list-character-sets): Likewise.
15006 (sort-listed-character-sets): Call help-setup-xref.
15007
150082000-03-02 Gerd Moellmann <gerd@gnu.org>
15009
15010 * time.el (display-time-mail-file): Add `none' to the list of
15011 choices.
15012
150132000-03-01 Dave Love <fx@gnu.org>
15014
15015 * help.el (help-xref-go-back): Don't try to set position.
15016
15017 * international/mule-diag.el (list-character-sets): Call
15018 help-setup-xref. Add help-echo to xrefs.
15019 (list-character-sets-1): Add help-echo to xrefs.
15020
150212000-03-02 Gerd Moellmann <gerd@gnu.org>
15022
15023 * frame.el (blink-cursor-mode): Switch cursor on when turning
15024 the mode off.
15025
15026 * add-log.el (add-log-current-defun): Add support for
15027 Autoconf mode.
15028
15029 * mail/rmail.el (rmail-quit-hook): New variable.
15030
150312000-03-01 Dave Love <fx@gnu.org>
15032
15033 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15034
15035 * help.el (help-xref-button): Add help-echo arg.
15036 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15037
15038 * faces.el (list-faces-display): Supply help-echo with
15039 help-make-xrefs.
15040
15041 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15042 nil.
15043
150442000-03-01 Gerd Moellmann <gerd@gnu.org>
15045
15046 * image.el (defimage): Look for image files in load-path.
15047
15048 * frame.el (busy-cursor-delay-seconds): Change type to
15049 `number'.
15050
150512000-03-01 David Ponce <david.ponce@wanadoo.fr>
15052
15053 * recentf.el (recentf): Added version tag to the defgroup of
15054 recentf.
15055
150562000-03-01 David Ponce <david.ponce@wanadoo.fr>
15057
15058 * recentf.el (recentf-cleanup): Changed to remove excluded file
15059 too.
15060 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15061 action to select/unselect a file.
15062 (recentf-edit-list): Code cleanup and improvement.
15063 (recentf-open-more-files-action): `recentf-open-more-files' button
15064 widget action to open a file.
15065 (recentf-open-more-files): No more use standard completion but
15066 widgets.
15067 (recentf-more-collection): Deleted.
15068 (recentf-more-history): Deleted.
15069 (recentf-setup-more-completion): Deleted.
15070
150712000-03-01 David Ponce <david.ponce@wanadoo.fr>
15072
15073 * recentf.el (recentf-mode): No more needs that Emacs is running
15074 under a window-system.
15075
150761999-03-01 David Ponce <david.ponce@wanadoo.fr>
15077
15078 * recentf.el (recentf-edit-list): New command to edit the recent
15079 list which allow the user to remove files.
15080 (recentf-edit-selected-items): New global variable, used by
15081 `recentf-edit-list' to hold the list of files to be removed from
15082 the recent list.
15083 (recentf-make-menu-items): Updated to display a "Edit list..."
15084 menu item. Minor code cleanup.
15085
150861999-03-01 David Ponce <david.ponce@wanadoo.fr>
15087
15088 * recentf.el (recentf-open-more-files): New command to open files
15089 that are not displayed in the menu.
15090 (recentf-more-collection): New global variable holding the set of
15091 permissible completions used by `recentf-open-more-files'.
15092 (recentf-more-history): New global variable holding the history list
15093 used by `recentf-open-more-files' completion.
15094 (recentf-setup-more-completion): New function to setup completion for
15095 `recentf-open-more-files'.
15096 (recentf-make-menu-items): Updated to display a "More..." menu item.
15097
150981999-03-01 David Ponce <david.ponce@wanadoo.fr>
15099
15100 * recentf.el (recentf-menu-action): Doc fixed.
15101
151021999-03-01 David Ponce <david.ponce@wanadoo.fr>
15103
15104 * recentf.el (recentf-menu-filter): Doc updated.
15105 (recentf-update-menu-hook): Allow menu filters to force menu update.
15106 (recentf-make-menu-items): New menu filter handling.
15107 (recentf-make-menu-item): New helper function.
15108 (recentf-menu-elements): New menu handling function.
15109 (recentf-sort-ascending): Updated to new menu filter handling.
15110 (recentf-sort-descending): Updated to new menu filter handling.
15111 (recentf-sort-basenames-ascending): New menu filter function.
15112 (recentf-sort-basenames-descending): New menu filter function.
15113 (recentf-show-basenames): New menu filter function.
15114 (recentf-show-basenames-ascending): New menu filter function.
15115 (recentf-show-basenames-descending): New menu filter function.
15116
151172000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15118
15119 * diary-lib.el (list-diary-entries): Don't try to go forward at
15120 the end of the buffer.
15121
151222000-02-29 Kenichi Handa <handa@etl.go.jp>
15123
15124 * international/mule-diag.el (list-character-sets): Completely
15125 rewritten.
15126 (sort-listed-character-sets): New function.
15127 (list-character-sets-1): Completely rewritten.
15128 (list-character-sets-2): New function.
15129 (non-iso-charset-alist): New variable.
15130 (decode-codepage-char): New function.
15131 (charset-history): New variable.
15132 (read-charset) (list-block-of-chars)
15133 (list-iso-charset-chars)
15134 (list-non-iso-charset-chars)
15135 (list-charset-chars): New functions.
15136 (mule-diag): Call list-character-sets-2, not
15137 list-character-sets-2.
15138 (dump-charsets): Likewise.
15139
151402000-02-29 Gerd Moellmann <gerd@gnu.org>
15141
15142 * dired-x.el (dired-filename-at-point): Add `@' to valid
15143 file name characters.
15144 (dired-filename-at-point): Handle ange-ftp file names.
15145
15146 * frame.el (frame-notice-user-settings): Use assq-delete-all
15147 instead of assoc-delete-all.
15148 (frame-notice-user-settings): Ditto.
15149
15150 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15151 Don't copy alist.
15152
151532000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15154
15155 * calculator.el (calculator-use-menu): New option.
15156 (calculator-initial-bindings): Changed some bindings to work as
15157 macros.
15158 (calculator-forced-input): Removed.
15159 (calculator-restart-other-mode): New variable.
15160 (calculator-mode-map): Set up menu.
15161
151622000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15163
15164 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15165 tags.
15166
151672000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15168
15169 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15170 translate all ESC key sequences.
15171 (viper-goto-mark-subr): restore markers for files for which
15172 they were saved.
15173 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15174 * viper-util.el (viper-set-replace-overlay-glyphs,
15175 viper-set-replace-overlay): always check if the replacement
15176 overlay is live.
15177 * viper.el (viper-vi-state-mode-list): added major modes.
15178 * ediff-wind.el: minor comment changes.
15179 * ediff.el: copyright notice date fix.
15180
151812000-02-27 Jason Rumney <jasonr@gnu.org>
15182
15183 * faces.el (face-font-family-alternatives): Add arial to helv.
15184 (mode-line, header-line, tool-bar): Same default as x for w32.
15185 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15186 face-font-family-alternatives from working.
15187 * term/w32-win.el (mouse-set-font): Do not build fontset from
15188 chosen font.
15189
151902000-02-25 Sam Steingold <sds@goems.com>
15191
15192 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15193 properly.
15194
151952000-02-25 Richard M. Stallman <rms@gnu.org>
15196
15197 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15198
151992000-02-25 Gerd Moellmann <gerd@gnu.org>
15200
15201 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15202 writable.
15203
15204 * frame.el (busy-cursor-delay-seconds): New option.
15205
152062000-02-24 Gerd Moellmann <gerd@gnu.org>
15207
15208 * frame.el (show-cursor-in-non-selected-windows): New option.
15209
152102000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15211
15212 * diary-lib.el (include-other-diary-files): Undo the selective
15213 display in any included file and don't kill it.
15214
152152000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15216
15217 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15218 bar. Menu items converted to (menu-item format, help strings
15219 added.
15220 [downcase, upcase]: Don't enable on MS-DOS.
15221 [symlink, symlinks]: Don't show if make-symbolic-link is not
15222 bound.
15223 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15224
152252000-02-23 Dave Love <fx@gnu.org>
15226
15227 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15228 (backward-kill-word): Revert addition of * to interactive spec --
15229 it's a feature.
15230
15231 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15232 (backward-kill-sentence, kill-sentence): Likewise.
15233
15234 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15235 scratch buffer name.
15236 (gud-format-command): Use int-to-string in ?l case. Simplify
15237 slightly.
15238
15239 * term/w32-win.el (internal-face-interactive): Update prompt for
15240 new read-face-name.
15241
15242 * mail/footnote.el (footnote): Add :version to defgroup.
15243 (footnote-section-tag-regexp): Customize.
15244 (footnote-start-tag, footnote-end-tag): New option.
15245 (footnote-latin-regexp): New variable.
15246 (Footnote-latin): New function.
15247 (footnote-style-alist): Add element for latin style.
15248 (footnote-style): Moved.
15249 (Footnote-goto-footnote): Use eq to test arg.
15250
15251 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15252
15253 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15254 (byte-compile-trueconstp): Include keywords.
15255 (byte-optimize-quote, byte-optimize-lapcode): Use
15256 byte-compile-const-symbol-p.
15257 (byte-optimize-char-before): New optimization.
15258
15259 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15260 (byte-compile-const-symbol-p): New function.
15261 (byte-compile-constp, byte-compile-out-toplevel)
15262 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15263 Use it.
15264
15265 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15266
152672000-02-23 Kenichi Handa <handa@etl.go.jp>
15268
15269 * international/encoded-kb.el: Be sure to update minor-mode-alist
15270 and minor-mode-map-alist.
15271 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15272 codes SS2 and SS3 correctly.
15273 (encoded-kbd-self-insert-ccl): New function.
15274 (encoded-kbd-setup-keymap): New function.
15275 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15276 by calling encoded-kbd-setup-keymap.
15277
15278 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15279 characters.
15280 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15281 locally.
15282
152832000-02-22 Dave Love <fx@gnu.org>
15284
15285 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15286 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15287 defvar.
15288 (lisp-mode-syntax-table): Set up for #|...|# comments.
15289 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15290 classes. Match `defface'.
15291 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15292 (eval-defun-1): Fix for defcustom.
15293 (lisp-indent-region): Doc fix.
15294
15295 * subr.el (when, unless, split-string): Doc fix.
15296 (read-passwd): Move call of clear-this-command-keys to the right
15297 place.
15298 (replace-regexps-in-string): New function.
15299
153002000-02-22 Gerd Moellmann <gerd@gnu.org>
15301
15302 * help.el (describe-variable): Set syntax table to
15303 emacs-lisp-mode-syntax-table when moving forward over the
15304 symbol's name.
15305
153062000-02-22 Dave Love <fx@gnu.org>
15307
15308 * xt-mouse.el: Doc fixes.
15309 (xterm-mouse-position-function): New function, replacing advice of
15310 mouse-position.
15311 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15312
15313 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15314
153152000-02-21 Gerd Moellmann <gerd@gnu.org>
15316
15317 * format.el (format-annotate-single-property-change): Handle
15318 properties.with dotted-list values.
15319 (format-proper-list-p): New function.
15320
15321 * enriched.el (enriched-face-ans): Handle '(foreground-color
15322 . COLOR) and (background-color . COLOR).
15323
153242000-02-20 Dave Love <fx@gnu.org>
15325
15326 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15327 and assignments to it.
15328 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15329 current local map.
15330 (make-flyspell-overlay): Use it.
15331 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15332
15333 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15334 (lm-get-header-re): Defun, not defsubst.
15335 (lm-get-package-name): Defun, not defsubst. Simplify.
15336 (lm-version): Doc fix. Simplify.
15337 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15338 (lm-crack-address, lm-last-modified-date, lm-commentary)
15339 (lm-verify, lm-synopsis): Simplify.
15340 (lm-report-bug): Require emacsbug. Use compose-mail.
15341
153422000-02-20 Gerd Moellmann <gerd@gnu.org>
15343
15344 * dired.el (dired-mode): Call propertized-buffer-identification
15345 to set mode-line-buffer-identification to something having
15346 the right text properties.
15347
15348 * bindings.el (propertized-buffer-identification): New function.
15349
153502000-02-20 Dave Love <fx@gnu.org>
15351
15352 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15353 check for t-mouse too.
15354
15355 * cus-start.el: Make echo-keystrokes `number'.
15356
153572000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15358
15359 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15360 Don't call ring-empty-p unless tags-location-ring is bound.
15361 From Noah Friedman <friedman@splode.com>.
15362
153632000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15364
15365 * progmodes/hideshow.el (hs-flag-region): No longer use
15366 `intangible' overlay property.
15367
15368 (hs-toggle-hiding): New command.
15369 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15370
15371 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15372 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15373 and deactivation.
15374
153752000-02-18 Gerd Moellmann <gerd@gnu.org>
15376
15377 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15378
153792000-02-17 Gerd Moellmann <gerd@gnu.org>
15380
15381 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15382
15383 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15384 of `*' to handle `(* ... *)' comments.
15385
153862000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15387
15388 * faces.el (list-faces-display): Use display-mouse-p instead of
15389 window-system.
15390
15391 * menu-bar.el (global-map): Menu-bar items converted to the new
15392 format (menu-item..., rearranged for better CUA compliance, and
15393 their names changed for better clarity. Help strings added.
15394
15395 * international/mule-cmds.el (mule-menu-keymap)
15396 (describe-language-environment-map, set-coding-system-map)
15397 (setup-language-environment-map): Convert to new (menu-item...
15398 form, add help strings. Change names of menu items for better
15399 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15400 submenu).
15401
154022000-02-17 Gerd Moellmann <gerd@gnu.org>
15403
15404 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15405 within the code.
15406
154072000-02-16 Dave Love <fx@gnu.org>
15408
15409 * faces.el: Don't require custom. Add more specific :groups to
15410 various deffaces.
15411 (set-face-attribute): Purecopy args.
15412 (read-face-name): Default to name at point and use it in prompt.
15413 Remove colon from arg in all callers.
15414 (list-faces-display): Hyperlink to face descriptions and customize
15415 buffers.
15416
154172000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15418
15419 * wid-edit.el (widget-match-inline): An atom never matches a
15420 list.
15421
154222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15423
15424 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15425 at ':' characters by call to split-string.
15426
154272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15428
15429 * textmodes/bibtex.el: Added RCS version identification.
15430
154312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15432
15433 * textmodes/bibtex.el: Some temporary comments removed.
15434 (bibtex-field-name, bibtex-entry-type): Made the relationship
15435 explicit.
15436 (bibtex-field-const): Allow capital letters.
15437 (bibtex-start-of-string): Deleted because unused.
15438
15439 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15440 use the term 'reference' to describe a bibtex entry as a whole.
15441 Further, reference keys are no longer called 'labels'.
15442 (bibtex-keys): Renamed to bibtex-reference-keys.
15443 (bibtex-reformat-previous-labels): Renamed to
15444 bibtex-reformat-previous-reference-keys.
15445 (bibtex-reference-type): Renamed to bibtex-entry-type.
15446 (bibtex-reference-head): Renamed to bibtex-entry-head.
15447 (bibtex-reference-maybe-empty-head): Renamed to
15448 bibtex-entry-maybe-empty-head.
15449 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15450 (bibtex-search-reference): Renamed to bibtex-search-entry.
15451 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15452 bibtex-enclosing-entry-maybe-empty-head.
15453 (bibtex-entry-field-alist, bibtex-entry-head,
15454 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15455 bibtex-map-entries, bibtex-search-entry,
15456 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15457 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15458 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15459 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15460 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15461 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15462 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15463
154642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15465
15466 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15467 comment.
15468 (bibtex-format-field-delimiters): New function, functionality
15469 extracted from bibtex-format-entry.
15470 (bibtex-autokey-get-yearfield-digits): New function, functionality
15471 extracted from bibtex-autokey-get-yearfield.
15472
15473 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15474 entries in order to avoid stack overflow in the regexp matcher if
15475 field contents become large.
15476 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15477 bibtex-field-string-part-not-braced,
15478 bibtex-field-string-part-no-inner-braces,
15479 bibtex-field-string-part-1-inner-brace,
15480 bibtex-field-string-part-2-inner-braces,
15481 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15482 bibtex-field-string-quoted, bibtex-field-string,
15483 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15484 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15485 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15486 as parsing is now performed by the following functions.
15487 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15488 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15489 bibtex-parse-field-string, bibtex-search-forward-field-string,
15490 bibtex-parse-association, bibtex-field-name-for-parsing,
15491 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15492 bibtex-search-forward-field, bibtex-search-backward-field,
15493 bibtex-start-of-field, bibtex-end-of-field,
15494 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15495 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15496 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15497 bibtex-parse-string, bibtex-search-forward-string,
15498 bibtex-search-backward-string, bibtex-start-of-string,
15499 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15500 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15501 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15502 entries. Instead of reporting the results of the parsing by
15503 match-beginning or match-end, these functions return data structures
15504 that hold the corresponding positions.
15505 (bibtex-enclosing-field): Changed to also report field boundaries by
15506 return values rather than by match-beginning or match-end. The
15507 following functions have been adapted to use the new parsing
15508 functions.
15509 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15510 bibtex-enclosing-field, bibtex-format-entry,
15511 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15512 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15513 bibtex-print-help-message, bibtex-end-of-entry,
15514 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15515 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15516 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15517 method for parsing.
15518 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15519 bibtex-map-entries, bibtex-flash-head,
15520 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15521 bibtex-autokey-change, bibtex-autokey-get-namefield,
15522 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15523 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15524 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15525 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15526 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15527 order to make the new binding of case-fold-search immediately
15528 visible.
15529
155302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15531
15532 * textmodes/bibtex.el: Copyright notice is up to date.
15533 Added constant 'bibtex-maintainer-salutation.
15534
15535 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15536 than make-temp-name, use match-string-no-properties and eliminate
15537 a quadratic behavior when building bibtex-strings.
15538
15539 * bibtex.el (bibtex-reference-key): Accept string entries whose
15540 reference key contains upper case letters.
15541
155422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15543
15544 * bibtex.el (bibtex-reference-head): Allow entries to start with
15545 a new line.
15546
155472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15548
15549 * bibtex.el: Hiding of entry bodies is not longer provided by
15550 bibtex.el directly. Instead the hideshow package can be used.
15551 Added a special bibtex entry to hs-special-modes-alist.
15552 (bibtex-hs-forward-sexp): Added for hideshow.el.
15553
155542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15555
15556 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15557 at ':' characters by call to split-string.
15558
155592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15560
15561 * textmodes/bibtex.el: Added RCS version identification.
15562
155632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15564
15565 * textmodes/bibtex.el: Some temporary comments removed.
15566 (bibtex-field-name, bibtex-entry-type): Made the relationship
15567 explicit.
15568 (bibtex-field-const): Allow capital letters.
15569 (bibtex-start-of-string): Deleted because unused.
15570
15571 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15572 use the term 'reference' to describe a bibtex entry as a whole.
15573 Further, reference keys are no longer called 'labels'.
15574 (bibtex-keys): Renamed to bibtex-reference-keys.
15575 (bibtex-reformat-previous-labels): Renamed to
15576 bibtex-reformat-previous-reference-keys.
15577 (bibtex-reference-type): Renamed to bibtex-entry-type.
15578 (bibtex-reference-head): Renamed to bibtex-entry-head.
15579 (bibtex-reference-maybe-empty-head): Renamed to
15580 bibtex-entry-maybe-empty-head.
15581 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15582 (bibtex-search-reference): Renamed to bibtex-search-entry.
15583 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15584 bibtex-enclosing-entry-maybe-empty-head.
15585 (bibtex-entry-field-alist, bibtex-entry-head,
15586 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15587 bibtex-map-entries, bibtex-search-entry,
15588 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15589 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15590 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15591 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15592 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15593 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15594 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15595
155962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15597
15598 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15599 comment.
15600 (bibtex-format-field-delimiters): New function, functionality
15601 extracted from bibtex-format-entry.
15602 (bibtex-autokey-get-yearfield-digits): New function, functionality
15603 extracted from bibtex-autokey-get-yearfield.
15604
15605 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15606 entries in order to avoid stack overflow in the regexp matcher if
15607 field contents become large.
15608 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15609 bibtex-field-string-part-not-braced,
15610 bibtex-field-string-part-no-inner-braces,
15611 bibtex-field-string-part-1-inner-brace,
15612 bibtex-field-string-part-2-inner-braces,
15613 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15614 bibtex-field-string-quoted, bibtex-field-string,
15615 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15616 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15617 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15618 as parsing is now performed by the following functions.
15619 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15620 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15621 bibtex-parse-field-string, bibtex-search-forward-field-string,
15622 bibtex-parse-association, bibtex-field-name-for-parsing,
15623 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15624 bibtex-search-forward-field, bibtex-search-backward-field,
15625 bibtex-start-of-field, bibtex-end-of-field,
15626 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15627 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15628 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15629 bibtex-parse-string, bibtex-search-forward-string,
15630 bibtex-search-backward-string, bibtex-start-of-string,
15631 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15632 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15633 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15634 entries. Instead of reporting the results of the parsing by
15635 match-beginning or match-end, these functions return data structures
15636 that hold the corresponding positions.
15637 (bibtex-enclosing-field): Changed to also report field boundaries by
15638 return values rather than by match-beginning or match-end. The
15639 following functions have been adapted to use the new parsing
15640 functions.
15641 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15642 bibtex-enclosing-field, bibtex-format-entry,
15643 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15644 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15645 bibtex-print-help-message, bibtex-end-of-entry,
15646 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15647 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15648 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15649 method for parsing.
15650 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15651 bibtex-map-entries, bibtex-flash-head,
15652 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15653 bibtex-autokey-change, bibtex-autokey-get-namefield,
15654 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15655 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15656 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15657 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15658 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15659 order to make the new binding of case-fold-search immediately
15660 visible.
15661
156622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15663
15664 * textmodes/bibtex.el: Copyright notice is up to date.
15665 Added constant 'bibtex-maintainer-salutation.
15666
15667 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15668 than make-temp-name, use match-string-no-properties and eliminate
15669 a quadratic behavior when building bibtex-strings.
15670
15671 * bibtex.el (bibtex-reference-key): Accept string entries whose
15672 reference key contains upper case letters.
15673
156742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15675
15676 * bibtex.el (bibtex-reference-head): Allow entries to start with
15677 a new line.
15678
156792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15680
15681 * bibtex.el: Hiding of entry bodies is not longer provided by
15682 bibtex.el directly. Instead the hideshow package can be used.
15683 Added a special bibtex entry to hs-special-modes-alist.
15684 (bibtex-hs-forward-sexp): Added for hideshow.el.
15685
156862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15687
15688 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15689 proceedings entry type (for cross referencing). Thanks to Wagner
15690 Toledo Correa for the suggestion.
15691
15692 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15693
156942000-02-14 Kenichi Handa <handa@etl.go.jp>
15695
15696 * international/characters.el: Setup case table for Vietnamese.
15697
156982000-02-12 Gerd Moellmann <gerd@gnu.org>
15699
15700 * uniquify.el (toplevel): Require CL at compile time.
15701 (uniquify-push): Removed.
15702
15703 * shadowfile.el (shadow-when): Removed.
15704
15705 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15706 (tempo-process-and-insert-string): Use dolist instead of
15707 tempo-dolist.
15708
15709 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15710 regexp for paragraph-start.
15711
15712 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15713 commas as well.
15714
157152000-02-10 Dave Love <fx@gnu.org>
15716
15717 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15718 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15719 Deleted.
15720 (widget-specify-field, widget-specify-button): Don't use
15721 widget-mouse-help as help-echo property.
15722 (default): Use #'ignore for :validate and :mouse-down-action.
15723 (checkbox): Add help-echo.
15724 (widget-sexp-validate): Rewritten to clarify error messages.
15725 (character): Use char-valid-p in :match function.
15726 (widget-color-complete): Use facemenu-color-alist.
15727 (widget-color-action): Use facemenu-read-color.
15728
15729 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15730 set up `caar' &c that we now have.
15731
157322000-02-09 Ray Blaak <blaak@gnu.org>
15733
15734 * delphi.el: Make resourcestring a declaration region, like const
15735 and var.
15736
157372000-02-09 Dave Love <fx@gnu.org>
15738
15739 * bindings.el (mode-line-input-method-map): New variable.
15740 (mode-line-mule-info): Use it; fix last change.
15741 (mode-line-mode-menu): Move definition.
15742 (mode-line-mouse-sensitive-p): Deleted.
15743 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15744 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15745 level.
15746
15747 * startup.el (command-line-1): Don't call
15748 make-mode-line-mouse-sensitive.
15749
157502000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15751
15752 * mail/rmail.el (rmail-retry-failure): Use
15753 rmail-beginning-of-message before rmail-toggle-header, because the
15754 former toggles headers.
15755
157562000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15757
15758 * diff-mode.el (diff-kill-junk): New interactive function.
15759 (diff-reverse-direction): Use delete-and-extract-region.
15760 (diff-post-command-hook): Restrict the area so that the hook also works
15761 outside of any diff hunk. This is necessary for the minor-mode.
15762 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15763 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15764
15765 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15766 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15767 so that it can be used more easily in <foo>-mode-hook. Also make sure
15768 to avoid duplicate entries.
15769 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15770 (font-lock-remove-keywords): Just as was done for `add', allow it to
15771 work even if font-lock-mode is nil. Also make sure we don't modify
15772 any pre-existing list by forcing a copy-sequence. Finally rename
15773 `major-mode' to `mode'.
15774 (font-lock-fontify-syntactic-anchored-keywords)
15775 (font-lock-fontify-anchored-keywords)
15776 (font-lock-fontify-keywords-region): Use line-end-position.
15777 Don't make `font-lock-multiline' local (it's now done in
15778 font-lock-set-defaults).
15779 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15780 move the `font-lock-fontified' creation to inside the `unless'.
15781
157822000-02-06 Andrew Innes <andrewi@gnu.org>
15783
15784 * term/w32-win.el (x-handle-args): Comment out call to message,
15785 which occurs before window system is initialized.
15786
15787 * makefile.nt: Add support for recompiling lisp code.
15788
157892000-02-04 Dave Love <fx@gnu.org>
15790
15791 * bindings.el (mode-line-mule-info): Fix/extend last change.
15792
15793 * completion.el: Replace completion-dolist with dolist.
15794
15795 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15796 dotimes.
15797
157982000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15799
15800 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15801 environment names before they go into the section regexp.
15802
15803 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15804 char class in regexp.
15805
15806 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15807 `case-fold-search' to nil.
15808
15809 * progmodes/idlwave.el (idlwave-template): Respect
15810 `idlwave-abbrev-change-case'.
15811 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15812 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15813 idlwave-while): respect `idlwave-reserved-word-upcase'.
15814 (idlwave-rw-case): New function.
15815 (idlwave-statement-match): Fixed problem with assignment regexp.
15816 (idlwave-font-lock-keywords): Improved regexp for keyword
15817 parameters.
15818 (idlwave-surround): New argument LENGTH to support padding of
15819 operators longer than 1 char.
15820
15821 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15822 idlwave-shell-expression-overlay. Implemented printing of
15823 expressions on higher levels of the calling stack.
15824 (idlwave-shell-display-level-in-calling-stack): Restore stack
15825 level.
15826 (idlwave-retrieve-expression-from-level): New function.
15827 (idlwave-shell-last-calling-stack): Variable removed.
15828 (idlwave-shell-reset): Argument action reversed (`visible' to
15829 `hidden'). Also remove stop-line overlay.
15830 (idlwave-shell-calling-stack-routine): New variable.
15831 (idlwave-shell-parse-stack-and-display): Messages now display
15832 negative level numbers.
15833 (idlwave-shell-mode): Set `modeline-format'.
15834 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15835 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15836 21.
15837 (idlwave-shell-print-expression-function): New option.
15838
15839 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15840 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15841 `tool-bar' instead of `toolbar'.
15842
158432000-02-02 Dave Love <fx@gnu.org>
15844
15845 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15846 emacs-lisp-mode-hook. Don't check for defalias being defined.
15847
15848 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15849 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15850 the new builtins directly.
15851
15852 * whitespace.el (whitespace): Add :version to defgroup.
15853
15854 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15855 Doc fix.
15856
15857 * thingatpt.el (sexp-at-point, symbol-at-point)
15858 (number-at-point, list-at-point): Add autoload cookie.
15859
15860 * recentf.el (recentf): Add :version to defgroup.
15861
15862 * quickurl.el (quickurl): Add :version to defgroup.
15863
15864 * elide-head.el (elide-head): Use point-marker more.
15865
15866 * bs.el (bs): Add :version to defgroup.
15867
15868 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15869
15870 * progmodes/delphi.el (delphi): Add :version to defgroup.
15871
158722000-02-02 Gerd Moellmann <gerd@gnu.org>
15873
15874 * ange-ftp.el (ange-ftp-write-region): Handle case that
15875 succeeding process operation sets a different coding system.
15876
15877 * calculator.el: New file.
15878
158792000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15880
15881 * frame.el (frames-on-display-list, framep-on-display): New
15882 functions.
15883 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15884 (display-selections-p, display-screens, display-pixel-width)
15885 (display-pixel-height, display-mm-width, display-mm-height)
15886 (display-backing-store, display-save-under, display-planes)
15887 (display-color-cells, display-visual-class): New functions.
15888
15889 * term/tty-colors.el (tty-color-gray-shades): New function.
15890
15891 * faces.el (display-color-p): Use framep-on-display.
15892 (display-grayscale-p): New function.
15893
158942000-01-31 Dave Love <fx@gnu.org>
15895
15896 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15897 (create-fontset-from-x-resource): Don't concat integers.
15898
158992000-01-31 Inge Frick <inge@nada.kth.se>
15900
15901 * view.el: Some changes in documentation. Removed some trailing
15902 whitespace. Changed some parameter names to agree with
15903 documentation.
15904 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15905 window is not deleted. Modifies change 1998-04-26.
15906
159072000-01-31 Gerd Moellmann <gerd@gnu.org>
15908
15909 * windmove.el: New file.
15910
15911 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15912 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15913 progmodes/ebnf-yac.el: Update copyright and license info.
15914
15915 * jit-lock.el (jit-lock-function): Widen before calculating end
15916 position.
15917 (jit-lock-stealth-chunk-start): Rewritten.
15918
15919 * info.el (Info-title-face-alist): Removed.
15920 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15921 faces.
15922 (Info-fontify-node): Use these faces.
15923
159242000-01-30 Gerd Moellmann <gerd@gnu.org>
15925
15926 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15927 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15928 `&allow-other-keywords'.
15929
15930 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15931 the list of directories scanned heuristically.
15932
15933 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15934 exist.
15935
159362000-01-30 Jason Rumney <jasonr@gnu.org>
15937
15938 * w32-fns.el: Define w32-tty-standard-colors.
15939
15940 * startup.el (command-line): Use w32-tty-standard-colors when in
15941 w32 console mode.
15942
159432000-01-30 Dave Love <fx@gnu.org>
15944
15945 * jka-compr.el (jka-compr-load): Fix up load-history.
15946
15947 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15948
15949 * emacs-lisp/cl-macs.el: Revert previous change.
15950
159512000-01-29 Dave Love <fx@gnu.org>
15952
15953 * facemenu.el: Purecopy various strings.
15954
15955 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15956 years. Deal with three-digit years.
15957
15958 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15959 defconst, purecopy.
15960 (help-back-label): Purecopy it.
15961
159622000-01-18 Gerd Moellmann <gerd@gnu.org>
15963
15964 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15965 variable. If non-nil, order the buffer list according to the
15966 currently selected frame.
15967 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15968 non-nil, pass the selected frame to function buffer-list.
15969
159702000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15971
15972 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15973
159742000-01-28 Dave Love <fx@gnu.org>
15975
15976 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15977
15978 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15979 Don't use lisp-indent-hook property.
15980 (cl-abs): Remove.
15981
15982 * subr.el: Move out indent and edebug specs for when and unless.
15983
15984 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15985 when, unless.
15986
15987 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15988 unless, when.
15989
159902000-01-28 Gerd Moellmann <gerd@gnu.org>
15991
15992 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15993 `collecting' as synonym for `collect'.
15994
15995 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15996 for the case it contains spaces.
15997
15998 * simple.el (what-cursor-position): Change formatting of
15999 messages.
16000
16001 * frame.el (delete-other-frames): New function.
16002 (toplevel): Bind it to C-x 5 1.
16003
16004 * sort.el (sort-numeric-base): New option.
16005 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16006 interpret it as octal or hexadecimal. Use sort-numeric-base
16007 as default base.
16008
16009 * progmodes/glasses.el: New file.
16010
160112000-01-27 Gerd Moellmann <gerd@gnu.org>
16012
16013 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16014 userids differently.
16015
16016 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16017 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16018 progmodes/ebnf-yac.el: New files.
16019
160202000-01-26 Dave Love <fx@gnu.org>
16021
16022 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16023 on a function with an empty body. [From Eric Ludlam.]
16024
160252000-01-25 Andre Spiegel <spiegel@gnu.org>
16026
16027 * vc.el (vc-version-diff): Make sure file name is expanded.
16028
160292000-01-25 Gerd Moellmann <gerd@gnu.org>
16030
16031 * scroll-bar.el (scroll-bar-timer): Variable removed.
16032 (scroll-bar-toolkit-scroll): Don't use a timer.
16033
160342000-01-25 Kenichi Handa <handa@etl.go.jp>
16035
16036 * language/thai-util.el (thai-composition-function): Delete
16037 superfluous `a'.
16038
160392000-01-24 Dave Love <fx@gnu.org>
16040
16041 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16042 end-of-defun-function.
16043
16044 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16045 &c.
16046
160472000-01-22 Jason Rumney <jasonr@gnu.org>
16048
16049 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16050 conflicts with new face support.
16051
160522000-01-22 Richard M. Stallman <rms@gnu.org>
16053
16054 * replace.el (query-replace): Rename last arg to DELIMITED.
16055 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16056 (query-replace-regexp): Likewise.
16057
160582000-01-20 Richard M. Stallman <rms@gnu.org>
16059
16060 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16061
16062 * emacs-lisp/lisp.el (beginning-of-defun-function):
16063 Variable renamed from beginning-of-defun.
16064 Do not call make-variable-buffer-local.
16065 (beginning-of-defun-raw): Use new variable name; doc fix.
16066 (beginning-of-defun): Doc fix.
16067 (end-of-defun-function): Variable renamed from end-of-defun.
16068 Do not call make-variable-buffer-local.
16069 (end-of-defun): Use new variable name; doc fix.
16070
16071 * subr.el (dolist, dotimes): Copied from cl-macs.el
16072 and made to work.
16073
16074 * mail/undigest.el (rmail-digest-end-regexps):
16075 Variable replaces rmail-digest-end-regexp.
16076 Allows multiple regexps for detecting the end line.
16077 (undigestify-rmail-message): Corresponding changes.
16078
160792000-01-19 Dave Love <fx@gnu.org>
16080
16081 * files.el (user-init-file): Don't declare here -- is primitive.
16082
16083 * startup.el (command-line): Check for compiled user-init-file and
16084 set to uncompiled version if necessary.
16085
160862000-01-18 Gerd Moellmann <gerd@gnu.org>
16087
16088 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16089 (undigestify-rmail-message): Use it.
16090
16091 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16092
160932000-01-17 Gerd Moellmann <gerd@gnu.org>
16094
16095 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16096 of mini-buffer.
16097
160982000-01-14 Gerd Moellmann <gerd@gnu.org>
16099
16100 * emacs-lisp/copyright.el (copyright-update): Removed the
16101 requirement for a trailing space from `copyright-regexp', to
16102 support copyrights with owner specified on a separate line..
16103
16104 * align.el: New file.
16105
16106 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16107
16108 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16109
161102000-01-13 Dave Love <fx@gnu.org>
16111
16112 * ph.el: Removed. (Obsoleted by EUDC.)
16113
161142000-01-13 Gerd Moellmann <gerd@gnu.org>
16115
16116 * net/eudc.el (toplevel): Remove autoloaded code installing
16117 menu with easymenu, because that causes build problems.
16118
16119 * frame.el (frame-notice-user-settings): New variable.
16120 (frame-notice-user-settings): Don't modify frame parameters
16121 if called a second time.
16122
161232000-01-13 Richard M. Stallman <rms@gnu.org>
16124
16125 * frame.el (frame-notice-user-settings):
16126 Notice default-frame-parameters even for non-window frames.
16127
161282000-01-13 Gerd Moellmann <gerd@gnu.org>
16129
16130 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16131 for Emacs.
16132 (eudc-bob-can-display-inline-images): Extend for Emacs.
16133 (eudc-bob-toggle-inline-display): Ditto.
16134 (eudc-bob-display-jpeg): Ditto.
16135
161362000-01-12 Gerd Moellmann <gerd@gnu.org>
16137
16138 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16139 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16140 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16141
16142 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16143 nil)'.
16144
16145 * subdirs.el: Add `net' directory.
16146
16147 * net: New directory.
16148
16149 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16150 eval-last-sexp. Don't bind debug-on-error here.
16151 (eval-last-sexp): New function. Bind debug-on-error if
16152 eval-expression-debug-on-error is non-nil.
16153 (eval-defun-2, eval-defun): Likewise.
16154
16155 * simple.el (eval-expression): Don't bind debug-on-error if
16156 eval-expression-debug-on-error is nil. Detect changed
16157 debug-on-error, and propagate new value to global binding, if
16158 eval-expression-debug-on-error is non-nil,
16159 (eval-expression-debug-on-error): Change doc string.
16160
161612000-01-11 Richard M. Stallman <rms@gnu.org>
16162
16163 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16164
16165 * emacs-lisp/lisp-mode.el (with-syntax-table):
16166 Set up lisp-indent-function property.
16167
16168 * subr.el (with-syntax-table): Moved from simple.el.
16169
16170 * simple.el (with-syntax-table): Moved to subr.el.
16171
161722000-01-11 Gerd Moellmann <gerd@gnu.org>
16173
16174 * tmm.el (tmm-shortcut): Delete region after prompt instead
16175 of erasing buffer.
16176
16177 * textmodes/fill.el (fill-common-string-prefix): New function.
16178 (fill-context-prefix): Use the longest common prefix of first
16179 and second line fill prefix, if there is one.
16180
161812000-01-11 Richard M. Stallman <rms@gnu.org>
16182
16183 * array.el (array-mode): Don't use make-variable-buffer-local.
16184 Use make-local-variable for `truncate-lines'.
16185
161862000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16187
16188 * add-log.el (add-log-current-defun): Handle user-defined
16189 add-log-current-function returning nil,
16190
16191 * add-log.el (add-change-log-entry): Insert version number
16192 if having found a current function
16193
16194 * add-log.el (add-log-current-defun): Call
16195 `add-log-current-defun-function'. Try matches at level 0 and
16196 level 1. Strip whitespace from defun found.
16197
161982000-01-10 John Wiegley <johnw@gnu.org>
16199
16200 * allout.el (isearch-done/outline-provisions): Added `edit'
16201 argument to correspond with the current definition of
16202 `isearch-done'.
16203
162042000-01-10 Dave Love <fx@gnu.org>
16205
16206 * elide-head.el (elide-head): Use point-marker, not point.
16207
162082000-01-10 Gerd Moellmann <gerd@gnu.org>
16209
16210 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16211 before and after the year 2000.
16212
16213 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16214 Add ispell- prefix.
16215
162162000-01-10 Ken Stevens <k.stevens@ieee.org>
16217
16218 * ispell.el: Only define dictionaries in menus when they exist.
16219 (version18p): New variable.
16220 (version20p): New variable.
16221 (xemacsp): New variable.
16222 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16223 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16224 (ispell-dictionary-alist6): Russian command lines no longer accept
16225 run-together words.
16226 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16227 (ispell-dictionary-alist): Add koi8-r to customize definition.
16228 (check-ispell-version): Added documentation string. Returns
16229 library path when called non-interactively.
16230 (ispell-menu-map-needed): Uses new variables.
16231 (ispell-library-path): New variable.
16232 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16233 (ispell-word): Improved documentation string. Test for valid
16234 character mappings. Correctly check typed in word changes that can
16235 result in single words split into multiple words. Returns
16236 replacement word.
16237 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16238 replace in recursive query replace mode. Help message for
16239 recursive edit mode.
16240 (ispell-show-choices): Protect against bad framepop bindings.
16241 (ispell-help): Fix to work with XEmacs.
16242 (ispell-highlight-spelling-error): Use new variables.
16243 (ispell-overlay-window): Fix to work with XEmacs.
16244 (ispell-parse-output): Passed and returns location information
16245 tracking spelling corrections. Doesn't recheck same word on
16246 current line.
16247 (ispell-init-process): Protect against bogus XEmacs variable binding.
16248 Fix call to single argument in sleep-for. Use new variables.
16249 (ispell-region): Passed and returns location information tracking
16250 spelling corrections. Doesn't check same word on current line.
16251 Improved documentation string. Doesn't resend a line already
16252 checked to the ispell process - fixes bug in LaTeX parsing.
16253 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16254 (ispell-skip-region): No longer skips <TT> in SGML.
16255 (ispell-process-line): Tracks location information with spelling
16256 corrections. Added documentation string. Accounts for words
16257 already accepted on this line. Don't allow query-replace on line
16258 starting with math characters. Doesn't resend a line already sent
16259 to ispell process. Fixes alignment error bug.
16260
162612000-01-10 Richard M. Stallman <rms@gnu.org>
16262
16263 * dired-x.el (dired-guess-shell-alist-default):
16264 Suggest xloadimage, which is free, not xv, which isn't.
16265
16266 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16267 Don't ever include the host name or user name in the value.
16268
162692000-01-09 Gerd Moellmann <gerd@gnu.org>
16270
16271 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16272 of a real newline.
16273
162742000-01-09 Stephen Eglen <stephen@gnu.org>
16275
16276 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16277 for .png files.
16278
162792000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16280
16281 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16282
162832000-01-09 Gerd Moellmann <gerd@gnu.org>
16284
16285 * progmodes/cperl-mode.el: Replace ^F with ^L.
16286
16287 * sendmail.el (toplevel): Provide `sendmail' when compiling
16288 before `require'ing rmail and mailalias to prevent infinite
16289 recursion.
16290
162912000-01-08 Dave Love <fx@gnu.org>
16292
16293 * emacs-lisp/backquote.el: Remove inappropriate customization
16294 (allowing custom.el to use backquote).
16295
162962000-01-07 Dave Love <fx@gnu.org>
16297
16298 * add-log.el (add-log-debugging): Deleted.
16299 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16300 file. Remove debugging code.
16301 (change-log-get-method-definition, change-log-name): Add doc.
16302 (change-log-sortable-date-at): New function.
16303 (change-log-merge): New command.
16304
16305 * time.el (display-time-string-forms): Make the Mail string active.
16306 (display-time-update): Provide help-echo for load average.
16307
16308 * bindings.el (make-mode-line-mouse2-map): New function.
16309 (mode-line-modified): Use it and simplify.
16310 (mode-line-mule-info): Provide help-echo info.
16311 (minor-mode-alist): Activate the strings.
16312 (make-mode-line-mouse-sensitive): Simplify for
16313 mode-line-buffer-identification.
16314
163152000-01-07 Gerd Moellmann <gerd@gnu.org>
16316
16317 * play/pong.el: New file.
16318
163192000-01-06 Dave Love <fx@gnu.org>
16320
16321 * array.el: Assorted cleanups for compiler warnings, doc strings,
16322 `array-' prefix for symbols.
16323
163242000-01-05 Dave Love <fx@gnu.org>
16325
16326 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16327 outline-headers-as-kill.
16328 (outline-mode): Define imenu-generic-expression.
16329 (outline-headers-as-kill): New command.
16330
16331 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16332 from paragraph-start.
16333 (paragraph-indent-minor-mode): New command.
16334
16335 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16336 M-C-e, M-C-h, C-j, C-xnd, TAB.
16337 (fortran-mode): Set beginning-of-defun, end-of-defun.
16338 (fortran-column-ruler): Simplify.
16339 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16340 (fortran-with-subprogram-narrowing): Likewise.
16341 (fortran-indent-subprogram): Call mark-defun.
16342 (fortran-check-for-matching-do): Change narrowing.
16343
16344 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16345 (cl-lucid-hash-tag): Delete.
16346 (cl-hash-table-p): Correct test for native table.
16347 (cl-hash-table-count): Use hash-table-count.
16348
16349 * browse-url.el (browse-url): Fix case of
16350 browse-url-browser-function being an alist.
16351
163522000-01-05 Carsten Dominik <cd@gnu.org>
16353
16354 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16355 (reftex-index-phrase-file-extension): New options.
16356
16357 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16358 Use new option `reftex-index-phrase-file-extension'.
16359
16360 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16361 `reftex-parse-file-extension'.
16362
163632000-01-05 Dave Love <fx@gnu.org>
16364
16365 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16366 (beginning-of-defun-raw): Use it.
16367 (end-of-defun): New variable.
16368 (end-of-defun): Use it.
16369 (check-parens): New command.
16370
163712000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16372
16373 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16374 (hs-show-block): Don't use `mapcar' when not accumulating.
16375
16376 Fix buglet in local variables initialization.
16377
163782000-01-05 Andreas Schwab <schwab@suse.de>
16379
16380 * hscroll.el (hscroll): Doc fix.
16381
163822000-01-05 Carsten Dominik <cd@gnu.org>
16383
16384 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16385 idlw-toolbar.
16386
16387 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16388 file idlw-rinfo.el.
16389 (idlwave-customize): load must read file idlw-shell.el.
16390 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16391
163922000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16393
16394 * progmodes/idlw-shell.el: Also provide idlwave-shell
16395 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16396 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16397
16398 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16399 both reftex-dcr and reftex-vcr.
16400
16401 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16402
164032000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16404
16405 * ps-print.el: PostScript code now is in separate files, doc fix.
16406 (ps-print-version): New version number (5.0.3).
16407 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16408 local.
16409 (ps-spool-config): Initialization fix.
16410 (ps-print-prologue-1, ps-print-prologue-2)
16411 (ps-print-duplex-feature): PostScript code moved to separated file.
16412 (ps-background-image): Little code reformating.
16413 (ps-begin-file, ps-begin-job): Fix code.
16414 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16415 (ps-prologue-file): New fun.
16416
164172000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16418
16419 * ps-vars.el: Eliminated.
16420
16421 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16422 `;;;###autoload'.
16423
16424 * ps-print.el: ps-vars eliminated, doc fix.
16425 (ps-print-version): New version number (5.0.2).
16426 (ps-spool-config): Initialization fix.
16427 (ps-print-customize): New fun.
16428
164292000-01-04 Gerd Moellmann <gerd@gnu.org>
16430
16431 * autorevert.el (auto-revert-mode): Return value of
16432 auto-revert-mode.
16433
164342000-01-04 Dave Love <fx@gnu.org>
16435
16436 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16437 menu items.
16438
164392000-01-03 Dave Love <fx@gnu.org>
16440
16441 * elide-head.el (elide-head) [defgroup]: Add :version.
16442
16443 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16444 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16445 `cl-hash-table-p', not `hash-table-p'.
16446 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16447
164482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16449
16450 * faces.el (face-read-integer, read-face-attribute)
16451 (color-defined-p, color-values): unspecified-{f,b}g are now
16452 strings.
16453
164542000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16455
16456 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16457 at comment end, and re-insert them after filling.
16458
164592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16460
16461 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16462 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16463 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16464
164652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16466
16467 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16468 the new name of face-color-supported-p.
16469
16470 * term/w32-win.el (xw-defined-colors): Likewise.
16471
164722000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16473
16474 * simple.el (completion-setup-function): Count completion-size
16475 from minibuffer-prompt-end, not from point-min.
16476
164772000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16478
16479 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16480 Pass the frame to tty-color-* functions.
16481 (display-color-p, frame-set-background-mode): Pass the frame to
16482 tty-display-color-p.
16483
16484 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16485 tty-color-alist.
16486 (tty-color-alist, tty-modify-color-alist): New functions.
16487 (tty-color-define, tty-color-clear, tty-color-approximate)
16488 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16489 an optional parameter FRAME.
16490
164912000-01-01 Gerd Moellmann <gerd@gnu.org>
16492
16493 * image.el (create-image, defimage): Don't assume image data is a
16494 string.
16495
16496 * image.el (defimage): Handle specifications containing :data
16497 instead of :file.
16498 (image-type-from-data): New function.
16499 (image-type-from-file-header): Use it.
16500 (create-image): Add parameter DATA-P.
16501
16502See ChangeLog.8 for earlier changes.
16503
16504;; Local Variables:
16505;; coding: iso-2022-7bit
16506;; End: