Some doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e6b13c74
GM
12001-03-26 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/byte-opt.el (byte-optimize-while)
4 (byte-optimize-form-code-walker): Diagnose too few arguments
5 for `if' and `while'.
6
2b984c45
KH
72001-03-26 Kenichi Handa <handa@etl.go.jp>
8
9 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10 Prepend `\' to "\<quail-translation-docstring>".
11
bf2150fa
GM
122001-03-26 Gerd Moellmann <gerd@gnu.org>
13
14 * autorevert.el (global-auto-revert-non-file-buffers): Remove
15 duplicate defcustom.
16
a0d59316
MB
172001-03-26 Miles Bader <miles@gnu.org>
18
19 * international/latin1-disp.el (latin1-char-displayable-p): Add
20 leading "-" for X font pattern.
21
9edbff6c
KH
222001-03-26 Kenichi Handa <handa@etl.go.jp>
23
24 * international/mule-diag.el (describe-coding-system): For
25 raw-text and emacs-mule, don't add anymore text about what
26 charsets they can encode.
27
50b57199
EZ
282001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
29
30 * help.el (view-lossage): Mention open-dribble-file in the doc
31 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
32
5b83f9c0
SM
332001-03-23 Stefan Monnier <monnier@cs.yale.edu>
34
35 * skeleton.el (skeleton-internal-list): Fix bogus logic.
36 (skeleton-pair-insert-maybe): Don't pair after a backslash.
37
e0ecbf5c
KH
382001-03-23 Kenichi Handa <handa@etl.go.jp>
39
5b83f9c0
SM
40 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
41 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
42 multibyte sequence can work correctly.
43 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
44 property of the coding system.
45
1cc218de
SM
462001-03-23 Stefan Monnier <monnier@cs.yale.edu>
47
48 * textmodes/fill.el (fill-individual-paragraphs-prefix):
49 Fix transcription typo.
50
a3db02ad
RV
512001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
52
53 * whitespace.el: Add buffer local variables to toggle testing of
54 whitespaces in buffers without affecting the default values.
a3db02ad 55 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
56 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
57 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
58 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 59
83c9cb8e
SM
602001-03-21 Stefan Monnier <monnier@cs.yale.edu>
61
62 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
63
180d5509
GM
642001-03-21 Gerd Moellmann <gerd@gnu.org>
65
eeb5b5c1
GM
66 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
67 bs-cycle-configuration-name. From Juanma Barranquero
68 <lektu@uol.com.br>.
69
170a9e70
GM
70 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
71 and cc-vars.el.
72
180d5509
GM
73 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
74 headers. Always invoke sendmail with option -t.
75
130c507e
GM
762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
77
78 * Release of cc-mode 5.28.
79
802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
81
82 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
83 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 84 It's instead taken care of by the default value for c-default-style.
130c507e 85
130c507e
GM
862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
87
88 * cc-align.el (c-lineup-math): Fix bug where lineup was
89 triggered by equal signs in string literals.
90
912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
92
93 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
94 limit detection when at the ends of the buffer.
95
96 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
97 "for" statement clause in case 7F; a better one is done
98 earlier in case 7D anyway.
99
1002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
101
102 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
103 somewhat more and did a small optimization.
104
1052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
106
107 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
108 Use the limit argument only to limit the syntactic context
109 search, not to limit the actual movement.
110
111 * cc-cmds.el (c-beginning-of-statement): Move by sentence
112 inside multiline strings, just like in comments. Also various
113 fixes to the paragraph and comment prefix recognition, block
114 comment ender handling etc.
115
1162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
117
118 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
119 the relative position of the point.
120
121 * cc-cmds.el (c-electric-continued-statement): New function to
122 use as abbrev hook to reindent for keywords such as "else"
123 that continues an earlier statement.
124
125 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
126 like classes.
127
128 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
129 (pike-mode): Populate the default abbrev tables to reindent for
130 keywords such as "else" that can continue earlier statements.
131 Abbrev mode is therefore turned on by default now. (Note that
132 this doesn't apply to idl-mode, since IDL afaik doesn't have
133 statements at all.)
134
1352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
136
137 * cc-engine.el (c-inside-bracelist-p): Fix for handling
138 bracelists where the declaration contains template arguments.
139
1402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
141
83c9cb8e
SM
142 * cc-cmds.el (c-comment-indent):
143 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
144 syntactic indentation. Fixes bug with lineup functions that
145 return vectors.
146
147 * cc-engine.el (c-get-syntactic-indentation): Split the
148 indentation sum calculation from `c-indent-line' to a separate
149 function.
150
1512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
152
153 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
154 Fixed places where it was assumed that preprocessor directives
155 have to start in column zero.
156
157 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
158 template arguments after a class identifier properly.
159
160 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
161 lists for `new Foo[]' constructs in Java as expressions and
162 not top level definition brace lists on the top level, so that
163 they'll get indented consistently with the same type of
164 expression in a normal block.
165
1662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
167
168 * cc-cmds.el (c-fill-paragraph): The kludge that checks
169 whether the adaptive filling package fails to keep the comment
170 prefix is now kludged further to check for filladapt-mode
171 which doesn't have that problem. This is really icky, but it's
172 the only way that works with the current misfeatures/bugs in
173 both adaptive-fill-mode and filladapt-mode.
174
175 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
176 around point is recognized more robust.
177
1782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
179
180 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
181 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
182 (c-lit-type): Fixed all internal variables used dynamically so
183 that they are always bound.
184
185 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
186 errors:
187
188 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
189 the region is fully reindented even when an error occurs.
190 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
191 whole lot of code that tried to optimize indentation of whole
192 sexps but in reality accomplishes nothing.
193
194 (c-indent-sexp): Use c-indent-region.
195
196 (c-parsing-error): Changed this variable to hold the message
197 for any syntactic error that is discovered.
198
199 (c-parse-state): Search backward from point instead of the bod
200 position when the latter is invalid. This makes CC Mode
201 recover faster when there are unbalanced close braces.
202
203 (c-backward-to-start-of-if): Use c-parsing-error to report
204 dangling "else" clauses instead of throwing an error, and fall
205 back to a reasonable position.
206
83c9cb8e 207 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 208
83c9cb8e 209 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
210
2112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
212
213 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
214 paragraph recognition when moving by sentence in literals.
215
83c9cb8e
SM
216 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
217 start regexp for javadoc to recognize javadoc markup in general instead
218 of a specific set of keywords, to be more future-safe.
130c507e
GM
219
220 (c-Pike-pikedoc-paragraph-start)
221 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
222 pikedoc markup.
223
83c9cb8e 224 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 225
83c9cb8e 226 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
227
228 * cc-vars.el (c-default-style): Made a nicer Customize widget.
229
230 (c-comment-prefix-regexp): Made it possible to use an
231 association list on this to specify mode specific regexps.
232 The default value now use a special regexp in Pike mode to
233 recognize pikedoc markup.
234
235 (c-current-comment-prefix): New variable containing the actual
236 regexp from c-comment-prefix-regexp for the current buffer.
237
2382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
239
240 * cc-cmds.el (c-electric-brace): Fixed check for special brace
241 lists: We can't look at the syntax, since a brace list can get
242 recognized as a plain statement-cont.
243
244 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
245 special brace list opener broken over two lines got recognized
246 as a statement on the second line. Case 9A changed.
247
2482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
249
250 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
251 adjustment after line is reindented.
252
2532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
254
255 * cc-defs.el (c-point): Added optional argument for position
256 to use instead of the current point.
257
258 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
259 the in-expression block symbols when the construct starts at
260 boi, to avoid the extra level of indentation in that case.
261 Cases 4, 16A and 17E affected.
262
2632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
264
265 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 266 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
267
268 * cc-engine.el (c-indent-line): Use the syntax already bound
269 to `c-syntactic-context', if there is any.
270
2712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
272
273 * cc-engine.el (c-get-offset): Fixed bug where the indentation
274 wasn't added up correctly when a lineup function returned nil.
275
2762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
277
278 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 279 empty lines were ignored when collecting line comments backwards.
130c507e
GM
280
2812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
282
283 * cc-align.el (c-lineup-dont-change): Return an absolute
284 indentation column to work correctly in the case when several
285 syntactic elements are processed for the same line.
286
287 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
288 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
289 (c-set-offset): Added absolute indentation column settings by
290 using the vector type.
291
130c507e
GM
2922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
293
294 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
295 Implemented two new cleanups `space-before-funcall' and
296 `compact-empty-funcall'.
297
130c507e
GM
2982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
299
300 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
301 helping building regexps.
302
303 * cc-engine.el (c-on-identifier): New function for detecting
304 identifiers. It takes keywords into account.
305
306 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
307 lists. `c-keywords' is set to a regexp matching all keywords
308 in the current language.
309
3102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
311
312 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
313 list of characters to skip backwards over at the beginning of
314 a statement, since it can precede string literals in Pike.
315
3162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
317
318 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
319 recognition when standing on the last line in a C++ comment
320 with nothing but whitespace after the prefix.
321
322 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
323 given no limit argument.
324
3252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
326
327 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
328 recognition for the `[]= operator symbol in Pike.
329
3302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
331
332 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
333 around a bug in `eval-when-compile' in the byte compiler.
334
335 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 336 value when count is zero and there's no token start within the limit.
130c507e
GM
337
338 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
339 "prefix comments", i.e. comments which are followed by code on
340 the same line.
341
342 * cc-mode-19.el: Fixes so that checks that must be done at
343 compile time also are done then.
344
3452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
346
347 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
348 time and at runtime, and only when it's needed.
349
3502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
351
352 Major cleanup for less error prone and more warning free
353 compilation, including some fixes for bugs due to different
354 compilation orders. Thanks to Martin Buchholz for providing
355 the basis for all this.
356
357 * cc-bytecomp.el: New file that provides some byte compilation
358 features: It ensures that files always are loaded from the
359 current source directory during compilation, and it provides a
360 set of macros to turn off specific compiler warnings for
361 specific symbols. (It's not CC Mode specific in any way.)
362
363 Fixed a nearly acyclic dependency tree (both runtime and
364 compile-time) between all files.
365
366 * cc-defs.el: Separated all macros before the inline functions,
367 to ensure correct compilation.
368
369 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
370 cc-defs.el to cc-engine.el and made it a function instead.
371
372 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
373 about char-after.
374
375 * cc-vars.el: Cope even when there isn't a custom package
376 containing defcustom available.
377
378 * cc-make.el: Removed since it's no longer necessary.
379
380 README: Updated installation instructions.
381
3822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
383
384 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
385 improve the modularity: Moved all mode init stuff from
386 cc-langs.el to cc-mode.el, including the keymap
387 initialization; cc-langs now only contains the various
388 variables for configuring the language syntax.
389
83c9cb8e
SM
390 * cc-engine.el, cc-styles.el (c-evaluate-offset)
391 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 392 dependency analysis suggests they belong there (which also
83c9cb8e 393 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
394
3952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
396
397 * cc-cmds.el (c-fn-region-is-active-p): New function that
398 wraps the corresponding macro, for use in places that aren't
399 compiled. Thanks to Martin Buchholz for pointing out this.
400
83c9cb8e 401 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
402
403 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
404 add things to the bug report.
405
4062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
407
408 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
409 returned prefix could contain a newline when the search for a
410 good prefix line failed.
411
4122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
413
414 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
415 (c-toggle-auto-hungry-state): Made the argument optional, as
416 the documentation says it is.
417
4182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
419
420 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
421 multiline string syntax, #"...", as a cpp macro.
422
7008ccac
GM
4232001-03-21 Paul Eggert <eggert@twinsun.com>
424
83c9cb8e
SM
425 * international/mule-cmds.el (set-locale-environment):
426 Set system-messages-locale and system-time-locale, but only if the
7008ccac
GM
427 caller specifies a non-nil locale name.
428
c2478129 4292001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
430
431 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 432 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 433
117e4b0c
GM
4342001-03-20 Gerd Moellmann <gerd@gnu.org>
435
7194219d
GM
436 * follow.el (follow-avoid-tail-recenter): Doc fix.
437
5721ae13
GM
438 * custom.el (custom-set-variables): Avoid reversing the list
439 of args needlessly.
440
7b8bbf72
GM
441 * startup.el (fancy-splash-head): Don't change the colors of the
442 XPM image on a dark background.
443
a91ad7c9
GM
444 * comint.el (comint-exec-1): Set columns of the terminal to
445 window-width instead of frame-width.
446
fa88947e
GM
447 * info.el (Info-scroll-down): Add missing WINDOW arg for
448 pos-visible-in-window-p.
449
1741905c
GM
450 * ehelp.el (electric-help-mode-hook): Add defcustom.
451
117e4b0c
GM
452 * mail/sendmail.el (mail-mode): Activate case-folding in
453 font-lock-defaults.
454
e84c695d
SM
4552001-03-19 Stefan Monnier <monnier@cs.yale.edu>
456
457 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
458 (completion-ignored-extensions): Remove duplicate ".class".
459
fc774041
AS
4602001-03-19 Andreas Schwab <schwab@suse.de>
461
83c9cb8e
SM
462 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
463 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 464
c2c097cc
GM
4652001-03-19 Gerd Moellmann <gerd@gnu.org>
466
467 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
468 methods since there are not prefix input methods.
469
fbe2e958
KH
4702001-03-19 Kenichi Handa <handa@etl.go.jp>
471
83c9cb8e
SM
472 * international/mule-cmds.el (read-input-method-name):
473 Locally bind enable-recursive-minibuffers to t.
fbe2e958 474
da47e491
SM
4752001-03-18 Stefan Monnier <monnier@cs.yale.edu>
476
477 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
478
4986c2c6 4792001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 480
4986c2c6
MK
481 * ediff-util.el: Copyright years.
482 (ediff-choose-syntax-table): New function.
483 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 484
4986c2c6
MK
485 * ediff-init.el (ediff-with-syntax-table): New macro, uses
486 with-syntax-table.
83c9cb8e 487
4986c2c6 488 * ediff.el: Date of last update, copyright years.
83c9cb8e 489
4986c2c6 490 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 491
4986c2c6
MK
492 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
493 of Scott Bronson.
494 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
495 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
496 Deleted functions.
497 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
498 ex-token-list.
83c9cb8e 499
4986c2c6 500 * viper-util.el: Spaces, indentation.
83c9cb8e 501
4986c2c6 502 * viper.el: Changed version, modification time.
83c9cb8e 503
3c799aec 5042001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
505
506 * calendar/timeclock.el (timeclock-workday-remaining):
507 Check whether `discrep' is non-null before using it.
3c799aec 508
ae3ce418
JW
5092001-03-16 John Wiegley <johnw@gnu.org>
510
511 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
512 first-time checkins.
513 (timeclock-log-data): Fixed problem with reading timelog log file.
514 Resulting data in the "day list" was incorrect.
515 (timeclock-find-discrep): Check if `timeclock-file' is readable
516 before opening it.
517 (timeclock-time-less-p): New function.
518 (timeclock-day-base): New function.
519 (timeclock-geometric-mean): New function.
520 (timeclock-generate-report): Generate a summary report based on
521 the contents of the log file. This uses `timeclock-log-data', and
522 is an example of writing a timelog manipulation function.
523 (timeclock-visit-timelog): A quick command for opening the timelog
524 file.
525 (timeclock-log-data): Bound the variable event.
526
c8d4a9bb
KH
5272001-03-16 Kenichi Handa <handa@etl.go.jp>
528
83c9cb8e
SM
529 * international/mule-cmds.el (select-safe-coding-system):
530 Fix typo: symbol-name -> symbol-value.
11d56c64 531
c8d4a9bb
KH
532 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
533 before substitute-in-file-name to handle double slashes in FILE
534 correctly.
535
c899e7e6
GM
5362001-03-15 Gerd Moellmann <gerd@gnu.org>
537
538 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
539 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
540
819dce0f
GM
5412001-03-14 Gerd Moellmann <gerd@gnu.org>
542
697617d9
GM
543 * bindings.el (features): Add `md5' and `overlay' to the list.
544
819dce0f
GM
545 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
546 bound before using it. It's not bound when configured without X,
547 for instance.
548
e0067a9d
TTN
5492001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
550
551 * progmodes/hideshow.el: Update copyright.
552 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 553 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 554
afcdc0a1
GM
5552001-03-13 Gerd Moellmann <gerd@gnu.org>
556
e0067a9d 557 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
558 a non-list.
559
30564c48
EZ
5602001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
561
562 * startup.el (fancy-splash-tail, command-line-1): Fix the
563 copyright year.
564
2b8e24b3
KH
5652001-03-13 Kenichi Handa <handa@etl.go.jp>
566
567 * term.el: These changes are based on a patch sent from Yong Lu
568 <lyongu@yahoo.com>.
569 (term-set-escape-char): Bind M-x to execute-extended-command in
570 term-raw-escape-map.
571 (term-move-columns): Don't try to move to negagive column.
572 (term-emulate-terminal): Insert a string before deleting a text to
573 overwrite.
574
789b6186
GM
5752001-03-12 Gerd Moellmann <gerd@gnu.org>
576
b0778a31
GM
577 * play/life.el (life): Rearrange code so that all calls to
578 life-display-generation are in a catch-form.
579
04528cda
GM
580 * progmodes/etags.el (tags-loop-continue): Don't change point in a
581 file that isn't interesting. In an interesting file, push the old
582 value of point on the mark ring.
583
760cefb5
GM
584 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
585 New function.
586 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
587 Use it.
588
83c9cb8e
SM
589 * emacs-lisp/autoload.el (generate-file-autoloads):
590 Remove warning about line lengths.
789b6186 591
a2ffbafe
FP
5922001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
593
594 * progmodes/etags.el (tags-compression-info-list): New variable.
595 (find-tag-in-order): Use it to deal with compressed source files.
596 (tag-file-name-match-p): New function.
597 (etags-recognize-tags-table): Use it for better match of file names.
598
5c9d9d92
KH
5992001-03-12 Kenichi Handa <handa@etl.go.jp>
600
ba3e9b9b
KH
601 * international/mule-cmds.el (register-input-method): Doc fix.
602
5c9d9d92
KH
603 * international/quail.el (quail-translate-key): Fix condition to
604 check if there's another breaking point in the current key.
605
40beecee
EZ
6062001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
607
608 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
609 Babyl header to the newly-created output file, bind
610 coding-system-for-write to either rmail-file-coding-system or
611 emacs-mule-unix.
612
75c6cb7f
SM
6132001-03-11 Stefan Monnier <monnier@cs.yale.edu>
614
615 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
616 Fix the name and regexp used for subsubsections.
617
5ec17636
DL
6182001-03-10 Dave Love <fx@gnu.org>
619
620 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
621 and save-buffer if buffer-file-name non-nil. From rms.
622
6d2e2c02
AS
6232001-03-10 Andre Spiegel <spiegel@gnu.org>
624
625 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 626 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
627 to reflect that.
628 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 629 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
630 variable bindings that might affect the diff command.
631 (vc-print-log): Don't switch to the *vc* buffer before the
632 command, so that local variable bindings are preserved.
633
789b6186 634 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
635 not the current buffer.
636 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
637
789b6186 638 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 639 make output go to buffer *vc*, not the current buffer.
a2ffbafe 640
b18f5523
SM
6412001-03-09 Stefan Monnier <monnier@cs.yale.edu>
642
643 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
644 so ^, $, *, ? and + are interpreted correctly.
645
3cfd8357
GM
6462001-03-09 Gerd Moellmann <gerd@gnu.org>
647
c085b77c 648 * help.el (string-key-binding): Renamed from
f9db8f19
SM
649 mode-line-key-binding. Handle any event on a string.
650 Check for `keymap' properties as well as `local-map' properties.
c085b77c 651
3cfd8357
GM
652 * comint.el (comint-insert-clicked-input): Use the last key
653 from this-command-keys to lookup the global key definition.
654
348f797a
KH
6552001-03-09 Kenichi Handa <handa@etl.go.jp>
656
3ebf3717
KH
657 * international/characters.el: Add category `j' for
658 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
659
348f797a
KH
660 * international/mule-conf.el (no-conversion): Fix docstring.
661 (raw-text): Fix docstring.
662
e1fbabaf
GM
6632001-03-08 Gerd Moellmann <gerd@gnu.org>
664
96e8e603
GM
665 * simple.el (choose-completion-string): When not leaving the
666 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
667 is set.
668
e1fbabaf
GM
669 * window.el (shrink-window-if-larger-than-buffer): Handle frame
670 parameter `(minibuffer . t)'.
671
f9db8f19
SM
6722001-03-07 Stefan Monnier <monnier@cs.yale.edu>
673
674 * progmodes/sh-script.el (sh-st-symbol): New symbol.
675 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
676 (sh-mode): Remove `make-local-variable' for unused var
677 `font-lock-unfontify-region-function'.
678
02756877
RS
6792001-03-07 Richard M. Stallman <rms@gnu.org>
680
132bf46d
RS
681 * info.el (Info-scroll-down): Fix previous change.
682
02756877
RS
683 * mail/rmail.el (rmail-toggle-header): Use a window which
684 is showing the Rmail buffer, rather than the selected window.
685
eeb24429
DL
6862001-03-07 Dave Love <fx@gnu.org>
687
688 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
689 now, to avoid problems with binding imenu directly to a mouse event.
690
3bdf2660
GM
6912001-03-07 Gerd Moellmann <gerd@gnu.org>
692
693 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
694 second arg t.
695
6962001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
697
698 * log-edit.el (log-edit-common-indent): New var.
699 (log-edit-set-common-indentation): Renamed from
700 log-edit-delete-common-indentation. Use the new var.
701 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
702
703 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
704 (cvs-mode-add-change-log-entry-other-window):
705 Don't presume change-log-default-name is defined.
706
707 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
708
709 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
710 the "tree" operation as well.
711
712 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
713
714 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
715 to match paragraph-start.
716
717 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
718 comment-start-skip and set comment-end-skip as well.
719 (sgml-comment-indent): Fix for new value of comment-start-skip.
720 (html-autoview-mode): Don't bother using make-local-hook.
721
2ad02767
GM
7222001-03-07 Gerd Moellmann <gerd@gnu.org>
723
189638d5 724 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 725 variables, otherwise long Custom entries would make them ineffective.
189638d5 726
2ad02767
GM
727 * uniquify.el: Set maintainer to FSF.
728
656f8cae
EZ
7292001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
730
731 * dired-aux.el (dired-do-shell-command): Doc fix.
732
c83965c4
SM
7332001-03-06 Stefan Monnier <monnier@cs.yale.edu>
734
04af43bc
SM
735 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
736
737 * which-func.el (which-func-modes): Add cperl-mode.
738 (which-func-mode-global): Use define-minor-mode.
739
740 * info-look.el: Docstring fixes and dead code eliminated.
741 (cperl-mode): Add support.
742 (emacs-lisp-mode): List all entries from elisp manual, whether
743 or not they are currently (f)bound or not. Update regexp.
744
745 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
746
c83965c4
SM
747 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
748 so that C-h m shows the correct information.
749 Use make-local-variable rather than make-variable-buffer-local.
750 (cperl-info-buffer, cperl-setup-tmp-buf):
751 Use make-local-variable rather than make-variable-buffer-local.
752 (cperl-msb-fix, cperl-get-help-defer):
753 Check major-mode for `cperl-mode' as well.
754
755 * progmodes/cperl-mode.el: Updated to author version 4.23.
756 (cperl-electric-pod): SYNOPSIS was misspelled.
757 (cperl-find-pods-heres): @if ? a : b was considered a REx.
758 (cperl-after-expr-p): Make true after __END__.
759
f16a7aa5
GM
7602001-03-06 Gerd Moellmann <gerd@gnu.org>
761
157ae273 762 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 763 bookmark-completion-ignore-case is t.
157ae273 764
f16a7aa5
GM
765 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
766 switch, like xterm, and concat resource strings, with a newline
767 between them.
768
abaddb98
EZ
7692001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
770
a2ffbafe 771 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
772 (cp773-decode-table, cp774-decode-table): New variables.
773
abaddb98
EZ
774 * man.el (Man-hyphenated-reference-regexp): New variable.
775 (Man-build-references-alist): Use it to search for referenced
776 manpages. If hyphenated is non-nil, record a concatenated word in
777 Man-refpages-alist only if it matches Man-reference-regexp.
778 Update word's length when it is concatenated. Reverse the list,
779 to get the first manpage at the head.
780 (Man-possibly-hyphenated-word): New function.
781 (Man-follow-manual-reference): Use it instead of current-word to
782 find a manpage at point, in a way that accounts for hyphenated
783 references.
784
eb3f61dd
GM
7852001-03-06 Alex Schroeder <alex@gnu.org>
786
787 * sql.el (sql-interbase): New function.
788 (sql-interbase-program): New option.
789 (sql-interbase-options): New option.
790 And some typos fixed: "customise" to "customize".
791
fa84f42a
DL
7922001-03-06 Dave Love <fx@gnu.org>
793
83c9cb8e
SM
794 * textmodes/flyspell.el (flyspell-region):
795 Set up flyspell-local-mouse-map.
fa84f42a 796
fda3411d
RS
7972001-03-05 Richard M. Stallman <rms@gnu.org>
798
a2ffbafe 799 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
800 Don't call rmail-beginning-of-message.
801 Don't discard From: field. Do discard Received: field.
802 Use unwind-protect to re-prune.
803 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 804
e972ab1f
KH
8052001-03-06 Kenichi Handa <handa@etl.go.jp>
806
807 * international/quail.el (quail-title): Add autoload cookie.
808
335db3c1
DL
8092001-03-05 Dave Love <fx@gnu.org>
810
811 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
812 new defs.
813
278dd6ac
KH
8142001-03-05 Kenichi Handa <handa@etl.go.jp>
815
83c9cb8e
SM
816 * language/ethio-util.el (ethio-toggle-space):
817 Update current-input-method-title if necessary.
36d5e61d
KH
818 (ethio-toggle-punctuation): Likewise.
819
341cd4f0
KH
820 * international/quail.el (quail-title): Fix for the case that a
821 title of an input method is specified by a list of the same form
822 as used in mode-line-format.
823
83c9cb8e
SM
824 * international/mule-cmds.el (activate-input-method):
825 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
826 respect that value.
827
10ebaeb6
GM
8282001-03-05 Gerd Moellmann <gerd@gnu.org>
829
830 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
831
7a65c85c
GM
8322001-03-05 Alex Schroeder <alex@gnu.org>
833
834 * sql.el (sql-sybase): Fix typo (was: query user about server two
835 times instead of server and database).
836
837 * sql.el (sql-sybase): Doc change.
838 (sql-mysql): Doc change.
839 (sql-postgres): Doc change.
840
b86644f2
KH
8412001-03-05 Kenichi Handa <handa@etl.go.jp>
842
83c9cb8e
SM
843 * international/mule-conf.el (emacs-mule, raw-text):
844 Docstring modified.
b86644f2 845
e30bd7b7
EZ
8462001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
847
848 * term/internal.el: Update copyright notice.
849
850 * term/pc-win.el: Update copyright notice.
851
7e365285
DL
8522001-03-02 Dave Love <fx@gnu.org>
853
83c9cb8e
SM
854 * files.el (insert-file-contents-literally):
855 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
856 not jka-compr-compression-info-list.
7e365285 857
75ed43a6
SM
8582001-03-02 Stefan Monnier <monnier@cs.yale.edu>
859
860 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
861 spaces in default comment-start-skip settings rather than \s-.
862
53c4b1e6
EZ
8632001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
864
865 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
866 default-frame-alist as well.
867
028d739a
DL
8682001-03-01 Dave Love <fx@gnu.org>
869
870 * textmodes/reftex.el (defvar): Wrap some defvars in
871 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
872
873 * subr.el (event-basic-type): Doc fix.
874
875 * international/quail.el: Doc fixes.
876
877 * international/utf-8.el: Doc fixes.
878
879 * international/mule-cmds.el: Doc fixes.
880 (leim-list-header): Fix header text.
881
882 * international/mule.el (coding-system-category): Doc fix.
883
884 * international/ccl.el (ccl-compile): Doc fix.
885
15d1caef
SM
8862001-03-01 Stefan Monnier <monnier@cs.yale.edu>
887
888 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
889 rather than (before|after)-change-functions.
890
f84ff02c
GM
8912001-03-01 Gerd Moellmann <gerd@gnu.org>
892
893 * ediff-util.el (ediff-scroll-horizontally): Arrange for
894 scroll-left and scroll-right being called interactively so that
895 they set the window's min_hscroll.
896
e0c1e774
EZ
8972001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * info.el (info-insert-file-contents-1): Accept an additional
900 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
901 `suffix'; otherwise use the complicated MS-DOS code.
902 All callers changed.
e0c1e774
EZ
903 (info-insert-file-contents, Info-find-node): If the MS-DOS port
904 can access long file names, try the long file-name version of
905 `info-insert-file-contents-1', then the short file-name version.
906
b8b2ea31 9072001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 908
af122766
KH
909 * language/ethio-util.el (setup-ethiopic-environment-internal):
910 Change bindings of functions keys to conform to "Emacs Lisp Coding
911 Convention".
912
913 * language/ethiopic.el ("Ethiopic"): Add documentation.
914
b8b2ea31
KH
9152001-02-28 Kenichi Handa <handa@etl.go.jp>
916
1d64e2ad
KH
917 * international/utf-8.el (mule-utf-8): Set coding-category
918 property to coding-category-utf-8.
919
91cb6e51
RS
9202001-02-27 Richard M. Stallman <rms@gnu.org>
921
922 * lpr.el (lpr-page-header-switches, print-region-1):
923 Undo 2000-07-06 change.
7298f3f7
RS
924 (lpr-add-switches): Default to t on gnu/linux.
925
c0cb1027
GM
9262001-02-27 Gerd Moellmann <gerd@gnu.org>
927
928 * bs.el (bs-attributes-list): Doc fix.
929
01459648
GM
9302001-02-26 Gerd Moellmann <gerd@gnu.org>
931
baebd8a5 932 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 933
01459648
GM
934 * help.el (view-order-manuals): Use goto-address.
935
936 * startup.el (command-line-1): Add info about ordering manuals
937 to the not so fancy splash screens.
938
f93e614e
AS
9392001-02-26 Andre Spiegel <spiegel@gnu.org>
940
01459648
GM
941 * vc.el (vc-default-workfile-unchanged-p)
942 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 943
12435002
GM
9442001-02-26 Gerd Moellmann <gerd@gnu.org>
945
a2ffbafe 946 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
947 fontify in the right buffer.
948
12435002
GM
949 * allout.el (outline-flag-region): Move macro in front of first
950 use to avoid a run-time error.
951
425de386
AI
9522001-02-24 Andrew Innes <andrewi@gnu.org>
953
954 * makefile.w32-in: Fix copyright notice.
955
66c56ed1
KH
9562001-02-24 Kenichi Handa <handa@etl.go.jp>
957
4c1593ce
KH
958 * international/utf-8.el (mule-utf-8): Set correct value for
959 valid-codes property.
960
66c56ed1
KH
961 * international/fontset.el (x-complement-fontset-spec): In the
962 case that we use ASCII font for the other charsets, use only
15d1caef 963 family and registry part of it.
66c56ed1 964
119171dd
EZ
9652001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
966
967 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
968 (shrink-window-if-larger-than-buffer): Doc fix.
969
932c309e
SM
9702001-02-23 Stefan Monnier <monnier@cs.yale.edu>
971
972 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
973 predicate passed to completing-read.
974
9b760e36
EZ
9752001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
976
977 * startup.el (command-line): Fix last change.
978
5c39a60f
JR
9792001-02-23 Jason Rumney <jasonr@gnu.org>
980
981 * startup.el (tool-bar-originally-present): New variable.
982 (command-line): Set it if the tool-bar is switched on at startup.
983
984 * frame.el (frame-notice-user-settings): Only adjust frame height
985 for no tool-bar case if tool-bar was originally switched on.
796ead7e 986 From E. Jay Berkenbilt.
5c39a60f 987
cb91b2c7
SM
9882001-02-22 Stefan Monnier <monnier@cs.yale.edu>
989
39b557e8
SM
990 * server.el (server-switch-buffer): Only switch window if the
991 current one is dedicated.
992
cb91b2c7
SM
993 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
994 rather than using (match-beginning 0) when searching for break point.
995
9238a8df
EZ
9962001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
997
998 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
999 @ follows an accent command such as @'. Support optional braces
1000 in commands that insert accents, like makeinfo does.
1001
3473f362
GM
10022001-02-22 Gerd Moellmann <gerd@gnu.org>
1003
1004 * startup.el (fancy-splash-text): Add a line for ordering
1005 manuals. Reverse order of splash screens shown.
1006 (use-fancy-splash-screens-p): Adapt to the text line added.
1007
1008 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1009 manuals from the FSF.
1010
1011 * help.el (view-order-manuals): New function.
1012 (toplevel): Bind C-h C-m to this function.
1013
76a4de07
SM
10142001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * newcomment.el (comment-forward): Skip the comment-start before
1017 searching for the comment-end.
1018
75b71d85
DL
10192001-02-21 Dave Love <fx@gnu.org>
1020
2f4c9a87
DL
1021 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1022
75b71d85
DL
1023 * international/mule-cmds.el, international/mule.el: Doc fixes.
1024
1025 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1026 (fortune) <defgroup>: Add :link.
1027 (fortune-from-region): Use eq, not eql.
1028
ffc9ff0c
GM
10292001-02-21 Gerd Moellmann <gerd@gnu.org>
1030
1031 * startup.el (fancy-splash-screens): Use display-hourglass
1032 instead of display-busy-cursor.
1033
1034 * frame.el (display-hourglass): Renamed from busy-cursor.
1035 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1036 (show-cursor-in-non-selected-windows): Doc fix.
1037
f34eb373
DL
10382001-02-20 Dave Love <fx@gnu.org>
1039
1040 * international/utf-8.el: Doc and commentary fixes.
1041
f55e4a7e
EZ
10422001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * ehelp.el (with-electric-help): Doc fix.
1045
fa97adf6
GM
10462001-02-20 Gerd Moellmann <gerd@gnu.org>
1047
1048 * msb.el (msb-mode): Call the update-buffers function explicitly
1049 with a FORCE argument.
1050
1051 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1052 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1053 returns nil.
1054
54ed3bd2
GM
10552001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1056
1057 * ps-print.el: Timestamp package replacement. Some enhancements.
1058 Some XEmacs compatibility. Doc fix.
1059 (ps-print-version): New version number (6.4).
1060 (ps-printer-name): Initialization fix.
1061 (ps-zebra-stripe-follow): Funcionality enhancement.
1062 (ps-prologue-file): Code enhancement.
1063 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1064 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1065 (ps-get-page-dimensions)
54ed3bd2
GM
1066 (ps-generate-header, ps-begin-file, ps-begin-job)
1067 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1068 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1069 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1070 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1071
e8ebf97d
MB
10722001-02-20 Miles Bader <miles@gnu.org>
1073
1074 * image-file.el (image-file-name-extensions): Add "tif".
1075
136b27c5
GM
10762001-02-19 Gerd Moellmann <gerd@gnu.org>
1077
1078 * wid-edit.el (widget-button-click): Save the selected window
1079 around the code handling clicks on buttons.
1080
6ebbcf59
DL
10812001-02-18 Dave Love <fx@gnu.org>
1082
1083 * imenu.el (imenu--generic-function): Use mapc to iterate over
1084 syntax characters.
1085
595ded73
RS
10862001-02-17 Richard M. Stallman <rms@gnu.org>
1087
b9fe3dc8
RS
1088 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1089
595ded73
RS
1090 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1091
f3f053f3
GM
10922001-02-16 Gerd Moellmann <gerd@gnu.org>
1093
1094 * mouse.el (mouse-save-then-kill): If the distance from the new
1095 point to the mark is equal to the distance of point from the new
1096 point, move point instead of the mark.
1097
11570a8f
DL
10982001-02-16 Dave Love <fx@gnu.org>
1099
1100 * textmodes/flyspell.el (flyspell-get-word): Return string without
1101 properties.
1102
fb339cd5
EZ
11032001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * generic.el (generic-find-file-regexp): Doc fix.
1106 (generic-ignore-files-regexp): New defcustom.
1107 (generic-mode-find-file-hook): If the file's name matches the
1108 regexp in `generic-ignore-files-regexp', don't enter
1109 default-generic-mode. Doc fix.
1110
c56b1c1b
GM
11112001-02-16 Gerd Moellmann <gerd@gnu.org>
1112
a2ffbafe 1113 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1114 Add autoload cookies.
1115
a2ffbafe 1116 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1117 of cal-tex-24.
1118
0d140e65
EZ
11192001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1120
81558867
EZ
1121 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1122
0d140e65
EZ
1123 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1124 the character class after the (optional) drive, to support file
1125 names with embedded blanks.
1126
713f7b15
SS
11272001-02-15 Sam Steingold <sds@gnu.org>
1128
1129 * textmodes/tex-mode.el (tex-shell-running):
1130 Check the process buffer too.
1131
9a2a6f73
DL
11322001-02-15 Dave Love <fx@gnu.org>
1133
1134 * battery.el (battery-status-function): Fix doc, :type.
1135
15d1caef 1136 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1137
fe10cef0
GM
11382001-02-15 Gerd Moellmann <gerd@gnu.org>
1139
1140 * subr.el (read-passwd): Clear Lisp memory holding password.
1141
126f5d4d
MB
11422001-02-15 Miles Bader <miles@gnu.org>
1143
1144 * info.el (Info-copy-current-node-name): New function.
1145 (Info-mode-menu): Add it to the menu.
1146
92e98d63
RS
11472001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1148
1149 * international/mule-cmds.el (toggle-input-method): Doc fix.
1150
dd4e0e55
SM
11512001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1152
1153 * replace.el (occur): Stop at end of buffer.
1154
402dbbd1
EZ
11552001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1156
1157 * international/mule-cmds.el (set-input-method): Another doc fix.
1158
e9fcba3d
GM
11592001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1160
1161 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1162
78ad1cd5
MB
11632001-02-13 Miles Bader <miles@gnu.org>
1164
713f7b15 1165 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1166 (set-face-stipple): Treat a value of nil as being `unspecified'.
1167
fce9d9dc
DL
11682001-02-12 Dave Love <d.love@dl.ac.uk>
1169
1170 * international/latin1-disp.el: Doc fixes.
1171 (latin1-display) <defgroup>: Add :link.
1172 (latin1-display) <function>: Set variable latin1-display.
1173
bc406911
EZ
11742001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1175
1176 * international/mule-cmds.el (set-input-method): Doc fix.
1177
68514d48
EL
11782001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1179
1180 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1181 (speedbar-line-file): Return nil if not a file.
1182 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1183
513bea45 11842001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1185
513bea45
MK
1186 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1187 for remote files.
bc406911 1188 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1189 with raw-text.
713f7b15 1190
513bea45 1191 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1192
83c9cb8e
SM
1193 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1194 Better handling of the diff mode.
713f7b15 1195
513bea45 1196 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1197
bc406911 1198 * viper.texi: Fix typos.
713f7b15 1199
521d4010
DL
12002001-02-11 Dave Love <fx@gnu.org>
1201
36fd8e17
DL
1202 * shadowfile.el: Doc fixes.
1203 (shadow) <defgroup>: Add :link.
1204 (shadowfile-unload-hook): New function.
1205 (shadow-initialize): Use defalias, not fset.
1206 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1207 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1208
521d4010
DL
1209 * international/mule.el: Doc and message fixes.
1210
36fd8e17
DL
1211 * international/ccl.el (define-ccl-program): Doc fix.
1212
92395bbe
KH
12132001-02-11 Kenichi Handa <handa@etl.go.jp>
1214
1215 * faces.el (mode-line): Set :line-width property to -1.
1216
103db06c
RS
12172001-02-10 Richard M. Stallman <rms@gnu.org>
1218
08b78974
RS
1219 * complete.el (partial-completion-mode): Doc fix.
1220
103db06c
RS
1221 * simple.el (delete-key-deletes-forward-mode):
1222 Change `let' to `let*' to fix gross bug in last change.
1223
1224 * repeat.el (repeat): Don't let execute-kbd-macro alter
1225 real-last-command.
1226
a6a1ee53
EZ
12272001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1228
1229 * simple.el (eval-expression): Doc fix.
1230
d2f288c6
DL
12312001-02-09 Dave Love <fx@gnu.org>
1232
038f4ae3
DL
1233 * imenu.el (imenu-generic-expression): Doc fix.
1234
83c9cb8e
SM
1235 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1236 From Juanma Barranquero.
038f4ae3 1237
15d1caef 1238 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1239
9804b846
KH
12402001-02-09 Kenichi Handa <handa@etl.go.jp>
1241
1242 * faces.el (set-face-attribute): Describe the case of a negative
1243 value specified for :line-width.
1244
532f5197
SM
12452001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1246
1247 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1248 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1249
1d279666
DL
12502001-02-08 Dave Love <fx@gnu.org>
1251
4681ca3a
DL
1252 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1253 widget-plist-value-type.
1254 (widget-alist-convert-widget): Replace binding of
1255 widget-alist-value-type.
1256
1d279666
DL
1257 * textmodes/paragraphs.el (sentence-end): Doc fix.
1258
83c9cb8e
SM
1259 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1260 Remove `backward-line'.
1d279666 1261
532f5197
SM
1262 * play/pong.el (pong-blank-color, pong-bat-color)
1263 (pong-ball-color, pong-border-color, pong-left-key)
1264 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1265 (pong-pause-key, pong-resume-key, pong-timer-delay):
1266 * mail/mh-comp.el (mh-compose-letter-function):
1267 * eshell/esh-mode.el (eshell-skip-prompt-function):
1268 * emulation/viper-ex.el (ex-unix-type-shell-options):
1269 * recentf.el (recentf-menu-filter):
1270 * ps-print.el (ps-print-region-function):
1271 * lpr.el (print-region-function):
1272 * forms.el (forms-mode-hooks):
1273 * dirtrack.el (dirtrack-directory-change-hook):
1274 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1275 * textmodes/spell.el (spell-filter):
1276 * textmodes/fill.el (adaptive-fill-function):
1277 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1278 * progmodes/etags.el (find-tag-default-function):
1279 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1280 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1281
6f676109
EZ
12822001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1283
751d3bc4
EZ
1284 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1285 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1286 Meyering <jim@meyering.net>.
1287
6f676109
EZ
1288 * loadup.el: Revert last change.
1289
d3c26cdf
KH
12902001-02-07 Kenichi Handa <handa@etl.go.jp>
1291
83c9cb8e
SM
1292 * international/mule.el (transform-make-coding-system-args):
1293 Make it work also for coding systems not using CCL.
d3c26cdf 1294
44806980
EZ
12952001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1296
9889af08
EZ
1297 * simple.el (previous-matching-history-element)
1298 (next-matching-history-element): Doc fix.
1299
44806980
EZ
1300 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1301 specific part.
1302
1e36ff68
DL
13032001-02-06 Dave Love <fx@gnu.org>
1304
713f7b15 1305 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1306 (add-log-buffer-file-name-function, add-log-file-name-function):
1307 Fix :type.
1308 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1309
c7ca58df
EZ
13102001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1311
fecd556a
EZ
1312 * info.el (info-initialize): Remove the test for system-type when
1313 invocation-directory is non-nil.
1314
c7ca58df
EZ
1315 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1316 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1317
587b5737
AI
13182001-02-06 Andrew Innes <andrewi@gnu.org>
1319
1320 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1321 absolute.
1322
baf7eee4
GM
13232001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1324
1325 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1326 buffers. When hi-lock turned on rather than only checking current
1327 buffer for regexps, all buffers are checked. Moved activation of
1328 font-lock to hi-lock-refontify. When font-lock turned off rather
1329 than removing added highlighting just in current buffer, remove it
1330 in all buffers. Changed edit menu text from "Automatic
1331 Highlighting" to "Regexp Highlighting" Documentation for
1332 highlighting phrases, minor documentation changes.
1333 (hi-lock-set-file-patterns): Execute only if there are new or
1334 existing file patterns.
1335 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1336 unfontify and, if a support mode is active, will not refontify the
1337 whole buffer. If necessary, turn on font lock. (Removed
1338 font-lock-unfontify and font-lock support-mode-specific calls,
1339 such as lazy-lock-fontify-window.)
1340 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1341 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1342 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1343 (hi-lock-face-phrase-buffer): New function. Also added related
1344 menu item and keybinding.
1345 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1346 (hi-lock-process-phrase): New function.
1347 (hi-lock-line-face-buffer): Doc fixes.
1348 (hi-lock-face-buffer): Doc fixes.
1349 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1350
36710aa6
GM
13512001-02-06 Gerd Moellmann <gerd@gnu.org>
1352
1353 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1354 dabbrev-ignored-regexps.
1355
d3f22784
EZ
13562001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * simple.el (kill-line): Doc fix.
1359
5cb3c8d4
DL
13602001-02-05 Dave Love <fx@gnu.org>
1361
1362 * loadup.el: Revert last two changes -- bootstrapping works with
1363 regenerated loaddefs.
1364
e6297e7d
EZ
13652001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1366
1e14b095
EZ
1367 * isearch.el (isearch-forward): Doc fix.
1368
e6297e7d
EZ
1369 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1370 of font-lock-defaults to backward-paragraph.
1371
e16f52ce
GM
13722001-02-05 Gerd Moellmann <gerd@gnu.org>
1373
1374 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1375 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1376
01d19dd7
GM
13772001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1378
1379 * ebnf2ps.el: Eliminate time-stamp functions.
1380 (ebnf-version): New version (3.5).
1381 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1382 format-time-string.
1383
24886813
GM
13842001-02-05 Gerd Moellmann <gerd@gnu.org>
1385
1386 * simple.el (next-line): Goto end-of-line before inserting a newline.
1387
65e70fc4
MB
13882001-02-05 Miles Bader <miles@gnu.org>
1389
1390 * image-file.el (insert-image-file): When visiting an image, also
1391 set `truncate-lines' to t so that any fringe arrow looks correct.
1392
482f06c9
KH
13932001-02-05 Kenichi Handa <handa@etl.go.jp>
1394
1395 * isearch.el (isearch-forward): Add description about input method
1396 in the docsting.
1397
02399da7
SM
13982001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1399
1400 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1401
2c366083
EZ
14022001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1403
1404 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1405 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1406
bdadfce3
GM
14072001-02-02 Gerd Moellmann <gerd@gnu.org>
1408
79fb38c0
GM
1409 * wid-edit.el (widget-button-click): Fix last change.
1410
bdadfce3
GM
1411 * frame.el (frame-notice-user-settings): When resizing the initial
1412 frame because the tool bar is off, also change the frame's top
1413 position if a negative top position was specified.
1414
33155ffb
MB
14152001-02-02 Miles Bader <miles@gnu.org>
1416
1417 * image-file.el (insert-image-file): When visiting an image,
1418 suppress the cursor in the image buffer.
1419
1355ba0c
DL
14202001-02-01 Dave Love <fx@gnu.org>
1421
1422 * progmodes/f90.el (f90-mode): Remove startup message.
1423
fb758d2d 1424 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1425
01acdb05
GM
14262001-02-01 Gerd Moellmann <gerd@gnu.org>
1427
1428 * startup.el (command-line): Fix code determining whether or not
1429 to use delete-key-deletes-forward-mode.
1430
5b1ee316
AS
14312001-02-01 Andre Spiegel <spiegel@gnu.org>
1432
1433 * vc.el (vc-diff-switches): New user option.
1434 (vc-version-diff): Use it.
1435 (vc-diff-switches-list): New macro.
1436
83c9cb8e
SM
1437 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1438 New customization options.
5b1ee316
AS
1439 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1440
1441 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1442
00b1e7a1
GM
14432001-02-01 Gerd Moellmann <gerd@gnu.org>
1444
1445 * msb.el (toplevel): Quote hook symbols.
1446
85827036
KH
14472001-02-01 Kenichi Handa <handa@etl.go.jp>
1448
8e028499 1449 * international/mule.el (make-coding-system): Add description
3c948dde 1450 about recognized properties in the docstring.
8e028499 1451
85827036
KH
1452 * international/mule-conf.el: Remove unused charsets
1453 mac-roman-lower and mac-roman-upper.
1454
7ccf7ab9
GM
14552001-01-31 Gerd Moellmann <gerd@gnu.org>
1456
2441692d
GM
1457 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1458 is in front of the left-margin, if any.
1459
ee5cece0
GM
1460 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1461 like `delete'.
1462
83c9cb8e 1463 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1464
7ccf7ab9
GM
1465 * term/w32-win.el (mouse-set-font): Doc fix.
1466
b4f30ec5 14672001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1468
b4f30ec5
GM
1469 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1470 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1471 on already.
1472
03e0fe6e
GM
14732001-01-31 Markus Rost <rost@math.ohio-state.edu>
1474
1475 * files.el (save-buffer): Don't give message if (buffer-file-name)
1476 returns nil.
713f7b15 1477
8f289acc
EZ
14782001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1479
cb4aae04
EZ
1480 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1481
dbd98b19
EZ
1482 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1483 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1484
8f289acc
EZ
1485 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1486 display problems.
1487
c12553c1
KH
14882001-01-31 Kenichi Handa <handa@etl.go.jp>
1489
c7bf5db9
KH
1490 * international/mule.el (charset-info): Fix docstring.
1491
1492 * international/mule-diag.el (describe-character-set): Check final
1493 char valid before printing it.
c12553c1 1494
14f16b9c
GM
14952001-01-30 Gerd Moellmann <gerd@gnu.org>
1496
efaa080b
GM
1497 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1498
eef93f99
GM
1499 * frame.el (frame-notice-user-settings): Do the tool-bar
1500 stuff only for graphical displays. Fix a braino.
713f7b15 1501
14f16b9c
GM
1502 * frame.el (frame-initialize): Create initial frame visible.
1503 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1504 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1505
1506 * startup.el (command-line): Remove manipulation of frame
1507 height for tool bars.
1508
4ad25e43
EZ
15092001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1510
1511 * lpr.el: Compatibility with XEmacs and doc fixes.
1512 (lpr-windows-system, lpr-lp-system): New vars.
1513 (lpr-printer-switch): New defcustom.
1514 (printer-name, lpr-command): Customization fix.
1515 (print-region-1): Code fix.
1516 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1517 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1518 New functions.
4ad25e43 1519
e8f044a0
GM
15202001-01-29 Gerd Moellmann <gerd@gnu.org>
1521
1522 * msb.el (toplevel): Fix the eval-after-load.
1523
850d5045
GM
15242001-01-29 Dave Love <fx@gnu.org>
1525
762fe76e
DL
1526 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1527
1528 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1529
83c9cb8e 1530 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1531 (tcl-using-emacs-19-23): Consider Emacs 21+.
1532 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1533 (tcl-add-emacs-menu): Supply menu name.
1534 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1535
3a768251
GM
15362001-01-29 Gerd Moellmann <gerd@gnu.org>
1537
1538 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1539
274d02f7
SM
15402001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * pcvs.el (cvs-mark-fis-dead): New function.
1543 (cvs-mode-add): Use it.
1544 (cvs-mode-add-change-log-entry-other-window):
1545 Rebind change-log-default-name to itself rather than to nil.
1546
ed5d446e
SS
15472001-01-29 Sam Steingold <sds@gnu.org>
1548
efaa080b 1549 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1550 `autoload' statements.
1551
e2a80284
EZ
15522001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1553
8e1db7b3
EZ
1554 * files.el (confirm-kill-emacs): Doc fix.
1555
ff2a1c79
EZ
1556 * frame.el (frame-initialize): Doc fix.
1557
e7b0deaf
EZ
1558 * time-stamp.el (time-stamp-string): Doc fix.
1559
83c9cb8e
SM
1560 * woman.el (WoMan-log-1): Make the log buffer writable.
1561 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1562
005913e4
GM
15632001-01-29 Gerd Moellmann <gerd@gnu.org>
1564
1565 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1566 the `make-variable-buffer-local'.
1567
58622cc5
GM
15682001-01-29 Dave Love <fx@gnu.org>
1569
1570 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1571 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1572 Add autoload cookie.
58622cc5
GM
1573 (ansi-color-apply-sequence): Fix typo.
1574
0404d031
GM
15752001-01-29 Gerd Moellmann <gerd@gnu.org>
1576
ed5d446e 1577 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1578 Postscript printing in black and white.
1579
0404d031
GM
1580 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1581 X-Mailman-Version, Precedence, List-Help, List-Post,
1582 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1583 Content-Type, Content-Length.
1584
3b6ed359
DL
15852001-01-29 Dave Love <fx@gnu.org>
1586
ddd16e7a
DL
1587 * elide-head.el (elide-head): Make overlay evaporate.
1588
83c9cb8e 1589 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1590
8005142f
EZ
15912001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * isearch.el (isearch-highlight): Don't punt if the display
1594 doesn't support colors, since isearch faces are defined for
1595 monochrome displays as well.
1596
84728570
SS
15972001-01-27 Sam Steingold <sds@gnu.org>
1598
1599 * shell.el (shell-write-history-on-exit): Make sure that we are in
1600 the shell buffer (M-x tex-file RET inserted the error message into
1601 the TeX buffer).
1602
e26f9ced
EZ
16032001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1604
1605 * simple.el (transient-mark-mode): Doc fix.
1606
dc0274bd
GM
16072001-01-27 Gerd Moellmann <gerd@gnu.org>
1608
83c9cb8e 1609 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1610
c1acacc4
EZ
16112001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1612
f5058b96
EZ
1613 * shell.el (shell-unquote-argument): If the shell is one of the
1614 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1615 quote character.
1616 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1617 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1618
c1acacc4 1619 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1620 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1621
103db06c 16222001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1623
84728570 1624 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1625 Treat a one-capital-letter abbrev as "not all upper case",
1626 so as to force preservation of the expansion's pattern
1627 if the expansion starts with a capital letter.
1628
cfa70244
EZ
16292001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1630
cfee9de7
EZ
1631 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1632 Doc fix.
1633
cfa70244
EZ
1634 * simple.el (transient-mark-mode): Document the fact that many
1635 commands act on the region when mark is active.
1636
17d90d6b
KH
16372001-01-27 Kenichi Handa <handa@etl.go.jp>
1638
1639 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1640 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1641 (quail-show-guidance-buf): Make the multibyteness of current
1642 buffer inherited to Quail guidance buffer.
1643 (quail-help): Make the multibyteness of current buffer inherited
1644 to Quail help buffer.
1645
61076b20
DL
16462001-01-26 Dave Love <fx@gnu.org>
1647
c47e2c68
DL
1648 * time-stamp.el: Doc fixes.
1649
84728570 1650 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1651 (delphi-keyword-face, delphi-other-face): Fix :type.
1652
940f14b4
DL
1653 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1654
1655 * mail/feedmail.el (feedmail): Add :link.
1656 (feedmail-send-it): Doc fix.
1657
1658 * mail/sendmail.el: Doc fixes.
1659 (sendmail-send-it): Fix the non-ASCII regexp and use
1660 rfc2047-encode-string.
1661
61076b20
DL
1662 * dired.el, dired-aux.el: Revert last change.
1663
6c317bd2
GM
16642001-01-26 Gerd Moellmann <gerd@gnu.org>
1665
1666 * makefile.w32-in (DONTCOMPILE): Add various term files.
1667
16682001-01-26 Dave Love <fx@gnu.org>
1669
1670 * Makefile.in (DONTCOMPILE): Add various term files.
1671
1c636b5f
GM
16722001-01-26 Gerd Moellmann <gerd@gnu.org>
1673
af900b23
GM
1674 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1675
15fa6db0 1676 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1677 the echo area is resized to fit the size of the startup message.
15fa6db0 1678
1c636b5f
GM
1679 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1680 part of which is a constant.
1681
9b1adbd5
EZ
16822001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1683
83c9cb8e 1684 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1685
103db06c 16862001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1687
1688 * simple.el (next-line): Don't let `newline' expand abbrevs.
1689 Simplify slightly.
1690 (open-line): Don't let `newline' expand abbrevs.
1691
219227ea
JW
16922001-01-25 John Wiegley <johnw@gnu.org>
1693
1694 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1695 to `repeat' in the :type field.
1696
1697 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1698 allow a choice of regexp or nil.
d2906bf8 1699 (pcomplete-dir-ignore): Same.
219227ea
JW
1700
1701 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1702 a command) to always fail.
1703
ceba0dac
GM
17042001-01-25 Gerd Moellmann <gerd@gnu.org>
1705
1706 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1707 discard the result.
1708 (iswitchb-to-end): Likewise.
1709
9b0630e5
SS
17102001-01-25 Sam Steingold <sds@gnu.org>
1711
1712 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1713 Require vc.
9b0630e5 1714
a2ed9670
SM
17152001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1716
f0c1adab
SM
1717 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1718
a2ed9670
SM
1719 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1720
34ac3367
DL
17212001-01-25 Dave Love <fx@gnu.org>
1722
61076b20
DL
1723 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1724 (describe-coding-system): Tweak the English text.
1725
34ac3367
DL
1726 * loadup.el: Preload international/ccl for utf-8.
1727
4685e6b7
EZ
17282001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1729
1730 * mail/rmail.el (rmail-redecode-body): Doc fix.
1731
0fdb4475
KH
17322001-01-25 Kenichi Handa <handa@etl.go.jp>
1733
83c9cb8e
SM
1734 * international/mule-cmds.el (reset-language-environment):
1735 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 1736
83c9cb8e
SM
1737 * international/mule-conf.el (coding-category-utf-8):
1738 Initialize to mule-utf-8.
0fdb4475 1739
9b0630e5 1740 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1741
1742 * international/utf-8.el: New file.
1743
245ed2b1
SM
17442001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1745
1746 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1747
e95b0c08
SS
17482001-01-24 Sam Steingold <sds@gnu.org>
1749
1750 * dired.el (dired-replace-in-string): Removed.
1751 (dired-sort-toggle): Use `replace-regexps-in-string'
1752 instead of `dired-replace-in-string'.
9b0630e5 1753
ceba0dac
GM
1754 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1755 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1756
e95b0c08
SS
1757 * gs.el (gs-replace-in-string): Removed.
1758 (gs-options): Use `replace-regexps-in-string'
1759 instead of `gs-replace-in-string'.
1760
c3902c3e
EZ
17612001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1762
1763 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1764 bug report is mailed to an email list and posted to a news group.
1765
b66b6aeb
GM
17662001-01-24 Gerd Moellmann <gerd@gnu.org>
1767
83c9cb8e
SM
1768 * comint.el (comint-replace-by-expanded-history-before-point):
1769 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 1770
b66b6aeb
GM
1771 * startup.el (tool-bar-images-pixel-height): New variable.
1772 (command-line): After loading the user's init file, when
1773 tool-bar-mode is on, increase the frame's size by some lines for
1774 the tool-bar.
1775
1776 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1777
ff890e66
SZ
17782001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1779
1780 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1781 (chinese-big5): MIME:Big5.
1782
04363179
GM
17832001-01-24 Gerd Moellmann <gerd@gnu.org>
1784
e95b0c08 1785 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1786 Handle commands with prefix args.
1787
d56aaa64
GM
17882001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1789
1790 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1791 being a list of numbers.
1792 (diary-mail-entries): Rewritten.
1793
99858627
DL
17942001-01-23 Dave Love <fx@gnu.org>
1795
7aeb1fa9
DL
1796 * international/mule.el (make-coding-system): Fix typo.
1797
83c9cb8e
SM
1798 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1799 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 1800
5a43decf
EZ
18012001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1802
1803 * font-lock.el (font-lock-mode): Doc fix.
1804
b0e98867
KH
18052001-01-23 Kenichi Handa <handa@etl.go.jp>
1806
1807 * international/mule.el (make-translation-table): Fix docstring.
1808
9c8acefd
EZ
18092001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1810
fd4976b8
EZ
1811 * mail/rmail.el (rmail-redecode-body): New function.
1812
9c8acefd
EZ
1813 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1814
871e0439
GM
18152001-01-22 Gerd Moellmann <gerd@gnu.org>
1816
21c2bbe0
GM
1817 * isearch.el (isearch-lazy-highlight-case-fold-search)
1818 (isearch-lazy-highlight-regexp): New variables.
1819 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1820 case-fold search or regexp search has been toggled.
1821
5710730c
GM
1822 * wid-edit.el (widget-button-click): Avoid a save-excursion
1823 around running a global binding.
1824
871e0439
GM
1825 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1826 to 0.25.
1827
d0554957
MB
18282001-01-20 Miles Bader <miles@gnu.org>
1829
1830 * cus-edit.el (custom-face-save): Do post-processing on the face's
1831 new value like `custom-face-set' does.
1832
1519f618
EZ
18332001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1834
ccd87890
EZ
1835 * mail/emacsbug.el (report-emacs-bug): Report the value of
1836 LC_CTYPE, not LC_TYPE.
1837
1519f618
EZ
1838 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1839 isearch-toggle-regexp and isearch-edit-string to doc string.
1840
9724173b
GM
18412001-01-19 Gerd Moellmann <gerd@gnu.org>
1842
48bb9196
GM
1843 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1844 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1845
e95b0c08 1846 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1847 font-lock-beginning-of-syntax-function to nil.
1848
dc81f8a2
EZ
18492001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1850
1851 * mail/emacsbug.el (report-emacs-bug): Report values of
1852 locale-coding-system, default-enable-multibyte-characters, and the
1853 environment variables LC_ALL, LC_TYPE, and LANG.
1854
99327974
GM
18552001-01-19 Gerd Moellmann <gerd@gnu.org>
1856
83c9cb8e 1857 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 1858
2be6ecc6
GM
1859 * font-lock.el (font-lock-multiline): Default to nil.
1860 (font-lock-default-fontify-region): If font-lock-multiline is
1861 nil, don't check the property `font-lock-multiline'.
1862
99327974
GM
1863 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1864 is nil, don't check the `font-lock-multiline' text property.
1865
2550055a
MK
18662001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1867
0a949811 1868 * viper.el: Call initial-major-mode on startup.
e95b0c08 1869
0a949811 1870 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1871
8501998a 1872 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1873
2550055a 18742001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1875
0a949811 1876 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1877 diff mode, if available.
e95b0c08 1878
0a949811 18792001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1880
8501998a 1881 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1882
2550055a
MK
1883 * ediff-init.el (subst-char-in-string): Define and use it, unless
1884 it's already defined.
e95b0c08 1885
8962e303
GM
18862001-01-18 Gerd Moellmann <gerd@gnu.org>
1887
1888 * tooltip.el (tooltip-hide-delay): New user-option.
1889 (tooltip-show): Use tooltip-hide-delay instead of the default.
1890
6b453381
KH
18912001-01-18 Kenichi Handa <handa@etl.go.jp>
1892
1893 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1894 kill-local-variable doesn't work for enable-multibyte-characters.
1895
9eaf396b
DL
18962001-01-17 Dave Love <fx@gnu.org>
1897
cebd37ce
DL
1898 * ediff-init.el (ediff-before-setup-hook)
1899 (ediff-merge-filename-prefix): Add :version.
1900
9eaf396b
DL
1901 * international/latin1-disp.el: Require disp-table.
1902 (latin1-display): Fix :set.
1903
1904 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1905
f864120f
GM
19062001-01-17 Gerd Moellmann <gerd@gnu.org>
1907
1908 * isearch.el (isearch-lazy-highlight-initial-delay)
1909 (isearch-lazy-highlight-interval): Default to 0.
1910
19112001-01-17 Bob Glickstein <bobg@zanshin.com>
1912
1913 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1914 1 here rather than each time through
1915 isearch-lazy-highlight-new-loop.
1916 (isearch-lazy-highlight-max): Variable deleted.
1917 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1918 isearch-lazy-highlight-max but controls a single invocation of
1919 isearch-lazy-highlight-update.
1920 (isearch-lazy-highlight-wrapped): Variable recreated.
1921 (isearch-lazy-highlight-window-start): New variable.
1922 (isearch-lazy-highlight-cleanup): Restored to behavior of
1923 before 2-Jan.
1924 (isearch-lazy-highlight-remove-overlays): Function deleted;
1925 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1926 behavior removed.
1927 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1928 isearch-lazy-highlight-update in a loop rather than just once.
1929 Test isearch-invalid-regexp here and decide not to start a new
1930 loop, rather than testing it each time through
1931 isearch-lazy-highlight-update.
1932 (isearch-lazy-highlight-search): Function restored.
1933 (isearch-lazy-highlight-update): Get called in a timer loop again,
1934 but this time highlight more than one match each time through.
83c9cb8e
SM
1935 Only highlight matches in the visible part of the window.
1936 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
1937 the edge of the window. Use sit-for to force redisplay and ensure
1938 window-start is credible. "Face suppressing" behavior removed;
1939 overlay priorities should make it unnecessary, right?
1940 (isearch-highlight): Face suppressing behavior removed.
1941 (isearch-dehighlight): Face suppressing behavior removed.
1942 (isearch-set-lazy-highlight-faces-at): Removed.
1943
076ec540
KH
19442001-01-17 Kenichi Handa <handa@etl.go.jp>
1945
1946 * language/european.el ("Latin-1"): Make the format of description
1947 about additional language environments same as that of Latin-2.
1948
92328ec5
DL
19492001-01-16 Dave Love <fx@gnu.org>
1950
39f2174e
DL
1951 * isearch.el (isearch-lazy-highlight): Add :version.
1952
92328ec5
DL
1953 * simple.el (backward-delete-char-untabify-method)
1954 (next-line-add-newlines): Add :version.
1955
f251459d
GM
19562001-01-16 Gerd Moellmann <gerd@gnu.org>
1957
9d4850e5
GM
1958 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1959 Don't bind <delete> otherwise.
1960
1961 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1962 and <delete> via function-key-map.
1963
f251459d
GM
1964 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1965 Subject line only if point is after the `Subject:'.
1966
771ffcf7
KH
19672001-01-16 Kenichi Handa <handa@etl.go.jp>
1968
bda6b481
KH
1969 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1970 japanese-jisx0213-2 in `charset' property of this lang. env.
1971
35793af7
KH
1972 * language/european.el ("Latin-1"): Add description for Dutch and
1973 Spanish lang. env.
1974
771ffcf7
KH
1975 * international/mule.el (decode-char): Fix conditions.
1976 (encode-char): Handle eight-bit-control too.
1c8102ff 1977 (transform-make-coding-system-args): New function.
50c29104
KH
1978 (make-coding-system): Accept XEmacs style arguments for CCL base
1979 coding system.
771ffcf7 1980
e1cf67b6
GM
19812001-01-15 Gerd Moellmann <gerd@gnu.org>
1982
1983 * progmodes/etags.el (find-tag-noselect): Save the value of
1984 tags-file-name before switching buffers, for the case it has a
1985 buffer-local value.
1986
b3287acf
GM
19872001-01-15 Alex Schroeder <alex@gnu.org>
1988
9eaf396b
DL
1989 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1990 From Dave Love <fx@gnu.org>.
b3287acf
GM
1991 (ansi-color-for-comint-mode): Fix :version.
1992
19932001-01-15 Alex Schroeder <alex@gnu.org>
1994
1995 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1996
8d7ff9c8
EZ
19972001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1998
1999 * dired.el (dired-insert-directory): If file-system-info fails,
2000 remove the " free " part, but don't signal an error.
2001
dbe99ae9
SS
20022001-01-12 Sam Steingold <sds@gnu.org>
2003
2004 * bookmark.el (bookmark-maybe-historicize-string):
2005 Use new backquote syntax.
2006
103db06c 20072001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2008
2009 * subr.el (last): Handle a list that doesn't end in nil.
2010
ca2ddd8e
SS
20112001-01-12 Sam Steingold <sds@gnu.org>
2012
2013 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2014 to `backward-delete-char-untabify'.
2015
1751c874
DL
20162001-01-12 Dave Love <fx@gnu.org>
2017
2018 * cus-edit.el (customize-menu-create): Fix the :filter following
2019 easymenu change.
2020
2021 * wid-edit.el (function): Add :match-alternatives.
2022 (widget-color-action): Doc fix.
2023
3cccce8d
GM
20242001-01-12 Gerd Moellmann <gerd@gnu.org>
2025
2026 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2027
18bfd6b5
KH
20282001-01-12 Kenichi Handa <handa@etl.go.jp>
2029
83c9cb8e 2030 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2031
18bfd6b5
KH
2032 * international/ccl.el (define-ccl-program): Fix docstring.
2033
562e00da
DL
20342001-01-11 Dave Love <fx@gnu.org>
2035
14fd0da3
DL
2036 * international/mule-cmds.el (standard-display-european-internal):
2037 Set display table for 2208 as for 160.
2038
2039 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2040
562e00da
DL
2041 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2042 entry for custom-menu-create change.
2043 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2044 don't cons it in the search loop.
2045
2046 * imenu.el (imenu--truncate-items): Revert last change.
2047
6e961dcd
EZ
20482001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2049
2050 * info.el (Info-setup-header-line): If the node header includes
2051 either Next: or Prev: links, don't show the File: and Node: parts
2052 in the header line.
2053
2c2ff7f2
GM
20542001-01-11 Gerd Moellmann <gerd@gnu.org>
2055
a7ee2d2e
GM
2056 * comint.el (comint-goto-process-mark): Don't print a message
2057 when running in batch mode.
2058
c5348233
GM
2059 * isearch.el (isearch-search): In the condition-case handler for
2060 `error', set isearch-invalid-regexp to the whole error message.
2061
422717d1
GM
2062 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2063 ensure that eval-after-load works for files dumped with Emacs.
2064
2065 * help.el (load-symbol-file-load-history): New function extracted
2066 from function symbol-file.
2067 (symbol-file): Use it.
2068
83c9cb8e 2069 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2070
926861fb
EZ
20712001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2074 behave as if there were no prefix argument.
2075 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2076 argument were nil.
2077
afa1f52c
RS
20782001-01-11 Richard M. Stallman <rms@gnu.org>
2079
ca2ddd8e 2080 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2081 Don't look for more potential matches once maximum is exceeded.
2082 Use overlays-in to check correctly for overlap with current match.
2083 Ignore empty matches.
2084
47a9f362
MB
20852001-01-11 Miles Bader <miles@gnu.org>
2086
2087 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2088 (ispell-overlay-window, ispell-help, ispell-show-choices)
2089 (ispell-command-loop): Use it instead of `window-height'.
2090
d196f58d
GM
20912001-01-10 Gerd Moellmann <gerd@gnu.org>
2092
cf523f0e
GM
2093 * files.el (confirm-kill-emacs): New user-option.
2094 (save-buffers-kill-emacs): Ask for final confirmation before
2095 killing Emacs.
2096
d196f58d
GM
2097 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2098 to nil.
2099
7c6c3d8e
GM
21002001-01-10 Dave Love <fx@gnu.org>
2101
1f8be15d
DL
2102 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2103
83c9cb8e 2104 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2105
2106 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2107
2108 * calculator.el (calculator-number-digits): Fix :type.
2109
0d5184de
DL
2110 * vc-cvs.el (vc-cvs-header): Fix :type.
2111 * vc-rcs.el (vc-rcs-header): Fix :type.
2112 * vc-sccs.el (vc-sccs-header): Fix :type.
2113
2114 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2115
7c6c3d8e
GM
2116 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2117
8c9f73a2
GM
2118 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2119
457b792c
GM
21202001-01-10 Gerd Moellmann <gerd@gnu.org>
2121
2122 * simple.el (set-variable): Force a thorough redisplay for the
2123 case that the variable has an effect on the display, like
2124 `tab-width' has.
2125
d2622d08
AS
21262001-01-10 Andre Spiegel <spiegel@gnu.org>
2127
2128 * vc.el: Add documentation for backend interface.
2129
ae4b5f4f
KH
21302001-01-10 Kenichi Handa <handa@etl.go.jp>
2131
e0844717
KH
2132 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2133
ae4b5f4f
KH
2134 * international/mule-conf.el (latin-extra-code-table): Set to t
2135 for \223 and \224.
2136
3184082b
KH
21372001-01-09 Kenichi Handa <handa@etl.go.jp>
2138
2139 * international/mule-cmds.el (locale-language-names): Map "es" to
2140 "Spanish" and "nl" to "Dutch".
2141
732b9cdd
GM
21422001-01-09 Gerd Moellmann <gerd@gnu.org>
2143
1dfca644
GM
2144 * bindings.el (global-map): Bind <home> to beginning-of-line,
2145 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2146 C-<end> to end-of-buffer.
2147
732b9cdd
GM
2148 * language/european.el: Add Dutch and Spanish language info
2149 to be able to use the appropriate tutorials.
2150
21512001-01-09 Alex Schroeder <alex@gnu.org>
2152
2153 * ansi-color.el (ansi-color-process-output): Use markers instead
2154 of positions for start and end of region.
2155 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2156 Previously, occasional mistakes happend when fontifying many
2157 chunks of output (eg. ls --color=yes /dev). This happened
2158 whenever an overlay was created up to the end of the region, which
2159 coincided with the process-mark. New text would then be added
2160 within that overlay instead of after it.
2161 (ansi-color-make-extent): Overlays are created with the property
2162 `modification-hooks' set to '(ansi-color-freeze-overlay).
2163 (ansi-color-freeze-overlay): New function. When inserting text at
2164 the end of the overlay, the overlay will resize.
2165
21662000-01-09 Alex Schroeder <alex@gnu.org>
2167
2168 * ansi-color.el (ansi-color-process-output): Doc change.
2169 (ansi-color-unfontify-region): Doc change. No longer installed
2170 automatically in font-lock-unfontify-region-function.
2171 (ansi-color-apply): Doc change.
2172 (ansi-color-apply-on-region): Use extents or overlays instead of
2173 text-properties.
2174 (ansi-color-make-extent): New function.
2175 (ansi-color-set-extent-face): New function.
2176
21772000-01-09 Alex Schroeder <alex@gnu.org>
2178
2179 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2180 both use ansi-color-process-output, now.
2181 (ansi-color-process-output): Doesn't return string anymore. It is
2182 installed in comint-output-filter-functions for both Emacs and
2183 XEmacs, now.
2184 (ansi-color-unfontify-region): Simplified code removing variables
2185 pos and start-ansi.
2186 (ansi-color-apply): Put text-property ansi-color before putting
2187 text-property face because ansi-color-unfontify-region is called
2188 immediately after the call to put-text-property.
2189 (ansi-color-context-region): Doc change.
2190 (ansi-color-filter-region): Simplified code.
2191 (ansi-color-apply-on-region): Changed start to start-marker, using
2192 a marker explicitly. 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
21962000-01-09 Alex Schroeder <alex@gnu.org>
2197
2198 * ansi-color.el (ansi-color-faces-vector): Doc change.
2199 (ansi-color-for-comint-mode): Changed :type property to choice.
2200 (ansi-color-last-context): Removed.
2201 (ansi-color-process-output): Don't use ansi-color-last-context, as
2202 the main functions will store their context now.
2203 (ansi-color-context): Doc change.
2204 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2205 Uses ansi-color-context such that repeated calls will strip
2206 partial escape sequences, too.
2207 (ansi-color-apply): Simplified code. Colorize end of string if
2208 face is not null. Store context in new (FACE STRING) format, such
2209 that repeated calls will strip partial escape sequences, too.
2210 Append faces to face property using ansi-color-apply-sequence such
2211 that cumulative mode actually works.
2212 (ansi-color-context-region): New variable.
2213 (ansi-color-filter-region): Rewrote it based on
2214 ansi-color-apply-on-region. Uses ansi-color-context-region such
2215 that repeated calls will strip partial escape sequences, too.
2216 (ansi-color-apply-on-region): Simplified code. Colorize end of
2217 region if face is not null. Store context in new (FACE POS)
2218 format, such that repeated calls will strip partial escape
2219 sequences, too. Append faces to face property using
83c9cb8e 2220 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2221 (ansi-color-apply-sequence): New function.
2222 (ansi-color-get-face): When the default face is added to the list
2223 of faces, all previous settings are discarded and the list of
2224 faces is set to '(default).
2225
22262000-01-09 Alex Schroeder <alex@gnu.org>
2227
2228 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2229 face, such that ansi-color-apply and ansi-color-apply-on-region
2230 will do the right thing.
2231 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2232 returns nil, set the list of faces back to nil instead of
83c9cb8e 2233 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2234
22352000-01-09 Alex Schroeder <alex@gnu.org>
2236
2237 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2238 (ansi-color-process): Doc change.
2239 (ansi-color-last-context): New buffer-local variable.
2240 (ansi-color-process-output): New function. It is automatically
2241 added to comint-output-filter-functions if this is XEmacs.
2242 (ansi-color-unfontify-region): New optional parameter for XEmacs
2243 compatibility. Check wether font-lock-syntactic-keywords is
2244 boundp before removing the syntax table text property, as XEmacs
2245 doesn't have it.
2246 (ansi-color-filter-region): Doc change.
2247 (ansi-color-apply-on-region): Doc change.
2248 (ansi-color-make-face): New function. Compatibility layer for
2249 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2250 (ansi-color-make-color-map): Use ansi-color-make-face.
2251 (ansi-color-get-face): Avoid face text property '(nil) as results
2252 in an errow for XEmacs.
2253
22542000-01-09 Alex Schroeder <alex@gnu.org>
2255
83c9cb8e
SM
2256 * ansi-color.el (ansi-color-unfontify-region): New function.
2257 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2258 ansi-color. When the package is loaded, a lambda expression is
2259 put onto font-lock-mode-hook. This lambda expression will check
2260 font-lock-unfontify-region-function and replace
83c9cb8e 2261 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2262 (ansi-color-apply): Add text-property ansi-color in addition to
2263 text-property face.
2264 (ansi-color-apply-on-region): Add text-property ansi-color in
2265 addition to text-property face.
2266 (save-buffer-state): Copy of the macro that is also used by
2267 lazy-lock and font-lock.
2268
2269 (ansi-color-for-comint-mode): New option.
2270 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2271 (ansi-color-for-comint-mode-off): Ditto.
2272 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2273 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2274 decide what to do. This function is added to
2275 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2276
2277 (ansi-color-for-shell-mode-set): Removed.
2278 (ansi-color-for-shell-mode): Removed.
2279
22802000-01-09 Alex Schroeder <alex@gnu.org>
2281
2282 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2283 the lambda expression from the ansi-color-for-shell-mode :set
2284 property. Additionally, modify shell-mode-hook to enable or
2285 disable font-lock-mode for future shell buffers.
2286 (ansi-color-for-shell-mode): The :set property calls
2287 ansi-color-for-shell-mode-set instead of a lambda expression.
2288
22892000-01-09 Alex Schroeder <alex@gnu.org>
2290
2291 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2292 (ansi-color-context): New variable.
2293 (ansi-color-apply): Save context between calls.
2294
fb55ff10
EZ
22952001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2296
83c9cb8e
SM
2297 * isearch.el (isearch, isearch-lazy-highlight-face):
2298 New definitions for face colors and attributes.
29910493 2299
fb55ff10
EZ
2300 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2301 of display-mouse-p.
2302
134d6265
KH
23032001-01-09 Kenichi Handa <handa@etl.go.jp>
2304
2305 * international/mule.el (make-coding-system): If the coding system
2306 accepts extra latin codes, register such codes as safe for the
2307 coding system.
2308
103db06c 23092001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2310
984c9f75
RS
2311 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2312 don't mention the file name or the date here, because they are
2313 logged at the start of the file.
2314
23152001-01-08 Richard M. Stallman <rms@gnu.org>
2316
78b8eee8
RS
2317 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2318 Change screen-width to frame-width.
2319
1460e5d4
EZ
23202001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2321
2322 * info.el (Info-search): Print the default as part of the prompt.
2323
56f24bc1
AS
23242001-01-08 Andre Spiegel <spiegel@gnu.org>
2325
ca2ddd8e 2326 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2327 constant implementations in backends.
2328
2329 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2330 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2331
2332 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2333 WRITABLE to EDITABLE.
2334
2335 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2336 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2337 to EDITABLE.
2338
b7812d30
EZ
23392001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2342 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2343
7e56ea04
GM
23442001-01-08 Gerd Moellmann <gerd@gnu.org>
2345
2346 * isearch.el (isearch-old-signal-hook): Removed.
2347 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2348 instead of setting signal-hook-function.
2349 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2350
a758f97d
GM
23512001-01-08 Kevin Gallagher <kevingal@onramp.net>
2352
2353 * emulation/edt.el: Update to version 4.0. Provide support for
2354 EDT scroll margins at top and bottom of the window. Provide an
2355 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2356 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2357 user when file-related buffer modifications exist.
2358 Provide support for running EDT Emulation in XEmacs.
2359 Provide customize access to some user updatable variables.
2360 Add Commentary section to file header.
2361 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2362
2363 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2364 for detecting a keypress that generates an ASCII key sequence.
2365 (Previously, only a keypress that generates a vector was
2366 recognized.) Embed Window Manager name into name of the generated
2367 EDT Emulation initialization file since the initialization file is
2368 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2369
30db89f9
EZ
23702001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2371
4deb3ba9
EZ
2372 * mail/sendmail.el (mail-mode): Doc fix.
2373
30db89f9
EZ
2374 * info.el (Info-goto-emacs-command-node): Doc fix.
2375 (Info-goto-emacs-key-command-node): Doc fix.
2376
c3f2772b
EZ
23772001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2378
8726e79b 2379 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2380 systems without long file-name support.
2381
0dac6924
AI
23822001-01-06 Andrew Innes <andrewi@gnu.org>
2383
2384 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2385
4e6ef391
EZ
23862001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2387
380866a2
EZ
2388 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2389 (isearch-lazy-highlight-update): Doc fix.
2390
148b5960
EZ
2391 * ffap.el (ffap-bindings): Doc fix.
2392
4e6ef391
EZ
2393 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2394
4cb1bcc2
DL
23952001-01-05 Dave Love <fx@gnu.org>
2396
2397 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2398
3828218c
GM
23992001-01-05 Gerd Moellmann <gerd@gnu.org>
2400
83c9cb8e
SM
2401 * mouse-drag.el (mouse-drag-safe-scroll):
2402 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2403
1f4139d5
GM
2404 * isearch.el (isearch-old-signal-hook): New variable.
2405 (isearch-mode): Set signal-hook-function to isearch-done.
2406 (isearch-done): Restore old signal-hook-function.
2407
3828218c
GM
2408 * info.el (Info-fontify-node): Mark one more char as intangible.
2409
3970013f
KH
24102000-01-05 Kenichi Handa <handa@etl.go.jp>
2411
83c9cb8e
SM
2412 * composite.el (compose-last-chars): New argument COMPONENTS.
2413 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2414 COMPONENTS.
2415
2416 * international/quail.el (quail-input-string-to-events): New function.
2417 (quail-input-method): Convert input string to events here.
2418 (quail-start-translation): Return input string, not event list.
2419 (quail-start-conversion): Likewise.
2420
f3b05e99
GM
24212001-01-04 Gerd Moellmann <gerd@gnu.org>
2422
ca2ddd8e 2423 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2424 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2425 and tooltip-add-timeout.
2426 (tooltip-show): Set border color from faces's foreground.
2427 (tooltip-show-help-function): If called with the same help string
2428 as last time, do nothing.
2429 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2430
0f2ac578
GM
2431 * startup.el (fancy-splash-screens): Don't bind show-help-function
2432 to nil.
2433
f3b05e99
GM
2434 * tooltip.el (tooltip-frame-parameters): Remove colors.
2435 (tooltip): New face
2436 (tooltip-set-param): New function.
2437 (tooltip-show): Set up color frame parameters from face `tooltip'.
2438 Display the tooltip text in face `tooltip'.
2439
8416e94a
DL
24402001-01-04 Dave Love <fx@gnu.org>
2441
2442 * whitespace.el (whitespace-global-mode): Fix typo.
2443
2444 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2445
30db89f9
EZ
24462001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2447
83c9cb8e
SM
2448 * help.el (help-for-help): Fix a typo in a doc string.
2449 From kwzh@gnu.org (Karl Heuer).
30db89f9 2450
b847eb8c
DL
24512001-01-03 Dave Love <fx@gnu.org>
2452
2453 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2454 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2455 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2456 (dired-guess-shell-alist-user): Customize.
2457 (dired-x-help-address): Set to bug-gnu-emacs.
2458 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2459 (dired-default-directory): Renamed from default-directory.
2460
2461 * hl-line.el (hl-line): Doc fix.
2462
43c4b570
KF
24632001-01-03 Karl Fogel <kfogel@red-bean.com>
2464
1bf6b1bf 2465 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2466
984c9f75 24672001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2468
2469 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2470 to remove all the current alternative-match highlighting.
2471 If nil, remove only what's outside the current window.
2472 (isearch-lazy-highlight-remove-overlays): Take optional
2473 region within which NOT to remove them.
2474 (isearch-lazy-highlight-new-loop): Greatly simplified.
2475 (isearch-lazy-highlight-update): Find all the other occurrences
2476 visible in the window, in just one call.
2477 (isearch-lazy-highlight-start): Now holds start of region to scan.
2478 (isearch-lazy-highlight-end): Now holds end of region to scan.
2479 (isearch-lazy-highlight-wrapped): Variable deleted.
2480 (isearch-lazy-highlight-search): Function deleted.
2481
13d6a61c
AI
24822000-01-02 Andrew Innes <andrewi@gnu.org>
2483
2484 * w32-fns.el (convert-standard-filename): Do length check on name
2485 before aref.
2486
064866e7
DL
24872001-01-02 Dave Love <fx@gnu.org>
2488
b33e041b
DL
2489 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2490 value.
2491 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2492
2493 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2494
8166ffd5
DL
2495 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2496 read syntax.
2497
064866e7
DL
2498 * calendar/todo-mode.el (todo): Add :link, :version.
2499 (todo-save-top-priorities): Remove autoload cookie.
2500 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2501 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2502
6dde6abc
GM
25032001-01-02 Gerd Moellmann <gerd@gnu.org>
2504
2505 * comint.el (comint-input-history-ignore): New variable.
2506 (comint-read-input-ring): Ignore entries matching
2507 comint-input-history-ignore.
2508
1a8a9daf
GM
25092001-01-02 Eric M. Ludlam <zappo@gnu.org>
2510
2511 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2512 (lm-copyright-mark): New function.
2513 (lm-crack-copyright): New function.
2514 (lm-verify): Check that the file has a copyright.
2515 Check that the file is copyright Free Software Foundation.
2516
9c92eb53
KH
25172000-12-30 Kenichi Handa <handa@etl.go.jp>
2518
2519 * international/mule-diag.el (print-fontset): Indent font name by
2520 24 columns, not 25.
2521
49172314
GM
25222000-12-29 Gerd Moellmann <gerd@gnu.org>
2523
762a68ec
GM
2524 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2525 in Subject line.
2526
49172314 2527 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2528 Use mail-mode-hook instead of mail-setup-hook.
2529 Otherwise continuing an interrupted message with C-u C-x m for
2530 instance, winds up in Mail mode without abbrevs.
49172314 2531
bd7a2e26
GM
25322000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2533
2534 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2535 non-nil. Adding almost all customization variables on ps-setup.
2536 Doc fix.
bd7a2e26
GM
2537 (ps-print-version): New version number (6.3.3).
2538 (ps-end-with-control-d): Initialization fix.
2539 (ps-lines-printed): New var.
2540 (ps-skip-newline): New fun.
2541 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2542 (ps-next-line, ps-continue-line, ps-plot-region)
2543 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2544
2b3f28a4
KH
25452000-12-29 Kenichi Handa <handa@etl.go.jp>
2546
83c9cb8e
SM
2547 * international/fontset.el (x-complement-fontset-spec):
2548 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2549 registered in x-font-name-charset-alist.
2550 (create-fontset-from-fontset-spec): Adjusted for the above change.
2551 The name of fontset alias should be a unresolved ASCII font name.
2552
2ece9174
GM
25532000-12-28 Gerd Moellmann <gerd@gnu.org>
2554
2555 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2556 and delete in isearch-mode-map.
2557
cbe3ad7a
RS
25582000-12-28 Richard M. Stallman <rms@gnu.org>
2559
ca2ddd8e 2560 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2561 Use xpdf instead of acroread.
2562
a816f1c5
KH
25632000-12-28 Kenichi Handa <handa@etl.go.jp>
2564
f086e73c
KH
2565 * textmodes/artist.el (artist-butlast): Deleted.
2566 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2567 artist-butlast.
f086e73c 2568
a816f1c5
KH
2569 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2570
2571 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2572
b202115b
EZ
25732000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2574
2575 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2576
2577 * ls-lisp.el: Better support for the Mac and MS-Windows.
2578 (ls-lisp): New defgroup.
2579 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2580 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2581 (ls-lisp-support-shell-wildcards): New defcustoms.
2582 (ls-lisp-parse-symlink): New function.
2583 (insert-directory): Code to convert switches to a list and set up
2584 the wildcard argument copied from ls-lisp-insert-directory.
2585 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2586 for -C and -R switches.
2587 (ls-lisp-column-format): New function.
ca2ddd8e 2588 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2589 (ls-lisp-format-time): Add doc strings.
2590 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2591 Support ls-lisp-dirs-first.
2592 (ls-lisp-classify, ls-lisp-extension): New functions.
2593 (ls-lisp-format): Optionally support emulation of symlinks.
2594 Support -i, -s, and -G switches.
2595
6061fbf0
GM
25962000-12-27 Gerd Moellmann <gerd@gnu.org>
2597
5e25feee
GM
2598 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2599
6061fbf0
GM
2600 * version.el (emacs-version): Print X scroll bar information.
2601
2602 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2603 instead of x-toolkit-scroll-bars-p.
2604
2605 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2606 of x-toolkit-scroll-bars-p.
2607
25050dab
EZ
26082000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2609
83c9cb8e 2610 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2611 (ffap-bindings): Doc fix, to reflect the above change.
2612
c1786874
KH
26132000-12-27 Kenichi Handa <handa@etl.go.jp>
2614
2615 * term.el (term-char-mode): Define all non-ascii self-inserting
2616 characters to 'term-send-raw in term-raw-map.
2617
7261ece3 26182000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2619
83c9cb8e 2620 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2621
83c9cb8e
SM
2622 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2623 Changed initialization; use add-hook.
6061fbf0 2624 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2625
6061fbf0 2626 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2627
6061fbf0
GM
2628 * ediff.el (ediff-patch-buffer): Bug fix.
2629 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2630
83f40583
SM
26312000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2632
2633 * subr.el (combine-run-hooks): Remove.
2634
2635 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2636 and remove the rogue second spec.
2637
bdd6d4e8
GM
26382000-12-23 Gerd Moellmann <gerd@gnu.org>
2639
2640 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2641
26736ce3
SM
26422000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2643
0e86b6b0
SM
2644 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2645 Use minibuffer menu prompt for the `=' prefix.
2646 (smerge-command-prefix): Change default to C-^.
6eabfb26 2647 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2648
26736ce3
SM
2649 * skeleton.el (skeleton-internal-1): Make sure the first line of
2650 the region is also re-indented.
d21584d6
SM
2651 (skeleton-end-newline): New var.
2652 (skeleton-end-hook): Use it.
26736ce3 2653
95fa4fd7
MB
26542000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2655
2656 * comint.el (comint-password-prompt-regexp): Support CVS.
2657
f060b834
GM
26582000-12-22 Gerd Moellmann <gerd@gnu.org>
2659
83c9cb8e
SM
2660 * simple.el (delete-key-deletes-forward-mode): Simplify.
2661 Also backspace key combinations, depending on
856ff7a7
GM
2662 delete-key-deletes-forward.
2663
2664 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2665
f060b834
GM
2666 * simple.el (delete-key-deletes-forward): Doc fix.
2667
653558a1
GM
26682000-08-22 Emmanuel Briot <briot@gnat.com>
2669
2670 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2671 white spaces are relevant in the XML file.
653558a1
GM
2672 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2673 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2674 of XML files.
653558a1
GM
2675 (xml-parse-tag): Check that the casing is the same in the start
2676 tag and end tag, since XML is case-sensitive. Allows for spaces
2677 in the end tag, after the name of the tag.
2678 (xml-parse-attlist): Allow for the character '-' in the name of
2679 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2680 the properties in the XML tree, since they are not relevant.
653558a1 2681
3ad93d8d
SM
26822000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2683
2684 * generic.el (generic-read-type): Undo last change, inline into
2685 `generic-mode' and then remove.
2686 (generic-mode): Inline generic-read-type.
2687 (define-generic-mode): Push the symbol name rather than the symbol
2688 onto generic-mode-list.
2689
177f4e88
GM
26902000-12-21 Gerd Moellmann <gerd@gnu.org>
2691
8e15274f
GM
2692 * generic.el (generic-read-type): Build an alist for
2693 completing-read as in 20.7.
2694
2695 * play/landmark.el (lm): Use interactive spec `P'.
2696 (toplevel): Don't set debug-on-error.
2697
83c9cb8e 2698 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2699
6ba384dc
GM
27002000-12-21 Dave Pearson <davep@davep.org>
2701
2702 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2703
647a066c
GM
27042000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2705
2706 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2707 ranges like \177-\237, but accepts the character sequence from \177 to
2708 \237. Doc fix.
2709 (ebnf-version): New version (3.4).
2710 (ebnf-setup): Code fix.
2711 (ebnf-range-regexp): New fun.
2712 (ebnf-8-bit-chars): Const fix.
2713
2714 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2715 entry. Doc fix.
2716 (ebnf-bnf-lex): Code fix.
2717 (ebnf-bnf-comment-chars): Const fix.
2718
2719 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2720 entry. Doc fix.
2721 (ebnf-iso-comment-chars): Const fix.
2722
2723 * ebnf-otz.el: Doc fix.
2724
2725 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2726 entry. Doc fix.
2727 (ebnf-yac-skip-code): Code fix.
2728 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2729
bc22fd18
EZ
27302000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2731
2732 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
2733 (recover-file): Use it instead of insert-directory.
2734 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2735
587fc3f9
KH
27362000-12-21 Kenichi Handa <handa@etl.go.jp>
2737
83c9cb8e
SM
2738 * international/mule-cmds.el (select-safe-coding-system):
2739 Check coding-category-list more rigidly. Improve help message.
eeefcfde 2740
587fc3f9
KH
2741 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2742
01860fb9
MB
27432000-12-21 Miles Bader <miles@gnu.org>
2744
83c9cb8e 2745 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 2746
3f9d67a6
KH
27472000-12-21 Kenichi Handa <handa@etl.go.jp>
2748
9fd1c1f7
KH
2749 * international/mule-diag.el (describe-char-after): Make *Help*
2750 buffer inherit multibyteness of the current buffer.
2751
3f9d67a6
KH
2752 * international/mule.el (make-char): Docstring adjusted for the
2753 change of make-char-internal.
2754
c9669fac
SM
27552000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2756
2757 * international/iso-cvt.el: Docstrings fix.
2758
19594307
DL
27592000-12-20 Dave Love <fx@gnu.org>
2760
2761 * subr.el (eval-after-load): Doc fix.
2762
b1a447b3
KH
27632000-12-20 Kenichi Handa <handa@etl.go.jp>
2764
2765 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2766 for numbers.
2767
09877d5d
MB
27682000-12-20 Miles Bader <miles@gnu.org>
2769
2770 * international/quail.el (quail-help): Resize the help window
2771 again after it has all its contents. Remove unneeded progn.
2772
71d4497a
GM
27732000-12-19 Gerd Moellmann <gerd@gnu.org>
2774
2775 * pcmpl-linux.el: Fix copy/paste error.
2776
741e56a0
AI
27772000-12-19 Andrew Innes <andrewi@gnu.org>
2778
83c9cb8e 2779 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 2780
cc24d91c
CD
27812000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2782
ba4c05aa
CD
2783 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2784
2785 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2786
2787 * progmodes/idlw-shell.el: Fixed copyright notice.
2788
2789 * progmodes/idlwave.el: Fixed copyright notice.
2790
71d4497a 2791 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2792 TAB as key separators.
2793
524c8caf
GM
27942000-12-19 Alex Schroeder <alex@gnu.org>
2795
2796 * sql.el (sql-sybase-options): New option.
2797 (sql-sybase): Use it. Add sql-database to the list of parameters
2798 provided for login. The options -w 2048 -n are not used any more.
2799 (sql-postgres-options): Changed default from "--pset" to "-P".
2800 (sql-mysql-options): Doc change.
2801 (sql-stop): Doc change.
2802
b5fa513d
KH
28032000-12-19 Kenichi Handa <handa@etl.go.jp>
2804
2805 * international/quail.el (quail-input-method): Always hide
2806 the guidance buffer on exiting.
2807
91c9e6ce
GM
28082000-12-18 Gerd Moellmann <gerd@gnu.org>
2809
c6da4eb4
GM
2810 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2811 isn't fboundp.
2812
3d2a0e0b
GM
2813 * server.el (server-buffer-done): Bury the buffer before
2814 killing it.
2815
91c9e6ce
GM
2816 * faces.el (face-spec-set): Interpret a nil in specs for
2817 foreground and background colors as `unspecified', for
2818 compatibility with 20.x.
2819
40fa0008
DL
28202000-12-18 Dave Love <fx@gnu.org>
2821
22adbe54
DL
2822 * simple.el (mail-user-agent): Doc fix.
2823 (input-mode-8-bit): Removed.
2824
2825 * international/mule.el (set-keyboard-coding-system): Doc fix.
2826 (keyboard-coding-system): New option.
2827
40fa0008
DL
2828 * mail/sendmail.el (send-mail-function): Customize.
2829
6f4745e2
EZ
28302000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2831
2832 * international/codepage.el (cp866-decode-table): New table.
2833
82b90229
GM
28342000-12-18 Gerd Moellmann <gerd@gnu.org>
2835
2836 * version.el (emacs-version): Remove `%a' from the time format
2837 because the weekday doesn't fit well into each locale.
2838
5a047002
MB
28392000-12-18 Miles Bader <miles@gnu.org>
2840
7f49aa07
MB
2841 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2842
ca2ddd8e 2843 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2844 Check that emacs-major-version is `=' to 20, not `>='.
2845 (artist-replace-chars): Use `make-string' instead of a loop.
2846
22ea2607
EZ
28472000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2848
2849 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2850 (cvs-execute-single-file): Don't change directory.
2851 Patch from Per Cederqvist.
2852
6c825f8e
EZ
28532000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2854
83c9cb8e
SM
2855 * textmodes/ispell.el (check-ispell-version):
2856 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
2857 of -vv.
2858
8ff06845
KH
28592000-12-16 Kenichi Handa <handa@etl.go.jp>
2860
af4bb4c8
KH
2861 * international/mule-diag.el (mule-diag): Insert information about
2862 configure options, multibyte awareness, language env.
2863
8ff06845
KH
2864 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2865 regexp to search for candidates.
2866
b24e84ab
EZ
28672000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2868
2869 * info.el (Info-forward-node): If the node has an
2870 Info-header-line, widen the buffer before searching for "next:"
2871 and "up:" pointers, and set the search limit to stay in the
2872 current node.
2873
7981d89f
MB
28742000-12-16 Miles Bader <miles@gnu.org>
2875
2876 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2877
88ee7917
MB
28782000-12-15 Miles Bader <miles@gnu.org>
2879
2880 * comint.el (comint-send-string, comint-send-region): Also accept
2881 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2882 process-send-string/region.
2883
0c28d842
GM
28842000-12-15 Gerd Moellmann <gerd@gnu.org>
2885
4ea7fdca
GM
2886 * isearch.el (isearch-lazy-highlight-max): New user-option.
2887 (isearch-lazy-highlight-update): Don't highlight more than
2888 isearch-lazy-highlight-max matches.
2889
0c28d842
GM
2890 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2891
984c9f75 28922000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2893
8062e53a
GM
2894 * sort.el (sort-columns): Fix error message.
2895
3ffa545b
GM
2896 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2897 `upcase' or `downcase' or nil.
2898 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2899 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2900 (dabbrev--substitute-expansion): New arg record-case-pattern.
2901 If it is non-nil, set dabbrev--last-case-pattern.
2902 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2903
2904 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2905
c2d7f289
MB
29062000-12-15 Miles Bader <miles@gnu.org>
2907
b6348438
MB
2908 * paths.el (Info-default-directory-list): Don't delete
2909 configure-info-directory from the list of standard info
83c9cb8e 2910 directories when appending it to the end -- their order is important.
b6348438 2911
f9056dd9
MB
2912 * faces.el (read-face-attribute): If there's no entry for the
2913 user's input in VALID, just use it as-is (this will often result
2914 in an error, but it may be OK for e.g. colors using hexadecimal
2915 notation, and at least will yield a better error message).
2916
c2d7f289 2917 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2918 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2919 Variables removed.
2920 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2921 window is really the right size. Use vertical-motion
2922 rather than forward-line.
2923 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2924 (ispell-command-loop, ispell-show-choices): Use the variable
2925 ispell-choices-win-default-height, rather than the function.
2926 (ispell-choices-win-default-height): Function removed.
2927 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2928
8f530b95
SM
29292000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2932
6d435deb
EZ
29332000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2934
83c9cb8e
SM
2935 * paths.el (Info-default-directory-list):
2936 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
2937 put it first in the list; otherwise put it last. Doc string
2938 changed accordingly.
2939
2940 * info.el (Info-directory-list): Change doc string to reflect the
2941 change in Info-default-directory-list.
2942
6d435deb
EZ
2943 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2944 windows-nt as windowed environments, even under -nw.
2945
2946 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2947 if not fboundp. Switch delete-forward mode for the <delete> key
2948 on all PC platforms, even under -nw.
2949
2950 * term/internal.el ([M-delete]): Remap to M-d.
2951
9d7d9263
GM
29522000-12-14 Gerd Moellmann <gerd@gnu.org>
2953
2954 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2955
7cf0153a
EZ
29562000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2957
2958 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2959
5e5b3d41
GM
29602000-12-14 Gerd Moellmann <gerd@gnu.org>
2961
5f368d29
GM
2962 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2963 if appropriate.
2964
2965 * simple.el (delete-key-deletes-forward): New user-option.
2966 (delete-key-deletes-forward-mode): New function.
2967
9d7d9263 2968 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2969
83c9cb8e
SM
2970 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
2971 Test if symbol is bound before getting its value.
5e5b3d41
GM
2972
2973 * tooltip.el (tooltip-show): If an error is signaled in
2974 x-show-tip, display that error, and display the help in the
2975 echo area.
ca2ddd8e 2976
191b83b6
KH
29772000-12-14 Kenichi Handa <handa@etl.go.jp>
2978
83c9cb8e
SM
2979 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2980 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 2981
6192b604
KF
29822000-12-13 Karl Fogel <kfogel@red-bean.com>
2983
2984 * bookmark.el: Provide a generic exit hook, as suggested by
2985 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2986 (bookmark-exit-hook): New var.
2987 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2988 old raw lambda form in `kill-emacs-hook', and runs new
2989 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2990 as logically that feature must have been provided if this function
2991 is running.
2992 Removed ;;;###autoload before the `add-hook' call.
2993
5edf6b55
SM
29942000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2995
2996 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2997 (easy-menu-current-active-maps): New function.
2998 (easy-menu-get-map): Use it.
2999 Make a proper menu entry when creating a new keymap.
3000
16b5e8e6
KH
30012000-12-13 Kenichi Handa <handa@etl.go.jp>
3002
d49fc4eb
KH
3003 * international/characters.el: Fix cases and syntaxes for
3004 mule-unicode-0100-24ff.
3005
3b53d876
KH
3006 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3007 that a Japanese character is not appended after day and year.
3008
16b5e8e6
KH
3009 * info.el (Info-suffix-list): Change format for a command that
3010 requires arguments.
3011 (info-insert-file-contents): Adjusted for the above change.
3012
1df1c518
AS
30132000-12-12 Andreas Schwab <schwab@suse.de>
3014
3015 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3016 on the name of the tar buffer. Verify that the existing buffer is
3017 visiting the same subfile.
3018
a7a07b98
DL
30192000-12-12 Dave Love <fx@gnu.org>
3020
3021 * subdirs.el: Add obsolete.
3022
4fdbd809
GM
30232000-12-12 Gerd Moellmann <gerd@gnu.org>
3024
bfdb75ee
GM
3025 * mail/rmailsum.el (rmail-summary-expunge)
3026 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3027 instead of rmail-confirm-expunge.
3028
4fdbd809
GM
3029 * replace.el (perform-replace): Don't use an empty match adjacent
3030 to a non-empty match when computing the next match before the
3031 replacement is performed.
3032
e9a59cad
GM
30332000-12-12 Milan Zamazal <pdm@freesoft.cz>
3034
3035 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3036 definition (patch by Stefan Monnier).
3037 (glasses-mode): Use jit-lock instead of `after-change-functions'
3038 (patch by Stefan Monnier).
3039
c2def7a0
MB
30402000-12-12 Miles Bader <miles@gnu.org>
3041
3042 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3043 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3044
591b63b4
AC
30452000-12-12 Andrew Choi <akochoi@i-cable.com>
3046
3047 * term/mac-win.el: Remove load for ls-lisp.
3048
a924cf63 3049 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3050
5ff4ba3d
MB
30512000-12-12 Miles Bader <miles@gnu.org>
3052
3053 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3054 Respect field end too.
3055 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3056 (newline-and-indent, reindent-then-newline-and-indent):
3057 Use `delete-horizontal-space'.
5ff4ba3d 3058
d0c679bc
SM
30592000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3060
adf9c994
SM
3061 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3062 (so as to obey the field property in the minibuffer).
3063
4b0cd42d
SM
3064 * obsolete/c-mode.el: Moved from lisp/progmodes.
3065 * obsolete/auto-show.el: Moved from lisp.
3066 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3067
89f85863
CD
30682000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3069
3070 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3071 changes to list them here.
89f85863 3072
83c9cb8e
SM
3073 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3074 Too many changes to list them here.
89f85863 3075
83c9cb8e
SM
3076 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3077 Too many changes to list them here.
89f85863
CD
3078
3079 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3080
3e0d35ce
GM
30812000-12-11 Gerd Moellmann <gerd@gnu.org>
3082
83c9cb8e 3083 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3084
ca2ddd8e 3085 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3086 Comment fix.
3087
3e0d35ce
GM
3088 * hscroll.el: Moved to `obsolete' subdir.
3089
ff904dd6
MB
30902000-12-11 Miles Bader <miles@gnu.org>
3091
3092 * window.el (window-text-height): Function removed (now in C).
3093
fb97d87f
SM
30942000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3095
3096 * log-edit.el (log-edit-parent-buffer): New var.
3097 (log-edit): Set it. Add BUFFER argument.
3098 (log-edit-done): Use char-before.
3099 Don't bother checking validity of vc-comment-ring.
3100 Only bury the buffer if log-edit popped it up.
3101
3102 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3103 (cvs-mode-diff-help): Remove.
3104 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3105 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3106
3107 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3108 Remove binding for ? now made unnecessary.
3109
7de77417
CD
31102000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3111
83c9cb8e 3112 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3113 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3114
3115 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3116 when master file is not open.
3117
4efa209f
SM
31182000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3119
3120 * progmodes/ada-stmt.el: Update `maintainer'.
3121
0a8052bd
GM
31222000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3123
3124 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3125 choices to match documentation string.
3126
a12167c5
MB
31272000-12-09 Miles Bader <miles@gnu.org>
3128
2161605d
MB
3129 * minibuf-eldef.el: New file.
3130
a12167c5
MB
3131 * window.el (fit-window-to-buffer): Don't pass last argument to
3132 pos-visible-in-window-p, now that its meaning is inverted.
3133
9ea8de1b
EZ
31342000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3135
3136 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3137 <ceder@lysator.liu.se>.
3138
5002ddbb
SM
31392000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3140
b6114d80
SM
3141 * autoinsert.el (auto-insert-alist): Add missing final \n.
3142
ee8d23ee
SM
3143 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3144 (cvs-menu-map): Remove.
3145 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3146 (cvs-mode-quit): Turn it back into a plain function.
3147
5002ddbb 3148 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3149 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3150
3151 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3152 file where it's more visible.
3153 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3154 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3155 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3156 (texinfo-inside-macro-p): Only catch `scan-error's.
3157 (texinfo-inside-env-p): Make better use of the match info.
3158 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3159 (texinfo-insert-@end): Slight re-organization.
3160 Also remove useless `looking-at' call.
3161
30cd075d
AI
31622000-12-08 Andrew Innes <andrewi@gnu.org>
3163
3164 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3165 accessible in -nw mode.
3166
3167 * term/w32-win.el: Remove stuff about selection timeout, which is
3168 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3169 it is accessible in -nw mode.
3170
01b91009
DL
31712000-12-08 Dave Love <fx@gnu.org>
3172
83c9cb8e
SM
3173 * emacs-lisp/lisp-mode.el (lisp-mode):
3174 Set font-lock-keywords-case-fold-search.
01b91009 3175
842b2a94
GM
31762000-12-08 Gerd Moellmann <gerd@gnu.org>
3177
3178 * textmodes/ispell.el (ispell): Doc fix.
3179
f9d5f611
KH
31802000-12-08 Kenichi Handa <handa@etl.go.jp>
3181
3182 * international/quail.el (quail-insert-decode-map): Check the
3183 frame width of a window displaying the current buffer, not that of
3184 the selected frame.
3185 (quail-help): Make sure that the help buffer has window before
3186 inserting text in it.
3187
e04d21aa
SS
31882000-12-07 Sam Steingold <sds@gnu.org>
3189
3190 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3191 Backquote is used in isearch.el, so autoloading saves nothing.
3192
fc3e23a4
EZ
31932000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3194
83c9cb8e
SM
3195 * startup.el (normal-top-level-add-subdirs-to-load-path):
3196 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3197
fc3e23a4
EZ
3198 * dired.el (dired-insert-directory): If file-system-info is
3199 fboundp, call it instead of invoking dired-free-space-program.
3200
796ecd10
GM
32012000-12-07 Gerd Moellmann <gerd@gnu.org>
3202
0f5f7c3e
GM
3203 * server.el (server-visit-files): Push files on file-name-history.
3204
3764ba49
GM
3205 * progmodes/cc-langs.el: Update copyright.
3206
8e7931da
GM
3207 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3208
ae0d7485 3209 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3210
796ecd10
GM
3211 * bindings.el (mode-line-mode-menu): Reverse the order
3212 of define-keys so that the menu appears in alphabetical order.
3213
ae0d7485
GM
32142000-12-07 Milan Zamazal <pdm@freesoft.cz>
3215
3216 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3217 of the function.
3218
e2849090
DL
32192000-12-07 Dave Love <fx@gnu.org>
3220
3221 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3222
3223 * facemenu.el (facemenu-unlisted-faces): Fix value.
3224
5c7f629c
SM
32252000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3226
3227 * font-lock.el (font-lock-default-fontify-region):
3228 Include the terminating \n (off-by-one error).
3229 (font-lock-set-defaults): Use dolist.
3230
3231 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3232
73481ae3
KH
32332000-12-07 Kenichi Handa <handa@etl.go.jp>
3234
83c9cb8e
SM
3235 * international/mule-cmds.el (describe-language-environment):
3236 Fix for the case that an input method title is not string but a list.
ffbaa122 3237
73481ae3
KH
3238 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3239 of wrong SIZE record.
3240
e2896b22
DL
32412000-12-06 Dave Love <fx@gnu.org>
3242
67292061
DL
3243 * newcomment.el (comment-region, comment-dwim): Doc fix.
3244
3245 * textmodes/texinfo.el: Require tex-mode when compiling.
3246 (texinfo-update-node): Doc fix.
3247 (texinfo-imenu-generic-expression): Add @anchor.
3248 (texinfo-font-lock-keywords): Add @uref.
3249 (texinfo-inside-macro-p): Don't use ignore-errors.
3250 (texinfo-insert-quote): Match more contexts.
3251
e76938e7
DL
3252 * international/mule.el (decode-char, encode-char): Doc fix.
3253 (auto-coding-alist): Customize.
3254
3255 * files.el (load-file): Fix change of 2000-03-12.
3256
e2896b22
DL
3257 * wid-edit.el (widget-text-keymap): Doc fix.
3258
6610f4b2
AI
32592000-12-06 Andrew Innes <andrewi@gnu.org>
3260
3261 * makefile.w32-in (lisp): Set to an absolute directory, namely
3262 $(CURDIR).
3263
9e3366e4
EZ
32642000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3265
3266 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3267 read generated-autoload-file, and set buffer-file-coding-system to
3268 raw-text-unix after reading the file.
3269
83c9cb8e
SM
3270 * international/mule-conf.el (file-coding-system-alist):
3271 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3272
d94d636f
GM
32732000-12-06 Gerd Moellmann <gerd@gnu.org>
3274
384333ee
GM
3275 * replace.el (occur): Make line-number-width 1 smaller for the
3276 colon following the line number.
3277
83c9cb8e
SM
3278 * startup.el (fancy-splash-text, command-line-1):
3279 Use `File' for the menu name instead of `Files'.
e04d21aa 3280
d4b72d58
GM
3281 * tmm.el: Update copyright.
3282
d94d636f
GM
3283 * cus-start.el: Add entry for even-window-heights.
3284
6e424019
MB
32852000-12-06 Miles Bader <miles@gnu.org>
3286
3287 * faces.el (frame-set-background-mode): Avoid stomping on
3288 locally modified faces.
3289
e6477b58
KH
32902000-12-06 Kenichi Handa <handa@etl.go.jp>
3291
3292 * international/fontset.el: Correct the font registries for
3293 japanese-jisx0213-1 and japanese-jisx0213-2.
3294
21999ab9
GM
32952000-12-05 Gerd Moellmann <gerd@gnu.org>
3296
57d6e381
GM
3297 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3298
21999ab9
GM
3299 * iswitchb.el: Update customization commentary.
3300
7422819c
GM
33012000-12-05 Rob Riepel <riepel@Stanford.EDU>
3302
3303 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3304 (tpu-search-highlight): Fixed comparison of overlay end positions.
3305 (tpu-trim-line-ends): Implemented trimming logic locally.
3306
3307 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3308 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3309
73daff18
KH
33102000-12-05 Kenichi Handa <handa@etl.go.jp>
3311
3312 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3313 to cn-gb.
3314 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3315
6a4cd002
DL
33162000-12-04 Dave Love <fx@gnu.org>
3317
3318 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3319
6452929e
GM
33202000-12-04 Gerd Moellmann <gerd@gnu.org>
3321
e04d21aa 3322 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3323 (rmail-summary-expunge-and-save): Ask for confirmation with
3324 rmail-expunge-confirmed.
3325
3326 * mail/rmail.el (rmail-expunge-confirmed): New function.
3327 (rmail-expunge): Use it.
3328
1790abf4
FP
33292000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3330
0c68ce6f 3331 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3332 (etags-recognize-tags-table, find-tag-in-order):
3333 New functionality: interpret file names as tags.
e04d21aa 3334
7a53d8c8
EZ
33352000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3336
3337 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3338 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3339 the first subnode until the bottom of the current node is visible.
7a53d8c8 3340
caa15ef7
GM
33412000-12-04 Gerd Moellmann <gerd@gnu.org>
3342
3343 * format.el (format-decode): Don't change buffer's undo list.
3344
e225faa7
KH
33452000-12-04 Kenichi Handa <handa@etl.go.jp>
3346
3347 * faces.el (face-font-registry-alternatives): Add entries for CJK
3348 fonts. Doc-string adjusted for the actual usage of this data.
3349
3350 * international/fontset.el: Change the font registries for CJK
3351 fonts in the default fontset. Don't append '*' to registries.
3352
8b262a65
SM
33532000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3354
e04d21aa 3355 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3356 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3357
3358 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3359 (derived-mode-p): New function.
3360 (derived-mode-make-docstring): Add `docstring' argument.
3361 Use it if available and complete it if necessary.
3362
33c4460b
AS
33632000-12-03 Andreas Schwab <schwab@suse.de>
3364
3365 * type-break.el (type-break): Don't make parent of itself.
3366
5c9b3fac
MB
33672000-12-03 Miles Bader <miles@gnu.org>
3368
3369 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3370
27ce741e
SM
33712000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3372
07c16ec4
SM
3373 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3374 (tex-main-file, tex-file): Simplify.
3375 (tex-generate-zap-file-name): Use subst-char-in-string.
3376 (tex-strip-dots): Remove.
3377
c19cc275
SM
3378 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3379
27ce741e
SM
3380 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3381 to check if the match succeeded.
3382
285991dc
GM
33832000-12-02 Gerd Moellmann <gerd@gnu.org>
3384
3385 * startup.el (use-fancy-splash-screens-p): New function.
3386 (command-line-1): Use it to determine whether or not to use
3387 a fancy splash screen.
3388
52dca1b2
AS
33892000-12-02 Andreas Schwab <schwab@suse.de>
3390
3391 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3392
d3e7e7cf
EZ
33932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3394
2dce2360
EZ
3395 * international/mule.el (make-char): Fix last change.
3396
9768eaa7
EZ
3397 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3398 New defcustoms.
3399 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3400 autoloading tex-mode; instead, do the same manually.
3401 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3402 with numeric argument. Docstring fix.
3403 (toplevel): Require cl when compiling.
e04d21aa 3404
285991dc 3405 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3406
0dd5e255
JR
34072000-12-02 Jason Rumney <jasonr@gnu.org>
3408
3409 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3410 the Emacs Lisp manual)
3411
fbb87147
EZ
34122000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3413
5cbb3e93
EZ
3414 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3415
fbb87147
EZ
3416 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3417 the Emacs Lisp manual).
3418
1636ca09
GM
34192000-12-02 Gerd Moellmann <gerd@gnu.org>
3420
3421 * simple.el (next-line-add-newlines): Change default to nil.
3422
68875f0e
EZ
34232000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3424
83c9cb8e
SM
3425 * files.el (revert-buffer, recover-file):
3426 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3427
fd9ac94c
GM
34282000-12-01 Gerd Moellmann <gerd@gnu.org>
3429
3430 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3431
45450dd5
MB
34322000-12-01 Miles Bader <miles@gnu.org>
3433
3434 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3435
09df8881
KH
34362000-12-01 Kenichi Handa <handa@etl.go.jp>
3437
3438 * international/mule-diag.el (describe-char-after): Fix typo.
3439 (describe-character-set, non-iso-charset-alist): Fix typo.
3440
dea0a87d
MB
34412000-12-01 Miles Bader <miles@gnu.org>
3442
b170205b
MB
3443 * image-file.el (image-file-name-regexp): Automatically add
3444 upper-case variants of each filename extension in
3445 `image-file-name-extensions', since they seem to be common.
3446
e04d21aa 3447 * simple.el (minibuffer-contents)
dea0a87d
MB
3448 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3449 New functions.
3450 * filecache.el (file-cache-directory-name)
3451 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3452
2b69bc11 34532000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3454
dea0a87d
MB
3455 * filecache.el (file-cache-minibuffer-complete): Don't try to
3456 delete the minibuffer prompt.
3457
a8a1b05d
DL
34582000-11-30 Dave Love <fx@gnu.org>
3459
3460 * cus-start.el: Fix read-buffer-function type.
3461
693c4692
GM
34622000-11-30 Gerd Moellmann <gerd@gnu.org>
3463
3464 * md5.el: Removed. There's a built-in function, now.
3465
2c0b1898
GM
34662000-11-30 Markus Rost <rost@math.ohio-state.edu>
3467
3468 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3469 as dummy 0-th char of rmail-deleted-vector.
3470
63dfcf4b
EZ
34712000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * ps-print.el (ps-end-job): Bind case-fold-search only after
3474 switching to ps-spool-buffer.
3475
34762000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3477
3478 * ps-print.el: Line number font customization. PostScript: Lines and
3479 PageCount are initialized on each page. Doc Fix.
3480 (ps-print-version): New version number (6.3.2).
3481 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3482 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3483 (ps-right-header): Customization fix.
3484 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3485 Fix code.
3486 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3487 New vars.
3488
df3aedcf
GM
34892000-11-30 Gerd Moellmann <gerd@gnu.org>
3490
edfb795e
GM
3491 * bs.el: Fix typos and spelling errors.
3492 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3493 (bs-configuration): Doc fix.
e04d21aa 3494
df3aedcf
GM
3495 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3496
8b8a7f01
GM
34972000-11-30 Rob Riepel <riepel@Stanford.EDU>
3498
3499 * emulation/tpu-edt.el (tpu-version): New version.
3500 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3501 (tpu-original-mode-line): Variable deleted.
3502 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3503 (tpu-set-mode-line): Don't redefine mode-line-format.
3504 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3505 (tpu-update-mode-line): New mark flag logic.
3506 (tpu-get): Use find-file-wildcards.
3507 (tpu-search-highlight): Move overlay less, reset overlay properly.
3508 (tpu-unselect): Deactivate mark.
3509 (tpu-lm-replace): Reset overlay properly.
3510 (tpu-forward-line): Use forward-visible-line.
3511 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3512
83c9cb8e 3513 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3514
c069a9d3
GM
35152000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3516
3517 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3518
b02cd40b
GM
35192000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3520
3521 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3522 and skip whitespace and newlines.
e04d21aa 3523
b7a90344
SM
35242000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3527
be6bbb55
GM
35282000-11-29 Gerd Moellmann <gerd@gnu.org>
3529
0383ed60
GM
3530 * help.el (describe-function-1): Regexp-quote function name
3531 when used as part of a regexp.
3532
83c9cb8e
SM
3533 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3534 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3535 (tool-bar-add-item): Likewise, and handle unspecified colors.
3536
3537 * enriched.el (enriched-face-ans): Use face-attribute instead
3538 of face-foreground and face-background.
3539
3540 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3541 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3542
7423978d
GM
3543 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3544
ef128c78
GM
3545 * play/5x5.el: Remove version info.
3546
a81fc510
GM
3547 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3548
be6bbb55
GM
3549 * frame.el (blink-cursor-mode): Doc fix.
3550
f9396e03
GM
35512000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3552
3553 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3554 to create Makefile rules.
3555 (antlr-tool-command): New user option.
3556 (antlr-ask-about-save): New user option.
3557 (antlr-makefile-specification): New user option.
3558 (antlr-file-formats-alist): New variable.
3559 (antlr-special-file-formats): New variable.
3560 (antlr-unknown-file-formats): New user option.
3561 (antlr-help-unknown-file-text): New variable.
3562 (antlr-help-rules-intro): New variable.
3563 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3564 (antlr-mode-menu): Add entries.
3565 (antlr-file-dependencies): New function.
3566 (antlr-directory-dependencies): New function.
3567 (antlr-superclasses-glibs): New function.
3568 (antlr-run-tool): New command.
3569 (antlr-makefile-insert-variable): New function.
3570 (antlr-insert-makefile-rules): New function.
3571 (antlr-show-makefile-rules): New command.
3572
3573 * antlr-mode.el: More Emacs/XEmacs stuff.
3574 (antlr-no-action-keywords): New constant with value nil.
3575 (antlr-font-lock-keywords-alist): Use it. Old value would break
3576 syntax highlighting in Emacs-21.0.
3577 (antlr-default-directory): Emacs/XEmacs dependend function.
3578 (antlr-read-shell-command): Ditto.
3579 (antlr-with-displaying-help-buffer): Ditto.
3580
35812000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3582
3583 * antlr-mode.el: imenu, parsing and highlighting changes.
3584 (antlr-imenu-create-index-function): Don't create extra submenus
3585 for definitions in different grammar classes. It is not necessary
3586 for the menu and would make command `imenu' awkward to use.
3587 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3588 header actions and more than one.
3589 (antlr-font-lock-tokendef-face): Changed color.
3590 (antlr-font-lock-tokenref-face): Changed color.
3591 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3592 (antlr-mode-syntax-table): New variable.
3593 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3594 (antlr-with-syntax-table): Don't copy syntax table.
3595
35962000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3597
3598 * antlr-mode.el: Minor changes: language setting.
3599 (antlr-language-alist): The value for file option "language" can
3600 be both an identifier and a string.
3601 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3602 (antlr-language-limit-n-regexp): Change accordingly.
3603
36042000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3605
3606 * antlr-mode.el: Minor changes: tabs, hiding.
3607 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3608 (antlr-action-visibility): Also allow value nil to also hide the
3609 braces. Renamed from `antlr-tiny-action-length'.
3610 Suggested by Jay@aol.com.
3611 (antlr-hide-actions): Change accordingly. Hide line if completely
3612 hidden action is on a line of its own.
e04d21aa 3613
6ad948eb
SM
36142000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3615
3616 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3617
3618 * sort.el (sort-columns): Don't concat strings with numbers.
3619
9c6a4107
DL
36202000-11-29 Dave Love <fx@gnu.org>
3621
3622 * cus-edit.el (face): Fix :format.
3623
3624 * mail/feedmail.el: Require smtpmail when compiling.
3625 (mail-do-fcc): Autoload.
3626 (feedmail) <defgroup>: Fix :link.
3627 (feedmail-nuke-body-in-fcc): Fix :type.
3628 (feedmail-send-it): Add autoload cookie.
3629
053b8d35
SM
36302000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3631
3632 * newcomment.el (comment-indent): Save excursion around call to
3633 comment-indent-function.
3634
242c13e8
MB
36352000-11-29 Miles Bader <miles@gnu.org>
3636
3637 * subr.el (member-ignore-case): Return the tail of the list who's
3638 car matches, like `member', not the matching element itself.
3639
8f4b5f28
KH
36402000-11-29 Kenichi Handa <handa@etl.go.jp>
3641
3642 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3643 should not contain `\n'.
3644
bebe4a2c
GM
36452000-11-28 Gerd Moellmann <gerd@gnu.org>
3646
fd9ac94c 3647 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3648
ba7e40eb
GM
3649 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3650
75ab0c79
GM
3651 * dired-aux.el (dired-do-create-files): Construct default file
3652 name for dired-mark-read-file-name so that when the user enters
3653 just RET, the target file will end up in the target directory.
3654
bebe4a2c
GM
3655 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3656 local-abbrev-table before changing buffers because it might
3657 have a buffer-local binding.
3658
fa6d1ca8
MB
36592000-11-28 Miles Bader <miles@gnu.org>
3660
3661 * simple.el (delete-horizontal-space): Handle fields more generally.
3662
8d2c2642
GM
36632000-11-28 Gerd Moellmann <gerd@gnu.org>
3664
3665 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3666
8b31236d
DL
36672000-11-28 Dave Love <fx@gnu.org>
3668
3cbd02d2
DL
3669 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3670 comment-start-skip locally.
3671
8b31236d
DL
3672 * progmodes/fortran.el (fortran-mode): Don't set
3673 fortran-comment-line-start-skip. Set comment-start to
3674 fortran-comment-line-start.
3675 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3676 (fortran-comment-line-start-skip): Simplify slightly.
3677
ae4bf56d
GM
36782000-11-28 Gerd Moellmann <gerd@gnu.org>
3679
17ef7534
GM
3680 * play/5x5.el: Remove RCS keyword.
3681
fd9ac94c 3682 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3683
665b27a6
GM
36842000-11-28 Milan Zamazal <pdm@freesoft.cz>
3685
83c9cb8e
SM
3686 * textmodes/tildify.el (tildify-string-alist):
3687 Add `plain-tex-mode' here.
665b27a6 3688
fe3c2ae3
GM
36892000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3690
3691 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3692 reference.
3693
d970106b
MB
36942000-11-28 Miles Bader <miles@gnu.org>
3695
36b80a0d
MB
3696 * cus-face.el (custom-face-attributes): Add post-filter function
3697 for :box. Make pre-filter function for :box handle all cases.
3698
d970106b
MB
3699 * wid-edit.el (widget-choose): Make sure pop-up window is large
3700 enough to display all the choices, as there's no way to scroll it.
3701
5a2bae6c
KH
37022000-11-28 Kenichi Handa <handa@etl.go.jp>
3703
3704 * international/mule-conf.el: Make the coding system no-conversion
3705 safe for all characters.
3706
9e836e23
DL
37072000-11-27 Dave Love <fx@gnu.org>
3708
8b31236d
DL
3709 * net/ldap.el (ldap) <defgroup>: Add :version.
3710
9e836e23
DL
3711 * tooltip.el (tooltip-use-echo-area): Doc fix.
3712
3713 * cus-start.el <minibuffer-prompt-properties>: Add version.
3714 <read-buffer-function>: Add.
3715
3716 * apropos.el (apropos-print): Add help-echo to active text.
3717
3718 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3719
4a74d071
GM
37202000-11-27 Gerd Moellmann <gerd@gnu.org>
3721
3722 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3723 type, group and version.
3724
76058c27
EZ
37252000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3726
4a74d071 3727 * select.el (x-get-selection): Docstring fix.
76058c27 3728
fd9ac94c 37292000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3730
fd9ac94c 3731 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3732
49060c51
AI
37332000-11-27 Andrew Innes <andrewi@gnu.org>
3734
3735 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3736
3737 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3738
b2a8e429
MB
37392000-11-27 Miles Bader <miles@gnu.org>
3740
3741 * dired.el (dired-get-filename): Return filename verbatim if
3742 LOCALP is `verbatim'.
3743 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3744 `verbatim' so that we don't inadvertently delete a non-existant
3745 directory name.
3746
5ac0366d
KH
37472000-11-27 Kenichi Handa <handa@etl.go.jp>
3748
3749 * international/characters.el: Specify cases and syntaxes for
3750 mule-unicode-0100-24ff.
3751
67f1cf4c
GM
37522000-11-27 Gerd Moellmann <gerd@gnu.org>
3753
3754 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3755 that foreground and/or background colors of the face `tool-bar'
3756 are unspecified.
3757
46c56972
MB
37582000-11-27 Miles Bader <miles@gnu.org>
3759
e04d21aa 3760 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3761 (widget-field-end): Handle widget field `pseudo-overlays'.
3762 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3763 if it's there instead of in `widget-field-list'.
3764
46c56972 3765 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3766 (help-make-xrefs): Delete extraneous newlines at the end of the
3767 docstring.
46c56972 3768
640a9cdd
JR
37692000-11-25 Jason Rumney <jasonr@gnu.org>
3770
3771 * startup.el (command-line): Call set-locale-environment after
3772 Window System init file is read, as it can result in a call to
3773 redraw-frame.
3774
0b3f96d4
EZ
37752000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3776
3777 * simple.el (shell-command): Mention the effect of the prefix
3778 argument in the doc string.
3779
8da6e2a1
MB
37802000-11-25 Miles Bader <miles@gnu.org>
3781
a658d039
MB
3782 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3783
8da6e2a1 3784 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3785 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3786
d3416cca
JR
37872000-11-24 Jason Rumney <jasonr@gnu.org>
3788
3789 * international/mule-cmds.el (locale-language-names): Add "jp" as
3790 a non-standard alternative for Japanese.
3791
17e37f53
AS
37922000-11-24 Andre Spiegel <spiegel@gnu.org>
3793
3794 * vc-hooks.el: Require 'cl during compilation.
3795
9aa5f148
GM
37962000-11-24 Gerd Moellmann <gerd@gnu.org>
3797
ba193890
GM
3798 * faces.el (face-set-after-frame-default): Let face attributes
3799 specified for new frames override frame parameters.
3800
9aa5f148
GM
3801 * startup.el (command-line): Fix computation of the source file
3802 for user-init-file when user-init-file is a compiled file.
3803
51a1edab
MB
38042000-11-24 Miles Bader <miles@gnu.org>
3805
e04d21aa 3806 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3807 (custom-post-filter-face-spec): New functions.
3808 (custom-face-set, custom-face-value-create): Filter the face spec
3809 before and after customization.
3810 (custom-face-set): If VALUE specifies a null face, pass a
3811 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3812 * cus-face.el (custom-face-attributes): Remove SET and GET
3813 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3814 cases they're needed.
3815
1ed74431
MB
3816 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3817 that it's distinguishable from the :off-glyph on dark-background
3818 displays. Set its background color too.
3819
67ee1125
MB
3820 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3821 so that people can easily turn it off.
3822
7d027816 38232000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3824
7d027816 3825 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3826
9aa5f148 3827 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3828
9aa5f148 3829 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3830
9aa5f148 3831 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3832 redundant skip-small-frames test.
e04d21aa 3833
9aa5f148 3834 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 3835 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 3836
9aa5f148
GM
3837 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3838 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
3839 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3840 New functions.
e04d21aa 3841
9aa5f148 3842 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3843
9aa5f148 3844 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3845
f07fa1b8
KH
38462000-11-24 Kenichi Handa <handa@etl.go.jp>
3847
83c9cb8e
SM
3848 * international/mule-diag.el (list-iso-charset-chars):
3849 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
3850 (list-non-iso-charset-chars): Fix the `while' condition.
3851
ba8299ff
SM
38522000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3853
79372165
SM
3854 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3855 if the variable is make-variable-buffer-local.
3856
83c9cb8e
SM
3857 * progmodes/ada-stmt.el (ada-template-map):
3858 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
3859 (ada-stmt-mode-hook): New function extracted from old code.
3860 Only change the buffer-local side of skeleton-*.
3861 (ada-mode-hook): Use it.
3862
68a887fa
EZ
38632000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3864
3865 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3866 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3867 we expect to be returned by minibuffer-depth once we prompt the
3868 user in the minibuffer.
3869 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3870 as recorded in iswitchb-minibuf-depth, return non-nil.
3871
3b345582
EZ
38722000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3875 (hscroll-window-maybe): Docstring fix.
3876
595dead2
DL
38772000-11-23 Dave Love <fx@gnu.org>
3878
3879 * rect.el (string-rectangle): Don't test delete-selection-mode.
3880
1e66b27a
GM
38812000-11-23 Gerd Moellmann <gerd@gnu.org>
3882
02790ce2
GM
3883 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3884 is in the tool bar.
3885
1e66b27a 3886 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 3887 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 3888
a4caa65d
SM
38892000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * textmodes/outline.el (outline-flag-region):
3892 Don't bind inhibit-read-only since we don't modify the buffer.
3893 (outline-isearch-open-invisible): Don't jump to overlay-start
3894 since we're trying to unhide text around point.
3895 (outline-discard-overlays): Use dolist.
3896
3897 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3898
03e757c1
GM
38992000-11-22 Gerd Moellmann <gerd@gnu.org>
3900
83c9cb8e 3901 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 3902
1598a961
SM
39032000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3904
3905 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3906 Fix ARG regexp to skip quoted braces.
3907 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3908 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3909 are (correctly) handled separately).
3910 Remove `caption' and `footnote' from `citations': they contain text.
3911 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3912 (latex-skeleton-end-hook): New function.
3913 (latex-mode): Use it.
3914 (tex-start-tex-marker): Remove.
3915 (tex-send-tex-command): Don't set tex-start-tex-marker.
3916 (tex-error-parse-syntax-table): New var.
3917 (tex-compilation-parse-errors): Use it.
3918 Ignore tex-start-tex-marker. Don't bother with marker-position.
3919 (tex-validate-buffer): Don't bother with marker-position.
3920
3921 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3922 (flyspell-generic-progmode-verify): Use it.
1598a961 3923
eaae8106
SS
39242000-11-22 Sam Steingold <sds@gnu.org>
3925
83c9cb8e 3926 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 3927
eaae8106 3928 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3929 `ada-remove-trailing-spaces'.
eaae8106 3930 (ada-remove-trailing-spaces): Removed.
e04d21aa 3931
eaae8106 3932 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3933
1598a961
SM
3934 * textmodes/picture.el (picture-clean): Removed.
3935 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3936
a41d49e9
GM
39372000-11-22 Gerd Moellmann <gerd@gnu.org>
3938
e053c60f
GM
3939 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3940
a41d49e9
GM
3941 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3942 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3943 do anything special when jit-lock is active.
a41d49e9
GM
3944 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3945
197615f3
DL
39462000-11-22 Dave Love <fx@gnu.org>
3947
ddbfaa9f
DL
3948 * calendar/todo-mode.el (todo-top-priorities): Use
3949 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3950
ddc3c695
DL
3951 * language/chinese.el, language/cyrillic.el:
3952 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3953 * language/hebrew.el, language/indian.el, language/japanese.el:
3954 * language/korean.el, language/lao.el, language/misc-lang.el:
3955 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3956 Use provide.
3957
fb9fa98d
DL
3958 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3959 (custom-variable-set): Improve validation error mesage.
3960
197615f3
DL
3961 * rect.el (string-rectangle): Revert last change.
3962 (string-rectangle-line): New arg DELETE.
3963 (string-rectangle): Check delete-selection-mode.
3964
3965 * emacs-lisp/edebug.el (edebug-version)
3966 (edebug-maintainer-address): Deleted.
3967 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3968 (edebug-read-function): Account for other `'#' read forms.
3969 (edebug-mode-menus): Make some items toggles.
3970 (edebug-outside-unread-command-event, unread-command-event):
3971 Remove these to avoid warnings.
3972
f4117c4d
GM
39732000-11-22 David Ponce <david@dponce.com>
3974
3975 * recentf.el (recentf-menu-items-for-commands)
3976 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3977 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3978
f4117c4d
GM
3979 (recentf-build-dir-rules, recentf-dump-variable)
3980 (recentf-edit-list, recentf-open-files-item)
3981 (recentf-open-files): Replaced unnecessary `mapcar' with new
3982 built-in `mapc'.
eaae8106 3983
f8e2f3f2
MB
39842000-11-23 Miles Bader <miles@gnu.org>
3985
3986 * faces.el (menu): Make inverse-video on ttys too.
3987
4c4a541d
SM
39882000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3989
3990 * simple.el (comment-line-break-function): Use the new name
3991 indent-new-comment-line -> comment-indent-new-line.
3992 (clone-indirect-buffer): Don't ignore NORECORD.
3993 (next-completion): Properly handle the case where items are adjacent.
3994
3995 * mouse.el (popup-menu): Stupid typo.
3996
980d836e
GM
39972000-11-22 Gerd Moellmann <gerd@gnu.org>
3998
60e8e0a5
GM
3999 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4000 maintainer, keywords tags.
4001
980d836e
GM
4002 * rect.el (replace-rectangle): Don't call string-rectangle-line
4003 with too many arguments.
4004
e08b2069
AS
40052000-11-22 Andre Spiegel <spiegel@gnu.org>
4006
60e8e0a5 4007 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4008 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4009 vc-locking-user, which no longer exists.
4010
4011 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4012
c6779d8d
DL
40132000-11-22 Dave Love <fx@gnu.org>
4014
4015 * md5.el (md5): Provide.
4016 (md5): Fix error call.
4017
e672fdce
MB
40182000-11-22 Miles Bader <miles@gnu.org>
4019
eaae8106 4020 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4021 (refill-fill-paragraph-at): Remove debugging code.
4022
80e24c04
MB
4023 * calendar/calendar.el (generate-calendar-window): When we don't
4024 call `fit-window-to-buffer', make sure the top line is fully visible.
4025
3a17d6cc
MB
4026 * image-file.el (insert-image-file): Don't make `read-only'
4027 property rear-nonsticky.
4028
ae1a21c6
MB
4029 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4030 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4031 stashing away its original value.
4032 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4033 in the recursive edit.
4034 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4035 (isearch-done): Restore `minibuffer-message-timeout'.
4036
e672fdce
MB
4037 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4038
3ea79df8
SM
40392000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4040
4041 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4042
4043 * find-lisp.el (find-lisp-find-files-internal):
4044 Use dolist, when and file-name-as-directory.
4045
980d836e 4046 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4047 (define-derived-mode, define-minor-mode): Add specs.
4048
4049 * window.el: General comment and spacing fixes.
4050 (save-selected-window): Use backquotes.
4051 (window-safely-shrinkable-p): New function.
4052 (shrink-window-if-larger-than-buffer): Use it.
4053
4054 * subr.el (make-local-hook): Docstring fix.
4055
4056 * shell.el (shell-mode): Use define-derived-mode.
4057
4058 * newcomment.el (comment-indent): Insert comment before calling
4059 comment-indent-function. Don't insert in column 0.
4060 (comment-dwim): Indent before inserting comment.
4061
4062 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4063 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4064 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4065 Use mapc rather than map.
4066
4067 * files.el (find-buffer-visiting): Compare all attributes before
4068 declaring two files identical (rather than just their inode-no).
4069 (auto-mode-alist): Use \' rather than $.
4070
4071 * which-func.el: Update maintainer line.
4072
4073 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4074 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4075 (uniquify-buffer-file-name): Use it.
4076
8f62f2b8
MB
40772000-11-22 Miles Bader <miles@gnu.org>
4078
4079 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4080 * simple.el (minibuffer-avoid-prompt): New function.
4081
fb279a6d
GM
40822000-11-21 Gerd Moellmann <gerd@gnu.org>
4083
4084 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4085
867092e9
MB
40862000-11-21 Miles Bader <miles@gnu.org>
4087
ef860850
MB
4088 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4089 inclusion of `track-mouse'.
4090
867092e9
MB
4091 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4092 (refill-adjust-ignorable-overlay): New function.
4093 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4094 only the paragraph's tail if possible.
4095 Update `refill-ignorable-overlay'.
4096 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4097
4098 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4099 point inside the fill-prefix.
4100
4101 * textmodes/refill.el (refill-post-command-function): Don't reset
4102 refill-doit in the case where a self-insertion command doesn't
4103 case a refill. Use `refill-fill-paragraph-at', getting position
4104 from `refill-doit'.
4105 (refill-after-change-function): Set `refill-doit' to END.
4106 (refill-fill-paragraph-at): New function, mostly from old
4107 refill-fill-paragraph.
4108 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4109 (refill-pre-command-function): New function.
4110 (refill-mode): Add it to `pre-command-hook'.
4111
ff9ab414
GM
41122000-11-20 Gerd Moellmann <gerd@gnu.org>
4113
29a01b72
GM
4114 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4115
ff9ab414
GM
4116 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4117 javadoc tags.
eaae8106 4118
885b211b
AS
41192000-11-20 Andre Spiegel <spiegel@gnu.org>
4120
4121 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4122 vc.el).
4123
eaae8106 4124 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4125 require vc.
eaae8106
SS
4126
4127 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4128 checkouts.
eaae8106 4129
d1838556
DL
41302000-11-20 Dave Love <fx@gnu.org>
4131
4132 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4133
2b69bc11 41342000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4135
2b69bc11
GM
4136 * calculator.el (calculator-paste): Use `if' instead of `and'
4137 and `or'.
4138 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4139
b95b34e5
GM
41402000-11-19 Gerd Moellmann <gerd@gnu.org>
4141
030de92f
GM
4142 * info.el (info-menu-5): Doc fix.
4143
b95b34e5
GM
4144 * textmodes/artist.el: New file.
4145
54970452
AS
41462000-11-19 Andre Spiegel <spiegel@gnu.org>
4147
eaae8106 4148 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4149 and differentiate according to checkout model.
4150 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4151 since this function is only concerned with master state.
4152
83c9cb8e
SM
4153 * vc-hooks.el (vc-workfile-unchanged-p)
4154 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4155
83c9cb8e
SM
4156 * vc.el (vc-workfile-unchanged-p)
4157 (vc-default-workfile-unchanged-p): See above.
54970452 4158
e5a9dabf
MB
41592000-11-19 Miles Bader <miles@gnu.org>
4160
4161 * image-file.el (insert-image-file): Make `intangible' and
4162 `read-only' properties rear-nonsticky too.
4163
24127af0
GM
41642000-11-18 Gerd Moellmann <gerd@gnu.org>
4165
d392e9c5 4166 * ps-print.el: Update copyright notice.
eaae8106 4167
d392e9c5
GM
4168 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4169 (tooltip-show): Use the offsets.
4170
24127af0 4171 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4172 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4173 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4174
2b69bc11 41752000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4176
2b69bc11
GM
4177 * ps-print.el (toplevel): Test for find-coding-system being
4178 fboundp before calling ps-x-find-coding-system.
08ea6f17 4179
66321b2f
SM
41802000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4183 (vc-version-backup-file): Docstring fix.
4184
046110c6
GM
41852000-11-16 Gerd Moellmann <gerd@gnu.org>
4186
4104194e
GM
4187 * files.el (basic-save-buffer): Don't add a newline if
4188 find-file-literally is non-nil.
4189 (find-file-literally): Extend doc string.
4190
046110c6
GM
4191 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4192 sort(1) with the `-f' argument.
4193
6505c16e
AS
41942000-11-16 Andre Spiegel <spiegel@gnu.org>
4195
fd063975
AS
4196 * vc.el: Updated backend documentation.
4197 (vc-default-check-headers): New function.
4198
3d02dd81 4199 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4200
4201 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4202 up-to-date.
eaae8106 4203 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4204 the minibuffer is not active.
fd063975 4205
eaae8106 4206 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4207 `vc-cvs-use-edit' is on.
eaae8106
SS
4208 (vc-cvs-checkout): When this is used for reverting the workfile,
4209 make a backup of the original contents and revert to that in case
8791d617 4210 of error.
eaae8106 4211 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4212 remote repositories.
eaae8106 4213
6505c16e
AS
4214 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4215 for both version and ratio in the minibuffer.
fd063975 4216
eaae8106 4217 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4218 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4219
a13f0660
KH
42202000-11-16 Kenichi Handa <handa@etl.go.jp>
4221
4222 * international/quail.el (quail-start-translation): Don't call
4223 `message' before reading key sequence.
4224
1389a414
MB
42252000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4226
4227 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4228
9256a532
KH
42292000-11-16 Kenichi Handa <handa@etl.go.jp>
4230
4231 * window.el (fit-window-to-buffer): Be sure to acquire at least
4232 one text line even if the buffer is empty.
4233
0e14fe9f
GM
42342000-11-16 Gerd Moellmann <gerd@gnu.org>
4235
eaae8106 4236 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4237 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4238 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4239
da645c53
DL
42402000-11-15 Dave Love <fx@gnu.org>
4241
83c9cb8e
SM
4242 * wid-edit.el (widget-specify-field, widget-specify-button):
4243 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4244 widget-mouse-help.
4245 (widget-mouse-help): New function.
4246 (widget-echo-help): Rewritten for :help-echo functions only taking
4247 a widget arg.
4248
83c9cb8e
SM
4249 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4250 Use display-graphic-p.
b12057b9
DL
4251 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4252 and that JPEG is available.
4253 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4254
da645c53
DL
4255 * international/mule-cmds.el (locale-charset-language-names):
4256 Match @euro.
4257
6d133d1f
GM
42582000-11-15 Gerd Moellmann <gerd@gnu.org>
4259
83c9cb8e
SM
4260 * faces.el (face-set-after-frame-default):
4261 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4262 default face from X resources.
4263
49ac2ac5
EZ
42642000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4265
4266 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4267 Don't set EMACSLOADPATH.
4268
4fb0a34c
EZ
42692000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4270
4271 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4272 texinfo-insert-@url.
4273 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4274 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4275
bb304a7a
SM
42762000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4277
82bc80bf
SM
4278 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4279 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4280 (checkdoc-minor-keymap): Backward compatibility.
4281 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4282 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4283 (checkdoc-this-string-valid-engine): Be a bit more strict
4284 to avoid matching substrings of `...' quoted vars/funs.
4285 (checkdoc-defun-info): Only look for `interactive' if alone.
4286 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4287
e8c87124
SM
4288 * progmodes/compile.el (grep): `tag-default' can be nil.
4289
bb304a7a
SM
4290 * newcomment.el (comment-indent): Paren typo.
4291
8628686a
DL
42922000-11-14 Dave Love <fx@gnu.org>
4293
25c269ef
DL
4294 * calculator.el: New maintainer version.
4295
66321b2f 4296 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4297
8628686a
DL
4298 * cmuscheme.el: Doc fixes.
4299 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4300 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4301
4302 * xscheme.el (scheme-program-name): Don't define here.
4303
4304 * progmodes/scheme.el (scheme-program-name): New variable
4305 (originally in cmuscheme).
4306
88f0a1eb
MB
43072000-11-14 Miles Bader <miles@gnu.org>
4308
4309 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4310 Handle header-lines. Don't loop forever if we can't enlarge the
4311 window anymore. Simplify a bit.
4312
cd9a000c
KH
43132000-11-14 Kenichi Handa <handa@etl.go.jp>
4314
4315 * window.el (fit-window-to-buffer): Don't check
4316 window-text-height. Assure that the last line is fully visible.
4317
83c9cb8e
SM
4318 * international/quail.el (quail-show-guidance-buf):
4319 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4320 buffer.
4321 (quail-update-guidance): Avoid making the guidance buffer shorter.
4322
d3fcda22
SM
43232000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4324
bdbd9606
SM
4325 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4326 rather than `prepend' and add an interesting comment.
4327 (tex-math-face, tex-font-lock-syntactic-face-function):
4328 New face and function to use it.
4329 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4330 than `menu-enable' symbol property.
4331 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4332 (tex-mode): Add some latex-mode commands for auto-selection.
4333 Use tex-font-lock-syntactic-face-function.
4334 (tex-insert-quote): Simplify.
4335 (tex-shell): New mode.
4336 (tex-start-shell): Use it.
4337 (tex-shell-proc, tex-shell-buf): New functions.
4338 (tex-send-command): Use it.
4339 (tex-main-file): Fix the meaning of the new arg REALFILE.
4340 (tex-send-tex-command): New function split from `tex-start-tex'.
4341 Set compilation-last-buffer and compilation-parsing-end.
4342
d3fcda22
SM
4343 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4344 when it follows non-comment text on the line.
4345
4346 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4347 Set font-lock-defaults.
4348 (lisp-mode-shared-map): Init inside the defvar.
4349 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4350 Use define-derived-mode.
4351
bdab1d43
MB
43522000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4353
4354 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4355
936ae731
GM
43562000-11-14 Gerd Moellmann <gerd@gnu.org>
4357
83c9cb8e
SM
4358 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4359 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4360 recursion; see comment there.
4361
1695ca2b
EZ
43622000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4363
4364 * faces.el (face-spec-set-match-display): Revert the change from
4365 2000-10-24. Add a FIXME for after v21.1.
4366
9d348294
MB
43672000-11-13 Miles Bader <miles@gnu.org>
4368
4369 * textmodes/fill.el (skip-line-prefix): New function.
4370 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4371 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4372 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4373 point inside the fill-prefix.
9d348294 4374
b85fa13c
MB
43752000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4376
83c9cb8e
SM
4377 * calendar/calendar.el (generate-calendar-window):
4378 Use `fit-window-to-buffer'.
b85fa13c 4379
a0b47716
SM
43802000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4381
4382 * gud.el (gud-minor-mode): New var.
4383 (gud-symbol, gud-val): New functions.
4384 (gud-find-file): Copy gud-minor-mode to the new buffer.
4385 (gud-menu-map): Include entries for commands that are not always
4386 available, using :enable to (de)activate them.
4387 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4388 (gud-mode-map): New map.
eaae8106 4389 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4390 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4391 Don't set up gud's menu (it's done by the minor-mode).
4392 (gud-minibuffer-local-map): New.
4393 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4394 (gud-query-cmdline): New function.
4395 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4396 (gud-mode): Use define-derived-mode.
4397 Don't set up gud's menu (it's done by the minor-mode).
4398 (gud-chop-words): Remove.
4399 (gud-common-init): Use split-string instead.
4400 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4401
4402 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4403 Add keyword arg :name.
4404
4405 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4406 (diff-count-matches, diff-split-hunk): New functions.
4407 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4408
4409 * pcvs-info.el (cvs-fi-conflict-face): New var.
4410
4411 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4412 Make it into a simple syntax-table, shared among all submodes.
4413 (sh-heredoc-face): Re-introduce.
4414 (sh-font-lock-syntactic-face-function): New function.
4415 (sh-mode): Use it. Also use define-derived-mode.
4416 Remove old bogus setting of indent-region-function.
4417 (sh-set-shell): Don't set the syntax-table any more.
4418 (sh-mode-syntax-table) <defun>: Remove.
4419
f5ed37df
MB
44202000-11-12 Miles Bader <miles@gnu.org>
4421
4422 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4423 message if interactive.
4424
0b074c2f
DL
44252000-11-12 Dave Love <fx@gnu.org>
4426
4427 * mail/feedmail.el: Fix header,
4428 (feedmail) <defgroup>: Add :link.
4429
4430 * view.el: Use local-map property, not keymap on mode-line string.
4431
83c9cb8e
SM
4432 * scroll-all.el (scroll-all-mode): Customize variable.
4433 Add autoload cookie to function.
0b074c2f
DL
4434
4435 * lazy-lock.el: Remove compatibility code.
4436
4437 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4438 (finder-help-echo): New variable.
4439 (finder-mouse-face-on-line): Add help-echo stuff.
4440 (finder-list-keywords, finder-list-matches): Use mapc.
4441
4442 * faces.el (face-font-registry-alternatives): Add :version.
4443
4444 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4445 tags-table-list.
4446
a0b47716 4447 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4448
a0b47716 4449 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4450 (mail-mode): Use [:alnum:] in some regexps.
4451
6d502396
DL
44522000-11-10 Dave Love <fx@gnu.org>
4453
4454 * ediff.el (ediff-regions-internal, ediff-documentation):
4455 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4456 fundamental mode.
4457
4458 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4459 buffer into fundamental mode.
4460 (ediff-set-difference): Use copy-sequence if available.
4461
83c9cb8e
SM
4462 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4463 Check ediff-patch-map non-nil.
6d502396
DL
4464 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4465 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4466 buffer into fundamental mode.
4467
4468 * ediff-merg.el (state-or-merge): Defvar when compiling.
4469
a82fe213
JR
44702000-11-10 Jason Rumney <jasonr@gnu.org>
4471
4472 * w32-fns.el (w32-add-charset-info): New function.
4473 (w32-charset-info-alist): Use it.
4474
52d89894
GM
44752000-11-10 Gerd Moellmann <gerd@gnu.org>
4476
4477 * faces.el (face-font-registry-alternatives): New user-option.
4478
178932de
SM
44792000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4480
d7fa3319
SM
4481 * textmodes/texinfo.el (texinfo-block-default): New var.
4482 (texinfo-insert-block): Use it. Insert a newline if needed.
4483
178932de
SM
4484 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4485 (fill-region-as-paragraph): Use it.
4486
4487 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4488 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4489 Tweak paragraph regexps to allow a leading [ \t]*.
4490 (tex-latex-block): Insert a newline if necessary.
4491 (latex-insert-item): Only insert a newline if necessary.
4492 (tex-guess-main-file): New function.
4493 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4494 Set tex-main-file if TeX-master is provided.
4495 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4496
bd02b8e0
GM
44972000-11-10 Gerd Moellmann <gerd@gnu.org>
4498
4499 * startup.el (command-line): Set the default tooltip-mode
4500 to t for graphical displays which implement x-show-tip.
4501
4502 * tooltip.el (tooltip-mode): Add a comment about startup.el
4503 setting the default value of this user-option.
4504
b29b03eb
SM
45052000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4506
4507 * font-lock.el (font-lock-*-face) <defvar>: Move.
4508 (font-lock-defaults-alist): Mark obsolete.
4509 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4510 (font-lock-mode): Use define-minor-mode.
4511 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4512 (font-lock-turn-off-thing-lock): Be more explicit.
4513 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4514 (font-lock-syntactic-face-function): New var.
4515 (font-lock-fontify-syntactically-region): Use it.
4516 (font-lock-doc-face): New.
4517
4518 * pcvs.el (cvs-enabledp): Ignore errors.
4519 (cvs-commit-filelist): Never query.
4520 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4521 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4522 (cvs-do-removal): Use cvs-partition rather than delete-if.
4523 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4524 cvs-bury-buffer.
4525
4526 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4527 Allow `next' to jump to after the end of the last match.
4528
778fbc46
GM
45292000-11-09 Gerd Moellmann <gerd@gnu.org>
4530
730c746c
GM
4531 * simple.el (byte-compiling-files-p): New function.
4532
4533 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4534 if it is there.
4535
4536 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4537 nil again.
4538
778fbc46
GM
4539 * textmodes/ispell.el (ispell-library-path): Don't call
4540 check-ispell-version when byte-compiling because that starts
4541 an ispell process, and ispell might not be installed.
4542 (toplevel): Don't set up a menu when byte-compiling.
4543
4544 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4545 it, so that a boundp test can be used to determine if we're
4546 currently byte-compiling.
4547
5912c5bb
DL
45482000-11-09 Dave Love <fx@gnu.org>
4549
83c9cb8e 4550 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4551
7bb054a5
GM
45522000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4553
83c9cb8e
SM
4554 * ps-print.el: Patch for variable initialization when spooling.
4555 Doc fix.
7bb054a5
GM
4556 (ps-output-list): Fun eliminated.
4557 (ps-begin-file, ps-begin-job): Code fix.
4558
9db2706e
DL
45592000-11-08 Dave Love <fx@gnu.org>
4560
83c9cb8e 4561 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4562
f7eb32aa
GM
45632000-11-08 Gerd Moellmann <gerd@gnu.org>
4564
4565 * simple.el (shell-command, display-message-or-buffer)
4566 (shell-command-on-region): Mention resize-mini-windows in the doc
4567 string.
4568 (display-message-or-buffer): Take the value of resize-mini-windows
4569 into account.
4570
7b01b08c
GM
45712000-11-07 Gerd Moellmann <gerd@gnu.org>
4572
acad3c0b
GM
4573 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4574
7b01b08c
GM
4575 * dired.el (dired-between-files): Add `^. find' as an alternative
4576 to the regular expression, for find-dired.
4577
6f602bd0
SM
45782000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4579
4580 * textmodes/texnfo-upd.el: Require texinfo.
4581 (defmacro, defgroup): Remove.
4582 (texinfo-section-to-generic-alist): Remove.
4583 Use texinfo-section-list instead (i.e. level is changed string->int).
4584 (texinfo-filter): New function.
4585 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4586 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4587 Use it. And use regexp-opt.
4588 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4589 (texinfo-update-menu-region-beginning)
4590 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4591 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4592 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4593 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4594 (texinfo-sequential-node-update): Remove autoload cookie.
4595
4596 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4597 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4598 (texinfo-chapter-level-regexp): Remove.
4599 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4600
bb216218
DL
46012000-11-06 Dave Love <fx@gnu.org>
4602
6f602bd0 4603 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4604
6f602bd0
SM
4605 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4606 Match defun*.
bb216218 4607
ff8dd5d5
KH
46082000-11-06 Kenichi Handa <handa@etl.go.jp>
4609
4610 * composite.el (composition-function-table): Variable declaration
4611 moved to src/composite.c.
4612 (compose-chars-after): New optional arg object.
4613
e9da51a1
GM
46142000-11-06 Gerd Moellmann <gerd@gnu.org>
4615
e0c12c68
GM
4616 * bindings.el (mode-line-toggle-read-only)
4617 (mode-line-toggle-modified, mode-line-widen)
4618 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4619 (make-mode-line-mouse2-map): Rewritten.
4620 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4621 functions so that C-h k can show something with a doc string.
eaae8106 4622
e9da51a1
GM
4623 * startup.el (fancy-splash-delay): Set to 10 seconds.
4624 (fancy-splash-max-time): New user-option.
4625 (fancy-splash-stop-time): New variable.
4626 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4627 (fancy-splash-screens-1): Throw `stop-splashing' when current
4628 time is greater than fancy-splash-stop-time.
4629
611dbdf0
SM
46302000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4631
4d2806e2
SM
4632 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4633
611dbdf0
SM
4634 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4635 Prompt user for a file rather than raising an error.
4636 (cvs-enabledp): Fix call to cvs-mode-marked.
4637 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4638 (cvs-mode-insert): Use it. Change the init prompt' value.
4639 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4640
4641 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4642 Don't pass default arg to ewoc-locate.
4643 (ewoc-collect): Return result in the right order.
4644
4645 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4646
4647 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4648 (cvs-status-get-tags): Fix regexp.
4649 (cvs-status-trees, cvs-status-cvstrees):
4650 Combine after change hooks and don't sit-for.
4d2806e2
SM
4651 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4652 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4653 Use make-char rather than hard-coded cryptic data.
4654 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4655
4656 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4657
4658 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4659 (cvs-insert-strings): New function.
4660
937b2877
MB
46612000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4662
4663 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4664 `mwheel-scroll-amount'.
4665 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4666 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4667 string-matching against the version string.
4668
c6c97763
KH
46692000-11-06 Kenichi Handa <handa@etl.go.jp>
4670
6eaec747
KH
4671 * language/thai.el ("Thai"): Set a lisp form that produces
4672 composed string in `sample-text' language info.
4673
4674 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4675 composed string in `sample-text' language info.
4676
83c9cb8e
SM
4677 * international/mule-cmds.el (describe-language-environment):
4678 Eval `sample-text' data and insert the result.
6eaec747 4679
c6c97763
KH
4680 * international/mule-conf.el (compound-text): Define this coding
4681 system here. Make x-ctext and ctext aliases of it.
4682
4683 * language/european.el (compound-text, ctext): Moved to
4684 international/mule-conf.el.
4685
d1145f85
AI
46862000-11-05 Andrew Innes <andrewi@gnu.org>
4687
4688 * w32-fns.el (w32-version): New function.
4689
178a6a45
SM
46902000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4691
4692 * progmodes/awk-mode.el: Update copyright.
4693 (awk-mode-abbrev-table): Remove.
4694 (awk-font-lock-keywords): Use regexp-opt.
4695 (awk-mode): Use define-derived-mode.
4696
4697 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4698 when extracting a suffix.
4699
1ba90166
AS
47002000-11-04 Andre Spiegel <spiegel@gnu.org>
4701
4702 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4703 auto-save-mode.
4704
546790cb
JR
47052000-11-04 Jason Rumney <jasonr@gnu.org>
4706
4707 * language/european.el (decode-mac-roman): Test against r1 not r0.
4708
d247e32d
SM
47092000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4710
fbf44f44
SM
4711 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4712 (icon-mode): Define indent-line-function.
4713 (icon-comment-indent): Simplify.
4714 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4715
4716 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4717
4718 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4719 Bind change-log-default-mode to defeat the caching done on it.
4720 Don't bother saving excursion any more.
4721
4722 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4723
4724 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4725 (set-frame-font): Use the new name (and the old for compatibility).
4726
eaae8106
SS
4727 * toolbar/tool-bar.el (tool-bar-mode):
4728 * time.el (display-time-mode):
4729 * recentf.el (recentf-mode):
4730 * paren.el (show-paren-mode):
4731 * mwheel.el (mouse-wheel-mode):
4732 * msb.el (msb-mode):
4733 * jka-compr.el (auto-compression-mode):
4734 * image-file.el (auto-image-file-mode):
4735 * hl-line.el (hl-line-mode):
4736 * delsel.el (delete-selection-mode):
4737 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4738 * complete.el (partial-completion-mode): Drop unneeded positional args.
4739
eaae8106 4740 * info.el (Info-mode):
79372165 4741 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4742
d247e32d
SM
4743 * log-edit.el (log-edit-menu): New menu.
4744
4921558e
MB
47452000-11-03 Miles Bader <miles@gnu.org>
4746
4747 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4748 definition, so that trailing spaces are handled properly.
4749 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4750
1fc02b3c
GM
47512000-11-03 Gerd Moellmann <gerd@gnu.org>
4752
4753 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4754 tab character.
4755 (fancy-splash-screens): Set tab-width to 20.
4756
51d001f7
DL
47572000-11-03 Dave Love <fx@gnu.org>
4758
4759 * comint.el (comint-completion-addsuffix): Fix custom type.
4760
ba22aeff
SM
47612000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4762
4763 * font-lock.el (font-lock-buffers): Remove.
4764 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4765 (font-lock-change-major-mode): Remove.
4766 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4767 (font-lock-default-fontify-region): Extend the multiline
4768 fontification to whole lines.
4769 (font-lock-fontify-anchored-keywords)
4770 (font-lock-fontify-keywords-region): If matching just one
4771 line (with \n) only mark the \n as multiline.
4772
4773 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4774 Correctly handle the case where several :group args are supplied.
4775 Allow :extra-args.
4776 (easy-mmode-define-global-mode): Allow :extra-args.
4777 Correctly handle the case where several :group args are supplied.
4778
9c887ada
MB
47792000-11-02 Miles Bader <miles@gnu.org>
4780
eaae8106 4781 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4782 (holiday-face): Remove dependency on `window-system'.
4783
7f25090d
KR
47842000-11-02 Ken Raeburn <raeburn@gnu.org>
4785
4786 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 4787 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 4788 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4789
7dd6009c
DL
47902000-11-02 Dave Love <fx@gnu.org>
4791
4792 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4793
94821e4f
EZ
47942000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4795
4796 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4797 punctuation in the warning inserted into the *mail* buffer.
4798
1ac3fc42
GM
47992000-11-02 Gerd Moellmann <gerd@gnu.org>
4800
57731876
GM
4801 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4802 (authors-public-domain-p): New function.
4803 (authors-print): Use it.
4804
975f82c9
GM
4805 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4806
1ac3fc42
GM
4807 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4808
4b3eb10f
GM
48092000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4810
975f82c9 4811 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4812 (ps-print-version): New version number (6.3.1).
4813 (ps-even-or-odd-pages): Customization fix.
4814 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4815 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4816 (ps-page-count): Var replaced by `ps-page-column'.
4817 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4818 (ps-print-sheet-p): New fun.
4819
7da794df
MB
48202000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4821
4822 * tooltip.el (tooltip-gud-tips-setup): New function.
4823 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4824 (tooltip-mode): Call tooltip-gud-tips-setup.
4825 (tooltip-gud-tips): Use `gud-basic-call' instead of
4826 process-send-string, so the prompt gets frobbed appropriately.
4827 Handle nil return value from `tooltip-gud-print-command'.
4828
0e40b809
EL
48292000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4830
4831 * comint.el (comint-add-to-input-history): New function.
4832 (comint-send-input): Use `comint-add-to-input-history'.
4833
50ada0db
MB
48342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4835
973a3104
MB
4836 * info.el (info-menu-header): New face.
4837 (Info-fontify-menu-headers): New function.
4838 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4839
50ada0db
MB
4840 * info.el (Info-insert-dir): Don't include blank lines at
4841 beginning of additional dir files (one is added automatically).
4842
bff53411
SM
48432000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * emacs-lisp/easy-mmode.el (define-minor-mode):
4846 Revert the latest changes.
4847 Allow the three positional arguments to be skipped and replaced
4848 by keyword arguments.
4849 Add a :toggle argument to determine whether a nil arg means toggle
4850 or means turn-on. The default is unchanged.
4851 Add a call to force-mode-line-update.
4852
6b8a0b2d
DL
48532000-11-01 Dave Love <fx@gnu.org>
4854
83c9cb8e 4855 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 4856
5bf99100
MB
48572000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4858
83c9cb8e
SM
4859 * calendar/calendar.el (diary-face, holiday-face):
4860 Add dark-background variants.
5bf99100 4861
a4032611
SS
48622000-10-31 Sam Steingold <sds@gnu.org>
4863
4864 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4865 `tex-main-file' does not have directory in it.
4866
c286608e
SM
48672000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4868
4869 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4870
4836835a
TTN
48712000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4872
4873 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4874 functional change.
4875
26dcb81b
GM
48762000-10-31 Gerd Moellmann <gerd@gnu.org>
4877
4878 * files.el (find-file-noselect): When we expand a wildcard, return
4879 a list of buffers, as we should do according to the doc string.
4880
49fc4500
KR
48812000-10-31 Ken Raeburn <raeburn@gnu.org>
4882
4883 * loadup.el (top level): Adjust load path if program name is
4884 "../src/bootstrap-emacs", in case it's not dumped and thus the
4885 load path adjustment hasn't already been done.
4886
ea0c615d
GM
48872000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4888
83c9cb8e
SM
4889 * ps-print.el: Fix bug on selected pages for printing.
4890 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
4891 is on. Try to avoid warning messages when compiling. Doc Fix.
4892 (ps-print-version): New version number (6.3).
4893 (ps-color-device): Use `color-values' to determine if device
4894 supports color.
4895 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4896 (ps-print-page-p): Changed from defsubst to defun.
4897 (ps-page-number): Changed from defmacro to defun.
4898 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4899 printing.
c286608e 4900 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4901 (ps-end-file, ps-dummy-page): Funs eliminated.
4902 (ps-print-color-scale): Changed default value.
4903 (ps-page-n-up, ps-print-page-p): New internal vars.
4904 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4905 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4906
9e20722f
GM
4907 * delim-col.el: Little programming improvement.
4908 (delimit-columns-str): New macro.
4909 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4910
d7a0fd00
KH
49112000-10-31 Kenichi Handa <handa@etl.go.jp>
4912
c286608e
SM
4913 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4914 Moved to european.el.
d7a0fd00
KH
4915 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4916 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4917 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4918 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4919
234be340
DL
49202000-10-30 Dave Love <fx@gnu.org>
4921
4922 * progmodes/cc-menus.el (imenu-generic-expression)
4923 (imenu-progress-message): Only defvar when compiling.
4924
4edc4a39
DL
4925 * emacs-lisp/elp.el (elp-unload-hook): New function.
4926
4927 * loadhist.el (unload-feature): Call elp-restore-function,
4928 checking for symbols; don't use elp-restore-all.
4929 (loadhist-hook-functions): Doc fix.
4930
70c825df
SM
49312000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4932
4933 * log-edit.el (log-edit-confirm): Fix the default.
4934
1d3baf74
GM
49352000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4936
4937 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4938 delimit-columns-format.
4939 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4940
1ec321a7
MB
49412000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4942
4943 * comint.el (comint-replace-by-expanded-history): Don't use
4944 comint-get-old-input (we're not looking at *old* input).
4945 (comint-get-old-input-default): If using fields, signal an error
4946 when the point is not in an input field.
4947
70737ea9
KH
49482000-10-30 Kenichi Handa <handa@etl.go.jp>
4949
4950 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4951 and mule-unicode-e000-ffff.
4952
fa0cb51d 4953 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4954 (make-coding-system): Accept a symbol of translation table as a
4955 value of property `safe-chars'.
4956
4957 * international/mule-cmds.el (encode-coding-char): Check property
4958 safe-chars instead of safe-charsets.
4959
4960 * international/fontset.el (fontset-default): Modified for
4961 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4962 (x-font-name-charset-alist): Likewise.
4963 (ccl-encode-unicode-font): New CCL program. Record it in
4964 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4965
70c825df
SM
4966 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4967 New translation tables.
70737ea9
KH
4968 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4969 programs are modified and moved from mac-win.el.
4970 (mac-roman): Definition of this coding system is modified and
4971 moved from mac-win.el.
4836835a 4972
fda2ce24 49732000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4974
1d3baf74 4975 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4976 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4977
dd4d3cb6
MB
49782000-10-29 Miles Bader <miles@gnu.org>
4979
4980 * custom.el (custom-add-to-group): Allow multiple entries for a
4981 given value OPTION, as long as their widget types are different.
4982 * cus-edit.el (custom-face-value-create): If face name doesn't end
4983 with "face", add such here (similar to custom group widgets).
4984
4985 * comint.el (comint-highlight-prompt): Add :type.
4986
dace60cf
JW
49872000-10-28 John Wiegley <johnw@gnu.org>
4988
4989 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4990 Changed this function to operate on a temporary buffer instead of
4991 the main buffer. This not only keeps flyspell from marking a
4992 buffer as changed that wasn't, but it solves the jumpy cursor
4993 problem when attempts are made to edit incorrect words.
4994 (flyspell-maybe-correct-doubling): Same change as for
4995 `flyspell-maybe-correct-transposition'.
4996
4997 * calendar/timeclock.el (timeclock-log): Doc fix.
4998 (timeclock-last-event): Doc fix.
83c9cb8e 4999 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5000 (timeclock-find-discrep): Use a temp buffer to read in the
5001 timelog, instead of visiting the file.
5002 (timeclock-log-data): A new function, along with a host of helper
5003 functions, for the purpose of making timelog data accessible to
5004 programmers.
5005
5006 * eshell/esh-mode.el (window-height test): Make certain that
5007 `eshell-stringify-t' is non-nil.
5008 (eshell-password-prompt-regexp): Changed to a much simpler
5009 password regexp.
5010 (eshell-send-input): If `eshell-invoke-directly' returns t,
5011 directly invoke the parsed command using `eval'. This improves
5012 turn-around time on simple commands by a factor of three or
5013 greater, such as cd, ls, pwd, etc. -- which get used very often.
5014 It also conserves thousands of cons cells per call (since
5015 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5016 in the Pacific Cookie Company).
5017
5018 * eshell/esh-test.el (eshell-test): Whitespace fix.
5019
83c9cb8e
SM
5020 * eshell/em-ls.el (eshell-ls-insert-directory):
5021 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5022
5023 * eshell/em-script.el (eshell-script-initialize): Add names to
5024 `eshell-complex-commands, since `source' and `.' are complex.
5025
0467b076
EZ
5026 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5027 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5028 `eshell-copy-handles'.
5029 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5030 bodies.
5031 (eshell-separate-commands): Whitespace fix.
5032 (eshell-complex-commands): Added a new list of names, for
5033 determining whether a given command is as simple as it looks.
5034 (eshell-invoke-directly): New function. Returns t if a command
5035 should be invoked directly (using `eval'), rather than indirectly
5036 using `eshell-do-eval'.
5037 (eshell-do-eval): Whitespace fix.
5038
5039 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5040 which provides an emulation of the DOS shell behavior of assuming
5041 that cp/mv/ln should copy/move/link to the current directory.
5042 (eshell-remove-entries): Added a doc string.
5043 (eshell-shuffle-files): Removed the check for `target' being null.
5044 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5045 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5046 it to do a smarter check of whether a destination was provided.
5047 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5048 (eshell/ln): Enable `:preserve-args', and use
5049 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5050 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5051 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5052 list after flattening it. This makes it possible to cat files
5053 with numerical names.
5054 (eshell-unix-initialize): Added several names to
5055 `eshell-complex-commands.
5056 (eshell-unix-command-complex-p): Return t if a given command name
5057 may result in external processes being invoked.
5058
5059 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5060 variable nil by default, since it slows down glob processing by a
5061 factor of two or more, and increases memory consumption.
5062
5063 * eshell/em-smart.el: Added a note about how memory consumptive
5064 smart display mode can be (at least this is true in Emacs 21).
5065 (eshell-smart-initialize): Whitespace fix.
5066 (eshell-refresh-windows): Use `if' instead of `when'.
5067 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5068 not necessary.
83c9cb8e 5069 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5070
5071 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5072 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5073 Whitespace fix.
5074 (eshell-ls-exclude-hidden): Added this variable in addition to
5075 `eshell-ls-exclude-regexp'. This one prevents files beginning
5076 with . from even being read, which can improve memory consumption
5077 quite a bit.
5078 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5079 read file entries beginning with a dot. In home directories with
5080 lots of hidden files, fully two-thirds of the time spent in ls is
5081 used to read directory entries that are immediately thrown away.
5082 (eshell-ls-initial-args): Added back this configuration variable,
5083 for specifying default initial arguments to every call to ls.
5084 Much faster than using an alias to do the same thing.
5085 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5086 (eshell-ls-dir): Whitespace change.
5087
5088 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5089
83c9cb8e 5090 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5091 (eshell-stringify-t): Added a customization variable, to indicate
5092 whether `t' should be rendered as a string at all. If not, one
5093 can still determine if the result of an expression is true using
5094 "file-exists-p FILE && echo true".
5095 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5096 stringify t!
5097
5098 * eshell/esh-module.el: Whitespace fix.
5099
83c9cb8e
SM
5100 * eshell/em-alias.el (eshell-alias-initialize):
5101 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5102 (eshell-command-aliased-p): New function that returns t if a
5103 command name names an aliased.
5104
657f9cb8 51052000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5106
0467b076 5107 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5108 redrawing the screen when changing cursor color.
0467b076
EZ
5109 (viper-insert-state-pre-command-sentinel)
5110 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5111 (viper-replace-state-post-command-sentinel):
5112 Use viper-preserve-cursor-color.
657f9cb8
MK
5113 Many functions changed to use viper= instead of = when comparing
5114 characters.
0467b076 5115 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5116 working with characters.
0467b076 5117 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5118 Many functions changed to use viper= instead of = when comparing
5119 characters.
0467b076 5120 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5121
0467b076 5122 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5123 Several typos fixed in various docstrings.
0467b076 5124 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5125 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5126 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5127 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5128 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5129 (ediff-get-selected-buffers): New function.
5130 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5131 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5132 Use save-window-excursion.
0467b076 5133 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5134 termination check in while loop.
0467b076 5135 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5136 dired buffer.
0467b076
EZ
5137 (ediff-files,ediff-merge-files,ediff-files3)
5138 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5139
4f490d99
DL
51402000-10-28 Dave Love <fx@gnu.org>
5141
5142 * info.el (Info-fontify-node): Add help-echo for menu items.
5143
45b84006
EZ
51442000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5145
5ebc02b3
EZ
5146 * startup.el (normal-top-level): If the value of $TERM indicates
5147 we are running from xterm or one of its work-alikes, default to a
5148 light background mode.
5149
45b84006
EZ
5150 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5151 * faces.el (tty-handle-reverse-video): New function.
5152 (tty-create-frame-with-faces): Call it.
5153
5154 * frame.el (frame-notice-user-settings): Don't apply
5155 default-frame-alist and initial-frame-alist to MS-DOS frames.
5156 Call tty-handle-reverse-video, frame-set-background-mode, and
5157 face-set-after-frame-default for non-MS-DOS frames.
5158
5159 * startup.el (tty-long-option-alist): New variable.
5160 (tty-handle-args): New function.
5161 (command-line): Call tty-handle-args.
5162
5163 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5164 startup.el now does that for all character-terminal frames.
5165
eab6e8b9
MB
51662000-10-28 Miles Bader <miles@gnu.org>
5167
83c9cb8e
SM
5168 * emacs-lisp/easy-mmode.el (define-minor-mode):
5169 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5170 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5171 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5172 version using `easy-mmode-define-global-mode'.
5173 Add :conditional-turn-on keyword argument.
eab6e8b9 5174
51a29efc
DL
51752000-10-28 Dave Love <fx@gnu.org>
5176
83c9cb8e
SM
5177 * international/latin1-disp.el (latin1-char-displayable-p):
5178 Don't use window-system.
51a29efc 5179
d71d7114
EZ
51802000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5181
5182 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5183 Don't call find-buffer-file-type-coding-system. Instead, just
5184 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5185 if the file is on an untranslated filesystem.
5186 (add-untranslated-filesystem): Use "D" instead of "f" inside
5187 interactive.
5188
1f9cab4b
DL
51892000-10-27 Dave Love <fx@gnu.org>
5190
70c825df 5191 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5192 (refill-mode): Use it.
5193
70c825df
SM
51942000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5195
5196 * international/quail.el (quail-activate): Don't make-local-hook.
5197
7432cf10
AS
51982000-10-27 Andre Spiegel <spiegel@gnu.org>
5199
4836835a 5200 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5201 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5202 (vc-make-version-backup): Don't do it on MS-DOS without long file
5203 names.
4836835a 5204
7432cf10
AS
5205 * vc.el (vc-version-other-window): If an automatic backup of the
5206 desired version exists, rename it instead of copying it.
5207
4836835a
TTN
5208 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5209 after command. If there's an unexpected error, signal it instead
7432cf10 5210 of being silent.
e1483c38 5211 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5212
05ea7ef2
MB
52132000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5214
fd1035aa
MB
5215 * shell.el (shell): Add BUFFER argument.
5216 * comint.el (make-comint-in-buffer): New function.
5217 (make-comint): Use it.
5218
05ea7ef2
MB
5219 * faces.el (face-spec-choose): Change syntax so that the list of
5220 attribute-value pairs is now the cdr of each clause, not the cadr.
5221 Detect old-style entries, and handle them. Use pop.
5222
835a55fe
SM
52232000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5224
f5ab1cdd
SM
5225 * cus-edit.el (custom-mode-map): Use a sparse map.
5226 (custom-mode): Don't bother with make-local-hook.
5227
5228 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5229
835a55fe
SM
5230 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5231
c13b0ec8
GM
52322000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5233
5234 * ps-print.el: Avoid compilation gripes.
5235 (ps-print-version): New version number (6.2.1).
4836835a 5236
e9f63196
DL
52372000-10-26 Dave Love <fx@gnu.org>
5238
0b95284b
DL
5239 * menu-bar.el: Modify some menu item help strings.
5240 (menu-bar-help-menu): Add link to MORE.STUFF.
5241
e9f63196
DL
5242 * cus-edit.el (custom-mode): Add `special' mode-class property.
5243
5244 * wid-browse.el (widget-browse-mode): Likewise.
5245
5246 * wid-edit.el (widget-specify-field): Revert to using local-map
5247 property, not keymap.
5248
e276a14a
MB
52492000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5250
c1545d88
MB
5251 * wid-edit.el (widget-field-end): When checking for a `boundary'
5252 field, do so in the correct buffer.
5253
3c1b77ca
MB
5254 * simple.el (undo): Correctly distinguish between numeric and
5255 non-numeric prefix args in non-transient-mark-mode, as per the doc
5256 string. When in transient-mark-mode, treat all prefix-args as
5257 numeric.
5258
f5ab1cdd
SM
5259 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5260 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5261
5262 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5263 (comint-mode-map): Reverse order of `comint-write-output' and
5264 `comint-append-output-to-file'.
5265 (comint-append-output-to-file): Reinstate this function, for the
5266 benefit of the menu.
5267
d97151cb
SM
52682000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5269
5270 * vc.el (vc-version-other-window): Bind `file'.
5271
ea7d6f5b
GM
52722000-10-25 Gerd Moellmann <gerd@gnu.org>
5273
f5ab1cdd 5274 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5275
5276 * emacs-lisp/authors.el (batch-update-authors): New function.
5277 (authors-fixed-entries): New defconst.
5278 (authors-add-fixed-entries): New function.
5279 (authors): Call it.: Don't process lispref/.
5280
17c25cea
JR
52812000-10-25 Jason Rumney <jasonr@gnu.org>
5282
5283 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5284 Merge x w32 and mac definitions.
5285
4ecda532
GM
52862000-10-25 Gerd Moellmann <gerd@gnu.org>
5287
5288 * menu-bar.el (menu-bar-options-menu): Add a help string for
5289 `uniquify'.
5290
b6735035
GM
52912000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5292
f5ab1cdd
SM
5293 * time-stamp.el (time-stamp-string-preprocess):
5294 Fix a wrong type argument error.
b6735035 5295
f4cbc7a0
MB
52962000-10-25 Miles Bader <miles@gnu.org>
5297
5298 * recentf.el (recentf-mode): Variable removed.
5299 (recentf-mode): Use `define-minor-mode'.
5300
5301 * mwheel.el (mouse-wheel-mode): New global minor mode.
5302 (mwheel-install): Use `mouse-wheel-mode'.
5303
f4b020f6
DL
53042000-10-25 Dave Love <fx@gnu.org>
5305
f5ab1cdd
SM
5306 * progmodes/cperl-mode.el (cperl-mode):
5307 Set normal-auto-fill-function correctly.
072cb6f9 5308
83c9cb8e
SM
5309 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5310 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5311 bindings.
f4b020f6 5312
ebe2a441
MB
53132000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5314
ff4dcd4b
MB
5315 * wid-edit.el (widget-field-at): New function.
5316 (widget-at, widget-field-activate): Use it.
5317 (widget-tabable-at): Use `widget-at'.
5318 (widget-specify-field): If the terminating character of the widget
5319 field (which is read-only) is a newline, put it into a special
5320 `boundary' field so that C-n/C-p act more naturally.
5321 (widget-field-end): Also don't subtract one if a special
5322 `boundary' field has been added after the widget field.
5323
83c9cb8e
SM
5324 * comint.el (comint-output-filter, comint-send-input):
5325 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5326 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5327
ebe2a441
MB
5328 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5329 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5330 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5331
fe50b6ab
GM
53322000-10-24 Gerd Moellmann <gerd@gnu.org>
5333
53df4dda 5334 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5335 (authors): Set file coding system to iso-2022-7bit.
5336 Add file-local variables to output buffer.
53df4dda 5337
4836835a 5338 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5339 WARN is nil.
5340
53df4dda
GM
53412000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5342
5343 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5344
5345 * delim-col.el: Now there is a column formatting mechanism.
5346 Modified to customization mechanisms convention. Doc fix.
5347 (columns): New group for delim-col.
5348 (delimit-columns-before, delimit-columns-after)
5349 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5350 (delimit-columns-end): New vars.
5351 (delimit-columns-customize, delimit-columns-format): New funs.
5352 (delimit-columns-region, delimit-columns-rectangle)
5353 (delimit-columns-rectangle-line): Modified to support column
5354 formatting.
4836835a 5355
a9839779
DL
53562000-10-24 Dave Love <fx@gnu.org>
5357
5358 * log-edit.el (log-edit): Add :version and a :group for vc.
5359
df0267b8
GM
53602000-10-24 Gerd Moellmann <gerd@gnu.org>
5361
9acc3873
GM
5362 * files.el (after-find-file): Don't print a message ``New file''
5363 if WARN is nil.
5364
83c9cb8e
SM
5365 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5366 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5367 get duplicate tool-bar entries because we'll see the global ones
5368 on more than one path through keymaps.
5369
1946f901
GM
5370 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5371
df0267b8
GM
5372 * progmodes/cmacexp.el: Change Francesco's email address.
5373
ae3b264b
KH
53742000-10-24 Kenichi Handa <handa@etl.go.jp>
5375
5376 * window.el (fit-window-to-buffer): Adjust point of the window
5377 buffer, not that of the current buffer.
5378
23afac01
EZ
53792000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5380
5381 * progmodes/cmacexp.el: Update the euthor's email address.
5382
22d1a4ed
MB
53832000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5384
5385 * faces.el (face-spec-set-match-display): Add `graphic' display
5386 type (the inverse of `tty'). Use `display-graphic-p' instead of
5387 the window-system variable.
5388
f408aa48
KH
53892000-10-24 Kenichi Handa <handa@etl.go.jp>
5390
83c9cb8e
SM
5391 * international/isearch-x.el (isearch-with-input-method):
5392 Call input-method-function with the first event in
f408aa48
KH
5393 unread-command-events.
5394
94fe8a31
MB
53952000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5396
83c9cb8e 5397 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5398
8f47302e
AC
53992000-10-24 Andrew Choi <akochoi@i-cable.com>
5400
5401 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5402 New charsets.
5403
5404 * term/mac-win.el: Remove definitions of mac-roman-lower and
5405 mac-roman-upper, require dired, and define instead of set
5406 mac-ready-for-drag-n-drop to avoid compilation error.
5407
446c097e
AI
54082000-10-23 Andrew Innes <andrewi@gnu.org>
5409
83c9cb8e
SM
5410 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5411 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5412 expand-file-name after convert-standard-filename to ensure
5413 expected directory separators are used.
5414
379b70e7
EZ
54152000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5416
5417 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5418
85c766e9
DL
54192000-10-23 Dave Love <fx@gnu.org>
5420
b7e03a67
DL
5421 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5422 (tool-bar-add-item): Set foreground and background for XBM icons.
5423
83c9cb8e
SM
5424 * international/latin1-disp.el (latin1-char-displayable-p):
5425 New function (from Handa).
b7e03a67
DL
5426 (latin1-display-check-font): Use it.
5427
0dcf8835 5428 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5429 using :key-sequence, making it much more usable.
5430 Use nconc, not append.
0dcf8835
DL
5431 (imenu--create-keymap-1): Avoid append.
5432
85c766e9 5433 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5434
cb3069bb
MB
54352000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5436
5437 [the following changes fix a bug where `define-minor-mode' didn't
5438 correctly generate :require clauses for defcustoms in compiled files]
5439 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5440 (byte-compile-log-file, byte-compile-log-1): Don't set
5441 `byte-compile-current-file' to nil. Instead set
5442 `byte-compile-last-logged-file' to it. Test whether
5443 byte-compile-current-file equals byte-compile-last-logged-file
5444 instead of whether its nil.
3b6542ba 5445 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5446
6db6243b
SM
54472000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5448
5449 * textmodes/refill.el: Fix var names in doc.
5450 (refill-mode): Don't bother with make-local-hook anymore.
5451
98490598
MB
54522000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5453
e01cd227
MB
5454 * faces.el (face-user-default-spec, face-default-spec): New functions.
5455 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5456 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5457 Use `face-user-default-spec'. Simplify code slightly.
5458
4836835a 5459 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5460 (woman-unknown-face): Add dark-background variants.
5461 (woman-default-faces): Renamed from `woman-colour-faces'.
5462 Set using the stored defaults, rather than using hard-wired colors.
5463 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5464 Just make the foreground `unspecified' rather than "black".
5465 (woman-menu): Rename menu entries accordingly.
5466
98490598
MB
5467 * faces.el (header-line): Make more reasonable on mono/grayscale
5468 displays.
5469
1a578e9b
AC
54702000-10-23 Andrew Choi <akochoi@i-cable.com>
5471
5472 * cus-edit.el (custom-button-face): Use 3D look for mac.
5473 (custom-button-pressed-face): Likewise.
5474
5475 * faces.el (set-face-attributes-from-resources): Handle mac frames
5476 in the same way as x and w32 frames.
5477 (face-valid-attribute-values): Likewise.
5478 (read-face-attribute): Likewise.
5479 (defined-colors): Likewise.
5480 (color-defined-p): Likewise.
5481 (color-values): Likewise.
5482 (display-grayscale-p): Likewise.
5483 (face-set-after-frame-default): Likewise.
5484 (mode-line): Same default face as for x and w32.
5485 (tool-bar): Likewise.
5486
5487 * frame.el: Remove call to frame-notice-user-settings at end of
5488 the file.
5489
83c9cb8e 5490 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5491 as for x, pc, and w32 frame types.
5492
5493 * term/mac-win.el: New file.
5494
aaaf7be7
DL
54952000-10-22 Dave Love <fx@gnu.org>
5496
5497 * textmodes/refill.el: New file.
5498
5392d654
AS
54992000-10-22 Andre Spiegel <spiegel@gnu.org>
5500
4836835a 5501 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5502 MANUAL and REGEXP.
4836835a 5503 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5504 New functions.
5505 (vc-before-save): Use the latter.
5506 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5507 confusion.
5508
4836835a 5509 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5510 expected by vc[-hooks].el.
5511
5512 * vc.el (vc-checkout): Added `-p' suffix in call to
5513 vc-make-version-backups-p; use vc-make-version-backup to actually
5514 make the backup.
5515 (vc-version-other-window, vc-version-backup-file): Handle both
5516 automatic and manual backups.
5517 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5518 of all of them.
5519
1e221c16
MB
55202000-10-22 Miles Bader <miles@gnu.org>
5521
7ff4fda5
MB
5522 * comint.el (comint-highlight-input, comint-highlight-prompt):
5523 Renamed, `-face' at end removed.
5524 (comint-send-input, comint-output-filter): Use renamed faces.
5525
3511cde8
MB
5526 * window.el (fit-window-to-buffer): Change defaulting of
5527 MAX-HEIGHT slightly.
5528
1e221c16
MB
5529 * faces.el (color-values, color-defined-p): Use `member', not
5530 `memq', because it works correctly for strings.
5531 (frame-set-background-mode): Actually, "unspecified-fg" and
5532 "unspecified-bg" *are* strings. Use `member', not `memq', and
5533 `equal', not `eq', when a string value is possible.
5534
b6ef4898
EZ
55352000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5536
5537 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5538
34939e2c
SM
55392000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5542 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5543 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5544 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5545 (sh-font-lock-syntactic-keywords): Use them.
5546 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5547 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5548 (sh-mode): Don't override font-lock-unfontify-region-function.
5549 Use a copy of sh-font-lock-syntactic-keywords.
5550 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5551 Don't call sh-scan-buffer since font-lock does it on the fly.
5552 (sh-get-indent-info): Use `face' rather than `syntax-table'
5553 text-property to detect here-documents.
5554 Replace sh-special-syntax with sh-st-punc.
5555 (sh-prev-line): Use `face' rather than `syntax-table'
5556 text-property to skip over here-documents.
5557 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5558 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5559 (sh-electric-less, sh-set-here-doc-region)
4836835a 5560 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5561 (sh-scan-buffer, sh-rescan-buffer): Remove.
5562
f3d3c491
AI
55632000-10-21 Andrew Innes <andrewi@gnu.org>
5564
5565 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5566 remote (ange-ftp) file names.
5567
b86c791c
MB
55682000-10-21 Miles Bader <miles@gnu.org>
5569
d9c30bdf
MB
5570 * window.el (fit-window-to-buffer): New function.
5571 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5572 (window-text-height): Don't expect minibuffers to have mode-lines.
5573
d9c30bdf 5574 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5575 * international/quail.el (quail-update-guidance):
5576 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5577
617fee5a
MB
5578 * international/quail.el (quail-show-guidance-buf): Make sure
5579 guidance window really has enough room.
5580 (quail-update-guidance): If quail-guidance-win is already shown,
5581 make sure its height is OK.
5582
b86c791c
MB
5583 * window.el (window-text-height, set-window-text-height):
5584 New functions.
5585 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5586 instead of `window-height' & `mode-line-window-height-fudge'.
5587 (mode-line-window-height-fudge): Add FACE parameter.
5588 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5589 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5590
e34850d1
MB
55912000-10-20 Miles Bader <miles@gnu.org>
5592
5593 * window.el (height-affecting-face-attributes): Use `defconst'.
5594
5595 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5596 New function, conditionally aliased to `mode-line-window-height-fudge'.
5597 (ispell-help): Use it.
5598 (ispell-choices-win-default-height): Don't include mode-line fudge.
5599 (ispell-choices-win-default-height): New function.
5600 (ispell-show-choices, ispell-command-loop): Use function
5601 `ispell-choices-win-default-height' instead of variable.
5602
a8b883c2
MB
56032000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5604
8c6e4a58
MB
5605 * window.el (mode-line-window-height-fudge): New variable.
5606 (height-affecting-face-attributes): New variable.
5607 (mode-line-window-height-fudge): New function.
5608 (shrink-window-if-larger-than-buffer): Use it.
5609 * help.el (resize-temp-buffer-window): Likewise.
5610
a8b883c2
MB
5611 * info.el (Info-fontify-node): Add support for @subsubsection
5612 titles, which use `Info-title-4-face'.
5613 (Info-title-4-face): New face.
5614 (Info-title-3-face): Inherit from Info-title-4-face instead of
5615 variable-pitch.
5616
e64c3a75
JR
56172000-10-19 Jason Rumney <jasonr@gnu.org>
5618
5619 * dired.el (dired-insert-directory): Do not let errors signalled by
5620 attempt to run dired-free-space-program prevent dired from working.
5621
c70fe852
SM
56222000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5623
5624 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5625
877cf6b4
GM
56262000-10-19 Gerd Moellmann <gerd@gnu.org>
5627
5de037e0
GM
5628 * dirtrack.el (dirtrack): Fix call to run-hooks.
5629
6deb9af9
GM
5630 * cmuscheme.el (cmuscheme-program-name): Renamed from
5631 scheme-program-name because xscheme.el contains a defcustom with
5632 the same name. As a consequence, customizing group `cmuscheme'
5633 loaded `xscheme' which redefined run-scheme.
5634 (run-scheme): Use cmuscheme-program-name.
5635
83c9cb8e 5636 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5637
e597d8fb 5638 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5639 anonymous address, and add a website for Befrienders International.
4836835a 5640
3e9cb08f
GM
56412000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5642
c70fe852
SM
5643 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5644 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5645 (ps-print-version): New version number (6.2).
5646 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5647 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5648 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5649 (ps-x-extent-priority, ps-x-extent-start-position)
5650 (ps-x-face-font-instance, ps-x-find-coding-system)
5651 (ps-x-font-instance-properties, ps-x-make-color-instance)
5652 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5653 avoid compilation gripes without defining functions.
5654 (ps-e-find-composition): Alias for function find-composition, to have a
5655 suitable function depending on Emacs version.
5656 (ps-color-device, ps-color-values, ps-face-foreground-name)
5657 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5658 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5659 (ps-print-ensure-fontified): Function definitions surrounded by
5660 `eval-and-compile' to avoid compilation gripes.
5661 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5662 by symbol-value to avoid compilation gripes.
5663 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5664 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5665
d8abcd91
MB
56662000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5667
13ab33c4
MB
5668 * startup.el (normal-top-level): Call `frame-set-background-mode'
5669 after `frame-notice-user-settings' because the latter doesn't call
5670 the former on a tty.
5671
d8abcd91
MB
5672 * faces.el (frame-set-background-mode): `unspecified' &c are
5673 symbols, not strings.
5674
e8bce0a9
EZ
56752000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5676
c70fe852
SM
5677 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5678 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5679
c70fe852
SM
5680 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5681 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5682
773272d8
KH
56832000-10-19 Kenichi Handa <handa@etl.go.jp>
5684
c70fe852 5685 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5686 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5687 for ISO10646-1 fonts.
5688 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5689
772139c0
EZ
56902000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5691
5692 * faces.el (frame-set-background-mode): If a tty frame defines a
5693 background color, use that to compute the background mode, instead
5694 of always defaulting to "dark".
5695
d134a19f
MB
56962000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5697
8bb84cb2
MB
5698 * comint.el (comint-write-output): New function.
5699 (comint-mode-map): Add it to the menu.
e40a778f 5700 Bind `C-c C-s' to comint-write-output.
d134a19f 5701
dada41e1
GM
57022000-10-18 Gerd Moellmann <gerd@gnu.org>
5703
5704 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5705 Use fancy-splash-delay.
5706
9b5360aa
GM
57072000-10-18 Alex Schroeder <alex@gnu.org>
5708
5709 * progmodes/sql.el (sql-sybase-options): New option.
5710 (sql-sybase): Use it. Add sql-database to the list of parameters
5711 provided for login. The options -w 2048 -n are not used any more.
5712
9035a35a
GM
5713 * comint.el (comint-read-input-ring): Bugfix such that the first
5714 and the last entry of the input ring file are not lost.
5715
3556c6dd
GM
57162000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5717
5718 * ps-print.el: Internal variable changes to defcustom,
5719 make-local-hook changes to defvar. Doc fix.
5720 (ps-print-version): New version number (6.1).
5721 (ps-setup, ps-do-despool): Code fix.
5722 (ps-printer-name): Customization fix.
5723 (ps-printer-name-option): Now is a defcustom instead of an
5724 internal variable.
5725 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5726 (ps-print-begin-column-hook): Now are defvar instead of
5727 make-local-hook.
4836835a 5728
4e217e50
MB
57292000-10-18 Miles Bader <miles@gnu.org>
5730
5731 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5732 (comint-kill-output): Changed into an alias for `comint-delete-output',
5733 and made obsolete.
5734 (comint-mode-map): Rename references to comint-kill-output.
5735
34460354
EZ
57362000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5737
5738 * diff-mode.el (diff-header-face, diff-file-header-face)
5739 (diff-changed-face): Add bold and italic attributes to tty faces.
5740 (diff-function-face): New face.
5741 (diff-font-lock-keywords): Use it.
5742
17ea3cdb
MB
57432000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5744
5745 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5746 Remove commented-out call to force-mode-line-update.
5747 (comint-kill-output): Use `forward-line 0' instead of
5748 beginning-of-line to make sure we get past the prompt.
5749
9244f2c7
SM
57502000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * diff-mode.el (diff-header-face, diff-file-header-face):
5753 Add specific setting for dark background.
5754 (diff-context-face): Renamed from diff-comment-face.
5755 Set explicitly rather than inheriting from font-lock-comment-face.
5756
1592c1ef
EZ
57572000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5758
5759 * startup.el (command-line): Move the code which sets the default
5760 TTY colors to before before-init-hook.
5761
f86292a9
GM
57622000-10-17 Gerd Moellmann <gerd@gnu.org>
5763
5764 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5765
f7f2e883
EZ
57662000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5767
e854cc22
EZ
5768 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5769 extensions, for MS-DOS.
5770
f7f2e883
EZ
5771 * diff-mode.el (diff-header-face, diff-file-header-face)
5772 (diff-changed-face): Define tty-specific colors.
5773
c7b4f0f9
GM
57742000-10-17 Gerd Moellmann <gerd@gnu.org>
5775
5776 * startup.el (fancy-splash-text): Realign the text.
5777
12a72271
EZ
57782000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5779
5780 * font-lock.el (font-lock-comment-face): Define a separate default
5781 for dark-background tty's.
5782
61dfccfd
MB
57832000-10-17 Miles Bader <miles@gnu.org>
5784
5785 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5786 being obscured by whizzy mode-lines on graphics displays.
5787
333cd59e
EZ
57882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5789
5790 * info.el (Info-title-1-face, Info-title-2-face)
5791 (Info-title-3-face): Define colors for tty's.
dada41e1 5792 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5793
dbf1fcc1
EZ
57942000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5795
5796 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5797 reverse from the frame parameters, and don't invert foreground and
5798 background colors.
5799
ac629823
MB
58002000-10-16 Miles Bader <miles@gnu.org>
5801
5802 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5803 string "*Info*". Call propertized-buffer-identification to spruce
5804 up the result.
5805
76eebffc
GM
58062000-10-16 Gerd Moellmann <gerd@gnu.org>
5807
3a6b59d9
GM
5808 * help.el: Provide `help' for the sake of define-minor-mode
5809 which generates defcustoms with requires.
5810
6569c3d3
GM
5811 * jit-lock.el (jit-lock-after-change): If we're in text that
5812 matches a multi-line font-lock pattern, make sure the whole text
5813 will be redisplayed.
5814
c2e0a611
GM
5815 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5816 author's name is unknown.
5817
76eebffc
GM
5818 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5819 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5820 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5821 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5822 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5823 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5824 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5825 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5826 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5827 Add author information.
5828
cf1e7b12
MB
58292000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5830
5831 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5832 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5833 full-color version (using the Gimp) to eliminate dithering artifacts.
5834
5586f3eb
SM
58352000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5838
5839 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5840
ad64a888
DL
58412000-10-15 Dave Love <fx@gnu.org>
5842
83c9cb8e 5843 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
5844
5845 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5846
5847 * whitespace.el: Doc fixes.
5848 (top-level): Don't add hooks here.
5849 (whitespace-running-emacs): Deleted.
5850 (timer): Don't require.
5851 (whitespace): Add back :version conditional on xemacs test.
5852 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5853 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5854 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5855 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5856 Avoid specific xemacs test.
5857 (whitespace-global-mode): New option.
5858 (whitespace-global-mode): New command.
5859 (whitespace-unload-hook): New function.
5860
5861 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5862 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5863 (Info-fontify-node): `Goto' goes to `Go to'.
5864 (Info-fontify-node): Add help-echo to xref links.
5865
1ef49fc6
EZ
58662000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5867
5868 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5869
8b7707e1
SM
58702000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5871
b3b7f42f
SM
5872 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5873 Use plist-get and allow :inherit.
5874
5875 * emacs-lisp/cl-macs.el (cl-do-arglist):
5876 Use plist-get and plist-member instead of memq.
5877
3c7fafc7
SM
5878 * emacs-lisp/ewoc.el (ewoc-location): New function.
5879 (ewoc-enter-after, ewoc-enter-before): Document return value.
5880 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5881 Don't need make-local-hook any more.
5882 (cvs-addto-collection): Return the new tin.
5883 (cvs-mode-insert): Jump to the new line.
5884
8b7707e1
SM
5885 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5886
5887 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5888
5889 * font-lock.el (font-lock-syntactically-fontified): New var.
5890 (font-lock-fontify-syntactic-keywords-region): Use it.
5891 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5892
5893 * diff-mode.el (diff-find-file-name): Fix regexp.
5894
5895 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5896 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5897
5898 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5899 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5900 (sh-mode): Don't make all vars local here.
5901 (sh-kw): Reformat.
5902 (sh-set-shell): Use dolist. Don't set indent-region-function.
5903 (sh-mode-syntax-table): Use pop.
5904 (sh-remember-variable): Use push.
5905 (sh-help-string-for-variable): Use memq.
5906 (sh-safe-backward-sexp): Remove.
5907 (sh-safe-forward-sexp): Add ARG.
5908 (sh-get-indent-info, sh-prev-stmt): Use it.
5909 (sh-prev-line): Simplify by using forward-comment.
5910 (sh-this-is-a-continuation): Simplify.
5911 (sh-learn-buffer-indent): Use dolist.
5912 (sh-do-nothing): Remove.
5913 (sh-set-char-syntax, sh-set-here-doc-region):
5914 Use inhibit-modification-hooks.
5915 (sh-name-style): Use mapcar and push.
5916 (sh-load-style): Use dolist.
5917 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5918 (sh-case, sh-while-getopts): Use propertize directly rather
5919 than sh-electric-rparen.
5920
59212000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5922
5923 * textmodes/tex-mode.el: Require CL when compiling.
5924 (tex-mode-syntax-table): Init immediately.
5925 (tex-mode-map): Bind M-RET to latex-insert-item.
5926 (latex-mode): Set indent-line-function to latex-indent.
5927 (tex-common-initialization): Don't setup the syntax-table any more.
5928 (latex-insert-item): New skeleton.
5929 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5930 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5931 (latex-indent, latex-find-indent): New functions.
4836835a 5932 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5933 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5934 (tex-compilation-parse-errors): Use with-syntax-table.
5935
86b7fcbb
MB
59362000-10-15 Miles Bader <miles@gnu.org>
5937
5938 * font-lock.el (font-lock-comment-face): Change dark-background,
5939 color, non-tty, default to `chocolate1'.
5940
57a24508
JW
59412000-10-13 John Wiegley <johnw@gnu.org>
5942
5943 * eshell/esh-util.el (require): Added a missing `require' form,
5944 needed when compiling (for an ange-ftp macro definition).
5945
40ad3db4
DL
59462000-10-13 Dave Love <fx@gnu.org>
5947
5948 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5949
db460189
GM
59502000-10-13 Gerd Moellmann <gerd@gnu.org>
5951
83c9cb8e 5952 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 5953
4836835a 5954 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5955 transparent -colors 8).
5956
3b5e21df
GM
59572000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5958
5959 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5960 that breaks with old list format timestamps.
5961 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 5962 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 5963
16908a3f
JW
59642000-10-13 John Wiegley <johnw@gnu.org>
5965
d7103dda
JW
5966 * align.el, pcomplete.el, calendar/timeclock.el,
5967 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5968
dace60cf 5969 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5970 faulty math, where holiday hours were being computing as seconds.
5971
b6b70cda
JW
59722000-10-13 John Wiegley <johnw@gnu.org>
5973
5974 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
5975 specifying what "other" kinds of buffers should be saved.
5976 This used to be hard-coded.
b6b70cda
JW
5977 (desktop-buffer-misc-functions): A global for specifying how
5978 auxiliary data should be determined for special buffer types.
5979 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5980 instead of hard-coding the special buffer types.
5981 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5982 auxiliary data, instead of hard-coding for Info buffers and dired.
5983 (desktop-buffer-info-misc-data): Aux function for determining Info
5984 buffer auxiliary info.
5985 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5986 (desktop-buffer-info): Changed this function to use the info
5987 gathered above.
5988 (desktop-create-buffer): Be a little more careful about what
5989 `minor-mode' means before calling it. This is important for some
5990 buffer types.
5991
8c6b1d83
JW
59922000-10-13 John Wiegley <johnw@gnu.org>
5993
5994 * eshell/esh-util.el: Added a global form which declares an
5995 autoload for `parse-time-string', if that function is not already
5996 defined, and if parse-time.el is available on the user's system.
5997
5998 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5999 to be aware of ange-ftp user info.
83c9cb8e 6000 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6001 (eshell-ls-annotate): Use `eshell-file-attributes'.
6002 (eshell-ls-file): Made the user-id printing code a bit smarter.
6003
6004 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6005 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6006 It's manual, but there's no other way to know when the current user
6007 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6008 (fboundp): Bind `ange-cache'.
6009 (eshell-directory-files-and-attributes): Re-organized the logic a
6010 bit to use `eshell-file-attributes' instead of `file-attributes'.
6011 The former is more sensitive to directories that are read via FTP,
6012 and knows how to use ange-ftp to determine full attribute
6013 information, instead of just the name and last modtime.
6014 (eshell-current-ange-uids): Return the current user id when in a
6015 remote directory.
6016 (eshell-parse-ange-ls): Parse a full directory listing that has
6017 been returned by ange-ftp.
6018 (eshell-file-attributes): This beefed up version of
6019 `file-attributes' is only special if the user is currently in a
6020 remote directory, in which case it does a lot of work to find out
6021 what the real attributes of a file are, as they appear on the
6022 remote machine. This makes usage of remote directories (i.e.,
6023 ange-ftp pathnames) much more useful. You can now use Eshell as a
6024 full-fledged FTP client, with much more manipulation ability than
6025 most other clients.
6026
6027 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6028 variable, which means that Eshell's du should always be preferred
6029 in remote directories.
6030 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6031 just `file-attributes'.
6032 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6033 when reading remote directories. This is an Eshell-specific
6034 variable (not part of ange-ftp).
6035 (eshell/ln): Bind `ange-cache'.
6036 (eshell/du): Added some extra logic for determining when to use
6037 Eshell's du (which is slow), and when to use the external version
6038 (which may or may not exist).
6039
83c9cb8e
SM
6040 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6041 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6042 `get-buffer-process', since backgrounded processes don't count in
6043 the context of this function's logic.
6044
6045 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6046 `forward-char', so that null strings are parsed correctly.
6047
87730e84 60482000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6049
83c9cb8e
SM
6050 * eshell/em-pred.el (eshell-pred-file-type)
6051 (eshell-pred-file-links, eshell-pred-file-size):
6052 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6053
6054 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6055 that remote file globbing is more efficient.
6056
6057 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6058 gathering the files and attributes within a directory.
6059
6060 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6061 the command line is a special file (not a regular file, directory
6062 or symlink), always attempt to call the external version of cat.
6063
87730e84 60642000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6065
6066 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6067 Eshell-friendly version of find-tag.
6068
1c7e37a9
MB
60692000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6070
4836835a 6071 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6072 (image-file-name-regexps): Add autoload cookies.
6073
11a7f341
KH
60742000-10-13 Kenichi Handa <handa@etl.go.jp>
6075
6076 * international/mule-cmds.el (select-safe-coding-system): If FROM
6077 is string, show it in *Warning* buffer.
6078
8ddddcb0
EZ
60792000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6080
6081 * startup.el (normal-top-level): Use display-popup-menus-p instead
6082 of window-system.
6083 (command-line): Use display-graphic-p instead of window-system.
6084 (command-line-1): Use display-popup-menus-p and display-mouse-p
6085 instead of window-system.
6086
72200f89
SS
60872000-10-12 Sam Steingold <sds@gnu.org>
6088
6089 * tooltip.el (tooltip-use-echo-area): New user variable.
6090 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6091
8661c643
DL
60922000-10-12 Dave Love <fx@gnu.org>
6093
d0b40dc1
DL
6094 * recentf.el: Maintainer's checkdoc fixes.
6095
83c9cb8e
SM
6096 * startup.el (normal-top-level-add-subdirs-to-load-path):
6097 Use character class, not ASCII when matching file names.
a622451f
DL
6098 (fancy-splash-head): Add trailing slash to URL.
6099 (command-line): Don't require XPM support for toolbar.
6100
8661c643
DL
6101 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6102 (cperl-invalid-face): Revert last change.
6103 (cperl-init-faces): Quote cperl-invalid-face.
6104
ef2ed8ab
KH
61052000-10-12 Kenichi Handa <handa@etl.go.jp>
6106
6107 * startup.el (fancy-splash-text): Remove superfluous quote.
6108
b0da379e
GM
61092000-10-12 Gerd Moellmann <gerd@gnu.org>
6110
dbeb499b
GM
6111 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6112 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6113 (command-line-1): Don't use fancy-splash-pending-command.
6114 (fancy-splash-screens-1): Goto point-min after inserting text.
6115
d861718a
GM
6116 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6117
b0da379e
GM
6118 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6119 instead of shared-lisp-mode-map.
6120
4fb2ad98
MB
61212000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6122
1cb4393e
MB
6123 * faces.el (header-line): Change tty-variant to use underlining.
6124
4fb2ad98
MB
6125 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6126 (isearch-highlight): Restore lazy-isearch face properties at old
6127 position, and suppress them at new position.
6128 (isearch-dehighlight): Restore lazy-isearch face properties.
6129 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6130 over the real isearch overlay, but in that case, don't give it a
6131 face property. Use `push'.
6132
eb991b25
KH
61332000-10-12 Kenichi Handa <handa@etl.go.jp>
6134
6135 * man.el (Man-getpage-in-background): Fix previous change.
6136 Decode the process output only when we are in multibyte mode.
6137
a818c1c0
DL
61382000-10-11 Dave Love <fx@gnu.org>
6139
c990f53a
DL
6140 * info.el (Info-mode-menu): Fix some help.
6141 (info-tool-bar-map): Add entry for Info-last.
6142
a818c1c0
DL
6143 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6144 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6145 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6146 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6147 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6148 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6149 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6150 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6151 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6152 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6153 Reduce colour requirements to 25 overall. (Probably wants
6154 revisiting from the originals to reduce further.)
6155
c1b096cb
EZ
61562000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6159 buffer-file-coding-system, instead of raw-text.
6160 (dehexlify-buffer): Bind coding-system-for-read to
6161 buffer-file-coding-system, instead of raw-text.
6162
5c8b7eaf
SS
61632000-10-11 Sam Steingold <sds@gnu.org>
6164
83c9cb8e 6165 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6166 `underline' - fixes the bug introduced on 2000-09-21.
6167
2cfbdb7a
DL
61682000-10-11 Dave Love <fx@gnu.org>
6169
83c9cb8e
SM
6170 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6171 Avoid compiler warnings.
2cfbdb7a
DL
6172 (scheme-mode): Doc fix.
6173 (scheme-font-lock-keywords-1): Match `define-syntax'.
6174
61752000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6176
6177 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6178 face specs as well as default ones. Only do anything if the
6179 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6180 (region): Make dark-background `region' face less in-your-face.
4b33f290 6181
690ec649
SS
61822000-10-10 Sam Steingold <sds@gnu.org>
6183
6184 * chistory.el, ielm.el, ledit.el:
6185 * progmodes/inf-lisp.el, progmodes/scheme.el:
6186 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6187
3b95d6bb
SM
61882000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6189
6190 * textmodes/texinfo.el: Update copyright and fix typo.
6191
6192 * desktop.el (desktop-modes-not-to-save): New var.
6193 (desktop-save-buffer-p): Use it.
a30eb617
DL
6194 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6195 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6196
61972000-10-10 Dave Love <fx@gnu.org>
6198
6199 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6200 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6201
6202 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6203 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6204 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6205 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6206 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6207 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6208 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6209 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6210 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6211 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6212 the .xpms; probably need retouching.
6213
62142000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6215
6216 * subr.el (add-to-list): Add optional argument APPEND.
6217 * battery.el (display-battery): Use `add-to-list'.
6218
62192000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6220
83c9cb8e
SM
6221 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6222 properties.
a30eb617
DL
6223 (zone, zone-when-idle, zone-leave-me-alone)
6224 (zone-pgm-whack-chars): Use new symbol properties.
6225
6226 * battery.el (display-battery): Doc spelling fix.
6227
6228 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6229 property.
6230
62312000-10-09 Dave Love <fx@gnu.org>
6232
6233 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6234 has been initialized before calling tool-bar-setup.
6235 (tool-bar-add-item-from-menu): Add autoload cookie.
6236
62372000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6238
6239 * menu-bar.el (send-mail-item-name): New function.
6240 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6241 of mail-user-agent in the menu. Don't display the "Send Mail"
6242 item if mail-user-agent is nil or its value is ignore.
6243 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6244 if read-mail-command is nil or its value is ignore.
6245
6246 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6247
62482000-10-09 Miles Bader <miles@gnu.org>
6249
6250 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6251 Correct image size.
6252 * toolbar/left_arrow.xpm: Correct image size.
6253
6254 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6255 will be done by the definition of `auto-compression-mode' if
6256 necessary. Move code to uninstall existing file-name handler
6257 before definition of `auto-compression-mode'.
6258
6259 * image-file.el (auto-image-file-mode): Move to the end of the
6260 file, because `define-minor-mode' actually calls the mode-function
6261 if the associated variable is non-nil, which requires that all
6262 needed functions be already defined.
6263
6264 * mouse.el (popup-menu): Balance parens.
6265
62662000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6267
6268 * mouse.el (popup-menu): Move the command call outside the loop
6269 so that popup-menu returns whatever the command returns.
6270
6271 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6272 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6273 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6274 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6275
6276 * vc.el (vc-version-diff): diff-switches can be a list.
6277 Use relative filenames for prettier output.
6278
6279 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6280 (vc-post-command-functions): Remove old-VC compatibility code.
6281
6282 * newcomment.el (comment-indent-default): Autoload.
6283
6284 * font-lock.el (font-lock-defaults): Make buffer-local.
6285 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6286 (font-lock-choose-keywords):
6287 Ignore LEVEL unless KEYWORDS is a list of syms.
6288 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6289 Don't wrap regexp-opt things in \(...\) unnecessarily.
6290
6291 * jit-lock.el: Don't require font-lock any more.
6292 (jit-lock-functions): Make buffer-local.
6293 (jit-lock-saved-fontify-buffer-function): Remove.
6294 (jit-lock-mode): Remove autoload cookie.
6295 Remove font-lock specific code.
6296 (jit-lock-unregister): Don't bother handling complex hooks any more.
6297 (jit-lock-refontify): New function.
6298 (jit-lock-fontify-buffer): Use it.
6299 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6300 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6301 Add optional args START and END.
6302 Never call font-lock-fontify-region directly.
6303 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6304
6305 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6306
63072000-10-08 Dave Love <fx@gnu.org>
6308
6309 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6310
6311 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6312
6313 * play/studly.el (studlify-region, studlify-word): Add autoload
6314 cookie.
6315
6316 * play/morse.el (morse-region, unmorse-region): Add autoload
6317 cookie.
6318
6319 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6320 concat.
6321
6322 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6323 insist on symbols starting with word syntax.
6324 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6325 (eval-defun-1): Doc fix.
6326 (indent-sexp): Use nconc to build up indent-stack.
6327
6328 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6329 Gnus with little use.
6330 (mail-setup-hook): Add mail-abbrevs-setup to options.
6331
6332 * recentf.el: Doc fixes.
6333
6334 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6335 Clean up remainder.
6336
6337 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6338 without timezone and (8) with timezone to enforce some whitespace.
6339 Simplify code somewhat.
6340
6341 * options.el (list-options): Doc that you should use customize.
6342
6343 * iswitchb.el (iswitchb-mode): Add :require.
6344
6345 * info.el (Info-goto-node, Info-menu): Doc fix.
6346 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6347 (info-tool-bar-map): New variable.
6348 (Info-mode): Use it.
6349 (Info-edit-map): Define all in defvar.
6350 (speedbar-attached-frame): Avoid compiler warning.
6351
6352 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6353 (global-map): Bind [tool-bar] to a filtered map.
6354 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6355 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6356 Allow PBM icons.
6357 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6358
6359 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6360 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6361 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6362 icons, except up_arrow, which is left-arrow rotated.
6363
6364 * imenu.el (imenu-add-to-menubar): Fix last change.
6365
63662000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6367
6368 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6369 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6370
63712000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6374 typos in doc strings.
6375
6376 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6377 the doc strings how to customize Font Lock faces.
6378
6379 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6380 computing growth when dragging the header line.
6381
63822000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6383
6384 * simple.el (kill-line): Doc fix.
6385
63862000-10-08 Miles Bader <miles@gnu.org>
6387
6388 * faces.el (secondary-selection): Make foreground visible on tty.
6389
6390 * jka-compr.el (auto-compression-mode): Move to the end of the
6391 file, because `define-minor-mode' actually calls the mode-function
6392 if the associated variable is non-nil, which requires that all
6393 needed functions be already defined.
6394 (with-auto-compression-mode): Add autoload cookie.
6395
63962000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6397
6398 * files.el (find-backup-file-name) [ms-dos]: If support for long
6399 file names is not available, behave as if version-control were set
6400 to never.
6401
64022000-10-07 Dave Love <fx@gnu.org>
6403
6404 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6405 (browse-url-gnome-moz): New function.
6406 (browse-url-browser-function): Use it.
6407 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6408
64092000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6410
6411 * indent.el (tab-always-indent): New var.
6412 (indent-for-tab-command): Use it.
6413
6414 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6415 raise an error. This way it can still default to a sane value.
6416
64172000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6418
6419 * startup.el (fancy-splash-screens): Use local rather than global map.
6420 Don't use `update-menu-bindings' any more.
6421 Get rid of assumptions about keymap representation.
6422
64232000-10-06 Dave Love <fx@gnu.org>
6424
6425 * textmodes/fill.el (sentence-end-double-space)
6426 (sentence-end-without-period): Doc fix.
6427 (adaptive-fill-regexp): Purecopy.
6428 (unjustify-current-line): Use line-end-position.
6429 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6430
6431 * net/eudc-vars.el (eudc): Add :version, :link.
6432
6433 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6434
6435 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6436 Fix for define-minor-mode.
6437 (function-at-point): Alias to function-called-at-point.
6438
6439 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6440
6441 * simple.el (backward-word): Doc fix.
6442
6443 * image-file.el (image-file-name-regexp): image-file-regexps ->
6444 image-file-name-regexps.
6445 (image-file-name-extensions): Add pbm.
6446
64472000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6448
6449 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6450 and add filename to the names so that diff-mode can jump to source.
6451
6452 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6453 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6454 (tex-font-lock-keywords-1): Remove.
6455 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6456 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6457 (font-lock-default-fontify-region):
6458 Expand beg..end correctly when just following a multiline region.
6459 (font-lock-fontify-anchored-keywords):
6460 Include the anchor text as part of the multiline.
6461
64622000-10-06 Gerd Moellmann <gerd@gnu.org>
6463
6464 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6465 latter needs the autoloaded define-minor-mode macro during the
6466 bootstrap.
6467
6468 * startup.el (command-line): For now, activate tool-bar-mode only
6469 if XPM images are supported.
6470
6471 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6472 window by dragging a header-line at the top of the frame; that's
6473 confusing because the header-line doesn't move.
6474 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6475 of treating the event as a list. Some cleanup.
6476
64772000-10-06 Miles Bader <miles@gnu.org>
6478
6479 * simple.el (display-message-or-buffer): New function.
6480 (shell-command-on-region): Use `display-message-or-buffer'.
6481
6482 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6483 docstring parts.
6484
6485 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6486 (smbclient-prompt-regexp): Add usage note to doc string.
6487 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6488 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6489 Use add-hook for adding the comint filter function, and only do so
6490 if it's not already in the global hook list.
6491 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6492 to `make-local-variable'.
6493 (nslookup-font-lock-keywords): Remove prompt entry.
6494 (nslookup): Don't set the process-filter.
6495 (finger): Exit the loop correctly when the regexps list runs out.
6496 (ftp, smbclient, smbclient-list-shares):
6497 Set the real major mode immediately, not after execing.
6498 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6499
6500 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6501
65022000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6503
6504 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6505
6506 * which-func.el (which-func-format): Remove spurious space.
6507 (which-func-mode): Don't make it permanent-local.
6508 (which-func-ff-hook): Allow which-func-maxout to be nil.
6509 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6510 (which-func-mode): Simplify.
6511 Use post-command-idle-hook rather than post-command-hook.
6512 Go through all buffers and update their state.
6513 (which-function): Also try add-log-current-defun-function.
6514
6515 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6516 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6517 Update call to with-vc-properties accordingly.
6518 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6519 (vc-revert-buffer): More careful about window selection and deletion.
6520 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6521
6522 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6523 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6524 (cvs-dired-action): Change the default to quickdir.
6525
6526 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6527 if comment-indent-function returns nil.
6528 (comment-indent-default): New function.
6529 (comment-indent-function): Use it and document the new semantics.
6530
6531 * image-file.el: Docstring fixes.
6532
6533 * help.el (help-xref-on-pp): Use match-string.
6534 (describe-variable): New arg BUFFER.
6535 Store the current buffer in the help-xref-stack.
6536 (temp-buffer-resize-mode): Use define-minor-mode.
6537
6538 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6539 consistently with its docstring.
6540 Set jit-lock-first-unfontify-pos in an idempotent way.
6541 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6542
65432000-10-05 Alex Schroeder <alex@gnu.org>
6544
6545 * sql.el (sql-mysql-options): New variable.
6546 (sql-mysql): Use it.
6547
65482000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6549
6550 * image.el (image): New group.
6551
6552 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6553 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6554
65552000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6556
6557 * net/net-utils.el (nslookup-font-lock-keywords)
6558 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6559 Ignore the value of wqindow-system; always define keywords
6560
65612000-10-05 Kenichi Handa <handa@etl.go.jp>
6562
6563 * startup.el (fancy-splash-screens): Remove the code for
6564 debugging; `(trace-to-stderr "EXITTT\n")'.
6565
65662000-10-05 Miles Bader <miles@gnu.org>
6567
6568 * diff-mode.el (diff-goto-source): Update call to
6569 `diff-hunk-status-msg' to reflect new REV variable.
6570
65712000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6572
6573 * progmodes/icon.el (icon-mode):
6574 Don't gratuitously override the default for comment-column.
6575
6576 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6577
6578 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6579 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6580 (jit-lock-functions): New var.
6581 (jit-lock-function-1): Use it if non-nil.
6582 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6583 Set the `fontified' property before doing the fontification to avoid
6584 repeatedly going through the same error.
6585 Don't turn errors into messages.
6586 (jit-lock-register, jit-lock-unregister): New functions.
6587
6588 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6589 Use with-current-buffer.
6590
6591 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6592 Turn comment into docstring.
6593
6594 * apropos.el (apropos-mode): Use define-derived-mode.
6595
65962000-10-04 Gerd Moellmann <gerd@gnu.org>
6597
6598 * startup.el (fancy-splash-pending-command): New variable.
6599 (fancy-splash-pre-command): New function.
6600 (fancy-splash-screens): Rewritten.
6601 (command-line-1): If fancy-splash-pending-command is set, call it
6602 interactively.
6603
66042000-10-04 Dave Love <fx@gnu.org>
6605
6606 * toolbar/tool-bar.el (tool-bar-setup): New function.
6607 (tool-bar-mode): Use it.
6608
6609 * subr.el (substitute-key-definition): Doc fix.
6610 (play-sound-file): New command.
6611
66122000-10-04 Andre Spiegel <spiegel@gnu.org>
6613
6614 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6615 vc-version-backup-file-name): New functions.
6616
6617 * files.el (basic-save-buffer): Call vc-before-save before saving.
6618
6619 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6620 vc-cvs-stay-local-p.
6621
6622 * vc.el (vc-revert-buffer): Handle empty diff properly.
6623 (vc-version-backup-file): New function.
6624 (vc-checkout): Create a version backup if necessary.
6625 (vc-checkin): If a version backup file exists, delete it.
6626 (vc-version-diff): Diff locally using version backups, if available.
6627 (vc-revert-file): If there's a version backup, revert locally.
6628 (vc-transfer-file): Use version backup for base version, if
6629 available. If not, ask for confirmation whether to get it from the
6630 server. Update mode line before check-in.
6631
66322000-10-04 Dave Love <fx@gnu.org>
6633
6634 * toolbar/tool-bar.el (tool-bar-setup): New function.
6635 (tool-bar-mode): Use it.
6636
66372000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6638
6639 * net/net-utils.el (nslookup-font-lock-keywords)
6640 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6641 Only set if window-system is non-nil
6642 (net-utils-run-program): Returns buffer.
6643 (network-connection-reconnect): Added this function.
6644
6645 * generic.el:
6646 Incorporates extensive cleanup and docfixes by
6647 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6648 Uses cl compile-time macros.
6649 (generic-mode-name, generic-comment-list)
6650 (generic-keywords-list, generic-font-lock-expressions)
6651 (generic-mode-function-list, generic-mode-syntax-table):
6652 Removed variables.
6653 (generic-mode-alist): Renamed to generic-mode-list.
6654 (generic-find-file-regexp): Default changed to "^#".
6655 (generic-read-type): Uses completing read on generic-mode-list.
6656 (generic-mode-sanity-check): removed this function.
6657 (generic-add-to-auto-mode): Removed this function
6658 (generic-mode-internal): Bind mode-specific definitions
6659 into function instead of putting them in alist.
6660 (generic-mode-set-comments): Reworked extensively.
6661 (generic-mode-find-file-hook): Simplified regexp searching
6662 (generic-make-keywords-list): Omit extra pair of parens
6663
6664 * find-lisp.el (find-lisp-find-files-internal):
6665 Make sure directory name ends with "/".
6666
6667 * generic-x.el (apache-conf-generic-mode):
6668 Regexp now allows leading whitespace.
6669 (rc-generic-mode): Added eval-when-compile
6670 around generic-make-keywords-list.
6671 Deleted duplicate regexp
6672 (rul-generic-mode): Added eval-when-compile
6673 around generic-make-keywords-list.
6674 (etc-fstab-generic-mode): New generic mode.
6675 (rul-generic-mode): Removed one eval-when-compile
6676 which caused a max-specpdl-size exceeded error.
6677
66782000-10-04 Miles Bader <miles@gnu.org>
6679
6680 * simple.el (minibuffer-temporary-goal-position): New variable.
6681 (next-history-element): Try to keep the position of point in the
6682 input string constant.
6683
6684 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6685 (dired-do-create-files): If there's only one file, pass it in as
6686 the DEFAULT arg to dired-mark-read-file-name.
6687
66882000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6689
6690 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6691 (diff-goto-source): Be smarter when choosing REVERSE or not.
6692
6693 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6694 (texinfo-mode-menu): Add an explicit shortcut for update all.
6695
66962000-10-03 Andre Spiegel <spiegel@gnu.org>
6697
6698 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6699 factorize backend-specific code cleanly (this was essentially
6700 conceived by Stefan Monnier).
6701 (vc-unregister): Function removed.
6702 (vc-revert-file): New function.
6703 (vc-revert-buffer): Delegate some of the work to it.
6704
6705 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6706 default branch unconditionally.
6707 (vc-rcs-set-default-branch): New function.
6708 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6709 (vc-rcs-checkin): If an appropriate default branch has been set,
6710 force creation of that branch.
6711 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6712 code (as suggested by Stefan Monnier).
6713
67142000-10-02 Gerd Moellmann <gerd@gnu.org>
6715
6716 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6717 highlighting overlay with a different face over the overlay
6718 isearch uses to highlight the current match because that can lead
6719 to bad face combinations.
6720
6721 * loadup.el (toplevel): Load faces before isearch.
6722
6723 * isearch.el (isearch-faces): New custom group.
6724 (isearch): New defface; was already tested for in the code.
6725 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6726 (isearch-highlight): Always use face `isearch'.
6727
67282000-10-02 Dave Love <fx@gnu.org>
6729
6730 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6731 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6732 comparison of opcode with operand.
6733
67342000-10-03 Miles Bader <miles@gnu.org>
6735
6736 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6737 buffer, since the echo area will now grow to accommodate them.
6738
67392000-10-02 Andre Spiegel <spiegel@gnu.org>
6740
6741 * vc-hooks.el (vc-registered): If FILE used to be registered under
6742 a certain backend, try that one first.
6743
6744 * vc.el (vc-responsible-backend): Undo the previous change in the
6745 argument list. Handle multiple backends correctly.
6746 (vc-find-new-backend): Function removed.
6747 (vc-register): Use vc-responsible-backend, as before.
6748 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6749
67502000-10-02 Gerd Moellmann <gerd@gnu.org>
6751
6752 * startup.el (fancy-splash-head): Change message below the
6753 logo.
6754
67552000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6756
6757 * diff-mode.el (diff-goto-source): Emit a status message.
6758 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6759 (diff-test-hunk): Fix doc string.
6760 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6761 (diff-advance-after-apply-hunk): New variable.
6762 (diff-apply-hunk): Don't return a value.
6763
67642000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6765
6766 * vc.el (vc-editable-p): Minor optimization.
6767 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6768 (vc-find-new-backend): New function split from vc-responsible-backend.
6769 (vc-register): Use it.
6770 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6771 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6772 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6773 (vc-clear-headers): Don't use find-file.
6774 (vc-revert-buffer): Use `and' again (must have been a braino).
6775 (vc-switch-backend): Only prompt if requested.
6776 Short circuit if nothing is to be done.
6777 Don't use vc-resynch-buffer which could lose unsaved editing.
6778 (vc-default-receive-file): Update call to vc-unregister.
6779 (with-vc-file, vc-next-action-on-file):
6780 Use vc-backend rather than vc-registered.
6781 (vc-next-action-on-file): Use intern-soft.
6782 Deal with read-only *vc-diff* buffer.
6783 (vc-transfer-file): Docstring fix.
6784
6785 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6786 (vc-rcs-receive-file): Avoid with-vc-properties.
6787 Update call to vc-unregister.
6788 Use constant `RCS' rather than (dynamically bound) var `backend'.
6789
67902000-10-01 Andre Spiegel <spiegel@gnu.org>
6791
6792 * vc.el (vc-next-action-on-file): Update mode line only if file
6793 is visited.
6794 (vc-start-entry): New argument initial-contents. Don't visit the file
6795 if it isn't already visited. Brought documentation up-to-date.
6796 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6797 (vc-checkin): New optional arg initial-contents, which is passed to
6798 vc-start-entry.
6799 (vc-finish-logentry): Make sure to bury log buffer only if there
6800 really is one. Call `vc-resynch-buffer' on log-file, not
6801 buffer-file-name.
6802 (vc-default-comment-history, vc-default-wash-log): New functions.
6803 (vc-index-of): Removed.
6804 (vc-transfer-file): Make do without the above.
6805 (vc-default-receive-file): Call comment-history unconditionally. Pass
6806 the resulting string to vc-checkin, instead of inserting it into the
6807 comment ring.
6808
6809 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6810 unconditionally. Use the comments as initial contents of the log
6811 entry buffer. Document the trick to force branch creation with no
6812 changes.
6813
68142000-10-01 Miles Bader <miles@gnu.org>
6815
6816 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6817 `recenter' with an arg to prevent redrawing the display.
6818
68192000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6820
6821 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6822
6823 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6824
6825 * progmodes/c-mode.el (c-mode):
6826 Don't gratuitously override the default for comment-column.
6827
6828 * textmodes/tex-mode.el (latex-metasection-list): New var.
6829 (latex-imenu-create-index): Use it.
6830 Move the regexp construction outside loops (and use push).
6831 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6832 (tex-font-lock-keywords): Moved from font-lock.el.
6833 (tex-comment-indent): Remove.
6834 (tex-common-initialization): Don't set comment-indent-function.
6835 (latex-block-default): New var.
6836 (tex-latex-block): Use it to provide a default choice.
6837 Add any unknown choice to latex-block-names.
6838 Insert [...] after {...}.
6839 (tex-last-unended-begin): Simplify regexp.
6840 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6841 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6842 (latex-mode): Set forward-sexp-function.
6843
6844 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6845 Add regexp for @ignore ... @end ignore.
6846 (texinfo-heading-face): New face.
6847 (texinfo-font-lock-keywords): Use it.
6848 (texinfo-mode-menu): New menu.
6849 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6850 New functions.
6851 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6852 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6853 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6854 Remove declaration.
6855 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6856
6857 * delsel.el (delete-selection-mode): Use define-minor-mode.
6858
6859 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6860
68612000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6862
6863 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6864
68652000-09-30 Gerd Moellmann <gerd@gnu.org>
6866
6867 * replace.el (keep-lines-read-args): New function.
6868 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6869 read arguments interactively. Add parameters RSTART and REND.
6870 Operate on the active region in Transient Mark mode.
6871
6872 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6873
6874 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6875 (authors-obsolete-files-regexps): New variable.
6876 (authors-add): Don't record changes in obsolete files.
6877
68782000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6879
6880 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6881
6882 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6883 (comment-indent): Make sure there's a space between code and comment.
6884 Shift comments left to avoid going past fill-column.
6885
68862000-09-29 Gerd Moellmann <gerd@gnu.org>
6887
6888 * startup.el (startup-echo-area-message): New function.
6889 (display-startup-echo-area-message): Use it.
6890 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6891 (fancy-splash-default-action): New function.
6892 (fancy-splash-screens-1): New function.
6893 (fancy-splash-head): Put a help-echo and a keymap under the image.
6894
68952000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6896
6897 * diff-mode.el (diff-add-log-file-name): Remove.
6898 (diff-mode): Use add-log-buffer-file-name-function.
6899
6900 * add-log.el (find-change-log): New arg BUFFER-FILE.
6901 (add-log-file-name): Obey add-log-file-name-function.
6902 (add-log-buffer-file-name-function): New var.
6903 (add-change-log-entry): Use it.
6904
69052000-09-29 Miles Bader <miles@gnu.org>
6906
6907 * image-file.el (image-file-name-extensions): New variable.
6908 (image-file-name-regexps): Renamed from `image-file-regexps'.
6909 New default value is nil. Call `auto-image-file-mode'.
6910 (image-file-name-regexp): New function.
6911 (auto-image-file-mode): New minor mode.
6912 (insert-image-file): Don't make conditional on the image-file
6913 handler being enabled.
6914 (image-file-handler): Make the call here conditional instead.
6915 (set-image-file-handler-enabled, enable-image-file-handler)
6916 (disable-image-file-handler): Functions removed.
6917
6918 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6919 string.
6920
69212000-09-29 Gerd Moellmann <gerd@gnu.org>
6922
6923 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6924 it's a function from CL.
6925 (latex-imenu-create-index): Replace eval-when-compile with progn
6926 because latex-section-alist is not bound while compiling.
6927
69282000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6929
6930 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6931 (outline-mode): Use define-derived-mode.
6932
6933 * progmodes/perl-mode.el (perl-mode):
6934 * progmodes/awk-mode.el (awk-mode):
6935 * progmodes/asm-mode.el (asm-mode):
6936 Don't gratuitously override the default for comment-column.
6937
6938 * emacs-lisp/lisp.el (lisp-complete-symbol):
6939 Distinguish the let-binding case from the funcall case.
6940 (forward-sexp-function): New variable.
6941 (forward-sexp): Use it.
6942
6943 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6944 (easy-mmode-defmap): Remove the now useless autoload.
6945
6946 * time.el (display-time-mode): Use define-minor-mode.
6947
6948 * subr.el (add-minor-mode): Don't eval NAME.
6949 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6950 Use if rather than cond.
6951
6952 * simple.el (read-expression-map): Define more properly.
6953 (comment-indent-hook): Remove.
6954 (string-to-syntax): Bug fix.
6955
6956 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6957 (cvs-ediff-diff): Fix typo.
6958 (cvs-revert-if-needed): Don't bother preserving read-only.
6959
6960 * paren.el (show-paren-mode): Use define-minor-mode.
6961
6962 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6963 (toggle-auto-compression): Remove.
6964 (jka-compr-build-file-regexp): Remove useless grouping.
6965
6966 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6967 Avoid user-reserved bindings.
6968 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6969 (diff-header-face): Revert to grey85.
6970
6971 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6972
6973 * complete.el (partial-completion-mode) <defcustom>: Remove.
6974 (partial-completion-mode): Use define-minor-mode.
6975 (PC-do-completion): Understand `completion-auto-help = delay'
6976 to mean to popup the completion buffer only the second time.
6977 (PC-include-file-all-completions, PC-include-file-all-completions)
6978 (PC-include-file-all-completions): Don't quote lambda.
6979
6980 * comint.el (comint-mode-hook): Docstring fix.
6981 (comint-mode): Use define-derived-mode.
6982 (comint-mode-map): Remove obsolete comment.
6983 (make-comint): Minor stylistic change.
6984 (comint-insert-clicked-input): Be more careful to find the overlay.
6985 Use this-command-keys rather than hardcoding mouse-2.
6986
6987 * font-lock.el: Replace confusing (,@ with ,
6988 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6989 Don't use regexp-opt-depth. Spice up the regexp for args.
6990 Don't distinguish between cmds that can take an opt arg or not.
6991 Use `append' and `prepend' rather than `keep'.
6992
6993 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6994 (latex-outline-regexp): New var.
6995 (latex-outline-level): New fun.
6996 (latex-section-alist): New var.
6997 (latex-imenu-create-index): Use it. Use `push' as well.
6998 (tex-shell-map): Initialize it properly.
6999 (tex-mode): Minor stylistic change.
7000 (plain-tex-mode): Use define-derived-mode.
7001 (latex-mode): Use define-derived-mode.
7002 Construct the paragraph regexps in a more readable way.
7003 Set the buffer-local outline-{level,regexp} vars.
7004 (slitex-mode): Derive from latex-mode.
7005 (tex-common-initialization): Don't kill-all-vars anymore.
7006 Add setting for comment-add and font-lock-defaults.
7007 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7008 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7009 (tex-start-tex): New arg DIR (and send a chdir command for it).
7010 Also display the shell buffer and save it in tex-last-buffer-texed.
7011 (tex-region): Use expand-file-name rather than concat.
7012 Remove code made useless by changes in tex-start-tex.
7013 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7014
7015 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7016
70172000-09-28 Dave Love <fx@gnu.org>
7018
7019 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7020
70212000-09-28 Gerd Moellmann <gerd@gnu.org>
7022
7023 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7024 `append'.
7025
70262000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7027
7028 * info.el (Info-extract-pointer): Undo last change.
7029 Instead, fix the position of the `bound' arg to re-search-backward.
7030
70312000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7032
7033 * info.el (Info-extract-pointer):
7034 Widen more carefully, to avoid finding pointers in other nodes.
7035 (Info-index): Use push.
7036
70372000-09-27 Gerd Moellmann <gerd@gnu.org>
7038
7039 * frame.el (set-frame-font): Remove call to obsolete function
7040 frame-update-faces.
7041 (set-foreground-color, set-background-color): Likewise for
7042 frame-update-face-colors.
7043
70442000-09-27 Miles Bader <miles@gnu.org>
7045
7046 * image-file.el: New file.
7047
70482000-09-27 Gerd Moellmann <gerd@gnu.org>
7049
7050 * frame.el (frame-notice-user-settings): Don't call
7051 frame-update-faces, which is a no-op now.
7052
7053 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7054 tool-bar-lines.
7055
70562000-09-27 Dave Love <fx@gnu.org>
7057
7058 * mouse.el: Fix last change.
7059
70602000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7061
7062 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7063
70642000-09-22 Kenichi Handa <handa@etl.go.jp>
7065
7066 * international/quail.el (quail-help): The output message is
7067 improved.
7068
70692000-09-26 Dave Love <fx@gnu.org>
7070
7071 * mouse.el (popup-menu): If POSITION is nil, set it using
7072 mouse-position.
7073
70742000-09-25 Sam Steingold <sds@gnu.org>
7075
7076 * net/browse-url.el (browse-url-file-url): Check for null maps.
7077
70782000-09-26 Gerd Moellmann <gerd@gnu.org>
7079
7080 * frame.el (frame-notice-user-settings): Don't add a
7081 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7082
7083 * frame.el (frame-notice-user-settings):
7084 Make tool-bar-mode and default-frame-alist consistent.
7085
7086 * toolbar/tool-bar.el (tool-bar-help): New function.
7087
70882000-09-25 Gerd Moellmann <gerd@gnu.org>
7089
7090 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7091 current-load-list in top-level forms. Else this leaks a cons cell
7092 every time a defun is called.
7093
7094 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7095
70962000-09-25 Dave Love <fx@gnu.org>
7097
7098 * startup.el (fancy-splash-head): Check XPM is available.
7099
7100 * autoinsert.el (auto-insert): Doc fix.
7101 (auto-insert-alist): Following GNU notices, don't say `copyright
7102 _by_'. Use line-beginning-position.
7103 (auto-insert): Check buffer-file-name is non-nil before use.
7104
71052000-09-25 Gerd Moellmann <gerd@gnu.org>
7106
7107 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7108 starting with `@def' or `@multitable', in addition to ones
7109 specified by the user in auto-fill-inhibit-regexp.
7110
71112000-09-25 Markus Rost <rost@math.ohio-state.edu>
7112
7113 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7114 rmail-dont-reply-to-names matches the empty string.
7115
71162000-09-25 Gerd Moellmann <gerd@gnu.org>
7117
7118 * startup.el (command-line-1, fancy-splash-text): Change the
7119 text to sound more friendly.
7120
71212000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7122
7123 * progmodes/hideshow.el: Update author email address.
7124 Generally, sync w/ maintainer version 5.22.
7125 (hs-hide-all-non-comment-function): New var.
7126 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7127 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7128 (hs-show-region): Delete this command.
7129 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7130
71312000-09-22 Dave Love <fx@gnu.org>
7132
7133 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7134 (hl-line-highlight): Specify buffer when moving overlay.
7135
7136 * progmodes/fortran.el (fortran-mode): Locally set
7137 normal-auto-fill-function.
7138 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7139 (fortran-mode-map): Adjust auto-fill menu entry.
7140
71412000-09-22 Gerd Moellmann <gerd@gnu.org>
7142
7143 * vc-rcs.el (toplevel): Require `vc' when compiling.
7144
7145 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7146
71472000-09-22 Andre Spiegel <spiegel@gnu.org>
7148
7149 * vc.el (vc-switch-backend): Signal an error if the file is not
7150 registered under the new backend.
7151
7152 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7153 without explicit revision number.
7154
71552000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7156
7157 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7158 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7159 (diff-xor): New function.
7160 (diff-find-source-location): Use it. Fix a stupid name clash.
7161 (diff-hunk-status-msg): New function.
7162 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7163 (diff-test-hunk): Use diff-find-source-location.
7164 (diff-goto-source): Favor the `reverse'.
7165 (diff-hunk-text): Properly handle one-sided context diffs.
7166 (diff-apply-hunk): When done, advance to the next hunk.
7167
71682000-09-21 Gerd Moellmann <gerd@gnu.org>
7169
7170 * startup.el (command-line): If frame was created with a non-zero
7171 tool-bar-lines parameter, switch tool-bar-mode on.
7172
7173 * add-log.el (change-log-date-face, change-log-name-face)
7174 (change-log-email-face, change-log-file-face)
7175 (change-log-list-face, change-log-conditionals-face)
7176 (change-log-function-face, change-log-acknowledgement-face):
7177 New faces, inheriting from font-lock faces.
7178 (change-log-font-lock-keywords): Use them.
7179
71802000-09-21 Dave Love <fx@gnu.org>
7181
7182 * progmodes/cperl-mode.el (top-level): Clean up
7183 `eval-when-compile's and assorted defvars.
7184 (cperl-invalid-face): Don't double-quote value. Change custom
7185 type.
7186 (cperl-mode): Set normal-auto-fill-function and don't zap
7187 auto-fill-function.
7188 (cperl-imenu--function-name-regexp-perl): Renamed from
7189 imenu-example--function-name-regexp-perl.
7190 (cperl-imenu--create-perl-index): Renamed from
7191 imenu-example--create-perl-index.
7192 (cperl-xsub-scan): Don't require cl.
7193
7194 * msb.el (msb-mode-map): Use substitute-key-definition.
7195 (msb-mode): Use msb-mode-map.
7196
71972000-09-21 Andre Spiegel <spiegel@gnu.org>
7198
7199 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7200 New functions.
7201 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7202 (vc-switch-backend): New function.
7203 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7204 (vc-register): Fix prompt.
7205 (vc-unregister, vc-default-unregister): New functions.
7206 (vc-version-diff): Handle empty buffer in sentinel.
7207
7208 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7209 (vc-rcs-state-heuristic): Use it to guess the state of files with
7210 non-strict locking.
7211 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7212 been set with -b, but not created yet.
7213 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7214 contents in order to find the state.
7215 (vc-rcs-checkin): Allow creation of branches with no changes.
7216 (vc-rcs-unregister, vc-rcs-receive-file)
7217 (vc-rcs-set-non-strict-locking): New functions.
7218
7219 * vc-hooks.el (vc-name): Force correct computation of the value
7220 in case it is missing.
7221
72222000-09-21 Gerd Moellmann <gerd@gnu.org>
7223
7224 * startup.el (fancy-splash-tail): Use a different foreground
7225 color on a dark frame background.
7226
72272000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7228
7229 * info.el: Use the correct capitalization when making Info-mode
7230 and Info-edit-mode `special' modes.
7231
72322000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7233
7234 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7235 (diff-mode): Add support for add-log.el.
7236 (diff-hunk-text): Use char offsets rather than line offsets.
7237 (diff-find-source-location): Replace LINE with line-offset (nil
7238 if not found) and always set POS to a meaningful position.
7239 Adapt to the new char-offsets.
7240 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7241 Adapt to the new diff-find-source-location.
7242 (diff-goto-source): Adapt to the new diff-find-source-location.
7243
7244 * add-log.el (add-log-file-name): New function (split out of
7245 add-change-log-entry).
7246 (add-change-log-entry): Use it.
7247 Call add-log-file-name-function with the changelog file name if
7248 the current buffer is not associated with any file.
7249 Avoid find-file if the selected window is dedicated.
7250
7251 * diff-mode.el (diff-find-source-location):
7252 Move code from diff-apply-hunk. Return buffer rather than file.
7253 (diff-apply-hunk): Use the new result from diff-find-source-location.
7254 (diff-goto-source): Use the new diff-find-source-location.
7255
72562000-09-20 Dave Love <fx@gnu.org>
7257
7258 * iswitchb.el: Some doc fixes.
7259 (iswitchb-mode-map): Define completely initially. Inherit
7260 minibuffer-local-map.
7261 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7262 fundamental-mode.
7263 (iswitchb-global-map): New variable.
7264 (iswitchb-summaries-to-end): Amalgamate regexps.
7265 (iswitchb-mode): New.
7266 (iswitchb-mode-hook): New variable.
7267 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7268 `extensions'.
7269
72702000-09-20 Gerd Moellmann <gerd@gnu.org>
7271
7272 * ehelp.el (electric-help): New defgroup.
7273 (electric-help-shrink-window): New user-option.
7274 (with-electric-help): Use it.
7275
7276 * window.el (shrink-window-if-larger-than-buffer): If face
7277 `mode-line' has a :box, and we're on a graphical frame, add 1
7278 to the needed window height.
7279
7280 * frame.el (frame-notice-user-settings): Add a last parameter nil
7281 to a call to `append', because the last list passed to `append' is
7282 not copied, and so subsequent calls to assq-delete-all will modify
7283 default-frame-alist.
7284
7285 * startup.el (fancy-splash-image): Change :type.
7286 (fancy-splash-head): Use an XBM image if appropriate.
7287 (command-line-1): Show splash screens in more cases.
7288
7289 * startup.el (fancy-splash-text): Don't quote faces.
7290
7291 * dired.el (dired-font-lock-keywords): Undo last change.
7292 (dired-readin): Bind indent-tabs-mode to nil.
7293
7294 * startup.el (fancy-splash-head): If frame's background mode
7295 is `dark', change the black background of the image to gray.
7296 (fancy-splash-screens): Display startup echo area message.
7297 (display-startup-echo-area-message): New function.
7298
72992000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7300
7301 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7302
7303 * info.el (info-header-node): Tweak for color ttys.
7304
7305 * faces.el (face-valid-attribute-values): Make sure directories we
7306 search for stipples both exist and are readable before trying to
7307 search them.
7308
7309 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7310 in the dry-run case.
7311
7312 * jka-compr.el (with-auto-compression-mode): New macro.
7313
7314 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7315 (custom-group-tag-face, custom-variable-tag-face): Use relative
7316 :height and inherit from `variable-pitch' face instead of
7317 hardwiring :family.
7318 * hi-lock.el (hi-black-hb): Likewise.
7319
7320 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7321 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7322 toolbar-add-item, if image doesn't have a mask add a `:mask
7323 heuristic'.
7324
73252000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7326
7327 * diff-mode.el: Docstring fixes.
7328 (diff-header-face, diff-comment-face): New faces.
7329 (diff-font-lock-keywords): Highlight a bit differently.
7330 (diff-find-source-location): Don't return SPAN any more.
7331 (diff-hunk-text): Don't bother erasing the temp buffer.
7332 (diff-find-text): Drop argument LINE.
7333 (diff-apply-hunk): Update calls to diff-find-text.
7334 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7335
7336 * calendar/calendar.el: Docstring fixes.
7337 (calendar-make-alist): Don't quote lambda.
7338 (calendar-star-date): Use make-local-variable.
7339
73402000-09-19 Dave Love <fx@gnu.org>
7341
7342 * toolbar/tool-bar.el: Renamed from toolbar.el.
7343 Change `toolbar' to `tool-bar' generally in symbols.
7344 Make some items invisible in `special' major modes.
7345 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7346 Add arg PROPS.
7347
7348 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7349 Add :version here.
7350 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7351
73522000-09-19 Gerd Moellmann <gerd@gnu.org>
7353
7354 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7355
7356 * files.el (find-file-suppress-same-file-warnings): New user-option.
7357 (find-file-noselect): Use it.
7358
7359 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7360 (fancy-splash-screen): Defgroup.
7361
7362 * add-log.el (change-log-font-lock-keywords): Match names
7363 more exactly for the case that font-lock-constant-face is
7364 underlined.
7365
73662000-09-19 Richard M. Stallman <rms@gnu.org>
7367
7368 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7369
73702000-09-19 Andre Spiegel <spiegel@gnu.org>
7371
7372 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7373
73742000-09-19 Gerd Moellmann <gerd@gnu.org>
7375
7376 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7377 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7378 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7379 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7380 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7381 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7382 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7383 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7384 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7385 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7386 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7387 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7388
7389 * startup.el (fancy-splash-text): New variable.
7390 (fancy-splash-delay, fancy-splash-image): New user-options.
7391 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7392 (fancy-splash-screens): New functions.
7393 (command-line-1): If display has a `display' frame parameter, has
7394 colors, and we have XPM support, show more fancy splash screens.
7395
73962000-09-19 Dave Love <fx@gnu.org>
7397
7398 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7399 with null `help'. Use modern backquote syntax.
7400
74012000-09-19 Gerd Moellmann <gerd@gnu.org>
7402
7403 * font-lock.el (font-lock-mode): Change message telling the user
7404 that ``the buffer is too big''.
7405
7406 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7407 for instance for the case that tab-width is 2.
7408
74092000-09-18 Gerd Moellmann <gerd@gnu.org>
7410
7411 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7412 toolbar-add-item, if image doesn't have a mask add a `:mask
7413 heuristic'.
7414
74152000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7416
7417 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7418 and return a cons if it's non-nil.
7419 (diff-apply-hunk): Try to jump to the line in the source text
7420 corresponding to the position of point in the in the hunk.
7421
7422 * info.el (Info-title-3-face, Info-title-2-face)
7423 (Info-title-1-face): Use face inheritance and relative sizes
7424 instead of hard-wiring things.
7425
7426 * faces.el (secondary-selection): Make dark-background variant sane.
7427
74282000-09-16 Andrew Innes <andrewi@gnu.org>
7429
7430 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7431 read-only, since they aren't under VC now.
7432
74332000-09-17 Dave Love <fx@gnu.org>
7434
7435 * tmm.el: Replace mapcar with mapc in several places.
7436
7437 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7438 ad-unadvise.
7439
7440 * international/latin1-disp.el: New file.
7441
7442 * calendar/cal-move.el (scroll-calendar-left)
7443 (scroll-calendar-right): Make arg optional (for active mode line).
7444
7445 * calendar/calendar.el (calendar-mode-line-format): Make fields
7446 mouse-sensitive.
7447 (calendar-read-date, calendar-read-date, calendar-window-list):
7448 Unquote lambda.
7449 (calendar-month-name): Use aref, not sref.
7450
7451 * view.el (minor-mode-alist): Propertize the string.
7452
7453 * international/characters.el (standard-case-table): Add entries
7454 for Greek.
7455
74562000-09-18 Miles Bader <miles@gnu.org>
7457
7458 * info.el (info-node, info-xref): Add dark-background variants.
7459
7460 * faces.el (header-line): Change defaults to be less confusing
7461 when mixed with mode-lines.
7462
7463 * info.el (Info-fontify-node): Make a few cleanups.
7464 Add extra `help-echo' and `local-map' props to node xrefs.
7465 Use header-specific faces for node-names & xrefs.
7466 (Info-use-header-line): New variable.
7467 (info-header-xref, info-header-node): New faces.
7468 (Info-setup-header-line): New function.
7469 (Info-select-node): Call Info-setup-header-line when enabled.
7470 (Info-extract-pointer): Work even if the header line is hidden.
7471 (Info-header-line): New variable.
7472
74732000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7474
7475 * vms-patch.el (print-region-function): Don't quote lambda.
7476
7477 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7478
7479 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7480 (lm-get-header-re): Allow spaces between the header and the colon.
7481 (lm-header): Allow $ in non-RCS headers.
7482 (lm-header-multiline): Put the strings back into order.
7483 Stop at an empty line. Don't require two space chars if the
7484 line is clearly not another header line.
7485
7486 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7487 (popup-menu-popup): Remove.
7488
74892000-09-15 Gerd Moellmann <gerd@gnu.org>
7490
7491 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7492 specification if or if not tool-bar item contains an `:enabled'
7493 property.
7494
7495 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7496 current buffer has no file name.
7497
74982000-09-15 Dave Love <fx@gnu.org>
7499
7500 * strokes.el: Sync with maintainer's current version with changes
7501 for Emacs, but avoid runtime cl and levents.
7502 (toplevel): Change autoloads and compilation requires.
7503 (strokes-version, strokes-bug-address, strokes-lift): Values
7504 changed.
7505 (strokes-xpm-header, strokes-insinuated): New variable.
7506 (strokes): Add :link.
7507 (strokes-mode): Customized.
7508 (strokes-while-inhibiting-garbage-collector): New macro.
7509 (strokes-remassoc): Avoid remove-if.
7510 (strokes-fix-button2-command): Don't use ad-do-it.
7511 (strokes-insinuate): New function.
7512 (strokes-button-press-event-p, strokes-button-release-event-p):
7513 New functions, used instead of non-`strokes-' versions..
7514 (strokes-mouse-event-p): Rewritten.
7515 (strokes-event-closest-point): Avoid event-point.
7516 (strokes-get-grid-position): Avoid cdadr, caadr
7517 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7518 functions.
7519 (strokes-help): Use with-output-to-temp-buffer.
7520 (strokes-window-configuration-changed-p): New function.
7521 (strokes-update-window-configuration): Use buffer-live-p,
7522 strokes-window-configuration-changed-p.
7523 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7524 (strokes-char-face): New face.
7525 (strokes-char-table, strokes-base64-chars): New variable.
7526 (strokes-xpm-for-stroke, strokes-list-strokes)
7527 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7528 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7529 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7530 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7531 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7532 functions.
7533
75342000-09-15 Gerd Moellmann <gerd@gnu.org>
7535
7536 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7537
7538 * image.el (create-image): Doc fix.
7539
7540 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7541 instead of `:heuristic-mask t'.
7542
75432000-09-14 Andrew Innes <andrewi@gnu.org>
7544
7545 * makefile.w32-in: Revert to Unix line endings.
7546
75472000-09-14 Andrew Innes <andrewi@gnu.org>
7548
7549 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7550 when installing.
7551
7552 * makefile.nt (DONTCOMPILE): Fix typo.
7553
7554 * shell.el (shell-write-history-on-exit): New function.
7555 (shell-dumb-shell-regexp): New custom variable.
7556 (shell-mode): Make shell-write-history-on-exit the process
7557 sentinel if shell name matches shell-dumb-shell-regexp.
7558
7559 * w32-fns.el: Comment out before-init-hook function which resets
7560 source-directory based; this breaks bootstrap.
7561
75622000-09-14 Dave Love <fx@gnu.org>
7563
7564 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7565 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7566 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7567 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7568 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7569 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7570 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7571 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7572 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7573
7574 * toolbar/toolbar.el: New.
7575
7576 * subdirs.el: Add toolbar.
7577
75782000-09-14 Gerd Moellmann <gerd@gnu.org>
7579
7580 * indent.el (indent-for-tab-command): Doc fix.
7581
75822000-09-14 Alex Schroeder <alex@gnu.org>
7583
7584 * ansi-color.el (ansi-colors): Doc change.
7585 (ansi-color-get-face): Simplified regexp.
7586 (ansi-color-faces-vector): Added more faces, doc change.
7587 (ansi-color-names-vector): Doc change.
7588 (ansi-color-regexp): Simplified regexp.
7589 (ansi-color-parameter-regexp): New regexp.
7590 (ansi-color-filter-apply): Doc change.
7591 (ansi-color-filter-region): Doc change.
7592 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7593 deal with zero length parameters.
7594 (ansi-color-apply-on-region): Doc change.
7595 (ansi-color-map): Doc change.
7596 (ansi-color-map-update): Removed debugging message.
7597 (ansi-color-get-face-1): Added condition-case to trap
7598 args-out-of-range errors.
7599 (ansi-color-get-face): Doc change.
7600 (ansi-color-make-face): Removed.
7601 (ansi-color-for-shell-mode): New option.
7602
76032000-09-13 Kenichi Handa <handa@etl.go.jp>
7604
7605 * international/quail.el (quail-start-translation): Translate KEY
7606 if necessary even if it doesn't have any mapping in the current
7607 input method.
7608 (quail-start-conversion): Likewise.
7609 (quail-help): The output message is improved.
7610
76112000-09-13 Miles Bader <miles@gnu.org>
7612
7613 * comint.el (comint-output-filter): Revert to using
7614 `insert-before-markers'. Add bletcherous hack to undo damage
7615 caused by `insert-before-markers'. Put `front-sticky' property on
7616 overlays created here so that the field code understands how the
7617 overlay works. Use a let when making comint-last-prompt-overlay,
7618 so that the code is easier to read.
7619
76202000-09-13 Dave Love <fx@gnu.org>
7621
7622 * wid-edit.el (widget-default-format-handler): DTRT when
7623 doc-property is a function.
7624
76252000-09-12 Francesco Potorti` <pot@gnu.org>
7626
7627 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7628 filed name if it's not there.
7629
76302000-09-12 Dave Love <fx@gnu.org>
7631
7632 * simple.el (read-mail-command): Doc fix.
7633 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7634
7635 * vc.el (vc-dired-listing-switches): Fix :version.
7636
7637 * vc-hooks.el: Doc fixes.
7638
7639 * subr.el (add-minor-mode): Use toggle-fun arg.
7640
7641 * speedbar.el: Add :version to several defcustoms.
7642
7643 * imenu.el (imenu--truncate-items, imenu--cleanup)
7644 (imenu--generic-function): Avoid mapcar.
7645 (imenu--replace-spaces): Function removed.
7646 (imenu--completion-buffer): Use subst-char-in-string.
7647 (imenu-add-to-menubar): Use keymap inheritance.
7648
76492000-09-12 Miles Bader <miles@gnu.org>
7650
7651 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7652 (diff-mode-map): Bind `diff-test-hunk'.
7653 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7654
76552000-09-11 Gerd Moellmann <gerd@gnu.org>
7656
7657 * bytecomp.el (byte-compile-defvar): Undo last change
7658 because it breaks '(make-variable-buffer-local (defvar ...)'
7659 which is used at least in dired.
7660
76612000-09-12 Kenichi Handa <handa@etl.go.jp>
7662
7663 * international/quail.el (quail-define-package): Docstring
7664 modified.
7665
76662000-09-12 Kenichi Handa <handa@etl.go.jp>
7667
7668 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7669 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7670 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7671 docstring of "chinese-py".
7672
7673 * international/quail.el (quail-translation-docstring): New
7674 variable.
7675 (quail-show-keyboard-layout): Docstring modified.
7676 (quail-select-current): Likewise.
7677 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7678 infinite recursive call.
7679 (quail-help): Check quail-translation-docstring. Format of the
7680 output changed.
7681 (quail-help-insert-keymap-description): Adjusted for the above
7682 change.
7683
76842000-09-11 Gerd Moellmann <gerd@gnu.org>
7685
7686 * bytecomp.el (byte-compile-defvar): Only cons onto
7687 current-load-list in top-level forms. Else this leaks a cons cell
7688 every time a defun is called.
7689
76902000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7691
7692 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7693 Now understands non-unified diffs. Some functionality moved into
7694 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7695 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7696 modify anything. Only reposition point in the patched file if the
7697 patch succeeds. Only pop up another window if POPUP is true.
7698 Emit a message describing what happened if successful, and at what
7699 line-offset. Automatically detect reversed hunks and do something
7700 appropriate.
7701 (diff-hunk-text, diff-find-text): New functions.
7702 (diff-filter-lines): Function removed.
7703 (diff-test-hunk): New function.
7704 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7705
77062000-09-10 Dave Love <fx@gnu.org>
7707
7708 * textmodes/tildify.el: Minor doc/commentary fixes.
7709 (tildify) <defgroup>: Add :version.
7710
7711 * faces.el (face-x-resources): Make custom type more specific.
7712 (frame-background-mode): Use mapc.
7713 (region) <defcustom>: Add :version.
7714
77152000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7716
7717 * vc-sccs.el (vc-sccs-register):
7718 * vc-rcs.el (vc-rcs-register):
7719 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7720 * vc.el (vc-register): Clear file's properties.
7721
77222000-09-08 Gerd Moellmann <gerd@gnu.org>
7723
7724 * faces.el (face-spec-set): Only face-spec-reset-face when
7725 ATTRS is non-nil.
7726
77272000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7728
7729 * help.el (help-insert-xref-button): Fix a typo in doc string.
7730
77312000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7732
7733 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7734 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7735 methods.
7736
7737 * menu-bar.el (read-mail-item-name): New function.
7738 (menu-bar-tools-menu): Use it to compute and display the package
7739 used to read email.
7740 (menu-bar-tools-menu): Fix typo in GUD's help string.
7741
77422000-09-07 Dave Love <fx@gnu.org>
7743
7744 * diff-mode.el (diff-mouse-goto-source): New function.
7745
7746 * vc-sccs.el: Doc fixes.
7747 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7748
7749 * vc-rcs.el: Doc fixes.
7750 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7751 (vc-rcs-checkout-switches, vc-rcs-header)
7752 (vc-rcs-master-templates): Add or change :version.
7753
7754 * vc-cvs.el: Doc fixes.
7755 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7756 (vc-cvs-stay-local): Add :version.
7757
7758 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7759
77602000-09-07 Kenichi Handa <handa@etl.go.jp>
7761
7762 * international/quail.el (quail-help): Fix previous change.
7763
77642000-09-07 Gerd Moellmann <gerd@gnu.org>
7765
7766 * faces.el (color-values): Doc fix.
7767
7768 * faces.el (frame-set-background-mode): Use frame-parameter
7769 instead of frame-parameters.
7770
7771 * frame.el (filtered-frame-list): Reduce consing.
7772 (frames-on-display-list): Call frame-parameter instead of
7773 frame-parameters.
7774
77752000-09-07 Kenichi Handa <handa@etl.go.jp>
7776
7777 * language/devan-util.el (devanagari-to-indian-region): In the
7778 loop, change the following char, not preceding char.
7779
77802000-09-07 Gerd Moellmann <gerd@gnu.org>
7781
7782 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7783 instead of frame-parameters.
7784
7785 * faces.el (set-face-attribute): Simplify by calling
7786 internal-set-lisp-face-attribute with FRAME being 0.
7787
7788 * vc.el: Remove `Id' version control keyword.
7789
77902000-09-07 Kenichi Handa <handa@etl.go.jp>
7791
7792 * help.el (help-make-xrefs): Adjusted for the change of
7793 help-xref-mule-regexp.
7794 (help-insert-xref-button): New function.
7795
7796 * international/mule-cmds.el (help-xref-mule-regexp-template):
7797 Include the pattern for character set.
7798 (leim): New group.
7799
7800 * international/quail.el: Don't require face.
7801 (quail): New group.
7802 (quail-other-command): Dummy command to make quail-help work better.
7803 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7804 (quail-keyboard-layout-substitution): New variable.
7805 (quail-update-keyboard-layout): New function.
7806 (quail-keyboard-layout-type): New customizable variable.
7807 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7808 (quail-keyboard-translate): Pay attention to
7809 quail-keyboard-layout-substitution.
7810 (quail-insert-kbd-layout): New function.
7811 (quail-show-keyboard-layout): New function.
7812 (quail-get-translation): If the definition is a vector of length
7813 1, and the element is a string of length 1, return the character
7814 in that string.
7815 (quail-update-current-translations): Fix the case of
7816 relative-index out of range.
7817 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7818 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7819 Show key sequences for all available characters.
7820 (quail-help-insert-keymap-description): Don't show such verbose
7821 key bindings as quail-self-insert-command.
7822
7823 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7824 Format changed, and each element now have extra documentations.
7825 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7826 Adjusted for the change of quail-cxterm-package-ext-info.
7827
78282000-09-06 Gerd Moellmann <gerd@gnu.org>
7829
7830 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7831 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7832 during bootstrap.
7833
78342000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7835
7836 * vc.el: (toplevel): Don't require `dired' at run-time.
7837 (vc-dired-resynch-file): Remove autoload cookie.
7838
78392000-09-05 Andre Spiegel <spiegel@gnu.org>
7840
7841 * vc.el: Made several backend functions optional.
7842 (vc-default-responsible-p): New function.
7843 (vc-merge): Use RET for first version to trigger merge-news, not
7844 prefix arg.
7845 (vc-annotate): Handle backends that do not support annotation.
7846 (vc-default-merge-news): Removed. The existence of a merge-news
7847 implementation is now checked on caller sites.
7848
7849 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7850 case.
7851
7852 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7853 special case that has been removed from the default in vc-hooks.el.
7854
78552000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7856
7857 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7858
78592000-09-05 Andre Spiegel <spiegel@gnu.org>
7860
7861 * vc-hooks.el: Require vc during compilation.
7862 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7863 macro `with-vc-properties' in vc.el.
7864 (vc-file-getprop): Doc fix.
7865 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7866
7867 * vc.el: Require dired-aux during compilation.
7868 (vc-name-assoc-file): Moved to vc-sccs.el.
7869 (with-vc-properties): New macro.
7870 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7871 vc-finish-steal): Use it.
7872 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7873 to the backend-specific function is now supposed to do the checkout,
7874 too.
7875 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7876
7877 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7878 set file properties; that gets done in the generic code now.
7879
7880 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7881 Changed parameter list, added code from vc.el that does the
7882 checkout, possibly with a double-take.
7883
7884 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7885 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7886 the above under the new name.
7887 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7888 parameter list, added checkout command.
7889 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7890 properties; that gets done in the generic code now.
7891
78922000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7893
7894 * vc.el: Docstring fixes (courtesy of checkdoc).
7895
78962000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7897
7898 * vc.el (vc-checkout-writable-buffer-hook)
7899 (vc-checkout-writable-buffer): Remove.
7900 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7901 (vc-log-mode): Make it into a clean derived major mode.
7902 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7903 vc-log-mode if log-edit is not available.
7904 (vc-dired-mode-map): Don't set-keymap-parent yet.
7905 (vc-dired-mode): Do set-keymap-parent here.
7906 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7907
79082000-09-05 Gerd Moellmann <gerd@gnu.org>
7909
7910 * faces.el (set-face-attribute, face-spec-reset-face)
7911 (face-spec-set): Avoid consing by removing calls to `apply'.
7912
7913 * frame.el (frame-parameter): Move to C code.
7914
79152000-09-05 Dave Love <fx@gnu.org>
7916
7917 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7918 insert-before-markers-and-inherit. Now checked systematically!
7919
79202000-09-05 Alex Schroeder <alex@gnu.org>
7921
7922 * sql.el (sql-postgres): Use sql-postgres-options.
7923 (sql-postgres-options): New variable.
7924
79252000-09-05 Alex Schroeder <alex@gnu.org>
7926
7927 * sql.el (sql-mode-menu): Work around missing variable mark-active
7928 in XEmacs.
7929 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7930 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7931 compatibility.
7932
79332000-09-04 Gerd Moellmann <gerd@gnu.org>
7934
7935 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7936
7937 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7938
7939 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7940
79412000-09-04 Andre Spiegel <spiegel@gnu.org>
7942
7943 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7944 don't support anything else under SCCS yet.
7945
7946 * vc-hooks.el: Minor doc fixes.
7947
79482000-09-04 Andre Spiegel <spiegel@gnu.org>
7949
7950 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7951 not necessary. If verbose in state `needs-patch', do the same as
7952 under `up-to-date'. When NOT verbose and `needs-patch', check out
7953 latest version instead of `merge-news'.
7954 (vc-next-action-dired): Don't mess with default-directory here; it
7955 breaks other parts of dired. It is the job of the
7956 backend-specific functions to adjust it temporarily if they need it.
7957 (vc-next-action): Remove a special CVS case.
7958 (vc-clear-headers): New optional arg FILE.
7959 (vc-checkin, vc-checkout): Set properties vc-state and
7960 vc-checkout-time properly.
7961 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7962 (vc-print-log): Use new backend function `show-log-entry'.
7963 (vc-cancel-version): Do the checks in a different order. Added a
7964 FIXME concerning RCS-only code.
7965
7966 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7967 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7968
7969 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7970
7971 * vc-hooks.el (vc-default-mode-line-string): Show state
7972 `needs-patch' as a `-' too.
7973
79742000-09-04 Andre Spiegel <spiegel@gnu.org>
7975
7976 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7977 (vc-default-could-register): New function.
7978 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7979 (vc-resynch-buffer): Call vc-dired-resynch-file.
7980 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7981 vc-resynch-buffer instead of vc-resynch-window.
7982 (vc-next-action-dired): Don't redisplay here, that gets done as a
7983 result of the individual file operations.
7984 (vc-retrieve-snapshot): Corrected prompt order.
7985
7986 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7987
7988 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7989 as well.
7990 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7991 hostname regexps. Updated all callers.
7992 (vc-cvs-responsible-p): Handle directories as well.
7993 (vc-cvs-could-register): New function.
7994 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7995 properties up-to-date.
7996
7997 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7998 user whether to create one.
7999
80002000-09-04 Andre Spiegel <spiegel@gnu.org>
8001
8002 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8003 check out a non-existing file.
8004
8005 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8006 workfile does not exist.
8007
8008 * vc.el (vc-version-diff): Use `require' to check for existence of
8009 diff-mode.
8010
80112000-09-04 Andre Spiegel <spiegel@gnu.org>
8012
8013 * vc-cvs.el (vc-cvs-registered): Use new function
8014 vc-cvs-parse-entry to do the actual work.
8015
80162000-09-04 Andre Spiegel <spiegel@gnu.org>
8017
8018 * vc-hooks.el (vc-find-backend-function): If function doesn't
8019 exist, return nil instead of error.
8020 (vc-call-backend): Doc fix.
8021
8022 * vc.el (vc-do-command): Doc fix.
8023 (vc-finish-logentry): When checking in from vc-dired, choose the
8024 right backend for logentry check.
8025 (vc-dired-mode-map): Inherit from dired-mode-map.
8026 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8027 simplified.
8028 (vc-dired-state-info): Removed, updated caller.
8029 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8030 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8031 (vc-dired-listing-switches): New variable.
8032 (vc-directory): Use it, instead of dired-listing-switches.
8033
8034 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8035 (vc-cvs-dir-state): New function.
8036 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8037 (vc-cvs-parse-entry): New function, also to be used in
8038 vc-cvs-registered.
8039
80402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8041
8042 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8043 *or* single-window-frames.
8044
80452000-09-04 Andre Spiegel <spiegel@gnu.org>
8046
8047 * vc.el (vc-update-changelog): Split into generic part and default
8048 implementation. Doc string adapted.
8049 (vc-default-update-changelog): New function. Call the `rcs2log'
8050 script in exec-directory, to fix a long-standing nuisance.
8051
8052 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8053 simply signals an error.
8054
80552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8056
8057 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8058 control-flow more clear and to avoid running `cvs' twice.
8059
8060 * vc.el (vc-next-action-on-file): Doc fix.
8061 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8062 (vc-print-log): Eval `file' before constructing the continuation.
8063
80642000-09-04 Andre Spiegel <spiegel@gnu.org>
8065
8066 * vc.el (vc-next-action-on-file): Corrected several messages.
8067 (vc-merge): Add prefix arg `merge-news'; handle it.
8068
8069 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8070 is not reached. It is.
8071 (vc-cvs-merge): Set state to 'edited after merge.
8072 (vc-cvs-merge-news): Set workfile version to nil if not known.
8073 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8074
8075 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8076 via stdout. (Merge from main line.)
8077
80782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8079
8080 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8081 detection.
8082
80832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8084
8085 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8086 against kill-all-local-variables.
8087 (vc-log-edit): Don't save vc-parent-buffer any more.
8088 (vc-last-comment-match): Initialize to an empty string.
8089 (vc-post-command-functions): New hook.
8090 (vc-do-command): Run it.
8091 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8092 (vc-finish-logentry): Only add the comment to the ring if it's
8093 different from the last comment entered.
8094 (vc-new-comment-index): New function.
8095 (vc-previous-comment): Use it. Make the minibuffer message
8096 slightly less terse.
8097 (vc-comment-search-reverse): Make it work forward as well. Don't
8098 set vc-comment-ring-index if no match is found. Use
8099 vc-new-comment-index.
8100 (vc-comment-search-forward): Use vc-comment-search-reverse.
8101 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8102 define-derived-mode will do it for us. Bind `v' to a keymap that
8103 inherits from vc-prefix-map so that we can bind `vt' without
8104 binding C-x v t.
8105 (vc-retrieve-snapshot): Parenthesis typo.
8106
8107 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8108 to 1. Make sure to switch to *vc* before looking for an error
8109 message. Use vc-parse-buffer.
8110
81112000-09-04 Andre Spiegel <spiegel@gnu.org>
8112
8113 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8114 and NAME.
8115 (vc-retrieve-snapshot): Split into two parts.
8116 (vc-default-retrieve-snapshot): New function.
8117
8118 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8119 (vc-cvs-retrieve-snapshot): New function (untested).
8120 (vc-cvs-stay-local): Default to t.
8121 (vc-cvs-remote-p): New function and property.
8122 (vc-cvs-state): Stay local only if the above is t.
8123 (vc-handle-cvs): Removed.
8124 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8125 done via vc-handled-backends now.
8126 (vc-cvs-header): Escape Id.
8127
81282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8129
8130 * vc.el (vc-do-command): Remove unused commands.
8131 (vc-version-diff): Make sure default-directory ends with a slash.
8132 Move the window commands into a vc-exec-after.
8133 (vc-print-log): Move more of the code into the `vc-exec-after'.
8134
81352000-09-04 Andre Spiegel <spiegel@gnu.org>
8136
8137 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8138 (vc-print-log): Search current revision from beginning of buffer.
8139 (vc-revert-buffer): Clear echo area after the diff is finished.
8140 (vc-prefix-map): Removed definition of "t" for terse display in vc
8141 dired.
8142 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8143 definition of "vt" for terse display.
8144 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8145
81462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8147
8148 * vc.el (vc-exec-after): Avoid caddr.
8149
81502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8151
8152 * vc.el (vc-exec-after): New function.
8153 (vc-do-command): Use it to add a termination message for async
8154 procs.
8155 (vc-checkout): Try to handle a missing-backend situation.
8156 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8157 of a directory with a backend using async diffs.
8158 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8159 present.
8160
8161 * vc-sccs.el (vc-sccs-state-heuristic): Use
8162 file-ownership-preserved-p.
8163
8164 * vc-rcs.el (vc-rcs-state-heuristic): Use
8165 file-ownership-preserved-p.
8166 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8167
81682000-09-04 Andre Spiegel <spiegel@gnu.org>
8169
8170 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8171 vc-do-command.
8172
8173 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8174 when there are no changes.
8175
81762000-09-04 Andre Spiegel <spiegel@gnu.org>
8177
8178 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8179
8180 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8181
81822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8183
8184 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8185
8186 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8187 the `fset' outside of the defvar so that it works even if
8188 vc-prefix-map was already defined.
8189 (vc-setup-buffer): New function, split out of vc-do-command.
8190 (vc-do-command): Allow BUFFER to be t to mean `just use the
8191 current buffer without any fuss'.
8192 (vc-version-diff): Change the `diff' backend operation to just put
8193 the diff in the current buffer without erasing it. Always use
8194 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8195 shrink-window-if-larger-than-buffer.
8196 (vc-print-log): Change the `print-log' backend operation to just
8197 put the log in the current buffer without erasing it. Protect
8198 shrink-window-if-larger-than-buffer.
8199 (vc-update-change-log): Fix setd typo.
8200
8201 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8202 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8203
8204 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8205 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8206 CMP.
8207
8208 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8209 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8210 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8211
82122000-09-04 Andre Spiegel <spiegel@gnu.org>
8213
8214 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8215 not possible, use vc-BACKEND-workfile-unchanged-p.
8216 (vc-default-workfile-unchanged-p): New function. Delegates to a
8217 full vc-BACKEND-diff.
8218
8219 * vc-hooks.el (vc-simple-command): Removed.
8220
8221 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8222 instead of vc-simple-command.
8223 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8224 avoid doing a diff when opening a file.
8225 (vc-rcs-state): Added check for unlocked-changes.
8226 (vc-rcs-header): Escape Id.
8227 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8228 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8229 version.
8230
8231 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8232 (vc-sccs-diff): Remove optional arg CMP.
8233 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8234 SCCS-specific function.
8235
8236 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8237 vc-simple-command.
8238
82392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8240
8241 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8242 (with-vc-file, vc-merge): Use vc-editable-p.
8243 (vc-do-command): Remove unused var vc-file and fix the
8244 doubly-defined `status' var. Add a user message when starting an
8245 async command.
8246 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8247 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8248 Use with-current-buffer.
8249 (vc-buffer-sync): Use unless.
8250 (vc-next-action-on-file): If the file is 'edited by read-only,
8251 make it read-write instead of trying to commit.
8252 (vc-version-diff, vc-update-change-log): Use `setq
8253 default-directory' rather than `cd'.
8254 (vc-log-edit): Don't forget to set default-directory in the
8255 buffer.
8256
8257 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8258 (vc-sccs-state-heuristic): Use file-writable-p instead of
8259 comparing userids.
8260 (vc-sccs-checkout): Use `unless'.
8261
8262 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8263 of comparing userids.
8264 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8265 Simplify the logic by eliminating unreachable code.
8266 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8267 just do a recursive call if we need to retry.
8268 (vc-rcs-checkout): Handle the case where rcs is missing by making
8269 the buffer read-write if requested and re-signalling the error.
8270
8271 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8272
82732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8274
8275 * vc-hooks.el (vc-handled-backends): Docstring change.
8276 (vc-ignore-vc-files): Mark obsolete.
8277 (vc-registered): Check vc-ignore-vc-files.
8278 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8279 vc-ignore-vc-files.
8280
8281 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8282
82832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8284
8285 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8286 files since ange-ftp already has vc-registered return nil.
8287
8288 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8289 (vc-sccs-workfile-version): Use with-temp-buffer and new
8290 vc-parse-buffer and don't bother setting the property.
8291 (vc-sccs-add-triple): Use with-current-buffer and
8292 find-file-noselect.
8293 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8294
8295 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8296 derives from the old vc-parse-buffer but uses the revision number
8297 rather than the date (much easier to compare robustly).
8298 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8299 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8300 locking-user more directly. Check strict locking and set
8301 checkout-model appropriately.
8302 (vc-rcs-parse-locks): Remove.
8303 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8304 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8305 (vc-rcs-system-release): Use with-current-buffer and
8306 vc-parse-buffer.
8307 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8308
8309 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8310 (vc-simple-command): Docstring fix.
8311 (vc-registered): Align the way the file-handler is called with the
8312 way the function itself works.
8313 (vc-file-owner): Remove.
8314
8315 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8316 extraction of fields and call to file-attributes because of a
8317 temporary bug in rcp.el.
8318 (vc-cvs-fetch-status): Use with-current-buffer.
8319
83202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8321
8322 * vc.el (vc-do-command): Use file-relative-name.
8323 (vc-responsible-backend): Use vc-backend if possible.
8324 (vc-create-snapshot): Improve the `interactive' spec. Add support
8325 for branches and dispatch to backend-specific `create-snapshot'.
8326 (vc-default-create-snapshot): New function, containing the bulk of
8327 the old vc-create-snapshot.
8328 (vc-retrieve-snapshot): Improve the interactive spec.
8329
8330 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8331 (vc-backend-hook-functions): Remove.
8332 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8333 (vc-backend): Reintroduce the test for `file = nil' now that I
8334 know why it was there (and added a comment to better remember).
8335
8336 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8337 code from vc-sccs-hooks.el.
8338 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8339 'vc anymore.
8340 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8341 and file-directory-p instead of file-exists-p.
8342 (vc-sccs-check-headers): Simplify the regexp.
8343
8344 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8345 from vc-rcs-hooks.el. Don't require 'vc anymore.
8346 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8347 file-directory-p instead of file-exists-p.
8348
8349 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8350 from vc-cvs-hooks.el.
8351 (proto vc-cvs-registered): Require 'vc-cvs instead of
8352 'vc-cvs-hooks. Don't require 'vc anymore.
8353 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8354 file-directory-p instead of file-exists-p.
8355 (vc-cvs-create-snapshot): New function, replacing
8356 vc-cvs-assign-name.
8357 (vc-cvs-assign-name): Remove.
8358
83592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8360
8361 * vc-cvs.el (vc-cvs-header): New var.
8362
8363 * vc-rcs.el (vc-rcs-exists): Remove.
8364 (vc-rcs-header): New var.
8365
8366 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8367 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8368 (vc-sccs-header): New var.
8369
8370 * vc.el (vc-do-command): Get rid of the `last' argument.
8371 (vc-header-alist): Remove, replaced by vc-X-header.
8372 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8373 (vc-dired-hook): Use expand-file-name instead of concat.
8374 (vc-directory): Use file-name-as-directory.
8375 (vc-snapshot-precondition, vc-create-snapshot)
8376 (vc-retrieve-snapshot): Allow the command to operate on any
8377 directory.
8378
8379 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8380 just removing the 'WORKFILE argument or by removing the 'MASTER
8381 argument and replacing `file' with (vc-name file).
8382
83832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8384
8385 * vc.el: Update Copyright and add a crude list of backend funs.
8386 (vc-writable-p): New function.
8387 (with-vc-file): Use vc-writable-p.
8388 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8389 (vc-register): Avoid vc-name.
8390 (vc-locking-user): Remove.
8391 (vc-steal-lock): Make the `owner' arg non-optional.
8392 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8393 vc-checkout-model.
8394 (vc-default-dired-state-info): Use vc-state instead of
8395 vc-locking-user and return special strings for special states.
8396 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8397 and get rid of one of the special CVS cases.
8398 (vc-cancel-version): prettify error message with \\[...].
8399 (vc-rename-master): New function.
8400 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8401 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8402 the CVS special case generic.
8403 (vc-default-record-rename): Remove.
8404 (vc-file-tree-walk-internal): Only call FUNC for files that are
8405 under control of some VC backend and replace `concat' with
8406 expand-file-name.
8407 (vc-file-tree-walk): Update docstring.
8408 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8409 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8410
8411 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8412 vc-sccs-record-rename. Use `find-file-noselect' rather than
8413 `find-file' and call `vc-rename-master' to do the actual move.
8414 (vc-sccs-diff): Remove unused `backend' variable.
8415
8416 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8417 to delay loading of vc-sccs until it is really used.
8418 (vc-sccs-master-templates): Preload.
8419 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8420 (vc-sccs-project-dir): Remove (merged into
8421 vc-sccs-search-project-dir).
8422 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8423 rather than `concat', make sure it is preloaded and don't bother
8424 to check that the file actually exists.
8425 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8426 `locks' argument (use buffer's content instead) and eliminate n^2
8427 behavior.
8428
8429 * vc-rcs.el: Update Copyright.
8430 (vc-rcs-rename-file): New function.
8431 (vc-rcs-diff): Remove unused `backend' variable.
8432
8433 * vc-hooks.el: Update Copyright.
8434 (vc-backend): Don't accept a nil argument any more.
8435 (vc-up-to-date-p): Turn into a defsubst.
8436 (vc-possible-master): New function.
8437 (vc-check-master-templates): Use `vc-possible-master' and allow
8438 funs in vc-X-master-templates to return a non-existent file.
8439
8440 * vc-cvs.el: Update Copyright.
8441 (vc-cvs-diff): Remove unused `backend' variable.
8442 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8443
8444 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8445
84462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8447
8448 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8449 since it can be called from vc-rcs.el.
8450 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8451
84522000-09-04 Andre Spiegel <spiegel@gnu.org>
8453
8454 * vc.el (vc-version-diff): Expand file name read from the
8455 minibuffer. Handle the case when a previous version number can't
8456 be guessed. Give suitable messages when there were no differences
8457 found.
8458 (vc-clear-headers): Call backend-specific implementation, if one
8459 exists.
8460 (vc-cancel-version): Made error checks generic. When done, clear
8461 headers generically, too.
8462
8463 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8464 from vc-clear-headers in vc.el.
8465
8466 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8467 correctly.
8468 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8469 optional. Handle the case when it's not there.
8470
84712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8472
8473 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8474
84752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8476
8477 * vc-hooks.el (vc-loadup): Remove.
8478 (vc-find-backend-function): Use `require'. Also, handle the case
8479 where vc-BACKEND-hooks.el doesn't exist.
8480 (vc-call-backend): Cleanup.
8481
84822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8483
8484 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8485 vc-rcs-grab-templates)
8486 (vc-rcs-registered): Remove. The default function works as well.
8487 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8488 vc-sccs-grab-templates)
8489 (vc-sccs-registered): Remove. The default function works as well.
8490
8491 * vc.el (vc-version-diff): Left out a vc- in call to
8492 vc-call-backend.
8493 (vc-default-dired-state-info, vc-default-record-rename)
8494 (vc-default-merge-news): Update for the new backend argument.
8495
8496 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8497 using the default function.
8498 (vc-call-backend): If calling the default function, pass it the
8499 backend as first argument. Update the docstring accordingly.
8500 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8501 for the new backend argument.
8502 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8503 (vc-find-backend-function): Use the new name.
8504 (vc-default-registered): New function.
8505
85062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8507
8508 * vc.el (vc-merge): Use vc-find-backend-function.
8509
8510 * vc-hooks.el (vc-backend-functions): Remove.
8511 (vc-loadup): Don't setup 'vc-functions.
8512 (vc-find-backend-function): New function.
8513 (vc-call-backend): Use above fun and populate 'vc-functions
8514 lazily.
8515 (vc-backend-defines): Remove.
8516
85172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8518
8519 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8520 Call vc-call-backend without the leading vc-.
8521 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8522 (vc-check-headers): Call vc-call-backend without the leading vc-.
8523 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8524 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8525 Call vc-call-backend without the leading vc-.
8526
8527 * vc-cvs.el (tail): Provide vc-cvs.
8528 * vc-sccs.el (tail): Provide vc-sccs.
8529 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8530
8531 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8532 (vc-make-backend-function, vc-call): Pass names without leading
8533 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8534 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8535 (vc-call-backend): Always try to load vc-X-hooks.
8536 (vc-registered): Remove vc- in call to vc-call-backend.
8537
85382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8539
8540 * vc.el (vc-process-filter): New function.
8541 (vc-do-command): Setup `vc-process-filter' for the async process.
8542 (vc-maybe-resolve-conflicts): New function to reduce
8543 code-duplication. Additionally, it puts the buffer in
8544 `smerge-mode' if applicable.
8545 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8546 calling `merge-news'.
8547 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8548 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8549 interfacing to log-edit.el.
8550 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8551 log-edit is available.
8552 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8553
85542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8555
8556 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8557 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8558 defvar and the initialization.
8559 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8560
8561 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8562 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8563
8564 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8565
85662000-09-04 Andre Spiegel <spiegel@gnu.org>
8567
8568 * vc.el (vc-file-clear-masterprops): Removed.
8569 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8570 (vc-version-diff): Use buffer-size without argument.
8571 (vc-register): Heed vc-initial-comment.
8572
8573 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8574 default branch.
8575
8576 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8577 file name and workfile version.
8578 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8579
8580 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8581 vc-file-clear-masterprops.
8582
8583 * vc-sccs.el (vc-sccs-checkout): Removed call to
8584 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8585 rather than user login name.
8586
8587
85882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8589
8590 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8591 `want-differences-if-changed' and simplify.
8592 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8593 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8594 output (which is invalid for async vc-diff) to decide whether to
8595 do the revert silently or not.
8596
85972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8598
8599 * vc-hooks.el (vc-loadup): Load files quietly.
8600 (vc-call-backend): Oops, brain fart.
8601
86022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8603
8604 * vc-cvs.el (vc-cvs-state): Typo.
8605 (vc-cvs-merge-news): Return the status code rather than the error msg.
8606
86072000-09-04 Andre Spiegel <spiegel@gnu.org>
8608
8609 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8610 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8611 vc-state or vc-up-to-date-p.
8612 (vc-merge): Use vc-backend-defines to check whether merging is
8613 possible. Set state to 'edited after successful merge.
8614
8615 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8616 return that name. Redocumented.
8617
86182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8619
8620 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8621 new `vc-state' semantics.
8622 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8623 'vc-locking-user to the current user.
8624 (vc-merge): Inline vc-backend-merge. Comment out code that I
8625 don't understand and hence can't adapt to the new `vc-state' and
8626 `vc-locking-user' semantics.
8627 (vc-backend-merge): Remove.
8628
8629 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8630 rather than 'vc-locking-user.
8631
8632 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8633
8634 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8635 (vc-state): Don't use 'reserved any more. Just use the same
8636 convention as the one used for vc-<backend>-state where the
8637 locking user (as a string) is returned.
8638 (vc-locking-user): Update, based on the above convention. The
8639 'vc-locking-user property has disappeared.
8640 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8641
8642 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8643 with a heuristic one.
8644 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8645 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8646 error. That allows us to get to 'needs-merge even in the
8647 stay-local case. There's still no way to detect 'needs-patch in
8648 such a setup (or to force an update for that matter).
8649 (vc-cvs-logentry-check): Remove, the default works as well.
8650
86512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8652
8653 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8654
8655 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8656 major-mode in which the buffer might have been put earlier. Use
8657 `remove' and `when'. Allow `okstatus' to be `async' and use
8658 `start-process' in this case.
8659 (vc-version-diff): Handle the case where the diff looks empty
8660 because of the use of an async process.
8661
86622000-09-04 Andre Spiegel <spiegel@gnu.org>
8663
8664 * vc.el (vc-next-action-on-file): Removed optional parameter
8665 `simple'. Recompute state unconditionally.
8666 (vc-default-toggle-read-only): Removed.
8667
8668 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8669 (vc-toggle-read-only): Undid prev change.
8670
8671 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8672 vc-cvs-simple-toggle. Redocumented.
8673 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8674 (vc-cvs-toggle-read-only): Removed.
8675
86762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8677
8678 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8679 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8680 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8681 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8682 still is. So maybe it should be removed.
8683 (vc-head-version, vc-find-binary): Remove.
8684 (vc-recompute-state): Move from vc-hooks.el.
8685 (vc-next-action-on-file): Add a `simple' argument to allow
8686 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8687 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8688 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8689 (vc-dired-mode-map): Properly defvar it.
8690 (vc-print-log): Call log-view-mode if available.
8691 (small-temporary-file-directory): defvar instead of use boundp.
8692 (vc-merge-news): Moved to vc-cvs.el.
8693 (vc-default-merge-news): New function.
8694
8695 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8696 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8697 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8698 unknown `vc-latest-version' function. It should probably refer to
8699 vc-workfile-version or somesuch, but it's very unclear to me and I
8700 don't have SCCS to test things.
8701
8702 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8703 (vc-sccs-state-heuristic): Fix typo.
8704 (vc-sccs-workfile-unchanged-p): Add missing argument.
8705
8706 * vc-rcs.el: Require vc and vc-rcs-hooks.
8707 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8708 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8709 (vc-release-greater-or-equal-p): Move from vc.
8710 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8711 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8712 (vc-rcs-checkout): Add a missing `new-version' argument in the
8713 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8714
8715 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8716 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8717 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8718 than the apparently unbound `workfile-version'.
8719
8720 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8721 (vc-file-prop-obarray): Use `make-vector'.
8722 (vc-backend-functions): Add new hookable functions
8723 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8724 (vc-loadup): If neither backend nor default functions exist, use
8725 the backend function rather than nil.
8726 (vc-call-backend): If the function if not bound yet, try to load
8727 the non-hook file to see if it provides it.
8728 (vc-call): New macro plus use it wherever possible.
8729 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8730 nor `vc-find-binary' since it's only called from
8731 vc-mistrust-permission which is only used once the backend is known.
8732 (vc-checkout-model): Fix parenthesis.
8733 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8734
8735 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8736 (vc-cvs-release, vc-cvs-system-release): Remove.
8737 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8738 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8739 status symbols.
8740 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8741 (vc-cvs-toggle-read-only): First cut at a function to allow a
8742 cvs-status-free vc-toggle-read-only.
8743 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8744 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8745 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8746 (vc-cvs-checkout): Modify access rights directly if the user
8747 requested not to use `cvs edit'. And refresh the mode line.
8748
8749 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8750 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8751
87522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8753
8754 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8755 workfile' that got lost when the code was extracted from vc.el.
8756 And merged the tail with the rest of the code (not possible in the
8757 old vc.el where the tail was shared among all backends). And
8758 explicitly set the state to 'edited if `writable' is set.
8759
8760 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8761 (vc-cvs-state): Be careful to return the value from
8762 vc-cvs-parse-state.
8763 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8764 property but return it instead. Also be careful to handle a nil
8765 or "" `rev' when workfile is non-nil (it was handled properly when
8766 workfile was nil).
8767
8768 * vc.el: Removed those pesky unnecessary `(function' quotes.
8769 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8770 directly in the defvar.
8771 (vc-do-command): Bind inhibit-read-only so as to properly handle
8772 the case where the destination buffer has been made read-only.
8773 (vc-diff): Delegate to vc-version-diff in all cases.
8774 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8775 (vc-annotate-mode-variables): Removed (code moved partly to
8776 defvars and partly to vc-annotate-add-menu).
8777 (vc-annotate-mode): Turned into a derived-mode.
8778 (vc-annotate-add-menu): Moved in code in
8779 vc-annotate-mode-variables.
8780 (vc-update-change-log): Use make-temp-file if available.
8781
87822000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8783
8784 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8785 `vc-checkout-model' updated to `vc-cvs-update-model'.
8786
87872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8788
8789 * vc.el (vc-next-action-on-file): Added handling of state
8790 `unlocked-changes'.
8791 (vc-checkout-carefully): Is now practically obsolete, unless the
8792 above is too slow to be enabled unconditionally.
8793 (vc-update-change-log): Fixed typo.
8794
8795 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8796
8797 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8798 Now handles state `unlocked-changes'.
8799 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8800
8801 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8802
8803 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8804 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8805 `unlocked-changes'.
8806 (vc-rcs-workfile-unchanged-p): Renamed from
8807 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8808 function yet, but supposed to become one soon.
8809
8810 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8811 `vc-steal-lock'.
8812 (vc-call-backend): Changed error message.
8813 (vc-state): Added description of state `unlocked-changes'.
8814
88152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8816
8817 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8818 always return t in CVS-controlled directories.
8819
8820 * vc.el (vc-responsible-backend): New function.
8821 (vc-register): Largely rewritten.
8822 (vc-admin): Removed (implementation moved into vc-register).
8823 (vc-checkin): Redocumented.
8824 (vc-finish-logentry): If no backend defined yet (because we are in
8825 the process of registering), use the responsible backend.
8826
8827 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8828 Updated function lists.
8829 (vc-call-backend): Fixed typo.
8830
8831 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8832 New functions.
8833 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8834 Removed query option. Redocumented.
8835
88362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8837
8838 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8839
8840 * vc.el: Updated callers of `vc-checkout-required' to use
8841 `vc-checkout-model'.
8842
88432000-09-04 Martin Lorentzson <martinl@gnu.org>
8844
8845 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8846 stuff updated to reference this function instead of the old
8847 `vc-backend-release-p'.
8848
88492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8850
8851 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8852 vc-checkout-model. Return appropriate values. Updated callers.
8853
88542000-09-04 Martin Lorentzson <martinl@gnu.org>
8855
8856 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8857 (vc-backend-revert): Function moved into `vc-revert';
8858 `vc-next-action' must be updated to accomodate this change.
8859 (vc-backend-steal): Function moved into `vc-finish-steal'.
8860 (vc-backend-logentry-check): Function moved into
8861 `vc-finish-logentry'.
8862 (vc-backend-printlog): Function moved into `vc-print-log'.
8863 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8864 (vc-backend-assign-name): Function moved into
8865 `vc-create-snapshot'.
8866
88672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8868
8869 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8870 Rename to vc-checkout-model. Return appropriate values.
8871 Update callers.
8872
8873 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8874 to vc-checkout-model.
8875 (vc-checkout-required): Rename to vc-checkout-model.
8876 Re-implement and re-comment.
8877 (vc-after-save): Use vc-checkout-model.
8878
88792000-09-04 Martin Lorentzson <martinl@gnu.org>
8880
8881 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8882 Update to use the vc-BACKEND-diff functions instead.
8883 `vc-diff' is now working.
8884
8885 * vc-rcs.el (vc-rcs-logentry-check): New function.
8886
8887 * vc-cvs.el (vc-cvs-logentry-check): New function.
8888
8889 * vc-sccs.el (vc-sccs-diff): Function changed name from
8890 `vc-backend-diff'. This makes `vc-diff' work.
8891
8892 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8893 of functions possibly implemented in a vc-BACKEND library.
8894 (vc-checkout-required): Fix bug that caused an error to be
8895 signaled during `vc-after-save'.
8896
8897 * vc.el: Fix typo.
8898 This checkin is made with our new VC code base for the very first time.
8899 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8900
8901 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8902 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8903
8904 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8905 updated to `vc-uses-locking'.
8906 (vc-checkout-required): Call to backend function.
8907 `vc-checkout-required' updated to `vc-uses-locking' instead.
8908
8909 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8910 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8911
8912 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8913 to match the split into various backends.
8914 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8915 (vc-retrieve-snapshot): Bug fix.
8916
89172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8918
8919 * vc-sccs.el (vc-sccs-release): Doc fix.
8920
89212000-09-04 Martin Lorentzson <martinl@gnu.org>
8922
8923 * vc.el (vc-next-action-on-file): Bug found and fixed.
8924 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8925 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8926
8927 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8928 (vc-rcs-checkout): Name space cleaned up. No more revision number
8929 crunching function names that are not prefixed with vc-rcs.
8930 (vc-rcs-checkout-model): Function added. References to
8931 `vc-checkout-model' replaced.
8932
89332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8934
8935 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8936 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8937 still need to be split, and implemented for RCS).
8938
89392000-09-04 Martin Lorentzson <martinl@gnu.org>
8940
8941 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8942
8943 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8944 required by the vc.el file.
8945
8946 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8947 required by the vc.el file.
8948 (vc-rcs-exists): Function added.
8949
8950 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8951 required by the vc.el file.
8952
8953 * vc.el (vc-admin): Updated to handle selection of appropriate
8954 backend. Current implementation is crufty and need re-thinking.
8955
8956 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8957
89582000-09-04 Martin Lorentzson <martinl@gnu.org>
8959
8960 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8961 beginning of annotate buffers correctly.
8962
8963 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8964 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8965 functionality updated quite a lot to support multiple backends.
8966 Variables `vc-annotate-mode', `vc-annotate-buffers',
8967 `vc-annotate-backend' added.
8968
8969 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8970 `vc-annotate-difference' added to supported backend functions.
8971
89722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8973
8974 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8975 Use with-temp-file instead of /bin/sh. Merged from mainline
8976
89772000-09-04 Martin Lorentzson <martinl@gnu.org>
8978
8979 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8980
8981 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8982
8983 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8984
89852000-09-04 Martin Lorentzson <martinl@gnu.org>
8986
8987 * vc-hooks.el: vc-state-heuristic added to
8988 vc-backend-hook-functions.
8989
8990 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8991
8992 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8993
8994 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8995 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8996 state to `reserved'.
8997
8998 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8999 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9000
90012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9002
9003 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9004 untouched.
9005
9006 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9007
9008 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9009 if defined. (Merged from main line, slightly adapted.)
9010
9011 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9012 millenium problem (merged from mainline).
9013
90142000-09-04 Martin Lorentzson <martinl@gnu.org>
9015
9016 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9017 part and moved the non-BACKEND stuff to vc.el.
9018
9019 * vc.el: Split the annotate feature into a BACKEND specific part
9020 and moved it from the vc-cvs.el file to this one.
9021
90222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9023
9024 * vc-hooks.el: Implement new state model.
9025 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9026 (vc-locking-user): Simplify. Now only needed if the file is
9027 locked by somebody else.
9028 (vc-lock-from-permissions): Remove. Functionality is in
9029 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9030 (vc-mode-line-string): New name for former vc-status. Adapted.
9031 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9032
9033 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9034 Various simplifications and adaptations all over the place.
9035
9036 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9037 Simplify and adapt the rest.
9038
9039 * vc.el (vc-resynch-window): Add TODO comment: check for
9040 interaction with view mode according to recent RCS change.
9041 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9042
90432000-09-04 Martin Lorentzson <martinl@gnu.org>
9044
9045 * vc.el: Convert the remaining function comments to docstrings.
9046
90472000-09-04 Martin Lorentzson <martinl@gnu.org>
9048
9049 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9050 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9051 (vc-minor-part, vc-previous-version): Functions that operate and
9052 compare revision numbers got proper documentation. Comments added
9053 about their possible removal.
9054
90552000-09-04 Martin Lorentzson <martinl@gnu.org>
9056
9057 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9058 the vc-backend.el files.
9059
9060 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9061
9062 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9063 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9064 (vc-rcs-previous-version): Functions added.
9065
9066 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9067
9068 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9069
90702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9071
9072 * vc-hooks.el (vc-master-templates): Is really obsolete.
9073 Comment out the definition for now. What is the right procedure
9074 to get rid of it?
9075 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9076 rewritten.
9077 (vc-default-registered): Remove.
9078 (vc-check-master-templates): New function; does mostly what the
9079 above did before.
9080 (vc-locking-user): Don't rely on the backend to set the property.
9081
9082 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9083 Rewrite documentation.
9084 (vc-rcs-templates-grabbed): New variable.
9085 (vc-rcs-grab-templates): New function.
9086 (vc-rcs-registered): Rewrite to use above mechanism.
9087
9088 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9089 Rewrite documentation.
9090 (vc-sccs-templates-grabbed): New variable.
9091 (vc-sccs-grab-templates): New function.
9092 (vc-sccs-registered): Rewrite to use above mechanism.
9093 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9094 Don't throw the result, simply return it.
9095
9096 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9097 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9098 (vc-cvs-registered): Does the check itself now. Simplify.
9099
9100 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9101 from main line.
9102
91032000-09-04 Martin Lorentzson <martinl@gnu.org>
9104
9105 * vc-cvs.el (vc-cvs-diff): New function.
9106
9107 * vc-sccs.el (vc-sccs-diff): New function.
9108
9109 * vc-rcs.el (vc-rcs-diff): New function.
9110 (vc-rcs-checkout): Bug (typo) found and fixed.
9111 (vc-rcs-register-switches): New variable.
9112
9113 * vc.el (vc-backend-diff): Function removed and placed in the
9114 backend files.
9115
91162000-09-04 Martin Lorentzson <martinl@gnu.org>
9117
9118 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9119
9120 * vc.el (vc-backend-checkout): Function removed and replaced in
9121 the vc-backend.el files.
9122
9123 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9124
9125 * vc.el (vc-backend-admin): Removed and replaced in the
9126 vc-backend.el files.
9127
9128 * vc.el (Martin): Removed all the annotate functionality since it
9129 is CVS backend specific.
9130
91312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9132
9133 * spec.txt: Added specification of vc-state.
9134
9135 * vc-sccs-hooks.el (vc-sccs-master-properties):
9136 Remove handling of vc-latest-version and
9137 vc-your-latest-version. What used to be vc-latest-version, is now
9138 returned as vc-workfile-version.
9139 (vc-sccs-workfile-version): Adapt.
9140
91412000-09-04 Dave Love <fx@gnu.org>
9142
9143 * vc.el: [Merged from mainline.]
9144 (vc-dired-mode): Make the dired-move-to-filename-regexp
9145 regexp match the date, to avoid treating date as file size.
9146 Add YYYY S option to WESTERN/
9147
91482000-09-04 Dave Love <fx@gnu.org>
9149
9150 * vc.el: Require `compile' when compiling.
9151 (vc-logentry-check-hook): New option.
9152 (vc-steal-lock): Use compose-mail.
9153 (vc-dired-mode-map): Defvar when compiling.
9154 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9155 vc-sccs.el and renamed. Callers changed.
9156 (vc-backend-checkout, vc-backend-logentry-check)
9157 (vc-backend-merge-news): Doc fix.
9158 (vc-default-logentry-check): New function.
9159 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9160 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9161 (vc-backend-merge): Doc fix. Use backend functions.
9162 (vc-check-headers): Use backend functions.
9163
9164 * vc-cvs.el: Require vc when compiling.
9165 (vc-cvs-register-switches): Doc fix.
9166 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9167 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9168 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9169 New functions (code from vc.el).
9170 (vc-annotate-display-default): Fix interactive spec.
9171 (vc-annotate-time-span): Doc fix.
9172
9173 * vc-rcs.el: Require vc when compiling.
9174 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9175 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9176 (vc-rcs-checkin): New functions (code from vc.el).
9177 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9178 Doc fix.
9179 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9180
9181 * vc-sccs.el: Require vc when compiling.
9182 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9183 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9184 (vc-sccs-revert)
9185 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9186 from vc.el).
9187 (vc-sccs-add-triple, vc-sccs-record-rename)
9188 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9189 (vc-sccs-admin): Doc fix.
9190
91912000-09-04 Martin Lorentzson <martinl@gnu.org>
9192
9193 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9194 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9195 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9196 from vc.el.
9197
9198 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9199
9200 * vc-cvs.el: Moved the annotate functionality from vc.el.
9201 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9202
92032000-09-04 Dave Love <fx@gnu.org>
9204
9205 * vc.el (vc-backend-release): Call vc-system-release.
9206
9207 * vc-sccs.el (vc-sccs-system-release):
9208 Renamed from vc-sccs-backend-release.
9209
9210 * vc-rcs.el (vc-rcs-system-release):
9211 Renamed from vc-rcs-backend-release.
9212
9213 * vc-cvs.el (vc-cvs-system-release):
9214 Renamed from vc-cvs-backend-release.
9215
92162000-09-04 Dave Love <fx@gnu.org>
9217
9218 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9219 backend files.
9220 (vc-backend-release): Dispatch to backend functions.
9221 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9222 probably needs attention.]
9223
9224 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9225 (vc-sccs-backend-release): New function.
9226
9227 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9228 (vc-cvs-backend-release): New function.
9229
9230 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9231 Doc fix.
9232 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9233 (vc-default-dired-state-info): New function.
9234 (vc-dired-state-info): Dispatch to backends.
9235 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9236
9237 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9238 from vc.el and renamed.
9239
92402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9241
9242 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9243 (vc-version-other-window, vc-backend-assign-name): Removed
9244 references to vc-latest-version; sometimes changed into
9245 vc-workfile-version.
9246
9247 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9248 vc-rcs-master-workfile-version.
9249 (vc-rcs-workfile-version): Use the above. Don't call
9250 vc-latest-version (that was unreachable code, anyway).
9251 (vc-rcs-fetch-master-properties): Doc fix.
9252
9253 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9254 (vc-backend-hook-functions): Removed them from this list, too.
9255 (vc-fetch-properties): Removed.
9256 (vc-workfile-version): Doc fix.
9257
9258 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9259 (vc-rcs-workfile-version, vc-rcs-locking-user)
9260 (vc-rcs-uses-locking): Use it.
9261
9262 * vc-hooks.el (vc-consult-rcs-headers):
9263 Moved into vc-rcs-hooks.el, under the name
9264 vc-rcs-consult-headers.
9265
9266 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9267 headers.
9268 (vc-cvs-find-master): Use this name only; correct different
9269 versions of the name.
9270
9271 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9272 New functions.
9273 (vc-sccs-locking-user): Use the latter.
9274
9275 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9276 New functions.
9277
9278 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9279 Moved into both
9280 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9281 functions are implementation details of those two backends.
9282
92832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9284
9285 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9286 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9287
9288 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9289 (vc-sccs-parse-locks): SCCS-specific code moved here from
9290 vc-hooks.
9291
9292 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9293 code moved here from vc-hooks.
9294
9295 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9296 into back-end specific parts and removed. Callers not updated
9297 yet; because I guess these callers will disappear into back-end
9298 specific files anyway.
9299
93002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9301
9302 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9303 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9304 `vc-uses-locking'.
9305
9306 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9307 Store yes/no in the property, and return t/nil. Updated all
9308 callers.
9309
9310 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9311 vc-sccs-uses-locking. Don't set property.
9312 (vc-sccs-locking-user): Don't set property.
9313
9314 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9315 vc-cvs-uses-locking. Don't set property here; leave that to
9316 vc-hooks.
9317 (vc-cvs-locking-user): Reflect above change. Streamlined.
9318
9319 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9320 vc-rcs-uses-locking.
9321 (vc-rcs-locking-user): Reflect above change.
9322
93232000-09-04 Dave Love <fx@gnu.org>
9324
9325 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9326
9327 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9328
9329 * vc-hooks.el (vc-checkout-model): Punt to backends.
9330
9331 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9332
9333 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9334
9335 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9336 New functions.
9337
9338 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9339 New functions.
9340
9341 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9342 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9343
9344 * vc-hooks.el (vc-default-locking-user): New function.
9345 (vc-locking-user, vc-workfile-version): Punt to backends.
9346
93472000-09-04 Dave Love <fx@gnu.org>
9348
9349 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9350 (vc-master-workfile-version): Moved from vc-hooks.
9351
9352 * vc-rcs-hooks.el: Fix duplicate code in last change.
9353
9354 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9355 (vc-rcs-master-templates): Improve :type.
9356 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9357 vc-master-workfile-version): Moved from vc-hooks.
9358
9359 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9360 (vc-sccs-master-templates): Improve :type.
9361 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9362
9363 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9364
9365 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9366 (vc-cvs-master-templates): Improve :type. Use
9367 vc-cvs-find-cvs-master.
9368 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9369 from vc-hooks.
9370 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9371
9372 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9373 Moved to vc-cvs-hooks.
9374
9375 * vc-hooks.el: Add doc strings in various places. Simplify the
9376 minor mode setup.
9377 (vc-handled-backends): New user variable.
9378 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9379 simplification.
9380
93812000-09-04 Dave Love <fx@gnu.org>
9382
9383 * vc.el: Some doc fixes for autoloaded and interactive functions.
9384 Fix compilation warnings from ediff stuff.
9385 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9386
9387 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9388
9389 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9390
9391 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9392
93932000-09-04 Dave Love <fx@gnu.org>
9394
9395 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9396 New variable.
9397 (vc-make-backend-function, vc-loadup, vc-call-backend)
9398 (vc-backend-defines): New functions.
9399
9400 * vc-hooks.el: Various doc fixes.
9401 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9402 (vc-match-substring): Function removed. Callers changed to use
9403 match-string.
9404 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9405 Simplify.
9406
94072000-09-04 Dave Love <fx@gnu.org>
9408
9409 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9410 type.
9411 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9412 (vc-sccs-registered): Doc fix.
9413
9414 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9415 (vc-cvs-registered): Doc fix.
9416
9417 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9418 (vc-rcs-registered): Doc fix.
9419
94202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9421
9422 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9423
9424 * vc-hooks.el: vc-registered has been renamed
9425 vc-default-registered. Some functions have been moved to the
9426 backend specific files. they all support the
9427 vc-BACKEND-registered functions.
9428
94292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9430
9431 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9432
9433 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9434
94352000-09-04 Dave Love <fx@gnu.org>
9436
9437 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9438 menu-bar-update-hook.
9439
9440 * help.el (help-manyarg-func-alist): Add
9441 find-operation-coding-system.
9442
9443 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9444
9445 * custom.el (custom-set-variables): Print message about errors in
9446 setting.
9447
94482000-09-03 Andrew Innes <andrewi@gnu.org>
9449
9450 * makefile.w32-in: Change to DOS line endings.
9451
94522000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9453
9454 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9455 minor-mode keymaps, if they don't have one.
9456
94572000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * eshell/esh-module.el (eval-when-compile): Don't lose if
9460 esh-module.el's file name is truncated to DOS 8+3 limits.
9461
94622000-09-01 John Wiegley <johnw@gnu.org>
9463
9464 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9465 predicate, which caused entries in the completion list to be
9466 doubled.
9467
94682000-08-30 John Wiegley <johnw@gnu.org>
9469
9470 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9471 sending to subprocesses. Also, hook pre-command-hook if
9472 `eshell-send-direct-to-subprocesses' is non-nil.
9473 (eshell-send-direct-to-subprocesses): New config variable. If t,
9474 subprocess input is send immediately.
9475 (eshell-toggle-direct-send): New function.
9476 (eshell-self-insert-command): New function.
9477 (eshell-intercept-commands): New function.
9478 (eshell-send-input): If direct subprocess sending is enabled,
9479 don't echo any input to the Eshell buffer. Let the subprocess
9480 handle that. This requires "stty echo" in bash, for example.
9481
94822000-08-28 John Wiegley <johnw@gnu.org>
9483
9484 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9485 completion function for Eshell's implementation of `unset'.
9486
94872000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * info.el (Info-directory-list): Doc fix.
9490
94912000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9492
9493 * filecache.el (file-cache-add-directory-using-find): Don't quote
9494 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9495
94962000-08-31 Kenichi Handa <handa@etl.go.jp>
9497
9498 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9499 coding systems.
9500
95012000-08-30 Andrew Innes <andrewi@gnu.org>
9502
9503 * timer.el (run-with-idle-timer): Undo last change, so that timer
9504 is not activated immediately if Emacs is already idle. Some
9505 existing code relies on this behaviour.
9506
95072000-08-30 Miles Bader <miles@gnu.org>
9508
9509 * frame.el (set-frame-font): Do completion of font-name for
9510 interactive use.
9511
95122000-08-30 Kenichi Handa <handa@etl.go.jp>
9513
9514 * international/quail.el (quail-start-translation): Bind locally
9515 last-command-event, last-command, and this-command.
9516 (quail-start-conversion): Likewise.
9517 (quail-self-insert-command): Fix docstring.
9518
95192000-08-29 Gerd Moellmann <gerd@gnu.org>
9520
9521 * progmodes/executable.el
9522 (executable-make-buffer-file-executable-if-script-p): Check that
9523 buffer contains at least 2 characters.
9524
95252000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9526
9527 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9528
95292000-08-29 Dave Love <fx@gnu.org>
9530
9531 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9532 (diff-mode-shared-map): Bind mouse-2.
9533 (diff-imenu-generic-expression): New variable.
9534 (diff-mode): Use it.
9535
9536 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9537 (mouse-popup-menubar): Add minor mode menus.
9538 (popup-menu): Check for lookup-key returning number.
9539
95402000-08-29 Miles Bader <miles@gnu.org>
9541
9542 * comint.el (comint-send-input): Create overlays using the proper
9543 front/read-advance arguments.
9544
95452000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9546
9547 * ps-print.el: Even/odd pages printing. Doc fix.
9548 (ps-print-version): New version number (6.0).
9549 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9550 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9551 (ps-print-duplex-feature): Variable eliminated.
9552 (ps-even-or-odd-pages): New variable.
9553
9554 * progmodes/ebnf2ps.el: Doc fix.
9555 (ebnf-version): New version (3.3).
9556 (ebnf-user-arrow): Change variable customization to sexp.
9557 (ebnf-user-arrow): Function eliminated.
9558 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9559
95602000-08-29 Kenichi Handa <handa@etl.go.jp>
9561
9562 * help.el (help-xref-mule-regexp): New variable.
9563 (help-make-xrefs): Handle help-xref-mule-regexp.
9564
9565 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9566 variable.
9567 (describe-input-method): Temporarily activate the specfied input
9568 method to display the information.
9569 (describe-language-environment): Hyperlinks to mule related items.
9570
9571 * international/mule-diag.el (charset-multibyte-form-string): New
9572 function.
9573 (list-character-sets-1): Use charset-multibyte-form-string.
9574 (describe-character-set): New function.
9575 (describe-coding-system): Hyperlinks to safe character sets.
9576
9577 * international/quail.el (quail-help): New arg PACKAGE.
9578 Hyperlinks to mule related items.
9579 (quail-help-insert-keymap-description): Use
9580 substitute-command-keys instead of describe-bindings.
9581 (quail-translation-help): Hyperlinks to mule related items.
9582
95832000-08-28 John Wiegley <johnw@gnu.org>
9584
9585 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9586 have a defsubst call itself. Made `eshell-flatten-list' back into
9587 a function again.
9588
9589 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9590 catch, in case re-centering point at bottom messes up the display.
9591 This happens frequently in Emacs 21, due I believe to variable
9592 line heights.
9593
9594 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9595 to call `find-tag-interactive'.
9596
9597 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9598 the list of remember directories.
9599
96002000-08-28 John Wiegley <johnw@gnu.org>
9601
9602 * align.el: Test align-region-separate to see if it's a symbol.
9603
96042000-08-28 John Wiegley <johnw@gnu.org>
9605
9606 * eshell/esh-util.el (eshell-flatten-list): Made this function
9607 into a defsubst form. It gets used very frequently, although
9608 calls don't occur all that often.
9609
9610 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9611 examining it.
9612
9613 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9614 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9615 `eshell-protect'.
9616 (eshell-copy-handles): Created a new macro for duplicating the
9617 current set of open handles. This is needed by the looping
9618 functions.
9619 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9620 is not incorrectly stomped on.
9621
9622 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9623 declaration for pcomplete-use-paring.
9624 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9625 value of eshell-cmpl-use-paring.
9626 * pcomplete.el (pcomplete-use-paring): New config variable, to
9627 indicate whether paring should be used.
9628 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9629 completion alternatives that have already been used.
9630
9631 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9632 bound to C-c C-y, which will repeat the previous N arguments
9633 (based on prefix argument).
9634 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9635
9636 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9637 if there is no *Help* buffer. This is for XEmacs, which renames
9638 its help buffers uniquely. TODO: Find out what the current buffer
9639 name to delete is.
9640
9641 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9642 first entry that correlates to a passwd/group number. Later
9643 entries (used for group/user name aliasing to multiple IDs) are
9644 ignored.
9645
9646 * eshell/em-xtra.el (eshell/expr):
9647 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9648 (eshell-grep, eshell/diff, eshell/locate):
9649 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9650 argument list, before passing it to the system command.
9651
9652 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9653 `find-tag' for use at final position in Eshell buffers (which
9654 otherwise triggers an error on Emacs 21).
9655 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9656 buffer, if it is currently bound to `find-tag'.
9657
9658 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9659 in the list of matched Makefile names.
9660 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9661 directory, prefer its contents to Makefile.
9662
9663 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9664 directory parts (like "cd old new", or "cd =regexp"), are now case
9665 sensitive on non-Windows/DOS platforms.
9666
9667 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9668 types RET after an open delimiter (like "), display a message
9669 indicating that Eshell is waiting for the closing delimiter.
9670
9671 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9672 environment variables.
9673
9674 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9675 gracefully if the user enters incorrect arguments.
9676
9677 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9678 Eshell buffers.
9679
9680 * eshell/esh-var.el (eshell-interpolate-variable):
9681 * eshell/esh-mode.el (eshell-move-argument):
9682 * eshell/em-unix.el (eshell-du-sum-directory):
9683 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9684 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9685 (not (= ...)).
9686
9687 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9688 to ensure the `preserve' flag gets propagated when doing recursive
9689 directory copies.
9690
96912000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9692
9693 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9694 Don't convert \n into \0177 in memory.
9695 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9696 and back again, when reading and writing.
9697
96982000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9699
9700 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9701 testing of `fboundp' on `processp'.
9702
9703 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9704 (eshell/jobs): Don't call process-list if it is not bound.
9705 (eshell-gather-process-output): Support systems where async
9706 subprocesses aren't supported.
9707 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9708 variables.
9709
9710 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9711 eshell-do-eval returns t.
9712 (eshell-do-pipelines-synchronously): New defmacro.
9713 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9714 when async subprocesses aren't supported.
9715 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9716 if async subprocesses aren't supported.
9717 (eshell-resume-command): Don't assume STATUS is a string.
9718
9719 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9720
9721 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9722 (eshell-close-target, eshell-get-target): Use eshell-processp.
9723 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9724 fix.
9725 (eshell-get-target, eshell-create-handles): Doc fix.
9726
97272000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9728
9729 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9730 criterion to include commands that output something, as long as it
9731 leaves both the command and the end-of-buffer visible when the
9732 command has exited.
9733 (eshell-review-quick-commands): Adjust the help doc string
9734 accordingly.
9735
97362000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9737
9738 * locate.el (locate): Cleaned up locate command's interactive prompting
9739 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9740
9741 * filecache.el (file-cache-case-fold-search): New variable
9742 (file-cache-assoc-function): New variable
9743 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9744 Use file-cache-case-fold-search variable
9745 (file-cache-add-file): Use file-cache-assoc-function
9746 (file-cache-delete-file): likewise
9747 (file-cache-directory-name): likewise
9748 (file-cache-debug-read-from-minibuffer): likewise
9749
97502000-08-28 Gerd Moellmann <gerd@gnu.org>
9751
9752 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9753 (abbrev-table-name): New function.
9754 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9755 If non-nil list local abbrev, only.
9756
97572000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9758
9759 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9760 from Gnus support code, and use special article copy buffer
9761 `(gnus-original-article-buffer)' instead. This allows to get rid
9762 of article-hide-headers usage (which breaks in the latest Gnus
9763 version). Thanks to Detlev Zundel.
9764
97652000-08-28 Kenichi Handa <handa@etl.go.jp>
9766
9767 * international/quail.el (quail-use-package): Hide "... loaded"
9768 message.
9769 (quail-start-translation, quail-start-conversion): Likewise.
9770
9771 * international/kkc.el (kkc-region): Hide "... loaded" message.
9772
97732000-08-27 Dave Love <fx@gnu.org>
9774
9775 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9776
97772000-08-27 Miles Bader <miles@gnu.org>
9778
9779 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9780
97812000-08-27 Kenichi Handa <handa@etl.go.jp>
9782
9783 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9784 'ja-dic-cnv), not (require 'skkdic-cnv).
9785
97862000-08-26 Miles Bader <miles@gnu.org>
9787
9788 * faces.el (face-x-resources): Add entry for :inherit.
9789 * cus-face.el (custom-face-attributes): Add support for :inherit
9790 attribute. Add support for relative face heights.
9791 (custom-face-attributes-get): Treat `nil' as being a default value
9792 for :inherit (as well as `unspecified').
9793
9794 * faces.el (set-face-attribute): Update doc string.
9795 (face-attribute-name-alist): Add :inherit.
9796 (face-valid-attribute-values): Handle :inherit.
9797 (face-read-string): Rephrase prompt to be less confusing.
9798 Assume that DEFAULT is a string, since we must return a string.
9799 (face-read-integer): Use `format' to turn DEFAULT into an
9800 acceptable default for face-read-string. Match NEW-VALUE against
9801 the string "unspecified", not the symbol `unspecified', since
9802 that's what face-read-string returns.
9803 (read-face-attribute): Lookup a name for old-value in valid, and
9804 use it as a default if we find one. Treat all values from
9805 face-read-string as strings. If the default is used, don't do any
9806 more processing on the value, just use the old value directly.
9807 (read-face-and-attribute, modify-face): Tweak prompt.
9808 (read-face-name): Don't assume prompt ends with a space.
9809
9810 * faces.el (describe-face): Add support for :inherit attribute.
9811
98122000-08-25 Kenichi Handa <handa@etl.go.jp>
9813
9814 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9815 concat doesn't accept interger.
9816
9817 * international/kkc.el: Remove SKK from Keywords. Require
9818 ja-dic-utl instead of skkdic-utl.
9819
9820 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9821 Provide ja-dic-cnv instead of skkdic-cnv.
9822 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9823 (iso-2022-7bit-short): Add safe-charsets property.
9824 (skkdic-convert-postfix): Search Japanese chou-on character in
9825 addition to Hiragana character.
9826 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9827 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9828 (batch-skkdic-convert): Likewise.
9829
9830 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9831 Provide ja-dic-utl instead of skkdic-utl.
9832 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9833
98342000-08-24 Dave Love <fx@gnu.org>
9835
9836 * disp-table.el (standard-display-default): Make the test of `l'
9837 useful.
9838
9839 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9840 mod sample text.
9841
9842 * international/iso-ascii.el: Make pilcrow convenient string
9843 consistent with section.
9844 (iso-ascii-display): Set up multibyte characters as well as
9845 unibyte.
9846
98472000-08-24 Kenichi Handa <handa@etl.go.jp>
9848
9849 * international/mule-cmds.el (reset-language-environment): Set
9850 default-process-coding-system to '(undecided . iso-latin-1), which
9851 makes process I/O almost consistent with file I/O. Call this
9852 function when mule-cmds.el[c] is loaded.
9853
98542000-08-22 Andrew Innes <andrewi@gnu.org>
9855
9856 * makefile.w32-in: New file.
9857
98582000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9859
9860 * comint.el (comint-output-filter): Compare end of
9861 comint-last-output-overlay with the start of the newly inserted
9862 text, not the end, when deciding whether to extend it.
9863 Set saved-point's insertion type to advance after insertion.
9864
9865 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9866 since this is now done independently of font-lock mode.
9867
98682000-08-21 Gerd Moellmann <gerd@gnu.org>
9869
9870 * server.el (server-kill-new-buffers): New user option.
9871 (server-existing-buffer): New buffer-local variable.
9872 (server-visit-files): When using an existing buffer, set
9873 server-existing-buffer to t.
9874 (server-buffer-done): If server-kill-new-buffers is t, kill the
9875 buffer, unless it was already present before visiting it with
9876 Emacs server.
9877
98782000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9879
9880 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9881 even if the display doesn't support colors: some displays will
9882 support bold/underline faces.
9883
98842000-08-21 Gerd Moellmann <gerd@gnu.org>
9885
9886 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9887
9888 * startup.el (command-line): If user's init file had an error,
9889 add explanatory text to *Messages*.
9890
98912000-08-21 Kenichi Handa <handa@etl.go.jp>
9892
9893 * man.el (Man-getpage-in-background): Decode the process output by
9894 the system locale coding system.
9895
98962000-08-20 Dave Love <fx@gnu.org>
9897
9898 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9899 Don't test x-popup-menu.
9900 (function) <complete-function>: Complete only fbound symbols.
9901 <validate, value>: New.
9902 (variable) <complete-function>: Complete only bound symbols.
9903 (coding-system): Add :base-only, :complete-function, :validate,
9904 :value, :prompt-match.
9905 (widget-coding-system-prompt-value): Use read-coding-system and
9906 act on :base-only.
9907 (editable-field): Add :help-echo.
9908 (widget-push-button-gui, widget-push-button-cache)
9909 (widget-gui-action, widget-editable-list-gui): COmment out, along
9910 with uses.
9911 (widget-at): Make arg optional.
9912 (widget-echo-help): Adjust for current help-echo calling sequence.
9913 (widget-specify-field, widget-specify-button)
9914 (widget-specify-insert, widget-get-sibling, widget-image-find)
9915 (widget-convert, widget-insert, widget-leave-text)
9916 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9917 (widget-setup, widget-field-find, widget-before-change)
9918 (widget-after-change, widget-default-complete)
9919 (widget-default-create, widget-default-delete)
9920 (widget-push-button-value-create, editable-field)
9921 (widget-field-prompt-value, widget-field-validate)
9922 (widget-choice-value-create, widget-choice-action)
9923 (widget-choice-validate, widget-checklist-add-item)
9924 (widget-radio-add-item, widget-radio-chosen)
9925 (widget-radio-value-inline, widget-editable-list-value-create)
9926 (widget-editable-list-entry-create)
9927 (widget-documentation-link-add)
9928 (widget-documentation-string-value-create)
9929 (widget-regexp-validate, widget-file-complete)
9930 (widget-sexp-validate, widget-plist-convert-widget)
9931 (widget-plist-convert-widget, widget-alist-convert-widget)
9932 (widget-alist-convert-widget, widget-color-complete): Simplify,
9933 particularly to avoid bindings which aren't optimized out.
9934
9935 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9936 Doc fix.
9937 (down-list, backward-up-list, up-list, kill-sexp)
9938 (backward-kill-sexp, mark-sexp): Make arg optional.
9939 (lisp-complete-symbol): Add optional arg PREDICATE.
9940
9941 * cus-start.el: Add display-buffer-reuse-frames,
9942 file-coding-system-alist.
9943
99442000-08-20 Gerd Moellmann <gerd@gnu.org>
9945
9946 * startup.el (command-line): Clear realized faces after
9947 modifying TTY color mappings.
9948
99492000-08-20 Miles Bader <miles@gnu.org>
9950
9951 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9952 merely a subset of FACE's attributes.
9953
99542000-08-19 Miles Bader <miles@gnu.org>
9955
9956 * comint.el (comint-output-filter): Save the point with a marker,
9957 not just a buffer position.
9958
9959 * international/mule.el (set-buffer-process-coding-system): Make
9960 interactive prompt less confusing.
9961
99622000-08-19 Gerd Moellmann <gerd@gnu.org>
9963
9964 * hilit-chg.el: General cleanup of doc strings, comments and
9965 code formatting.
9966
99672000-08-19 Miles Bader <miles@gnu.org>
9968
9969 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9970 Compiler macro removed; beginning-of-line is no longer always
9971 equivalent to forward-line, in the presence of fields.
9972
9973 * comint.el (comint-output-filter): Remove ad-hoc saving of
9974 restriction, and just use save-restriction, now that it works
9975 correctly. Don't adjust comint-last-input-start to account for
9976 our insertion; it shouldn't have moved because we don't use
9977 insert-before-markers anymore. Comment out call to
9978 `force-mode-line-update'; why is it here?
9979
9980 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9981 while checking for prompt to delete. Use `forward-line 0'
9982 instead of beginning-of-line.
9983 (gud-filter): Temporarily widen gud comint buffer while
9984 examining output.
9985
99862000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9987
9988 * progmodes/sh-script.el: Big bag of typos.
9989
9990 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9991 check since ispell-process is not bound when ispell is not yet loaded.
9992
99932000-08-18 Dave Love <fx@gnu.org>
9994
9995 * image.el (find-image): Copy `spec' before using plist-put.
9996
99972000-08-18 Gerd Moellmann <gerd@gnu.org>
9998
9999 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10000 `portugues'.
10001
10002 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10003 backward-kill-sexp, analogous to kill-sexp.
10004
10005 * progmodes/icon.el (icon-indent-line)
10006 (icon-is-continuation-line): Handle comments specially.
10007
100082000-08-17 Ken Stevens <k.stevens@ieee.org>
10009
10010 * ispell.el: Set to standard author/maintainer/keyword fields.
10011 Fine tuning to menu map appearance and operation, and added help.
10012 Remove `start' and `end' error messages when compiling.
10013 (ispell-choices-win-default-height): Fixed comment string.
10014 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10015 castellano8 dictionaries.
10016 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10017 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10018 dictionary, added italiano dictionary.
10019 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10020 word character
10021 (ispell-tex-skip-alists): Added psfig support.
10022 (ispell-skip-html): Renamed from ispell-skip-sgml.
10023 (ispell-begin-skip-region-regexp, ispell-skip-region)
10024 (ispell-minor-check): Improved html skipping support to skip across
10025 code, and recognize `&' commands without propper `;' syntax;
10026 (ispell-process-line): Fix alignment error when manually
10027 correcting spelling.
10028 (ispell): Fix comment string.
10029 (ispell-add-per-file-word-list): Always put word list on new line.
10030
100312000-08-17 Gerd Moellmann <gerd@gnu.org>
10032
10033 * format.el (format-encode-run-method): Fix error message to say
10034 `encode' instead of `decode'. Use save-window-excursion around
10035 shell-command-on-region as in format-decode-run-method because
10036 shell-command-on-region can display a buffer with error output.
10037 (format-decode): Don't record undo information for the decoding.
10038 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10039 that number part of the temporary buffer name so that more than
10040 one decoding using a temporary buffer can happen safely.
10041
10042 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10043 of `A-z' in the regexp.
10044
10045 * hilit-chg.el: Fix typos in commentary.
10046
10047 * help.el (view-emacs-news): Rewritten for new naming scheme
10048 for old NEWS files.
10049
10050 * startup.el (command-line): Pop to *Messages* in case an error
10051 is signaled while loading user-init-file.
10052
100532000-08-17 Andreas Schwab <schwab@suse.de>
10054
10055 * files.el (insert-directory): Don't lose original file name,
10056 undoing an undocumented change.
10057
100582000-08-17 Alex Schroeder <alex@gnu.org>
10059
10060 * sql.el (sql-magic-go): Use comint-bol.
10061 (sql-copy-column): Use comint-line-beginning-position.
10062 (comint-line-beginning-position): Define a replacement for
10063 comint-line-beginning-position if it is not fboundp.
10064
100652000-08-17 Alex Schroeder <alex@gnu.org>
10066
10067 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10068 it didn't have any effect anyway.
10069
100702000-08-17 Alex Schroeder <alex@gnu.org>
10071
10072 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10073 --pset and pager=off instead of sending \\o|cat at the beginning
10074 of the session.
10075
100762000-08-17 Miles Bader <miles@gnu.org>
10077
10078 * progmodes/octave-inf.el: Add compatibility definition of
10079 comint-line-beginning-position.
10080
100812000-08-17 Kenichi Handa <handa@etl.go.jp>
10082
10083 * startup.el (normal-top-level): Look in each dir in load-path for
10084 a leim-list.el file too. This assures of loading leim-list.el
10085 that is created at Emacs installation time even if a user have his
10086 own leim-list.el.
10087
100882000-08-17 Miles Bader <miles@gnu.org>
10089
10090 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10091 foreground color to black if the background is dark.
10092
100932000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10094
10095 * loadhist.el (unload-feature): Typo.
10096
10097 * finder.el (finder-compile-keywords):
10098 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10099 to the generated file.
10100
10101 * mail/mh-e.el (mh-make-local-vars):
10102 Replace make-variable-buffer-local with make-local-variable.
10103
10104 * play/landmark.el:
10105 * options.el (Edit-options-{set,toggle,t,nil}):
10106 * mail/mailabbrev.el (mail-abbrevs-mode):
10107 * textmodes/tex-mode.el (tex-expand-files):
10108 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10109
10110 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10111
10112 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10113 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10114 Allow going past the last element.
10115 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10116 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10117 (cvs-mouse-toggle-mark): Don't move point.
10118 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10119
10120 * progmodes/compile.el (grep): Provide a default set of files.
10121 (next-error): Docstring fix.
10122 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10123
10124 * emacs-lisp/easy-mmode.el (define-minor-mode):
10125 Use `symbol-value' to keep the byte-compiler quiet.
10126
10127 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10128 (diff-find-source-location): New fun, extracted from diff-goto-source.
10129 (diff-goto-source): Use it.
10130 (diff-next-complex-hunk, diff-filter-lines): New function.
10131 (diff-apply-hunk): New command.
10132
10133 * smerge-mode.el (smerge-mode-menu): Doc fix.
10134
10135 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10136
101372000-08-16 Dave Love <fx@gnu.org>
10138
10139 * windmove.el (windmove) <defgroup>: Add :version.
10140
10141 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10142 (goto-address-fontify-p, goto-address-highlight-p)
10143 (goto-address-url-face, goto-address-url-mouse-face)
10144 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10145 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10146 (goto-address-fontify, goto-address-at-mouse): Simplify,
10147 (goto-address-at-point): browse-url-url-at-point,
10148 goto-address-find-address-at-point can return nil.
10149 (goto-address-find-address-at-point): Return nil on failure.
10150
10151 * align.el (align) <defgroup>: Add :version.
10152
10153 * calculator.el (calculator): Add :version.
10154 (calculator): Use two lines for calculator window if `modeline'
10155 face is boxed.
10156
10157 * play/5x5.el: Doc fixes.
10158 (5x5) <defgroup>: Add :version.
10159
10160 * play/fortune.el (fortune) <defgroup>: Add :version.
10161 (fortune-append): Fix error message.
10162 (fortune-from-region): Doc fix.
10163
10164 * play/pong.el (pong): Doc fix.
10165
10166 * play/morse.el: Keywords, commentary, autoloads.
10167
101682000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10169
10170 * desktop.el (desktop-save): Don't look at symbol-value of a
10171 member of minor-mode-alist, unless it is boundp.
10172
101732000-08-16 Sam Steingold <sds@gnu.org>
10174
10175 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10176 `while'; use `with-current-buffer' instead of `save-excursion'.
10177 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10178
101792000-08-16 Kenichi Handa <handa@etl.go.jp>
10180
10181 * international/ccl.el (declare-ccl-program): Docstring modified.
10182 (ccl-execute-with-args): Likewise.
10183
101842000-08-16 Miles Bader <miles@gnu.org>
10185
10186 * progmodes/sql.el: Add compatibility definition of
10187 comint-line-beginning-position.
10188
101892000-08-15 Gerd Moellmann <gerd@gnu.org>
10190
10191 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10192 'buffer-menu' property.
10193 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10194 fails.
10195 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10196 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10197 wasn't killed.
10198
10199 * buff-menu.el (list-buffers-noselect): Don't display the
10200 *Buffer List* buffer.
10201
10202 * font-lock.el: Require jit-lock to prevent a very late
10203 `Loading jit-lock' message.
10204
10205 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10206 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10207 mail address.
10208
102092000-08-15 Miles Bader <miles@gnu.org>
10210
10211 * textmodes/ispell.el (ispell-graphic-p): New constant.
10212 (ispell-choices-win-default-height, ispell-help): Use
10213 `ispell-graphic-p' instead of `xemacsp'.
10214
102152000-08-15 Dave Love <fx@gnu.org>
10216
10217 * simple.el: Autoload widget-convert when compiling.
10218 (mail-user-agent): Doc fix.
10219
10220 * help.el (function-called-at-point, variable-at-point): Use
10221 with-syntax-table.
10222 (help-manyarg-func-alist): Add insert-and-inherit.
10223
10224 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10225
10226 * delsel.el (delsel-unload-hook): New function.
10227
10228 * find-file.el: Doc fixes. Move provide to end.
10229 (ff) <defgroup>: Add :link.
10230 (ff-goto-click): Deleted.
10231 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10232 Use mouse-set-point.
10233
10234 * textmodes/tildify.el: Doc fixes.
10235 (tildify) <defgroup>: Add:version.
10236
10237 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10238 (glasses-custom-set): Use set-default, not set.
10239 (minor-mode-alist): Propertize the lighter.
10240 (glasses-mode): Provide optional arg.
10241
10242 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10243 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10244 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10245 option. Provide :type.
10246 (cwarn-configuration): Provide :type.
10247 (cwarn-mode): Doc fix.
10248
10249 * add-log.el (change-log-merge): Doc fix.
10250 (change-log-redate): New command.
10251
10252 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10253 Doze and Dog.
10254 (browse-url): Use dolist, not mapcar.
10255 (browse-url-at-point): Check for null url.
10256 (browse-url-event-buffer, browse-url-event-point): Functions
10257 deleted.
10258 (browse-url-at-mouse, browse-url-netscape): Simplify.
10259
10260 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10261 modes.
10262 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10263 Fix previous change to mapcan.
10264 (msb--init-file-alist, msb--add-separators)
10265 (msb--make-keymap-menu): Simplify.
10266 (msb--choose-file-menu): Use copy-sequence.
10267 (msb-mode-map): Add title to keymap.
10268 (msb-unload-hook): New function.
10269
10270 * bs.el: Fix indentation.
10271 (bs) <defgroup>: Add :links.
10272 (bs-show): Doc fix.
10273 (bs-apply-sort-faces): Don't use window-system.
10274 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10275
102762000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10277
10278 * calendar/timeclock.el (timeclock-file): Run .timelog through
10279 convert-standard-filename.
10280
102812000-08-14 Gerd Moellmann <gerd@gnu.org>
10282
10283 * emacs-lisp/authors.el: New file.
10284
10285 * paren.el (show-paren-priority): New user option.
10286 (show-paren-function): Set overlay priorities to
10287 show-paren-priority.
10288
102892000-08-14 Miles Bader <miles@gnu.org>
10290
10291 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10292 beginning-of-line with inhibit-field-text-motion bound.
10293
102942000-08-14 Gerd Moellmann <gerd@gnu.org>
10295
10296 * calendar/timeclock.el: New file.
10297
102982000-08-14 David Ponce <david@dponce.com>
10299
10300 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10301 `widget-button-click'. so that one can use left mouse button to
10302 click on dialog buttons.
10303
103042000-08-14 Emmanuel Briot <briot@gnat.com>
10305
10306 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10307 identifiers, since XML is case sensitive
10308
103092000-08-12 Miles Bader <miles@gnu.org>
10310
10311 * comint.el (comint-output-filter): Don't bother frobbing
10312 window-start, it doesn't seem to be necessary.
10313
10314 * comint.el (comint-send-string, comint-send-region): Make into
10315 real functions. Snapshot the prompt before sending.
10316
103172000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10318
10319 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10320 technique similar to Info-index, instead of relying on specific
10321 names of relevant Index nodes.
10322 (Info-goto-emacs-command-node): Bind Info-history to nil when
10323 going to the first node found by Info-find-emacs-command-nodes.
10324
103252000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10326
10327 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10328
103292000-08-10 Miles Bader <miles@gnu.org>
10330
10331 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10332
103332000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10334
10335 * info.el (Info-file-list-for-emacs): More elements for the
10336 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10337 and woman manuals.
10338
103392000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10340
10341 * comint.el (comint-send-input): Make the newline boundary overlay
10342 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10343 (comint-output-filter): Use `insert' instead of
10344 `insert-before-markers'. Extend comint-last-output-overlay when
10345 necessary since we can't rely on insert-before-markers to do it.
10346 * gud.el (gud-filter): Use `with-current-buffer' instead of
10347 save-excursion when inserting the output, so that point gets
10348 updated correctly; the old method relied on a rather dodgy
10349 side-effect of comint-output-filter to avoid the effect of
10350 save-excursion.
10351
103522000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10353
10354 * files.el (recover-file): Call insert-directory instead of
10355 invoking `ls' directly.
10356
103572000-08-10 Miles Bader <miles@gnu.org>
10358
10359 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10360 (comint-last-prompt-overlay): New variables.
10361 (comint-output-filter): Implement prompt highlighting.
10362 (comint-snapshot-last-prompt): New function.
10363 (comint-send-input): Snapshot the last prompt.
10364 Use comint-highlight-input-face.
10365 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10366 Use defface instead of defcustom.
10367 (send-invisible, comint-send-eof): Snapshot the last prompt.
10368 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10369 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10370
103712000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10372
10373 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10374 (regexp-opt-group): Use a list of chars for `letters'.
10375 (regexp-opt-charset): `chars' is now a list of chars.
10376 Use a char-table rather than a vector so it works for multibyte chars.
10377
10378 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10379 Set cvs-minor-current-files to the selected fileinfo.
10380 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10381 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10382
103832000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10384
10385 * files.el (insert-directory): Don't call access-file on
10386 directories on DOS and Windows.
10387
103882000-08-09 Kenichi Handa <handa@etl.go.jp>
10389
10390 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10391 longer if necessary.
10392 (ccl-embed-code): Call ccl-embed-data to store CODE in
10393 ccl-program-vector.
10394
103952000-08-09 Miles Bader <miles@gnu.org>
10396
10397 * comint.el (comint-output-filter): Properly handle the case where
10398 the text surrounded by comint-last-output-overlay was deleted.
10399
104002000-08-08 Gerd Moellmann <gerd@gnu.org>
10401
10402 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10403 non-nil.
10404 (Info-file-list-for-emacs): Remove "info" from the list because
10405 that leads to trying to use the documentation from file `info'
10406 in various situations where it isn't appropriate, for instance
10407 C-h C-k C-h i.
10408
10409 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10410 DIR and/or STRING are nil.
10411
10412 * progmodes/compile.el (compilation-setup): Make variable
10413 compilation-error-screen-columns buffer-local, as some comment
10414 in the code suggests it should be.
10415
10416 * files.el (auto-mode-interpreter-regexp): New variable.
10417 (set-auto-mode): Use it.
10418
10419 * indent.el (indent-for-tab-command): Doc fix.
10420
10421 * mouse-sel.el (mouse-sel-mode): Doc fix.
10422
10423 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10424 labels.
10425
10426 * help.el (print-help-return-message): When
10427 display-buffer-reuse-frames is set, let the help window been quit,
10428 instead of deleting it, which might delete a reused frame.
10429
104302000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10431
10432 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10433 rename a directory to a name that differs only by its letter case.
10434
104352000-08-08 Kenichi Handa <handa@etl.go.jp>
10436
10437 * international/quail.el (quail-define-rules): Handle Quail decode
10438 map correctly. Add code for supporting annotations.
10439 (quail-install-decode-map): New function.
10440 (quail-defrule-internal): New optional arguments decode-map and
10441 props.
10442 (quail-advice): New function.
10443
104442000-08-07 Sam Steingold <sds@gnu.org>
10445
10446 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10447 `defconst', `define-condition', `with-slots'.
10448 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10449
104502000-08-03 Miles Bader <miles@gnu.org>
10451
10452 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10453 New variable.
10454 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10455 comint-use-prompt-regexp-instead-of-fields.
10456 (comint-send-input): Add `input' field property to stuff we send to
10457 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10458 (comint-output-filter): Add `output' field property to process
10459 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10460 (comint-replace-by-expanded-history)
10461 (comint-get-old-input-default, comint-show-output)
10462 (comint-backward-matching-input, comint-forward-matching-input)
10463 (comint-next-prompt, comint-previous-prompt): Use field
10464 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10465 (comint-line-beginning-position): New function.
10466 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10467 (comint-replace-by-expanded-history-before-point): Use
10468 comint-line-beginning-position and line-end-position.
10469 (comint-last-output-overlay): New variable.
10470 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10471
10472 * shell.el (shell-prompt-pattern): Doc change.
10473 (shell-backward-command): Use line-beginning-position.
10474
10475 * gud.el (gud-gdb-complete-command): Use
10476 comint-line-beginning-position.
10477
10478 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10479 comint-bol doesn't actually go to the beginning of the line.
10480
10481 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10482 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10483 (try-expand-line-all-buffers): Likewise.
10484
10485 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10486 explicitly matching comint-prompt-regexp.
10487 (sql-copy-column): Use comint-line-beginning-position instead of
10488 explicitly matching comint-prompt-regexp.
10489
10490 * progmodes/octave-inf.el (inferior-octave-complete): Use
10491 comint-line-beginning-position.
10492
10493 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10494
10495 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10496 looking for a prompt, use `forward-line 0' instead of
10497 `beginning-of-line', to avoid getting caught by an input field.
10498
104992000-08-07 Gerd Moellmann <gerd@gnu.org>
10500
10501 * files.el (shell-quote-wildcard-pattern): Make sure to return
10502 PATTERN, in the Unix case.
10503
105042000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10505
10506 * play/zone.el (zone): Discard any pending input before running
10507 the randomly-chosen pgm.
10508
105092000-08-07 Kenichi Handa <handa@etl.go.jp>
10510
10511 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10512 checking the existence of any multibyte characters.
10513
105142000-08-06 Gerd Moellmann <gerd@gnu.org>
10515
10516 * help.el (describe-mode): Test minor-mode symbol for being
10517 bound before testing its value for being nil.
10518
10519 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10520 `first', `second', and `third'.
10521
10522 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10523 (second): Make it an alias for `cadr'.
10524
105252000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10528 types of display support faces now.
10529
105302000-08-05 Gerd Moellmann <gerd@gnu.org>
10531
10532 * pcvs.el (require): Require `cl' during compilation, only.
10533
10534 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10535 (toplevel): Remove `remq' and `remove' from autoloads.
10536 (cl-fake-autoloads): New variable. If set, arrange for an error
10537 when CL functions etc. are autoloaded.
10538
105392000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10540
10541 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10542
10543 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10544 popped up, but the user clicks outside the menu, return an empty
10545 regexp (that causes unhighlight-regexp to have no effect).
10546
10547 * menu-bar.el (menu-bar-games-menu): Add Zone.
10548
10549 * hi-lock.el (toplevel): Require font-lock.
10550
105512000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10552
10553 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10554 (ebnf-8-bit-chars): New var for bug fix.
10555 (ebnf-string): Bug fix.
10556
105572000-08-03 Sam Steingold <sds@gnu.org>
10558
10559 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10560 instead of `buffer-string'.
10561 (require 'cl): Always, not just when compiling.
10562 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10563 necessary.
10564
105652000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10566
10567 * international/mule-cmds.el (select-safe-coding-system): Make
10568 the message text about selecting a safe coding system more clear.
10569
105702000-08-02 Gerd Moellmann <gerd@gnu.org>
10571
10572 * hi-lock.el: New file.
10573
10574 * play/zone.el: New file.
10575
10576 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10577 value of tab-width in the original buffer. Choose a line number
10578 format that's a multiple of the original buffer's tab width, so
10579 that lines appear right.
10580
10581 * textmodes/ispell.el (ispell): New function, replacing an alias.
10582 Spell-check active region if in transient-mark-mode and mark
10583 is active; otherwise spell-check buffer.
10584
105852000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10586
10587 * ps-mule.el: Fix a customization problem on
10588 ps-mule-font-info-database-default.
10589
105902000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10591
10592 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10593 display-mouse-p instead of window-system.
10594 (ebrowse-member-mode-map): Ditto.
10595
105962000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10597
10598 * progmodes/ebnf2ps.el: Update ps-print functions call.
10599 Indentation fix. Doc fix.
10600 (ebnf-version): New version number (3.2).
10601 (ebnf-format-color, ebnf-begin-job): Code fix.
10602
106032000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10604
10605 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10606 font lock support on window-system.
10607 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10608
10609 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10610 display-color-p, if fboundp, instead of window-system.
10611
106122000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10613
10614 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10615 instead of window-system.
10616
10617 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10618 window-system.
10619 (widget-choice-mouse-down-action): Use display-popup-menus-p
10620 instead of window-system.
10621
10622 * strokes.el (strokes-file): Run the file name through
10623 convert-standard-filename.
10624 (strokes-mode): Call display-mouse-p instead of looking at
10625 window-system. Change the error message accordingly.
10626
10627 * progmodes/cpp.el (toplevel): Support faces on tty's.
10628
10629 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10630 (lm-plot-square, lm-init-display): Don't use window-system.
10631
10632 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10633 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10634
10635 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10636 instead of looking at window-system.
10637
106382000-07-30 Gerd Moellmann <gerd@gnu.org>
10639
10640 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10641 of testing if iswitchb-prepost-hooks is bound, because the
10642 latter will always be true when invoking a recursive minibuffer
10643 from an active Iswitchb buffer.
10644
106452000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10646
10647 * files.el (shell-quote-wildcard-pattern): New function.
10648 (insert-directory): Call it. Only prepend "\" to command on Unix
10649 and GNU/Linux systems.
10650
106512000-07-30 Gerd Moellmann <gerd@gnu.org>
10652
10653 * eshell/esh-groups.el: Change custom :link file names
10654 from `eshell.info' to `eshell'.
10655
106562000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10657
10658 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10659 correctly in recursive ange-ftp listings.
10660
106612000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10662
10663 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10664 ps-header-font-size-internal and
10665 ps-header-title-font-size-internal variables are not set,
10666 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10667 face text property is (foreground-color . COLOR) or
10668 `(background-color . COLOR)', ps-print crashes. Doc fix.
10669 (ps-print-version): New version number (5.2.4).
10670 (ps-plot-region): Code fix.
10671 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10672 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10673 Bug fix 2.
10674
106752000-07-30 Milan Zamazal <pdm@freesoft.cz>
10676
10677 * glasses.el (glasses-make-readable): Fix uncapitalization of
10678 identifiers like `myXMLDocument'.
10679
106802000-07-28 Karl Fogel <kfogel@red-bean.com>
10681
10682 * mail/mail-hist.el (mail-hist-previous-input)
10683 (mail-hist-next-input): Do the obvious code factorization.
10684 (mail-hist-retrieve-and-insert): New func, contains common
10685 code of above two.
10686 If inserting a message body, leave point at top.
10687
106882000-07-28 Sam Steingold <sds@gnu.org>
10689
10690 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10691 Use `<=', not `<' to compare times!
10692 (ange-ftp-ls): Remove.
10693
106942000-07-27 Gerd Moellmann <gerd@gnu.org>
10695
10696 * play/cookie1.el: Add explanation of how to make cookie.el
10697 compatible with strfile(1) to comment.
10698
10699 * subr.el (remove, remq): New functions.
10700
10701 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10702 escape `*' in regexps.
10703 (midnight-find): Reverse order of arguments in the funcall of
10704 TEST.
10705
10706 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10707 and `.class'.
10708
10709 * play/meese.el: Add Commentary section.
10710
107112000-07-27 Alex Schroeder <alex@gnu.org>
10712
10713 * sql.el (sql-ms): Added autoload cookie.
10714 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10715 (sql-oracle): Ditto.
10716 (sql-help): Doc change.
10717
10718 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10719 types and exceptions.
10720
107212000-07-27 Alex Schroeder <alex@gnu.org>
10722
10723 * sql.el (sql-placeholder-history): New variable.
10724 (sql-query-placeholders-and-send): New function that will query
10725 the user and replace placeholders with user input.
10726 (sql-oracle): If running on NT, set comint-input-sender to
10727 sql-query-placeholders-and-send.
10728
10729 (sql-stop): If in the SQLi buffer, insert stop notification, else
10730 present it as a message.
10731
107322000-07-27 Alex Schroeder <alex@gnu.org>
10733
10734 * sql.el (sql-input-ring-separator): Doc change.
10735 (sql-input-ring-file-name): Doc change.
10736 (sql-interactive-mode): Use `sql-input-ring-separator' and
10737 `sql-input-ring-file-name' to set the comint-mode equivalents
10738 without making them local variables.
10739 (sql-stop): Don't bind `sql-input-ring-separator' and
10740 `sql-input-ring-file-name' dynamically to their comint-mode
10741 equivalents.
10742
107432000-07-27 Kenichi Handa <handa@etl.go.jp>
10744
10745 * international/mule.el (register-char-codings): New function.
10746 (make-coding-system): Handle `safe-chars' specification in the arg
10747 PROPERTY.
10748
10749 * international/mule-cmds.el
10750 (find-coding-systems-region-subset-p): This function deleted.
10751 (sort-coding-systems-predicate): New variable.
10752 (sort-coding-systems): New function.
10753 (find-coding-systems-region): Use
10754 find-coding-systems-region-internal.
10755 (find-coding-systems-string): Use find-coding-systems-region.
10756 (find-coding-systems-for-charsets): Check
10757 char-coding-system-table.
10758 (select-safe-coding-system-accept-default-p): New variable.
10759 (select-safe-coding-system): Mostly rewritten. New argument
10760 ACCEPT-DEFAULT-P.
10761 (select-message-coding-system): Call select-safe-coding-system
10762 with ACCEPT-DEFAULT-P arg.
10763 (reset-language-environment): Reset default-sendmail-coding-system
10764 to the default value iso-latin-1.
10765 (set-language-environment): Don't set the obsolete variable
10766 charset-origin-alist.
10767
10768 * international/codepage.el (cp-coding-system-for-codepage-1):
10769 Give `safe-chars' property to make-coding-system.
10770
10771 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10772 calling select-message-coding-system twice.
10773
10774 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10775 instead of `safe-charsets'.
10776 (cyrillic-alternativnyj): Likewise.
10777 (ccl-encode-alternativnyj): Don't check the charset
10778 cyrillic-iso8859-5.
10779
107802000-07-27 Kenichi Handa <handa@etl.go.jp>
10781
10782 * composite.el (compose-chars-after): Preserve match data.
10783
107842000-07-26 Sam Steingold <sds@gnu.org>
10785
10786 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10787 (ange-ftp-real-file-newer-than-file-p): New function.
10788 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10789 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10790
10791 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10792 * midnight.el (midnight-float-time): Ditto.
10793
107942000-07-26 Andreas Schwab <schwab@suse.de>
10795
10796 * files.el (normal-backup-enable-predicate): Correct
10797 interpretation of the return value of compare-strings.
10798
107992000-07-26 Gerd Moellmann <gerd@gnu.org>
10800
10801 * isearch.el (isearch-resume): New function.
10802 (isearch-done): Add something to command-history to resume
10803 the search.
10804 (isearch-yank-line, isearch-yank-word): Use
10805 buffer-substring-no-properties instead of buffer-substring.
10806
10807 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10808 of flyspell-mouse-map.
10809
10810 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10811 duplicate definition.
10812 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10813
10814 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10815 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10816
108172000-07-25 Sam Steingold <sds@gnu.org>
10818
10819 * net/ange-ftp.el: Get modtime over the net.
10820 (ange-ftp-file-modtime): New function.
10821 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10822 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10823 Use it.
10824 (ange-ftp-dot-to-slash): New function.
10825 (ange-ftp-fix-name-for-vms): Use it.
10826
10827 * midnight.el (midnight-buffer-display-time): Use
10828 `with-current-buffer'.
10829
108302000-07-25 Gerd Moellmann <gerd@gnu.org>
10831
10832 * find-dired.el: Update copyright notice.
10833 (find-dired): Offer to kill a running `find'.
10834
10835 * enriched.el (enriched-face-ans): For a `foreground-color'
10836 property, return '(("x-color" COLOR))' so that COLOR will be
10837 output as a parameter of the x-color annotation. Likewise for the
10838 `background-color' property. In the case of normal face
10839 properties, don't return annotations for unspecified foreground
10840 and background face attributes.
10841
108422000-07-25 Kenichi Handa <handa@etl.go.jp>
10843
10844 * language/japan-util.el (japanese-katakana-region): Fix handling
10845 HANKAKU argument.
10846
108472000-07-25 Miles Bader <miles@gnu.org>
10848
10849 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10850 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10851 constrain-to-field.
10852
108532000-07-24 Andrew Innes <andrewi@gnu.org>
10854
10855 * timer.el (timer-activate-when-idle): Add optional parameter
10856 DONT-WAIT. Update docstring.
10857 (run-with-idle-timer): Specify extra parameter to
10858 timer-activate-when-idle, so that timer will be activated
10859 immediately if Emacs is already idle.
10860
10861 * w32-fns.el (w32-using-nt): Fix docstring.
10862
108632000-07-24 Dave Love <fx@gnu.org>
10864
10865 * mouse.el (popup-menu): Set last-command-event.
10866 (mouse-major-mode-menu-prefix): Declare.
10867
108682000-07-24 Gerd Moellmann <gerd@gnu.org>
10869
10870 * textmodes/flyspell.el: Update to author's version 1.5d.
10871
10872 * progmodes/hideshow.el: Update copyright notice.
10873
10874 * vcursor.el: Set maintainer to FSF, since author cannot
10875 be reached.
10876
108772000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10878
10879 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10880 the prompt.
10881
10882 * mouse.el (popup-menu): Run the keymap through indirect-function,
10883 in case it was defined with define-prefix-key. If the menu is a
10884 list of keymaps, look up the binding of user's choice in each one
10885 of the keymaps.
10886 (mouse-popup-menubar): If the global and local menu-bar keymaps
10887 don't have a prompt string, create one and insert it into the
10888 keymap. Don't barf if current-local-map returns nil.
10889
108902000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10891
10892 * dired.el (dired-sort-R-check): Added to allow recursive listing
10893 to be undone.
10894 (dired-sort-other): Use it.
10895
108962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10897
10898 * Release of cc-mode 5.27
10899
109002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10901
10902 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10903 c-beginning-of-statement-1 that caused a bad case of recursion
10904 which could consume a lot of CPU in large classes in languages
10905 that have in-expression classes (i.e. Java and Pike).
10906
10907 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10908 statements before top level constructs (i.e. case 6 is moved
10909 before case 5 and is now case 4) to catch in-expression
10910 classes in top level expressions correctly.
10911
109122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10913
10914 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10915 objc-method-intro. Case 4 removed and case 5I added.
10916
10917 * cc-langs.el (c-append-paragraph-start): New variable used by
10918 c-common-init to get paragraph-start correct.
10919 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10920 initialize paragraph-start to make it correct both with and
10921 without the javadoc special case.
10922
10923 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10924 initialize paragraph-start for javadoc markup.
10925
10926 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10927 change by defaulting this to t. It's motivated by the
10928 confusing behavior that otherwise arise from the style system
10929 when editing both java and non-java files at the same time
10930 (see the comments about style setting in c-common-init).
10931
109322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10933
10934 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10935 similar to the one in c-fill-paragraph to check the fill
10936 prefix from the adaptive fill function for sanity.
10937
109382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10939
10940 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10941 defun block.
10942
a30eb617
DL
109432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10944
10945 * cc-align.el (c-lineup-multi-inher): Handle lines with
10946 leading comma nicely. Extended to handle member initializers
10947 too.
10948
10949 * cc-engine.el: (c-beginning-of-inheritance-list,
10950 c-guess-basic-syntax): Fixed recognition of inheritance lists
10951 when the lines begins with a comma.
10952
a30eb617
DL
10953 * cc-vars.el (c-offsets-alist): Changed default for
10954 member-init-cont to c-lineup-multi-inher since it now handles
10955 member initializers and indents better for leading commas.
10956
109572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10958
10959 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10960 handling that caused class open lines to be recognized as
10961 statement-conts in some cases.
10962
10963 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10964 guessed by the adaptive fill function unless point is on the
10965 first line of a block comment.
10966
10967 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10968 when the buffer ends with a macro continuation char.
10969
10970 * cc-engine.el (c-guess-basic-syntax): Added support for
10971 function definitions as statements in Pike. The first
10972 statement in a lambda block is now labeled defun-block-intro
10973 instead of statement-block-intro.
10974
10975 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10976 so that the class surrounding point is selected, not the one
10977 innermost in the state.
10978
10979 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10980 recognition of switch labels having hanging multiline
10981 statements.
10982
10983 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10984 some code in c-guess-basic-syntax to a separate function.
10985 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10986 recognition of member inits with multiple line arglists.
10987 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10988 member-init-cont when the commas are in funny places.
10989
109902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10991
10992 * cc-defs.el (c-auto-newline): Removed this macro since it's
10993 not used anymore.
10994
10995 * cc-engine.el (c-looking-at-bos): New helper function.
10996 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10997 inexpr and toplevel classes apart in Pike.
10998
10999 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11000 of case 9A.
11001
11002 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11003 constant, since "class" can introduce an in-expression class
11004 in Pike nowadays.
11005
110062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11007
11008 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11009 indentation on cpp-macro lines.
11010
11011 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11012 a syntax modifier like comment-intro, to make it possible to
11013 get syntactic indentation for preprocessor directives. It's
11014 incompatible wrt to lineup functions on cpp-macro, but it has
11015 no observable effect in the 99.9% common case where cpp-macro
11016 is set to -1000.
11017
110182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11019
11020 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11021 member-init-cont when the preceding arglist is several lines.
11022
110232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11024
11025 * cc-styles.el (c-style-alist): The basic offset for the BSD
11026 style corrected to 8.
11027
110282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11029
11030 * cc-styles.el (c-style-alist): Adjusted the indentation of
11031 brace list openers in the gnu style.
11032
110332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11034
11035 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11036
11037 * cc-cmds.el (c-electric-brace, c-electric-slash,
11038 c-electric-star, c-electric-semi&comma, c-electric-colon,
11039 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11040 when c-syntactic-indentation is nil.
11041
11042 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11043 we were left at comments preceding the first statement when
11044 reaching the beginning of the buffer.
11045
11046 * cc-vars.el (c-syntactic-indentation): New variable to turn
11047 off all syntactic indentation.
11048
110492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11050
11051 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11052 between the text and the block comment ender when it hangs,
11053 depending on how many there are before the fill.
11054
110552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11056
11057 * cc-engine.el (c-beginning-of-closest-statement): New helper
11058 function to go back to the closest preceding statement start,
11059 which could be inside a conditional statement.
11060 * cc-engine.el (c-guess-basic-syntax): Use
11061 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11062
11063 * cc-engine.el (c-guess-basic-syntax): Better handling of
11064 arglist-intro, arglist-cont-nonempty and arglist-close when
11065 the arglist is nested inside parens. Cases 7A, 7C and 7F
11066 changed.
11067
11068 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11069 up-to-date with javadoc 1.2.
11070
110712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11072
11073 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11074 multiline Pike type decls.
11075
110762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11077
11078 * cc-cmds.el (c-indent-new-comment-line): Always break
11079 multiline comments in multiline mode, regardless of
11080 comment-multi-line.
11081
110822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11083
11084 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11085 fully::qualified::names in C++ member init lists. Preamble in
11086 case 5D changed.
11087
110882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11089
11090 * cc-langs.el (c-common-init): Handling of obsolete variables
11091 moved to c-initialize-cc-mode. More compatible style override
11092 when using global style variables.
11093 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11094 variables moved here.
11095
a30eb617
DL
11096 * cc-styles.el (c-make-styles-buffer-local): Flag style
11097 variable localness in c-style-variables-are-local-p to make
11098 the compatibility measure in c-common-init work well.
11099
11100 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11101 longer contain set-from-style.
11102 * cc-styles.el (c-initialize-builtin-style): Don't check for
11103 set-from-style on c-special-indent-hook.
11104 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11105 copy-alist is sufficient now.
11106
11107 * cc-styles.el (c-set-style, c-set-style-1,
11108 c-get-style-variables): Fixes to variable initialization so
11109 that duplicate entries in styles have the same effect
11110 regardless of DONT-OVERRIDE.
11111
11112 * cc-styles.el (c-set-style-2): Fixed bug where the
11113 initialization of inheriting styles failed when the
11114 dont-override flag is set.
11115
11116 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11117 on this.
11118
111192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11120
11121 * cc-defs.el (c-forward-comment): Removed the workaround
11122 introduced in 5.38 since it had worse side-effects. If a line
11123 contains the string "//\"", it regarded the // as a comment
11124 start since the \ temporarily doesn't have escape syntax.
11125
111262000-07-17 Emmanuel Briot <briot@act-europe.fr>
11127
11128 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11129 ada-xref.el before ada-prj.el, so that the Project menu is created
11130 when ada-prj tries to add to it.
11131 (ada-activate-keys-for-case): Suppress the characters that are not
11132 part of the Ada syntax. Better compatibility with else-mode
11133 (ada-adjust-case-interactive): When auto-casing is not active,
11134 correctly insert newlines (used to insert only ^M). Prevent the
11135 syntax table from being changed in case of an error
11136 (or '_' becomes part of a word and some commands are confused).
11137 Do nothing if ada-auto-case is nil.
11138 (ada-after-keyword-p): Ignore keywords that are also attributes
11139 (ada-batch-reformat): Update usage comment
11140 (ada-call-from-contextual-menu): New function
11141 (ada-case-read-exceptions): Reinitialize the casing exception list
11142 first to nil first, so that the casing exception file can be
11143 shared.
11144 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11145 files.
11146 (ada-compile-goto-error): Fix regexp used to detect a file:line
11147 anywhere in the error message
11148 (ada-contextual-menu-last-point): New variable
11149 (ada-create-keymap): If the variable delete-key-deletes-forward is
11150 t on XEmacs, it means that DEL should delete one character
11151 forward.
11152 (ada-create-menu): Use :included instead of :visible for XEmacs.
11153 New submenu "Options".
11154 (ada-end-stmt-re): Correctly indent "select ... then abort"
11155 statements.
11156 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11157 even if they don't match ada-fill-comment-prefix Fix handling of
11158 paragraphs on the first or last line of a file.
11159 (ada-format-paramlist): Fix handling of default parameter values.
11160 (ada-get-body-name): New function.
11161 (ada-get-current-indent): Optimized by searchling directly for an
11162 existing generic part or a statement outside of it. Handle
11163 ada-indent-align-comments when indenting comments Replaced some
11164 regexps by testing directly the next character. This results in a
11165 huge speedup on some files. New indentation scheme for renames
11166 statements. Stop looking for the 'while' or 'for' associated with
11167 a 'loop' at the first semicolon encountered. A "return" can also
11168 match an anonymous access subprogram declaration.
11169 (ada-get-indent-noindent): Ignore strings and comments when
11170 looking for the keywords "record" and "private".
11171 (ada-goto-matching-decl-start): When matching "if", make sure we
11172 are not in fact seeing "end if". Ignore "when" statements except
11173 when initial keyword was "begin". Fix handling of nested
11174 procedures. Add a recursive call to this function to skip over
11175 other 'end' statmts. Fix indentation for "when .. => begin"
11176 (ada-in-open-paren-p): Fix indentation for complex boolean
11177 expressions, where 'and then', 'or else' and parenthesis
11178 statements are mixed up.
11179 (ada-in-paramlist-p): Skip comments while searching for the
11180 beginning Fix handling of operator declarations.
11181 (ada-indent-align-comments): New variable
11182 (ada-indent-current): Change the syntax table only in the
11183 protected section, so that we are sure it is restored correctly.
11184 (ada-indent-on-previous-lines): Use ada-use-indent and
11185 ada-with-indent Correctly indent "select ... then"
11186 (ada-indent-region): Slight speedup.
11187 (ada-indent-renames): New variable.
11188 (ada-last-which-function-subprog, ada-last-which-function-line):
11189 New variables
11190 (ada-looking-at-semi-private): Correctly indent the 'private'
11191 keyword when it is the first word in a package declaration.
11192 (ada-loose-case-word): Stop searching if at the end of the buffer.
11193 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11194 even if point is not initially at the end of the word.
11195 (ada-matching-decl-start-re): Add "when".
11196 (ada-mode): Add support for abbrev-mode, outline-mode and
11197 which-func-mode Override the old find-file.el entry in
11198 ff-special-constructs since it is using the obsolete
11199 ada-spec-suffix variable
11200 (ada-no-auto-case): New function
11201 (ada-scan-paramlist): When parsing the argument type, accept
11202 spaces (as in "X 'Class", generated by Rational Rose).
11203 (ada-other-file-name): No longer loads the other file.
11204 (ada-popup-menu): Save and restore the current buffer and cursor
11205 position before and after displaying the menu.
11206 (ada-search-ignore-complex-boolean): New function.
11207 (ada-uncomment-region): Emacs21 already knows how to delete
11208 comments not starting in the first column.
11209 (ada-use-indent): New variable
11210 (ada-which-function): New function.
11211 (ada-with-indent): New variable
11212 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11213 can be batch-compiled from the command line.
11214
11215 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11216 Add to the menu when the file is loaded, not in ada-mode-hook.
11217 Add -toolbar to the default ddd command Switches moved from
11218 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11219 ada-prj-default-comp-opt
11220 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11221 Reference Manual to the menu
11222 (ada-check-current): rewritten as a call to ada-compile-current
11223 (ada-compile): Removed.
11224 (ada-compile-application, ada-compile-current, ada-check-current):
11225 Set the compilation-search-path so that compile.el automatically
11226 finds the sources in src_dir. Automatic scrollong of the
11227 compilation buffer. C-uC-cC-c asks for confirmation before
11228 compiling
11229 (ada-compile-current): New parameter, prj-field
11230 (ada-complete-identifier): Load the .ali file before doing
11231 processing
11232 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11233 conform to gnatmake's behavior.
11234 (ada-find-file-in-dir): New function
11235 (ada-find-references): Set the environment variables for gnatfind
11236 (ada-find-src-file-in-dir): New function.
11237 (ada-first-non-nil): Removed
11238 (ada-gdb-application): Add support for jdb, the java debugger.
11239 (ada-get-ada-file-name): Load the original-file first if not done
11240 yet.
11241 (ada-get-all-references): Handles the new ali syntax (parent types
11242 are found between <>).
11243 (ada-initialize-runtime-library): New function
11244 (ada-mode-hook): Always load a project file when a file is opened,
11245 so that the casing exceptions are correctly read.
11246 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11247 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11248 to open the project file, since the latter does not work with
11249 speedbar Get default values before loading the prj file, or the
11250 default executable file name is wrong. Use the absolute value of
11251 src_dir to initialize ada-search-directories and
11252 compilation-search-path,... Add the standard runtime library to
11253 the search path for find-file.
11254 (ada-prj-default-debugger): Was missing an opening '{'
11255 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11256 variables.
11257 (ada-prj-default-gnatmake-opt): New variable
11258 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11259 buffers, the project file is the default one Save the windows
11260 configuration before displaying the menu.
11261 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11262 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11263 ...) regexp-quote identifiers names to support operators +,
11264 -,... in regexps.
11265 (ada-remote): New function.
11266 (ada-run-application): Erase the output buffer before starting the
11267 run Support remote execution of the application. Use
11268 call-process, or the arguments are incorrectly parsed
11269 (ada-set-default-project-file): Reread the content of the active
11270 project file, not the one from the current buffer When a project
11271 file is set as the default project, all directories are
11272 automatically associated with it.
11273 (ada-set-environment): New function
11274 (ada-treat-cmd-string): New special variable ${current}
11275 (ada-treat-cmd-string): Revised. The substitution is now done for
11276 any ${...} substring
11277 (ada-xref-current): If no body was found, compiles the spec
11278 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11279 compiler to get rid of command line length limitations.
11280 (ada-xref-get-project-field): New function
11281 (ada-xref-project-files): New variable
11282 (ada-xref-runtime-library-specs-path)
11283 (ada-xref-runtime-library-ali-path): New variables
11284 (ada-xref-set-default-prj-values): Default run command now does a
11285 cd to the build directory. New field: main_unit Provide a default
11286 file name even if the current buffer has no prj file.
11287
11288 * ada-prj.el:
11289 Rewritten to show a tabbed-dialog.
11290 (ada-prj-add-ada-menu): Remove the map and name parameters.
11291 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11292 New function
11293 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11294 (ada-prj-load-from-file): New function
11295 (ada-prj-save): Always save fields that depend on the current buffer
11296 (ada-prj-show-value): New function
11297
11298 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11299 Ada mode. This will allow us to display the Ada menu in any buffer
11300 we want (for project items).
11301 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11302 number of spaces in the header.
11303
113042000-07-24 Dave Love <fx@gnu.org>
11305
11306 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11307
113082000-07-23 Noah Friedman <friedman@splode.com>
11309
11310 * type-break.el (type-break): perform autosave.
11311 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11312 (type-break-do-query): Cancel query schedule while performing
11313 actual query, to avoid possibility of a second query being made
11314 while first one is already in progress.
11315 (type-break-time-stamp-format): New variable.
11316 (type-break-time-stamp): New function.
11317 (type-break-time-warning): Use it.
11318 (type-break-keystroke-warning): Use it.
11319 (type-break-noninteractive-query): Use it.
11320
11321 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11322 cookie.
11323 Use add-minor-mode to set minor-mode-alist, if available.
11324 (eldoc-echo-area-use-multiline-p): New user option.
11325 (eldoc-echo-area-multiline-supported-p): New variable.
11326 (eldoc-docstring-format-sym-doc): Use them.
11327 (eldoc-mode): If not using idle timers, append to local post and
11328 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11329 (eldoc-display-message-no-interference-p): Don't interfere with
11330 edebug.
11331 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11332 (eldoc-function-arglist): New function.
11333 (eldoc-function-argstring): Use it.
11334
11335 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11336 auto save directory exists before calling directory-files.
11337
113382000-07-23 Dave Love <fx@gnu.org>
11339
11340 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11341 ^o, ^u.
11342
113432000-07-21 Dave Love <fx@gnu.org>
11344
11345 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11346 now passed to the function. It now works properly.
11347
11348 * smerge-mode.el (smerge-mode-menu): Fill it out.
11349
113502000-07-20 Gerd Moellmann <gerd@gnu.org>
11351
11352 * info-look.el (info-lookup): If *info* is shown in another frame
11353 on the same display, select that frame, instead of switching to
11354 the Info buffer in another window of the selected frame.
11355
11356 * simple.el (universal-argument-map): Bind numeric keypad keys
11357 kp-0 to kp-9 and kp-subtract.
11358 (digit-argument): Handle these keys.
11359
113602000-07-20 Dave Love <fx@gnu.org>
11361
11362 * net/goto-addr.el (goto-address-fontify): Don't bother with
11363 buffer-modified and read-only stuff -- irrelevant with overlays.
11364 Put an extra property on the overlays and use it to clean up in
11365 case goto-address is re-run.
11366
113672000-07-19 Richard M. Stallman <rms@gnu.org>
11368
11369 * timer.el (run-with-idle-timer): Doc fix.
11370
11371 * mail/mail-utils.el (mail-strip-quoted-names):
11372 Handle case where <...> appears inside "...".
11373 Use replace-match to edit the string more simply.
11374 (rmail-dont-reply-to): Cope with an unmatched ".
11375
113762000-07-19 Dave Love <fx@gnu.org>
11377
11378 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11379 implementation.
11380
11381 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11382 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11383 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11384
113852000-07-19 Gerd Moellmann <gerd@gnu.org>
11386
11387 * textmodes/refer.el: Correct maintainer's email address.
11388
11389 * progmodes/hideif.el: Correct author's email address.
11390 Fix typo in comment.
11391
11392 * xml.el: New file.
11393
11394 * mail/mailheader.el: Correct author's mail address.
11395
11396 * gnus/parse-time.el: Correct author's mail address.
11397
113982000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11399
11400 * comint.el (comint-highlight-input, comint-highlight-face):
11401 New user options.
11402 (comint-input-ring-file-name): Change custom type.
11403 (comint-mode-map): Bind mouse-2.
11404 (comint-insert-clicked-input): New function.
11405 (comint-send-input): Handle input highlighting.
11406
114072000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11408
11409 * mouse.el (popup-menu): New function.
11410 (mouse-major-mode-menu): Use it.
11411
114122000-07-18 Dave Love <fx@gnu.org>
11413
11414 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11415 improvements.
11416
114172000-07-18 Gerd Moellmann <gerd@gnu.org>
11418
11419 * faces.el (face-font-selection-order)
11420 (face-font-family-alternatives): Add custom type.
11421
114222000-07-18 Dave Love <fx@gnu.org>
11423
11424 * cus-edit.el (custom-variable-reset-saved)
11425 (custom-variable-reset-standard): Remove unused bindings.
11426
11427 * rect.el (open-rectangle-line): Remove unused let.
11428
11429 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11430
114312000-07-18 Gerd Moellmann <gerd@gnu.org>
11432
11433 * cdl.el: Fix `Maintainer' keyword.
11434
11435 * play/pong.el: Add author's email address.
11436
114372000-07-17 Sam Steingold <sds@gnu.org>
11438
11439 * files.el (insert-directory): Call `split-string' instead of
11440 re-implementing it.
11441
114422000-07-18 Gerd Moellmann <gerd@gnu.org>
11443
11444 * mail/vms-pmail.el: Change maintainer to FSF.
11445
11446 * net/goto-addr.el: Change maintainer to FSF.
11447
11448 * info.el (Info-title-face-alist): Removed.
11449
114502000-07-18 David Ponce <david@dponce.com>
11451
11452 * recentf.el (recentf-open-files): New command that works like
11453 `recentf-open-more-files', but shows the whole list of files (not just
11454 those omitted from the menu). Useful if you don't use a menu-bar!
11455 (recentf-open-more-files) Modified to use `recentf-open-files'.
11456
11457 (recentf-open-files, recentf-open-more-files)
11458 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11459
11460 (recentf-dialog-mode): New mode for dialogs. You can now just type
11461 "q" to cancel the dialogs.
11462
114632000-07-18 David Ponce <david@dponce.com>
11464
11465 * recentf.el: This is a major update of recentf.el. It adds new
11466 features to better organize the recentf menu and "More..." buffer.
11467
11468 Using new provided menu filtering functions you can now organize the
11469 recent files list:
11470
11471 - by major modes
11472 - by directories
11473 - by user defined rules
11474
11475 Finally, with the new `recentf-filter-changer' customizable filter you
11476 can define a ring of filters and dynamically (via the menu) cycle on
11477 each menu organization in the ring (a la msb).
11478
114792000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11480
11481 * eshell/eshell.el (eshell): Replace links to eshell.info with
11482 links to eshell, to avoid problems on systems where the manual is
11483 installed as `eshell'.
11484 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11485 * eshell/em-smart.el (eshell-smart): Ditto.
11486 * eshell/em-banner.el (eshell-banner): Ditto.
11487 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11488
11489 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11490 same-file check in the MS-DOS version (it does support inodes).
11491
11492 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11493
11494 * eshell/eshell.el (eshell-directory-name):
11495 Run default directory name through convert-standard-filename.
11496
114972000-07-18 Kenichi Handa <handa@etl.go.jp>
11498
11499 * international/mule-cmds.el (select-safe-coding-system):
11500 Fix typo in the comment.
11501
11502 * language/european.el (compound-text):
11503 Force katakana-jisx0201 to be designated to G1.
11504
11505 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11506 Don't translate some national variant characters of latin-jisx0201.
11507 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11508
11509 * international/kkc.el (kkc-after-update-conversion-functions):
11510 New variable.
11511 (kkc-update-conversion): Run functions in it at the tail.
11512
115132000-07-16 John Wiegley <johnw@gnu.org>
11514
11515 * lisp/align.el (align-newline-and-indent):
11516 Adding new function. for auto-aligning blocks of code on RET.
11517 (align-region): Fixed badly formatted minibuffer message.
11518
115192000-07-17 Kenichi Handa <handa@etl.go.jp>
11520
11521 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11522 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11523 the conversion list at first if appropriate.
11524 (kkc-next): Don't update kkc-next-count here.
11525 (kkc-prev): Don't update kkc-prev-count here.
11526 (kkc-show-conversion-list-update): Fix setting up of conversion
11527 list message.
11528
115292000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11530
11531 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11532
115332000-07-16 Dave Love <fx@gnu.org>
11534
11535 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11536 function to be more specific.
11537
11538 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11539 non-string help-echo.
11540 (widget-types-convert-widget): Defsubst it.
11541 (widget-echo-help): Try to cope with a help-echo function of two
11542 possible sorts.
11543
115442000-07-15 Jason Rumney <jasonr@gnu.org>
11545
11546 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11547 Declare as obsolete.
11548
11549 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11550
115512000-07-14 Gerd Moellmann <gerd@gnu.org>
11552
11553 * hilit-chg.el: Fix typo.
11554
115552000-07-14 Dave Love <fx@gnu.org>
11556
11557 * info.el (Info-mode-menu): Fix use of :help, :enable.
11558
115592000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11560
11561 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11562
115632000-07-13 Dave Love <fx@gnu.org>
11564
11565 * emacs-lisp/easymenu.el: Doc fixes.
11566 (easy-menu-remove): Defalias to ignore.
11567
11568 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11569 Call throw correctly.
11570
115712000-07-13 Gerd Moellmann <gerd@gnu.org>
11572
11573 * faces.el (frame-background-mode): Doc fix.
11574
11575 * simple.el (eval-expression-print-length): Change custom type to
11576 allow entering nil as value.
11577
115782000-07-13 Dave Love <fx@gnu.org>
11579
11580 * progmodes/fortran.el (fortran-imenu-generic-expression):
11581 Change definition layout.
11582 (fortran-mode-menu): Reinstate customize entries.
11583
11584 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11585 Use :filter, per old XEmacs code.
11586
115872000-07-12 Gerd Moellmann <gerd@gnu.org>
11588
11589 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11590 event when deciding what to send to the terminal.
11591
115922000-07-12 Dave Love <fx@gnu.org>
11593
11594 * cus-start.el: Add optional version as 4th element of specs and
11595 use it for several things new in v21. Remove load-path. Fix type
11596 of line-number-display-limit.
11597
115982000-07-11 Dave Love <fx@gnu.org>
11599
11600 * progmodes/fortran.el: Don't require easymenu.
11601 Use repeat counts in various regexps.
11602 (fortran-mode-syntax-table): Defvar directly.
11603 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11604 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11605 Use defvar, not defconst.
11606 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11607 (fortran-mode): Set fortran-comment-line-start-skip,
11608 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11609 (fortran-comment-indent): Use defsubst.
11610 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11611 Use fortran-comment-indent, not fortran-comment-indent-function.
11612 (fortran-comment-region, fortran-electric-line-number): Simplify.
11613 (fortran-auto-fill): New function.
11614 (fortran-do-auto-fill): Deleted.
11615 (fortran-find-comment-start-skip):
11616 Check for non-null comment-start-skip.
11617 (fortran-auto-fill-mode, fortran-fill-statement):
11618 Use fortran-auto-fill.
11619 (fortran-fill): Use fortran-auto-fill. Check for null
11620 comment-start-skip. Simplify final clause and use end-of-line finally.
11621
11622 * widget.el (widget-plist-member): New alias.
11623
116242000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11625
11626 * eshell/esh-module.el (toplevel): Reference
11627 byte-compile-current-file only if it is bound.
11628
116292000-07-10 Gerd Moellmann <gerd@gnu.org>
11630
11631 * dired.el: Don't require `dired-aux'.
11632
116332000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11634
11635 * dired-aux.el (dired-show-file-type): New function.
11636 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11637 (dired-show-file-type): Add autoload.
11638
116392000-07-10 Kenichi Handa <handa@etl.go.jp>
11640
11641 * international/mule-diag.el (describe-font): Adjusted for the
11642 change of fontset-info.
11643 (print-fontset): Likewise.
11644
116452000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11646
11647 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11648
116492000-07-07 Gerd Moellmann <gerd@gnu.org>
11650
11651 * bindings.el: Bind `[delete]' to delete-char.
11652
11653 * dired.el (dired-find-alternate-file): New function.
11654 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11655 (toplevel): Require dired-aux when compiling.
11656 (dired-buffers): Move defvar within file to avoid compiler warning.
11657
11658 * info.el (Info-last-search): Variable removed.
11659 (Info-search-history): New variable.
11660 (Info-search): New Info-search-history.
11661
11662 * battery.el, info-look.el: Change author's mail address.
11663
116642000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11665
11666 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11667 if rmail-ignored-headers is nil.
11668 (rmail-retry-failure): Bind rmail-ignored-headers and
11669 rmail-displayed-headers to nil.
11670
116712000-07-06 Gerd Moellmann <gerd@gnu.org>
11672
11673 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11674 (print-region-1): Don't hard code `-h' here.
11675
11676 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11677
116782000-07-01 Francesco Potorti` <pot@gnu.org>
11679
11680 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11681 exim can use "your message" instead of "the message".
11682
116832000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11684
11685 * facemenu.el: Docstrings fixes.
11686 (facemenu-get-face): Don't use internal-find-face.
11687 (facemenu-iterate): Rename arg to match the docstring.
11688
11689 * newcomment.el (uncomment-region): Be more careful when skipping
11690 backwards over `=' not to bump into BOBP.
11691
116922000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11693
11694 * ediff-diff.el (ediff-wordify): Use syntax table.
11695 * ediff-init.el (ediff-has-face-support-p): Use
11696 ediff-color-display-p.
11697 (ediff-color-display-p): Use display-color-p, changed to defun
11698 from defsubst.
11699 Got rid of special cases for NeXT and OS/2.
11700 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11701 face.
11702
117032000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11704
11705 * emacs-lisp/lucid.el: Require CL.
11706 (copy-tree, remprop): Remove, it's provided by CL.
11707 (map-keymap): Define in terms of cl-map-keymap.
11708 (extent-property, set-extent-end-glyph): New functions.
11709
11710 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11711
117122000-07-05 Gerd Moellmann <gerd@gnu.org>
11713
11714 * Makefile.in (DONTCOMPILE): Add comment that the name may
11715 not be changed without changing the make-dist script.
11716
11717 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11718 (cl-mapc): Use mapc instead of cl-old-mapc.
11719
117202000-07-05 Andrew Innes <andrewi@gnu.org>
11721
11722 * makefile.nt: Add support for `bootstrap' and related targets.
11723
117242000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11725
11726 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11727 (easy-menu-do-define): Use `menu-item' format.
11728 Handle case where easy-menu-create-menu returns a symbol.
11729 Manually call the potential top-level filter in the function binding.
11730 (easy-menu-filter-return): New arg NAME.
11731 Convert to a keymap if MENU is an XEmacs menu.
11732 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11733 (easy-menu-converted-items-table, easy-menu-convert-item):
11734 New var and fun to memoize easy-menu-convert-item-1.
11735 (easy-menu-do-add-item): Use it.
11736 (easy-menu-create-menu): Use easy-menu-convert-item.
11737 Wrap easy-menu-filter-return around any :filter specification.
11738 Don't convert the menu if a filter was specified.
11739 Tell easy-menu-make-symbol not to check for MENU being an expression.
11740 (easy-menu-make-symbol): New arg NOEXP.
11741
117422000-07-05 Gerd Moellmann <gerd@gnu.org>
11743
11744 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11745 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11746 (eval-defun): If called with prefix arg, instrument code for
11747 Edebug.
11748
11749 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11750 similar to that of eval-defun.
11751
117522000-07-04 Dave Love <fx@gnu.org>
11753
11754 * hl-line.el (hl-line-overlay): Make it permanent-local.
11755
11756 * calendar/todo-mode.el: Replaced with a working version, based on
11757 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11758
117592000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11760
11761 * paths.el (prune-directory-list): New function.
11762 (Info-default-directory-list): Rewritten to more methodically
11763 enumerate a big list of possible info directories (based on the
11764 list used by the standalone info reader).
11765
11766 * info.el (info-initialize): Use prune-directory-list to remove
11767 non-existent directories from Info-directory-list.
11768
11769 * paths.el (Info-default-directory-list): Try a list of possible
11770 info-directories instead of a single one. Add the possible
11771 info directory "/usr/share/info".
11772
11773 * woman.el (woman-man.conf-path): Explicitly include the debian
11774 man-db config file "/etc/manpath.config".
11775 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11776 are present in `manpath.config'.
11777 (woman-manpath): Include "/usr/share/man".
11778
117792000-07-03 Gerd Moellmann <gerd@gnu.org>
11780
11781 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11782
11783 * startup.el (command-line): Initialize blink-cursor based
11784 on window-system.
11785
11786 * frame.el (blink-cursor): Default to nil if not running under
11787 a window-system.
11788
11789 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11790 (face-x-resources): Remove duplicate entry for :font.
11791
11792 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11793 instead of cycling through windows with next-window.
11794
11795 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11796 of cycling through windows with next-window.
11797
11798 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11799 of cycling through windows with next-window.
11800
11801 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11802 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11803 instead of cycling through windows with next-window.
11804
11805 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11806 instead of cycling through windows with next-window.
11807
11808 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11809 of cycling through windows with next-window.
11810
11811 * terminal.el (te-process-output): Use walk-windows instead of
11812 cycling through windows with next-window.
11813
11814 * server.el (server-switch-buffer): Use some-window instead of
11815 cycling through windows with next-window.
11816
11817 * window.el (some-window): New function.
11818 (walk-windows): Remove reference to walk-windows-start.
11819
11820 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11821
118222000-07-03 Richard Stallman <rms@gnu.org>
11823
11824 * window.el (walk-windows): Guarantee termination by keeping a list
11825 of all the windows already handled.
11826
118272000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11828
11829 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11830 window-system.
11831
11832 * man.el (Man-notify-when-ready): Don't use window-system. If
11833 Man-notify-method is newframe, and the display is not
11834 multi-frame, select the frame created for the man page.
11835 (Man-init-defvars): Doc fix.
11836
118372000-06-28 Gerd Moellmann <gerd@gnu.org>
11838
11839 * faces.el (region): Change background color for light background.
11840
11841 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11842 attribute from mode-line face of Ediff control frame.
11843
11844 * replace.el (query-replace-map): Bind `e' like `E'.
11845
118462000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11847
11848 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11849 Change name to "Select All".
11850
11851 * dos-fns.el (convert-standard-filename): Fix last change.
11852
118532000-06-27 Gerd Moellmann <gerd@gnu.org>
11854
11855 * help.el (describe-variable): Don't insert a second `'s' in front
11856 of the string `value is shown below'. Since the syntax-table is
11857 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11858 an existing `'s', so that this won't be deleted.
11859
11860 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11861 * pcmpl-unix.el: New files.
11862
118632000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11864
11865 * wid-edit.el (widget-member): Use the new plist-member.
11866
118672000-06-26 Gerd Moellmann <gerd@gnu.org>
11868
11869 * replace.el (perform-replace): Undo change of 2000-04-04.
11870 Instead, move backward 1 character at the end of the loop when
11871 necessary.
11872
11873 * faces.el (fringe): Change face for different backgrounds.
11874
11875 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11876 patch from John.
11877
11878 * eshell/*.el: Change spelling of the Free Software Foundation.
11879
11880 * eshell/esh-toggle.el: Removed.
11881
11882 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11883
11884 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11885 interactively.
11886
118872000-06-26 Alex Schroeder <alex@gnu.org>
11888
11889 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11890 `define-key'; instead of checking `(emacs-version)' check for
11891 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11892 for `;' and `o' which might be electric.
11893
11894 (sql-electric-stuff): New user option.
11895 (sql-magic-go): New function which uses `sql-electric-stuff'.
11896 (sql-magic-semicolon): New function which uses
11897 `sql-electric-stuff'.
11898
11899 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11900 is not fboundp.
11901
11902 (sql-oracle-options): New variable.
11903 (sql-oracle): Use it.
11904
11905 (sql-imenu-generic-expression): Doc change.
11906 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11907 is used.
11908
11909 (sql-informix): Added command line parameter "-" to force
11910 sql-informix-program to use stdout.
11911
119122000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11913
11914 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11915 (cp864-decode-table): Doc fix.
11916 (cp720-decode-table): New variable, supports the Arabic OEM
11917 codepage used by Windows.
11918 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11919
119202000-06-23 Dave Love <fx@gnu.org>
11921
11922 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11923 (font-lock-fontify-anchored-keywords): Use
11924 line-beginning-position.
11925 (global-font-lock-mode): Use mapc.
11926
119272000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11928
11929 * eshell/esh-module.el: Require CL when compiling.
11930
119312000-06-23 Gerd Moellmann <gerd@gnu.org>
11932
11933 * comint.el (comint-substitute-in-file-name): Call replace-match
11934 with second and third arg t.
11935
11936 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11937 Specify foreground color.
11938
11939 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11940 color.
11941
11942 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11943
11944 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11945 cddr instead of cdddr.
11946
11947 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11948 instead of copy-list.
11949
11950 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11951 of copy-list.
11952
11953 * subdirs.el: Add eshell subdirectory.
11954
11955 * eshell: New subdirectory containing the Eshell package.
11956
11957 * pcomplete.el: New file.
11958
119592000-06-23 Paul Eggert <eggert@twinsun.com>
11960
11961 * mail/mailpost.el (post-mail-send-it): Make sure file has
11962 proper permissions from birth.
11963
11964 * files.el (basic-save-buffer-2): When temporarily setting
11965 file modes, set them to current modes plus 0200, not to 0777.
11966
11967 * emerge.el (emerge-make-temp-file): Make sure file has proper
11968 permissions from birth.
11969
119702000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11971
11972 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11973 backup file name through convert-standard-filename.
11974
11975 * dos-fns.el (convert-standard-filename): Convert leading
11976 directories as well. When long file names are supported, convert
11977 characters that are invalid in Windows file names.
11978
119792000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11980
11981 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11982 ps-print crashes. New feature: page selection for printing. Create
11983 raw-text-unix coding system for XEmacs. Doc fix.
11984 (ps-print-version): New version number (5.2.3).
11985 (ps-plot-region): Bug fix.
11986 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11987 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11988 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11989 funs.
11990 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11991 (ps-last-page): New vars.
11992
119932000-06-21 Gerd Moellmann <gerd@gnu.org>
11994
11995 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11996 empty option string.
11997
119982000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11999
12000 * man.el (man): Doc fix.
12001
120022000-06-21 Kenichi Handa <handa@etl.go.jp>
12003
12004 * international/mule-cmds.el (set-language-info-alist): Docstring
12005 fixed.
12006
120072000-06-20 Gerd Moellmann <gerd@gnu.org>
12008
12009 * version.el (emacs-version): Use ISO date format.
12010
12011 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12012 instead of `M-backspace'.
12013
12014 * simple.el (turn-off-auto-fill): New function.
12015
120162000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12017
12018 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12019 Renamed from with-buffer-prepared-for-font-lock and use
12020 inhibit-modification-hooks rather than setting *-change-functions.
12021 Update all functions to use the new name.
12022 (jit-lock-first-unfontify-pos): New semantics (and doc).
12023 (jit-lock-mode): Make non-interactive.
12024 Don't automatically turn on font-lock.
12025 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12026 Always use jit-lock-after-change.
12027 Remove and restore font-lock-after-change-function.
12028 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12029 (jit-lock-after-unfontify-buffer): Remove.
12030 (jit-lock-stealth-fontify):
12031 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12032 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12033
120342000-06-20 Sam Steingold <sds@gnu.org>
12035
12036 * emacs-lisp/cl-indent.el (toplevel): Indent
12037 `print-unreadable-object' properly. Untabify.
12038
120392000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12040
12041 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12042 Support for bibentry.
12043 (reftex-compile-variables): Fixed problem with end of section-re.
12044
12045 * texmodes/reftex-dcr.el (reftex-view-crossref,
12046 reftex-view-crossref-from-bibtex):
12047 Deal with changed `reftex-find-citation-regexp-format'.
12048 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12049 Replaced `remprop' with `put'.
12050 (reftex-view-crossref, reftex-view-crossref-when-idle):
12051 Support for bibentry.
12052
12053 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12054 New entry for bibentry package.
12055
12056 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12057 Regexp also matches "\nobibliography".
12058
12059 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12060 Call `reftex-ensure-write-access' before doing anything.
12061 (reftex-ensure-write-access): New function.
12062
120632000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12064
12065 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12066
12067 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12068
12069 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12070
12071 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12072
12073
120742000-06-20 Dave Love <fx@gnu.org>
12075
12076 * faces.el (frame-background-mode): Use set-default, not set, in
12077 setter.
12078 (frame-update-faces, frame-update-face-colors): Define with
12079 defalias.
12080
12081 * enriched.el (enriched-decode-foreground)
12082 (enriched-decode-background): Don't use internal-find-face.
12083
12084 * apropos.el: Doc fixes.
12085
12086 * cus-edit.el (customize-changed-options): Check arg.
12087 (customize-version-lessp): Don't require decimal point.
12088
12089 * custom.el (defcustom, defgroup): Doc fix.
12090
12091 * newcomment.el (comment) <defgroup>: Add :version.
12092 (comment-multi-line): Doc fix.
12093
12094 * emulation/mlsupport.el (define-hooked-local-abbrev,
12095 define-hooked-global-abbrev): Fix, using define-abbrev.
12096
120972000-06-19 Gerd Moellmann <gerd@gnu.org>
12098
12099 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12100 the whole buffer.
12101
121022000-06-19 Dave Love <fx@gnu.org>
12103
12104 * menu-bar.el (menu-bar-options-save): New function.
12105 (menu-bar-options-menu): Use it.
12106 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12107 Simplify.
12108
121092000-06-19 Andreas Schwab <schwab@suse.de>
12110
12111 * progmodes/etags.el (tags-query-replace): Put new parameters
12112 START and END at the end, for backward compatibility.
12113
121142000-06-19 Kenichi Handa <handa@etl.go.jp>
12115
12116 * international/codepage.el:
12117 (cp-coding-system-for-codepage-1): Delete special codes for
12118 generating xxx-dos coding system because now a CCL based coding
12119 system can handle EOL conversion by default.
12120
12121 * international/mule.el (make-coding-system): Generate subsidiary
12122 coding systems for EOL handling variants even for a CCL based
12123 coding system.
12124
121252000-06-19 Kenichi Handa <handa@etl.go.jp>
12126
12127 * international/isearch-x.el (isearch-minibuffer-input-method)
12128 (isearch-minibuffer-input-method-function): These variables
12129 deleted.
12130 (isearch-with-input-method): Don't use the above variables.
12131 (isearch-process-search-multibyte-characters): Likewise. Call
12132 read-string with the arg INHERIT-INPUT-METHOD t.
12133
121342000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12135
12136 * font-lock.el (font-lock-after-fontify-buffer)
12137 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12138
12139 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12140 Use consistent make-local-variable style for font-lock-fontified.
12141 (jit-lock-fontify-buffer):
12142 Don't bother checking for font-lock-mode and jit-lock-mode.
12143
12144 * time.el: Remove trailing ^M that prevent CVS-merging.
12145
121462000-06-16 Gerd Moellmann <gerd@gnu.org>
12147
12148 * Makefile.in (distclean): New target.
12149
121502000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12151
12152 * Makefile.in (srcdir): Define for update-subdirs.
12153
121542000-06-16 Gerd Moellmann <gerd@gnu.org>
12155
12156 * find-lisp.el: New file.
12157
121582000-06-16 Andrew Innes <andrewi@gnu.org>
12159
12160 * time.el (display-time-mail-function): New variable, to allow
12161 external packages to indicate when new mail is available.
12162 (display-time-update): Use it.
12163
121642000-06-16 Kenichi Handa <handa@etl.go.jp>
12165
12166 * international/mule.el (mule-version): Change version name to
12167 SAKAKI. AOI has already been used by Meadow.
12168
12169 * international/quail.el (quail-show-guidance-buf): To find the
12170 bottom window (but minibuffer), pay attention to the height of
12171 minibuffer.
12172
121732000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12174
12175 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12176 menu-bar menus. Add help strings. Don't remove the Edit menu
12177 from the menu bar, as the menu bar has enough space now.
12178
12179 * Makefile.in (SHELL): Make sure /bin/sh is used.
12180
12181 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12182 characters, which use series of two ^H characters instead of one.
12183
121842000-06-15 Gerd Moellmann <gerd@gnu.org>
12185
12186 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12187 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12188 functions.
12189 (Info-find-node-2): Try a case-sensitive search first, then
12190 do a case-insensitive search.
12191
12192 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12193 tutorials.
12194
12195 * complete.el (PC-env-vars-alist): New variable.
12196 (PC-complete-as-file-name): New function.
12197 (partial-completion-mode): Initialize PC-env-vars-alist from
12198 process-environment.
12199 (PC-do-completion): Handle completion of env vars.
12200
12201 * info.el (Info-set-mode-line): Show file name in mode line,
12202 use `*Info*' instead of `Info:'.
12203
12204 * startup.el (command-line-1): Change copyright messages to year
12205 2000.
12206
122072000-06-15 Dave Love <fx@gnu.org>
12208
12209 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12210 not local-map.
12211
122122000-06-15 Kenichi Handa <handa@etl.go.jp>
12213
12214 * international/mule.el (set-buffer-file-coding-system): Almost
12215 rewritten to handle `undecided' as no-op.
12216
122172000-06-14 Gerd Moellmann <gerd@gnu.org>
12218
12219 * Makefile.in: New file.
12220
12221 * Makefile: Removed.
12222
12223 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12224 (goto-address-highlight-keymap): Bind C-c RET.
12225
122262000-06-14 Kenichi Handa <handa@etl.go.jp>
12227
12228 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12229 inherits buffer-file-coding-system of the current buffer.
12230
12231 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12232 0. Give correct argument to set-auto-coding-function.
12233 (tar-expunge): For goto-char, use (point-min), not 0.
12234 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12235 (tar-subfile-save-buffer): Likewize.
12236
12237 * international/mule.el
12238 (after-insert-file-set-buffer-file-coding-system): Call
12239 set-buffer-file-coding-system with the arg FORCE t.
12240
122412000-06-13 Gerd Moellmann <gerd@gnu.org>
12242
12243 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12244 nil. Contemporary sendmails issue an X-Authentication-Warning if
12245 the sender is set with `-f'.
12246
122472000-06-13 Dave Love <fx@gnu.org>
12248
12249 * help.el (describe-function-1): Kluge around cases of functions
12250 fset to subrs whose doc doesn't match their symbol-name.
12251
12252 * image.el (insert-image): Default STRING to a space.
12253
12254 * info.el Doc fixes.
12255 (Info-build-node-completions): Match Ref tags.
12256
122572000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12258
12259 * frame.el (display-multi-frame-p, display-multi-font-p): New
12260 defaliases for display-graphic-p.
12261
12262 * hl-line.el: Fixed a typo in commentary.
12263
122642000-06-13 Kenichi Handa <handa@etl.go.jp>
12265
12266 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12267 fixed.
12268
122692000-06-12 Dave Love <fx@gnu.org>
12270
12271 * image.el (insert-image): Save a little consing.
12272
122732000-06-12 Kenichi Handa <handa@etl.go.jp>
12274
12275 * language/tibet-util.el: Convert all tibetan-1-column characters
12276 to the corresponding tibetan characters.
12277 (tibetan-add-components): Delete code for the special treatment of
12278 'a chung.
12279
12280 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12281 change.
12282 (tibetan-vowel-transcription-alist): More rules added.
12283 (tibetan-composite-vowel-alist): New variable.
12284 (tibetan-precomposition-rule-alist): More rules added.
12285
122862000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12287
12288 * startup.el (command-line): Only call menu-bar-mode if interactive.
12289
12290 * thingatpt.el (toplevel symbol-properties):
12291 * textmodes/makeinfo.el (makeinfo-compile):
12292 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12293 * progmodes/hideif.el (hif-compress-define-list)
12294 (hide-ifdef-use-define-alist):
12295 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12296 (ange-ftp-vms-add-file-entry):
12297 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12298 * man.el (Man-build-man-command):
12299 * mail/rnewspost.el (news-reply-header-hook):
12300 * info.el (Info-insert-dir):
12301 * emulation/mlconvert.el (backward-word, forward-word, setq):
12302 * emacs-lisp/gulp.el (gulp-send-requests):
12303 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12304 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12305 (byte-optimize-apply, end of file):
12306 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12307 (ad-make-freeze-definition):
12308 * startup.el (command-line, command-line-1): Don't quote lambdas.
12309
12310 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12311 (cvs-cleanup-removed): New function.
12312 (cvs-cleanup-functions): New var.
12313 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12314 some flexibility in specifying additional entries to auto-cleanup.
12315 (cvs-quickdir): New function.
12316 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12317 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12318 (cvs-mode-find-file): Check that we are on a filename or dirname
12319 when invoked through a mouse-click.
12320 (cvs-full-path): Remove.
12321 (cvs-dired-action): Re-introduced.
12322 (cvs-dired-noselect): Use it.
12323 (vc-post-command-functions): use this new hook if available.
12324
12325 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12326 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12327 (cvs-filename-map, cvs-dirname-map): Remove.
12328 (cvs-default-action): Remove.
12329 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12330 if the arg is really a keymap.
12331 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12332 Don't hardcode the mapping from state (aka type) to face, but check
12333 the var cvs-fi-<type>-face instead.
12334 (cvs-fileinfo-from-entries): New function.
12335
12336 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12337 Docstring fix.
12338 (cvs-find-file-and-jump): Change default to be safer.
12339 (cvs-mode-diff-map): Define it as a function as well.
12340 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12341 Bind mouse-2 in this global map rather than with text-properties.
12342
12343 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12344 file to resolve the ambiguity between C(conflict) and C(need-merge).
12345
123462000-06-12 Kenichi Handa <handa@etl.go.jp>
12347
12348 * international/mule.el (set-buffer-file-coding-system): If
12349 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12350 unconditionally.
12351
123522000-06-12 Dave Love <fx@gnu.org>
12353
12354 * wid-edit.el (widget-specify-button): Really suppress the face if
12355 required.
12356
123572000-06-11 Gerd Moellmann <gerd@gnu.org>
12358
12359 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12360
123612000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12362
12363 * imenu.el (imenu-generic-expression): Docstring fix.
12364
12365 * composite.el (composition-function-table): Move the `put'
12366 below the autoload cookie so we can load the file before loaddefs.
12367
12368 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12369
12370 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12371 Handle easy-mmode-define-global-mode.
12372 For complex macros like define-minor-mode that can generate
12373 several autoload entries, try to autoload entries in the
12374 macroexpanded code.
12375
12376 * emacs-lisp/easy-mmode.el (define-minor-mode):
12377 If KEYMAP is a symbol, just use it.
12378 Use byte-compile-current-file and load-file-name to infer the
12379 proper :require to pass to defcustom.
12380 Wrap the hook var into `progn' so as not to autoload it.
12381 Add a :autoload-end cookie.
12382 Be more careful about the evaluation of KEYMAP.
12383 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12384 (define-derived-mode): Move define-abbrev-table outside of defvar.
12385
123862000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12387
12388 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12389 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12390 (backup-compiled-files): Ignore errors during `tar'.
12391 (bootstrap): Make autoloads before elc files.
12392
123932000-06-10 Kenichi Handa <handa@etl.go.jp>
12394
12395 * international/mule.el (set-buffer-file-coding-system): If one of
12396 undecided-XXX is specified, change only EOL conversion.
12397
12398 * international/mule-conf.el (unix): New alias for the coding
12399 system undecided-unix.
12400
124012000-06-09 Dave Love <fx@gnu.org>
12402
12403 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12404
12405 * progmodes/executable.el: Byte compile dynamic.
12406 (executable-insert): Change custom type.
12407 (executable-find): Add autoload cookie.
12408 (executable-make-buffer-file-executable-if-script-p): New
12409 function. After Noah Friedman.
12410
12411 * files.el (after-save-hook): Customize, with
12412 executable-make-buffer-file-executable-if-script-p as an option.
12413
124142000-06-09 Kenichi Handa <handa@etl.go.jp>
12415
12416 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12417 "tib24p-mule.bdf" for Tibetan.
12418
12419 * composite.el (decompose-composite-char): Declare it as obsolete.
12420
12421 * man.el (Man-fontify-manpage): Pay attention to underline and
12422 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12423
124242000-06-08 Gerd Moellmann <gerd@gnu.org>
12425
12426 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12427 Set maintainer to FSF since author isn't reachable.
12428
124292000-06-08 Dave Love <fx@gnu.org>
12430
12431 * international/mule-cmds.el (select-safe-coding-system): If
12432 DEFAULT-CODING-SYSTEM is not specified, also check the most
12433 preferred coding-system if buffer-file-coding-system is
12434 `undecided'. From Handa.
12435
124362000-06-08 Kenichi Handa <handa@etl.go.jp>
12437
12438 * international/mule.el
12439 (after-insert-file-set-buffer-file-coding-system): If the buffer
12440 size is greater than INSERTED, judget that we are not visiting.
12441
124422000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12443
12444 * whitespace.el (defgroup whitespace): Comment out `:version'.
12445 XEmacs 20.4 has problems defining the group with this present.
12446 We'll have this commented out till get resolve the problem.
12447
124482000-06-07 John Wiegley <johnw@gnu.org>
12449
12450 * align.el (align-dq-string-modes, align-sq-string-modes)
12451 (align-open-comment-modes): Add pyhton-mode.
12452 (align-rules-list): Use get-text-property instead of
12453 text-properties-at.
12454 (align-rules-list): Add python-assignment.
12455 (align-rules-list): Change perl-comma-delimiter to
12456 basic-comma-delimiter. Use if for Perl modes and python-mode.
12457 (align-rules-list): Add python-chain-logic and
12458 basic-line-continuation.
12459
124602000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12461
12462 * apropos.el (apropos-mode-hook): New user variable.
12463 (apropos-mode): Run apropos-mode-hook.
12464
124652000-06-07 David Ponce <david@dponce.com>
12466
12467 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12468 commands. Require `wid-edit' at run-time.
12469
124702000-06-07 David Ponce <david@dponce.com>
12471
12472 * recentf.el: Added some "Commentary".
12473 (recentf-open-more-files, recentf-edit-list): Minor changes to
12474 move the point at the top of the file list. This behaviour is
12475 consistent with the menu one when the list contains a lot of
12476 files.
12477 (recentf-cleanup): Now displays the number of items removed from
12478 the list.
12479 (recentf-relative-filter) New menu filter to show filenames
12480 relative to `default-directory'.
12481
124822000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12483
12484 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12485 with/without giving an error if PostScript printer doesn't have this
12486 kind of page size. Zebra Stripe continues or restarts on next page.
12487 Manual/automatic paper feeding. Switch or not the header.
12488 (ps-print-version): New version number (5.2.2).
12489 (ps-windows-system): Include emx as a Windows system.
12490 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12491 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12492 (ps-background-text): Code fix.
12493 (ps-error-handler-message, ps-user-defined-prologue)
12494 (ps-print-prologue-header, ps-printer-name)
12495 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12496 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12497 (ps-use-face-background): Customization fix.
12498 (ps-n-up-database): Data fix.
12499 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12500 (ps-switch-header): New vars.
12501 (ps-xemacs-color-name, ps-face-foreground-name)
12502 (ps-face-background-name, ps-boolean-constant): New funs.
12503
125042000-06-07 Dave Love <fx@gnu.org>
12505
12506 * allout.el: New version from Manheimer.
12507
125082000-06-07 Kenichi Handa <handa@etl.go.jp>
12509
12510 * textmodes/fill.el (fill-find-break-point): Check the validity of
12511 charset.
12512
125132000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12514
12515 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12516 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12517 Call display-color-p and display-mouse-p instead of looking at
12518 window-system.
12519
125202000-06-06 Dave Love <fx@gnu.org>
12521
12522 * image.el (find-image): Doc fix. Return nil if image not found.
12523 (put-image, insert-image): Make STRING arg optional.
12524
125252000-06-06 Kenichi Handa <handa@etl.go.jp>
12526
12527 * language/vietnamese.el: Remove eval-when-compile.
12528 (viet-viscii-nonascii-translation-table): Define it as a
12529 translation table made from viet-viscii-decode-table.
12530 (viet-viscii-encode-table): Define it as a translation table made
12531 from the reverse map of above.
12532 (viet-vscii-nonascii-translation-table): Define it as a
12533 translation table made from viet-vscii-decode-table.
12534 (viet-vscii-encode-table): Define it as a translation table made
12535 from the reverse map of above.
12536 (ccl-decode-viscii): Use translate-character.
12537 (ccl-encode-viscii, ccl-encode-viscii-font)
12538 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12539 Likewize.
12540
12541 * language/cyrillic.el: Remove eval-when-compile.
12542 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12543 translation table made from cyrillic-koi8-r-decode-table.
12544 (cyrillic-koi8-r-encode-table): Define it as a translation table
12545 made from the reverse map of above.
12546 (ccl-decode-koi8): Use translate-character.
12547 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12548 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12549 a translation table made from cyrillic-alternativnyj-decode-table.
12550 (cyrillic-alternativnyj-encode-table): Define it as a translation
12551 table made from the reverse map of above.
12552 (ccl-decode-alternativnyj): Use translate-character.
12553 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12554 Likewize
12555
12556 * international/mule-diag.el (non-iso-charset-alist): Specify
12557 translation table symbol instead of translation table itself.
12558 (list-block-of-chars): CHARSET may be a translation table symbol.
12559
12560 * international/mule.el (make-coding-system): If CODING-SYSTEM
12561 already exists, override it.
12562
12563 * international/fontset.el: Use family `proportional' for Tibetan
12564 fonts.
12565
12566 * international/ccl.el (ccl-compile-translate-character): Don't
12567 check if Rrr has property translation-table.
12568 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12569
125702000-06-05 Gerd Moellmann <gerd@gnu.org>
12571
12572 * info.el: Bind case-fold-search to t when searching in case
12573 a user sets it to nil in a hook.
12574
125752000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12576
12577 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12578 * hl-line.el (hl-line-mode): Use the new :global key argument.
12579
12580 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12581 (tar-clip-time-string): Prepend a space.
12582 (tar-grind-file-mode): Construct a string rather than modifying one.
12583 (tar-header-block-summarize): Fix docstring.
12584 Use `format' rather than an error-prone set of copy-loops.
12585
12586 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12587 (diff-goto-source, diff-unified->context, diff-context->unified)
12588 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12589 understand the format output by the `-p' argument to diff.
12590
12591 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12592 (sh-re-done): Use defconst.
12593 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12594 (sh-help-string-for-variable, sh-guess-basic-offset):
12595 Don't quote lambdas.
12596 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12597 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12598
12599 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12600 (mh-letter-mode): Derive from text-mode.
12601 This implicitly means that it now calls kill-all-local-variables.
12602 Also remove the Emacs-18 compatibility code.
12603
12604 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12605 Make use of symbol-property doc-string-elt.
12606 Use memq rather than a sequence of eq.
12607 (doc-string-elt): Fix the wrong or missing previously unused values.
12608 (autoload-print-form): New function extracted from
12609 generate-file-autoloads to allow recursion when handling progn
12610 so that defvar's and defun's docstrings are properly printed.
12611 (generate-file-autoloads): Use it.
12612
12613 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12614 Use find-file-hooks in the minor-mode function.
12615 Be careful not to loop indefinitely in the post-command-hook function.
12616
126172000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12618
12619 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12620 tty's.
12621 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12622 differences whenever appropriate.
12623 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12624 * viper.el (find-file, find-file-other-window): Get viper to do
12625 wildcards.
12626
126272000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12628
12629 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12630 (jit-lock-fontify-buffer): New function for JIT refontification.
12631 (jit-lock-mode): Fix docstring.
12632 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12633 Remove jit-lock-after-change from the _local_ hook.
12634 (jit-lock-function-1): Fix docstring.
12635
12636 * info.el (Info-on-current-buffer): Initialize info.
12637
12638 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12639
12640 * progmodes/tcl.el (tcl-indent-for-comment):
12641 Ignore comment-indent-hook.
12642
12643 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12644 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12645 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12646 and improve to use the lighter to guess the capitalization.
12647 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12648 Add keyword arguments to specify global-ness or the custom group.
12649 Add local-map and help-echo properties to the lighter.
12650 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12651 (easy-mmode-define-global-mode): New macro.
12652
126532000-06-02 Dave Love <fx@gnu.org>
12654
12655 * wid-edit.el: byte-compile-dynamic since we typically don't use
12656 all the widgets. Don't require cl or widget. Remove
12657 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12658 (widget-read-event): Removed. Callers changed to use read-event.
12659 (widget-button-release-event-p): Renamed from
12660 button-release-event-p.
12661 (widget-field-add-space, widget-field-use-before-change):
12662 Uncustomize.
12663 (widget-specify-field): Use keymap property, not local-map.
12664 (widget-specify-button): Obey :suppress-face.
12665 (widget-specify-insert): Use modern backquote syntax.
12666 (widget-image-directory): Renamed from widget-glyph-directory.
12667 (widget-image-enable): Renamed from widget-glyph-enable.
12668 (widget-image-find): Replaces widget-glyph-find.
12669 (widget-button-pressed-face): Move defvar.
12670 (widget-image-insert): Replaces widget-glyph-insert.
12671 (widget-convert): Use keywordp.
12672 (widget-leave-text, widget-children-value-delete): Use mapc.
12673 (widget-keymap): Remove XEmacs stuff.
12674 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12675 (widget-button-click): Don't set point at the click, but re-centre
12676 if we scroll out of window. Rewritten for images v. glyphs &c.
12677 (widget-tabable-at): Use POS arg, not point.
12678 (widget-beginning-of-line, widget-end-of-line)
12679 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12680 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12681 (widget-default-create): Use widget-image-insert; some rewriting.
12682 (widget-visibility-value-create)
12683 (widget-push-button-value-create, widget-toggle-value-create): Use
12684 widget-image-insert.
12685 (checkbox): Create on and off images dynamically.
12686 (documentation-link): Change :help-echo.
12687 (widget-documentation-link-echo-help): Remove.
12688
126892000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12690
12691 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12692
12693 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12694 (easy-mmode-define-toggle, define-minor-mode): Use it.
12695 (easy-mmode-define-keymap): Docstring fix.
12696 (define-derived-mode): Default PARENT to fundamental-mode.
12697 Add the derived-mode-parent symbol-property.
12698 (easy-mmode-derived-mode-p): New function.
12699
127002000-06-02 Dave Love <fx@gnu.org>
12701
12702 * files.el (convert-standard-filename): Doc fix.
12703 (normal-backup-enable-predicate): New function.
12704 (backup-enable-predicate): Use it to replace the lambda form.
12705
12706 * calendar/todo-mode.el: [This needs more work on the outline
12707 stuff.] Doc fixes.
12708 (todo) <defgroup>: Add :version.
12709 (todo-add-category): Don't use pushnew.
12710 (todo-cmd-raise): Fix typo.
12711 (todo-top-priorities): Change temp buffer name.
12712 (todo-category-alist): Avoid redundant lambda.
12713 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12714 Use outline-next-heading.
12715
12716 * autoarg.el: Rewritten to use define-minor-mode.
12717 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12718 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12719
127202000-06-02 Kenichi Handa <handa@etl.go.jp>
12721
12722 * isearch.el (isearch-other-meta-char): Fix previous change.
12723
127242000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12725
12726 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12727 (log-edit-done): Only add the comment to the ring if it's different
12728 from the last comment entered.
12729
12730 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12731
127322000-06-01 Dave Love <fx@gnu.org>
12733
12734 * hl-line.el: Rewritten using define-minor-mode.
12735
12736 * help.el (describe-function-1): Distinguish special form from
12737 builtin function. Sanity-check presence of arglist for builtins.
12738
127392000-06-01 Kenichi Handa <handa@etl.go.jp>
12740
12741 * international/characters.el: Fix syntax/category setting of
12742 Tibetan characters.
12743
12744 * language/tibet-util.el (tibetan-add-components): Fixes for new
12745 encoding of Tibetan characters.
12746 (tibetan-decompose-precomposition-alist): New variable.
12747 (tibetan-decompose-region): Convert precomposed characters to
12748 non-precomposed characters.
12749 (tibetan-decompose-string): Likewise.
12750 (tibetan-composition-function): Fix args to
12751 thibetan-compose-string.
12752
12753 * language/tibetan.el (tibetan-composable-pattern): More
12754 characters included.
12755 (tibetan-consonant-transcription-alist): Rule for "R" added.
12756 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12757 "+R" added.
12758 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12759
12760 * language/lao-util.el (lao-composition-function): Fix args to
12761 compose-string.
12762
12763 * language/thai-util.el (thai-composition-function): Fix args to
12764 compose-string.
12765
12766 * isearch.el (isearch-update): Set disable-point-adjustment to t
12767 to prevent the point moving to the end of a composition when a
12768 part of a composition is searched.
12769 (isearch-other-meta-char): If the key invoking this command can be
12770 mapped by function-key-map to a printing char, call
12771 isearch-process-search-char directly.
12772
127732000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12774
12775 * emacs-lisp/bytecomp.el:
12776 * frame.el:
12777 * international/mule-cmds.el:
12778 * international/mule-util.el:
12779 * international/mule.el:
12780 * mouse.el:
12781 * subr.el:
12782 * faces.el: Update calls to make-obsolete with a WHEN argument.
12783
12784 * byte-run.el (make-obsolete, make-obsolete-variable):
12785 Add an optional WHEN argument and change the format of the
12786 symbol-property information.
12787 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12788 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12789 new obsolete-symbol-property format and print WHEN if it is provided.
12790
127912000-05-31 Dave Love <fx@gnu.org>
12792
12793 * loadhist.el (loadhist-hook-functions): Remove
12794 before-change-function, after-change-function.
12795 (unload-feature): Deal with symbols which are both bound and
12796 fbound.
12797
12798 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12799 before-change-function, after-change-function.
12800
12801 * simple.el (newline): Don't bind before-change-function,
12802 after-change-function.
12803
128042000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12805
12806 * whitespace.el (whitespace-rescan-timer-time): Update interval
12807 set to 600 seconds (10 minutes) instead of 60 seconds since
12808 a large number of whitespace buffers causes emacs to `freeze'
12809 for a considerable amount of time.
12810
12811 * whitespace.el: Updated email address
12812
128132000-05-31 Dave Love <fx@gnu.org>
12814
12815 * add-log.el (change-log-font-lock-keywords) <function>: Add
12816 pattern for function of change.
12817 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12818 acknowledgements patterns.
12819
128202000-05-31 Kenichi Handa <handa@etl.go.jp>
12821
12822 * isearch.el (isearch-printing-char): If keyboard coding system is
12823 being used, call isearch-process-search-multibyte-characters.
12824
12825 * international/isearch-x.el: Mostly rewritten.
12826
12827 * international/quail.el (quail-start-conversion): Don't include
12828 unhandled events in the returned events, but set them in
12829 unread-command-events. Exit if all inputs are deleted.
12830
128312000-05-30 Jason Rumney <jasonr@gnu.org>
12832
12833 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12834
12835 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12836 Reenable code to create initial fontsets.
12837 Use set-fontset-font in place of put-charset-property.
12838
128392000-05-30 Gerd Moellmann <gerd@gnu.org>
12840
12841 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12842 label, ensure that the first colon isn't followed by another.
12843
12844 * paths.el (Info-default-directory-list): Doc fix.
12845
12846 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12847 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12848 send a query containing USER only, not USER@HOST.
12849
12850 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12851 and rmail-msgend to compute the restriction at the end, instead of
12852 computing it.
12853
128542000-05-29 Gerd Moellmann <gerd@gnu.org>
12855
12856 * dabbrev.el (dabbrev-expand): Don't display messages in the
12857 echo area if the minibuffer window is active.
12858
12859 * jit-lock.el (jit-lock-mode): Add after change function to
12860 local hook.
12861
128622000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12863
12864 * antlr-mode.el: New commands: hide/unhide actions,
12865 upcase/downcase literals.
12866 (antlr-tiny-action-length): New user option.
12867 (antlr-hide-actions): New command. Suggested by
12868 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12869 (antlr-mode-map): New binding [C-c C-v].
12870 (antlr-mode-menu): New entries.
12871 (antlr-downcase-literals): New command.
12872 (antlr-upcase-literals): Ditto.
12873
12874 * antlr-mode.el: Minor changes: indendation, mode-name.
12875 (antlr-indent-line): Indent cpp directive at column 0.
12876 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12877
12878 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12879 (antlr-font-lock-additional-keywords): Workaround for intentional
12880 bug in XEmacs version of font-lock.
12881 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12882 be used by a smarter version of `buffers-menu-grouping-function'.
12883
128842000-05-29 Gerd Moellmann <gerd@gnu.org>
12885
12886 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12887 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12888
128892000-05-29 Kenichi Handa <handa@etl.go.jp>
12890
12891 * international/encoded-kb.el
12892 (encoded-kbd-iso2022-designation-map): Pay attention to that
12893 charset-iso-final-char return -1 for eight-bit-control and
12894 eight-bit-graphic.
12895
128962000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12897
12898 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12899 (speedbar-easymenu-definition-base): Use display-graphic-p where
12900 available, instead of window-system.
12901
129022000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12903
12904 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12905 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12906 coding systems.
12907
129082000-05-26 Dave Love <fx@gnu.org>
12909
12910 * disp-table.el (standard-display-underline): Don't use
12911 internal-find-face.
12912
12913 * mail/reporter.el: Maintainer change. Doc fixes.
12914 (reporter-version): Deleted.
12915
12916 * emacs-lisp/elp.el: Maintainer change.
12917 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12918
129192000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12920
12921 * add-log.el (add-change-log-entry): Merge the current entry with the
12922 previous one if the previous one is empty.
12923
129242000-05-26 Dave Love <fx@gnu.org>
12925
12926 * loadhist.el (unload-feature): Fix interactive spec [from
12927 lijnzaad@ebi.ac.uk].
12928
12929 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12930 subr-arity to check primitives.
12931 (byte-compile-flush-pending, byte-compile-file-form-progn)
12932 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12933 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12934 mapcar.
12935
129362000-05-26 Kenichi Handa <handa@etl.go.jp>
12937
12938 * international/fontset.el: Set family names of non-latin charsets
12939 in default fontset to "*".
12940
12941 * international/mule-diag.el (print-fontset): Combine family part
12942 and registry part of the fontname by "-*-" instead of "-".
12943
12944 * international/mule-cmds.el (encode-coding-char): Make strings
12945 multibyte before calling encode-coding-string.
12946
129472000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12948
12949 * derived.el: Fix keywords.
12950 (define-derived-mode): Only define if needed.
12951
12952 * simple.el (fill-comment, comment-column, comment-start)
12953 (comment-start-skip, comment-end, comment-indent-function)
12954 (block-comment-start, block-comment-end, indent-for-comment)
12955 (set-comment-column, kill-comment, comment-padding, comment-region)
12956 (comment-multi-line, indent-new-comment-line): Remove.
12957
12958 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12959 function names for comment operations.
12960
12961 * newcomment.el: Add abundant autoload cookies.
12962 (comment-style): Don't depend on runtime data at compile-time.
12963 (comment-indent-hook): Remove.
12964 (comment-indent): Check if comment-indent-hook is bound.
12965 (comment-region): Docstring fix.
12966
129672000-05-25 Dave Love <fx@gnu.org>
12968
12969 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12970 byte-code-function-p.
12971
12972 * mail/rmailsum.el: Add provide.
12973
12974 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12975
12976 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12977 defcustom.
12978
129792000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12980
12981 * ediff-diff.el (ediff-exec-process): delete --binary option from
12982 non-buffer ediff jobs.
12983
129842000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12985
12986 * hilit-chg.el (highlight-changes-mode): Ask about color or
12987 grayscale support, not about window-system.
12988
12989 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12990 window-system.
12991 (ffap-highlight): Always default to t.
12992
12993 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12994 display-popup-menus-p instead of looking at window-system.
12995
12996 * disp-table.el (standard-display-g1, standard-display-graphic):
12997 Only refuse to use string glyphs on X and MS-Windows.
12998
12999 * avoid.el: Remove window-system from commentary, suggest to use
13000 display-*-p instead.
13001
13002 * apropos.el (apropos-print): Use display-mouse-p instead of
13003 window-system.
13004
130052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13006
13007 * international/codepage.el (cp-decoding-vector-for-codepage):
13008 Fill up unsupported characters with their own codes. From Kenichi
13009 Handa.
13010
130112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13012
13013 * international/mule-diag.el (describe-char-after): Use
13014 display-graphic-p instead of window-system, so that this function
13015 works on MS-DOS.
13016
130172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13018
13019 * international/codepage.el (cp-make-coding-systems-for-codepage):
13020 Remove the eight-bit-graphic and eight-bit-control charsets from
13021 the list of charsets which we convert into `?'.
13022
130232000-05-25 Kenichi Handa <handa@etl.go.jp>
13024
13025 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13026 private charsets.
13027 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13028 japanese-jisx0213-2): New charsets.
13029
13030 * international/fontset.el: Setup default fontset for new charsets.
13031
130322000-05-24 Dave Love <fx@gnu.org>
13033
13034 * info.el (Info-find-node-2): Restructure [following "Vadim
13035 S. Solomin" <sovs@uic.nnov.ru>].
13036
13037 * icomplete.el: Fix header for Finder.
13038
130392000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13040
13041 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13042 STAY.
13043
13044 * rmail.el (rmail-automatic-folder-directives): New user variable.
13045 (rmail-show-message): Add call to `rmail-auto-file' during
13046 display.
13047 (rmail-auto-file): New function.
13048
130492000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13050
13051 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13052 account.
13053 (ediff-test-utility,ediff-diff-mandatory-option)
13054 (ediff-reset-diff-options): Utilities for proper initialization of
13055 ediff-diff-options and ediff-diff3-options on Windows.
13056
13057 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13058 variable.
13059
13060 * ediff-mult.el (ediff-filegroup-action): Use
13061 ediff-merge-filename-prefix.
13062
130632000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13064
13065 * viper-ex.el (ex-write): Set selective display to nil.
13066
130672000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13068
13069 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13070 aliases for hebrew-iso-8bit.
13071
130722000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13073
13074 * woman.el: New version from Francis J. Wright
13075 <F.J.Wright@Maths.QMW.ac.uk>.
13076 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13077 names in environment variables regardless of the path separator.
13078 (woman-topic-all-completions-1): Don't call file-name-directory-p
13079 on all files, since woman-file-regexp already filters out any
13080 directories.
13081
130822000-05-24 Kenichi Handa <handa@etl.go.jp>
13083
13084 * international/quail.el (quail-start-translation): Don't change
13085 modified-p of the current buffer.
13086 (quail-start-conversion): Likewise.
13087
13088 * international/kkc.el (kkc-region): Don't change modified-p of
13089 the current buffer.
13090
13091 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13092 conform to RFC1468.
13093 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13094
130952000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13096
13097 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13098 (speedbar-insert-button): Invisible text property fix.
13099 (speedbar-directory-plus): Renamed from speedbar-directory-+
13100 (speedbar-directory-minus): Renamed from speedbar-directory--
13101 (speedbar-page-plus): Renamed from speedbar-file-+
13102 (speedbar-page-minus): Renamed from speedbar-file--
13103 (speedbar-page): Renamed from speedbar-file-
13104 (speedbar-tag): Renamed from speedbar-tag-
13105 (speedbar-tag-plus): Renamed from speedbar-tag-+
13106 (speedbar-tag-minus): Renamed from speedbar-tag--
13107 (speedbar-expand-image-button-alist): Use above renames.
13108
13109 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13110 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13111 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13112 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13113 * sb-pg.xpm: Renamed from sb-file.xpm
13114 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13115 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13116
131172000-05-24 Kenichi Handa <handa@etl.go.jp>
13118
13119 * international/quail.el (quail-show-guidance-buf): Set
13120 current-input-method of the guidance buffer to the name of the
13121 curren input method.
13122
131232000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13124
13125 * progmodes/compile.el (compile-internal): Style typo.
13126
13127 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13128 quote vars and functions in the docstring.
13129
13130 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13131
13132 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13133 Don't quote lambdas.
13134
13135 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13136
131372000-05-23 Gerd Moellmann <gerd@gnu.org>
13138
13139 * startup.el (command-line): Determine source file of compiled
13140 user init file differently. Warn if compiled user init file
13141 is older than its source file.
13142
13143 * ffap.el (ffap-url-regexp): Add `https'.
13144
131452000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13146
13147 * files.el (make-backup-file-name-1): Replace slashes with `!'
13148 rather than `|' (which is not allowed on Windows). Replace the
13149 drive letters with a string "drive_X".
13150
131512000-05-23 Gerd Moellmann <gerd@gnu.org>
13152
13153 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13154
13155 * files.el (interpreter-mode-alist): Add `bash2'.
13156
131572000-05-22 Dave Love <fx@gnu.org>
13158
13159 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13160 mapc.
13161 (feature-file): Avoid calling symbol-name. Doc fix.
13162 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13163 (loadhist-hook-functions): Add mouse-position-function.
13164 (unload-feature): Change uses of mapcar.
13165
13166 * files.el (parse-colon-path): Doc fix.
13167 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13168 (set-auto-mode): Use mapc.
13169
13170 * complete.el (PC-look-for-include-file): Use :alnum: character
13171 class.
13172 (partial-completion-mode): Add autoload cookie.
13173
131742000-05-22 Sam Steingold <sds@gnu.org>
13175
13176 * info.el (Info-fontify-node): Fixed the call to
13177 `add-text-properties' (bug introduced on 2000-05-18).
13178
131792000-05-22 Dave Love <fx@gnu.org>
13180
13181 * bindings.el: Remove debug-ignored-errors set in other files.
13182
13183 * progmodes/etags.el: Add to debug-ignored-errors.
13184 (visit-tags-table-buffer): Clear out buffers holding old tables
13185 when making a new list.
13186 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13187 mapc.
13188
13189 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13190 quote keywords.
13191 (cmpl-string-case-type): Use character classes.
13192
13193 * comint.el:
13194 * textmodes/ispell.el:
13195 * imenu.el:
13196 * mail/mh-e.el:
13197 * progmodes/compile.el: Add to debug-ignored-errors.
13198
13199 * dabbrev.el: Add to debug-ignored-errors.
13200 (dabbrev-completion): Use mapc.
13201
132022000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13203
13204 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13205 (woman-mapcan, woman-parse-man.conf)
13206 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13207 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13208 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13209 path syntax better.
13210 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13211 (woman-manpath): Call woman-parse-man.conf.
13212 (woman-emulation): New defcustom, defaults to nroff.
13213 (woman-font-support): New defconst.
13214 (woman-use-symbol-font): New defcustom.
13215 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13216 "Emulation".
13217 Many functions: Doc fix.
13218
132192000-05-22 Kenichi Handa <handa@etl.go.jp>
13220
13221 * international/quail.el (quail-simple-translation-keymap): Map
13222 128..255 to quail-self-insert-command.
13223 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13224
132252000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13226
13227 * help.el (help-manyarg-func-alist): Typo.
13228
13229 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13230 intervals which makes it heaps simpler.
13231
13232 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13233 the nested comment markers.
13234
13235 * subr.el (remove-hook): Don't turn the hook's value into a list.
13236
132372000-05-21 Dave Love <fx@gnu.org>
13238
13239 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13240 are invalid characters.
13241
13242 * international/mule-util.el (detect-coding-with-priority): Use
13243 mapc. Remove redundant lambda.
13244
13245 * international/mule-diag.el (list-non-iso-charset-chars)
13246 (describe-fontset): Remove redundant lambda.
13247
13248 * emulation/crisp.el (brief-mode): New alias.
13249
13250 * emacs-lisp/ring.el (ring-elements): New function.
13251
13252 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13253 (easy-menu-do-add-item): Use keywordp.
13254
13255 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13256
13257 * replace.el: Doc and error message fixes.
13258 (replace-highlight): Use facep, not internal-find-face.
13259
132602000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13261
13262 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13263
13264 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13265 (log-edit-insert-changelog): Drop `:' as well.
13266
13267 * log-view.el: Fix file description.
13268 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13269 available.
13270 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13271 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13272
13273 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13274 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13275 Print a status message if the toggle is called interactively.
13276 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13277 for global minor modes and use `defcustom' for them.
13278 Use add-minor-mode.
13279 (easy-mmode-define-derived-mode): Remove.
13280 (define-derived-mode): Fancier default docstring.
13281 (easy-mmode-define-navigation): Signal an error rather than (ding).
13282
13283 * newcomment.el (comment-styles): New `box-multi'.
13284 (comment-normalize-vars): Better default for comment-continue to
13285 avoid whitespace-only continuations.
13286 (comment-search-forward): Always move even in the no-syntax case.
13287 (comment-padright): Only obey N if it's only obeyed for padleft.
13288 (comment-make-extra-lines): Better handling of empty continuations.
13289 Use `=' for the filler if comment-start has only one character.
13290 (uncomment-region): Try handling the special `=' filler.
13291 (comment-region): Allow LINES even if MULTI is nil.
13292 (comment-box): Choose box style based on comment-style.
13293
132942000-05-20 Kenichi Handa <handa@etl.go.jp>
13295
13296 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13297 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13298
132992000-05-20 Kenichi HANDA <handa@etl.go.jp>
13300
13301 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13302 and insert, not subst-char-in-region.
13303
13304 * international/mule-diag.el (list-character-sets-1): Handle
13305 charsets eight-bit-control and eight-bit-graphic.
13306 (list-iso-charset-chars): Likewise.
13307 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13308 charactes as is. Use indent-to to align characters.
13309
13310 * international/mule-cmds.el (find-multibyte-characters): Never
13311 exclude charsets eight-bit-control and eight-bit-graphic.
13312
133132000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13314
13315 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13316 Don't quote lambdas.
13317
13318 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13319
133202000-05-19 Gerd Moellmann <gerd@gnu.org>
13321
13322 * gud.el (gud-jdb-directories): Doc fix.
13323
133242000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13325
13326 * newcomment.el: New file.
13327
133282000-05-19 Gerd Moellmann <gerd@gnu.org>
13329
13330 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13331
133322000-05-18 Andreas Schwab <schwab@suse.de>
13333
13334 * dired.el (dired-between-files): Also skip lines beginning with
13335 `used'.
13336
133372000-05-18 Gerd Moellmann <gerd@gnu.org>
13338
13339 * msb.el (msb-menu-cond): Add choice `user'.
13340
133412000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13342
13343 * ps-print.el: Compatibility, customization and doc fix.
13344 (ps-printer-name-option): Replace defconst by defvar.
13345 (ps-postscript-code-directory): XEmacs compatibility.
13346 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13347 fix.
13348 (ps-user-defined-prologue, ps-print-prologue-header)
13349 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13350 compatibility and code fix.
13351 (ps-print-background-image, ps-print-background-text):
13352 Customization fix.
13353 (ps-line-number-start, ps-n-up-on): New vars.
13354
133552000-05-18 Espen Skoglund <esk@ira.uka.de>
13356
13357 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13358 the indent-comment function to just return the appropriate indent.
13359
133602000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13361
13362 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13363 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13364 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13365
133662000-05-18 Dave Love <fx@gnu.org>
13367
13368 * info.el (Info-fontify-node): Add intangible property as well as
13369 invisible.
13370
13371 * calendar/appt.el (appt-make-list): Match all lines of entry.
13372 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13373
133742000-05-18 Kenichi Handa <handa@etl.go.jp>
13375
13376 * international/mule-diag.el (describe-char-after): Call
13377 internal-char-font, not char-font. If internal-char-font returns
13378 nil, display "-- none --".
13379
133802000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13381
13382 * image.el (image-type-available-p): Don't reference image-types
13383 if it isn't bound.
13384
133852000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13386
13387 * autoarg.el (autoarg-mode): Typo in the :set argument.
13388
133892000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13390
13391 * startup.el (command-line-1): Don't signal an error if the
13392 directory for auto-save-list files does not yet exist.
13393
133942000-05-17 Kenichi Handa <handa@etl.go.jp>
13395
13396 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13397
133982000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13399
13400 * subr.el (remove-hook): `setq' hook-value, not `set'.
13401
134022000-05-16 Sam Steingold <sds@gnu.org>
13403
13404 * info.el (debug-ignored-errors): More errors to ignore.
13405
134062000-05-16 Dave Love <fx@gnu.org>
13407
13408 * cus-edit.el: Don't require cl or easymenu.
13409 (custom-variable-prompt): Test standard-value property, not
13410 user-variable-p.
13411
134122000-05-16 Sam Steingold <sds@gnu.org>
13413
13414 * subr.el (add-hook): `setq' hook-value, not `set'.
13415
134162000-05-16 Gerd Moellmann <gerd@gnu.org>
13417
13418 * startup.el (command-line-1): Mention the FAQ in the startup
13419 message.
13420
13421 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13422
13423 * progmodes/compile.el (compilation-parse-errors): Collect
13424 `nomessage' regexps last.
13425
13426 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13427
13428 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13429 to the function name.
13430
134312000-05-15 Dave Love <fx@gnu.org>
13432
13433 * speedbar.el (speedbar-recenter): Typo.
13434 (speedbar-expand-line): Make arg optional.
13435 (speedbar-mode): Avoid a compiler warning.
13436
134372000-05-15 Gerd Moellmann <gerd@gnu.org>
13438
13439 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13440 user-specified option string is empty.
13441
13442 * mouse.el (mouse-yank-at-click): Doc fix.
13443
134442000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13445
13446 * term/internal.el (IT-character-translations): More updates of
13447 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13448 documents.
13449
134502000-05-15 Gerd Moellmann <gerd@gnu.org>
13451
13452 * env.el (getenv): New function, interactively callable.
13453 (setenv, getenv): Remove autoload cookies.
13454
13455 * loadup.el: Load `env'.
13456
13457 * progmodes/f90.el: Change author's mail address.
13458
134592000-05-14 Dave Love <fx@gnu.org>
13460
13461 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13462 goto-addr as an option.
13463
13464 * help.el (help-xref-stack): Doc fix.
13465 (help-xref-following): New variable.
13466 (help-make-xrefs): Use it.
13467 (help-xref-go-back): Use position information from stack element.
13468 (help-follow): Make position in stack element a pair. Use
13469 help-xref-following.
13470
13471 * autoarg.el: New file.
13472
13473 * faces.el: Declare more functions obsolete.
13474
13475 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13476 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13477 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13478 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13479 Remove all the setup-...-environment functions.
13480
134812000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13482
13483 * speedbar.el: Updated the commentary section. xemacs20p now uses
13484 >= when detecting. Require `defimage' safely.
13485 (speedbar-easymenu-definition-base): Add toggle for images.
13486 (speedbar-easymenu-definition-special): Add flush cache & expand.
13487 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13488 (speedbar-reconfigure-keymaps-hook): New variable.
13489 (speedbar-frame-parameters): Updated documentation.
13490 (speedbar-use-imenu-flag): Updated custom tag
13491 (speedbar-dynamic-tags-function-list): New variable.
13492 (speedbar-tag-hierarchy-method): Updated doc & custom.
13493 (speedbar-indentation-width, speedbar-indentation-width) New
13494 variables.
13495 (speedbar-hide-button-brackets-flag): Customizable.
13496 (speedbar-vc-indicator): Doc update.
13497 (speedbar-ignored-path-expressions): Updated default value.
13498 (speedbar-supported-extension-expressions): Updated default value.
13499 (speedbar-syntax-table): Remove {} paren status.
13500 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13501 as "+". Added overlay aliases.
13502 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13503 `force-mode-line-update'.
13504 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13505 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13506 `mouse-set-point'
13507 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13508 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13509 of arbitrary text, and new helper functions.
13510 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13511 filename finder.
13512 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13513 (speedbar-directory-buttons): Update path search/expansion.
13514 (speedbar-make-tag-line): Pay attention to
13515 `speedbar-indentation-width'. Use more care w/ invisible
13516 properties.
13517 (speedbar-change-expand-button-char): Call
13518 `speedbar-insert-image-button-maybe'.
13519 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13520 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13521 (speedbar-trim-words-tag-hierarchy)
13522 (speedbar-simple-group-tag-hierarchy): New functions
13523 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13524 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13525 functions.
13526 (speedbar-mouse-set-point): New function
13527 (speedbar-power-click): Updated documentation.
13528 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13529 of tag prefix text.
13530 (speedbar-expand-line, speedbar-contract-line): Make more robust
13531 to strange text.
13532 (speedbar-expand-line): Takes universal argument to flush the
13533 cache.
13534 (speedbar-flush-expand-line): New function.
13535 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13536 Use new generator insertion method.
13537 (speedbar-fetch-dynamic-tags): New function.
13538 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13539 `speedbar-fetch-dynamic-imenu'.
13540 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13541 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13542 "Revert Buffer" menu items.
13543 (speedbar-buffer-buttons-engine): Be smarter when creating a
13544 filename tag (for expansion purposes.).
13545 (speedbar-highlight-one-tag-line,
13546 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13547 (speedbar-recenter): New functions.
13548 (defimage-speedbar): Image loading abstraction.
13549 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13550 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13551 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13552 (speedbar-tag-type, speedbar-tag-mail): New images.
13553 (speedbar-expand-image-button-alist): New variable.
13554 (speedbar-insert-image-button-maybe): Insert an image over some
13555 buttons.
13556
135572000-05-13 Kenichi Handa <handa@etl.go.jp>
13558
13559 * international/mule-cmds.el (encode-coding-char): An ASCII
13560 character is always encodable.
13561
13562 * international/mule-conf.el: Add more information in descriptions
13563 of character sets.
13564
13565 * international/mule-diag.el (describe-char-after): New function.
13566 (describe-font-internal): Adjusted for the change of font-info.
13567 (describe-font): Likewise.
13568 (print-fontset): Rewritten for the new fontset implementation.
13569 (describe-fontset): Include fontset alias names in completion.
13570 (list-fontsets): Adjusted for the change of print-fontset.
13571
13572 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13573 describe-char-after instead of displaying the detail in the echo
13574 area.
13575 (syntax-code-table): Format changed.
13576 (string-to-syntax): Adjusted for the above change.
13577
135782000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13579
13580 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13581
135822000-05-12 Dave Love <fx@gnu.org>
13583
13584 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13585 dependence. Use line-{beginning,end}-position, not
13586 point-at{b,e}ol. Some doc fixes.
13587 (todo-position): New function. Fix callers of position to use it.
13588 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13589
135902000-05-12 Gerd Moellmann <gerd@gnu.org>
13591
13592 * time.el (display-time-mail-icon): Use `:ascent center'.
13593
13594 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13595 handling FTP security extensions.
13596
135972000-05-11 Dave Love <fx@gnu.org>
13598
13599 * calendar/todo-mode.el: New file.
13600
136012000-05-11 Gerd Moellmann <gerd@gnu.org>
13602
13603 * comint.el (comint-read-input-ring): Move reference to
13604 comint-input-ring-size outside of the save-excursion. It was
13605 causing the default value to be the only one ever seen.
13606
13607 * font-lock.el: Update copyright. Remove Simon Marshall's email
13608 address on request from him.
13609
13610 * subr.el (substitute-key-definition): Add comment describing
13611 the meaning of PREFIX.
13612
136132000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13614
13615 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13616
13617 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13618 (add-minor-mode): Don't make the variable buffer-local and add a
13619 reference to define-minor-mode in the docstring.
13620
13621 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13622 HEADER/FOOTER and fix bug with trailing empty directory.
13623 (cvs-append-to-ignore): Use vc-editable-p if available.
13624 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13625 (vc-do-command): Tweak advice to handle the new VC.
13626
13627 * log-view.el (log-view-goto-rev): New function for the new VC.
13628 (log-view-minor-wrap): Use mark-active.
13629
13630 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13631 (log-edit-changelog-full-paragraphs): New var.
13632 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13633 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13634 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13635 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13636 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13637 Replace the `cvs' prefix with `log-edit'.
13638
13639 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13640
13641 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13642 (diff-font-lock-defaults): Explicitly turn off multiline.
13643 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13644 (diff-ediff-patch): Fix call to ediff-patch-file.
13645 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13646 Handle comments.
13647
13648 * frame.el (automatic-hscrolling): Typo.
13649
13650 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13651
136522000-05-09 Sam Steingold <sds@goems.com>
13653
13654 * apropos.el (apropos-print): use `describe-face' instead of
13655 `customize-face-other-window'.
13656
136572000-05-09 Dave Love <fx@gnu.org>
13658
13659 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13660
13661 * help.el (describe-variable): Have customize button pop the
13662 help-xref stack when invoked.
13663 (help-xref-symbol-regexp): Add `face'.
13664 (help-make-xrefs): Check for quoted face names and adapt regexp
13665 submatch numbers to cope.
13666 (help-xref-interned): Maybe insert face doc too. Separate
13667 sections with a line of hyphens.
13668
13669 * faces.el: Some doc fixes. Declare some functions obsolete.
13670 (describe-face): Add customize button. Return the help
13671 text. Fix prompt.
13672
136732000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13674
13675 * term/internal.el (IT-character-translations): Fix last change.
13676
136772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13678
13679 * woman.el: New file
13680 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13681
136822000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13683
13684 * term/internal.el (IT-character-translations): Update ASCII
13685 simulations for greek-iso8859-7, add latin-iso8859-14 and
13686 latin-iso8859-15.
13687
13688 * international/mule-cmds.el (set-language-info-alist): Call
13689 define-prefix-command with 3 arguments, to make the map suitable
13690 for a menu.
13691
136922000-05-07 Dave Love <fx@gnu.org>
13693
13694 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13695
136962000-05-05 Dave Love <fx@gnu.org>
13697
13698 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13699 list in doc string. Don't quote keyword symbols.
13700 * emacs-lisp/cl.el: Likewise
13701 * emacs-lisp/cl-seq.el: Likewise
13702
137032000-05-05 Gerd Moellmann <gerd@gnu.org>
13704
13705 * abbrev.el (abbrev-mode): Make ARG optional.
13706
137072000-05-04 Gerd Moellmann <gerd@gnu.org>
13708
13709 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13710
13711 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13712
13713 * subr.el (substitute-key-definition): Clarify documentation.
13714
137152000-05-04 Milan Zamazal <pdm@freesoft.cz>
13716
13717 * glasses.el (glasses-convert-to-unreadable): Use
13718 `glasses-separator' instead of the hard-wired "_".
13719 (glasses-mode): Call `glasses-make-unreadable' only in a single
13720 place.
13721
137222000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13723
13724 * term/internal.el (cjk-codepages-alist): Add associations for
13725 Chinese and Korean codepages. Remove FIXME comment.
13726
137272000-05-03 Dave Love <fx@gnu.org>
13728
13729 * time.el (display-time-mail-face, display-time-use-mail-icon):
13730 New option.
13731 (display-time-mail-icon): New variable.
13732 (display-time-string-forms): Use the above. Fix the local-map.
13733
137342000-05-03 Gerd Moellmann <gerd@gnu.org>
13735
13736 * replace.el (query-replace-map): Add binding for `E'.
13737 (query-replace-help): Extend help text.
13738 (perform-replace): Allow editing the replacement string.
13739
13740 * make-mode.el (makefile-mode-abbrev-table): New variable.
13741 (makefile-mode): Set local abbrev table to
13742 makefile-mode-abbrev-table.
13743 (makefile-font-lock-keywords): Fontify includes and conditionals.
13744
13745 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13746 set TOGGLE's value.
13747
13748 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13749 mail-interactive-insert-alias.
13750 (mail-abbrev-complete-alias): New command.
13751 (mail-mode-map): Bind it to `M-TAB'.
13752
137532000-05-03 Kenichi Handa <handa@etl.go.jp>
13754
13755 * language/lao-util.el (lao-compose-region): New function.
13756
137572000-05-02 Gerd Moellmann <gerd@gnu.org>
13758
13759 * files.el (recover-session): Make directories as necessary
13760 if they don't exist yet.
13761
13762 * calendar/cal-french.el
13763 (french-calendar-multibyte-special-days-array)
13764 (french-calendar-special-days-array): Change French text.
13765 (calendar-french-date-string): Change output.
13766 (calendar-goto-french-date): Likewise.
13767
137682000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13769
13770 * wid-edit.el (widget-default-active): Obey `:always-active'.
13771 (widget-documentation-string-value-create): Set `:always-active'.
13772
137732000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13774
13775 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13776 default prefix to `~/_emacs.d/auto-save.list/_s'.
13777 (normal-top-level): Create the directory for auto-save files, if
13778 it doesn't already exist (in the ms-dos case only).
13779
137802000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13781
13782 * international/mule-cmds.el (set-language-environment): Don't
13783 concat an integer (dos-codepage), use format instead.
13784
137852000-05-02 Dave Love <fx@gnu.org>
13786
13787 * help.el (help-xref-on-pp): Check for constant symbols.
13788
137892000-04-29 Gerd Moellmann <gerd@gnu.org>
13790
13791 * startup.el (normal-top-level): Put a condition-case around
13792 the code loading subdirs.el.
13793
137942000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13795
13796 * ps-print.el: Upside-down and face background color printing,
13797 line number step, doc fix.
13798 (ps-print-version): New version number (5.2).
13799 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13800 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13801 (ps-spool-config): Var fix.
13802 (ps-printer-name-option): Const fix.
13803 (ps-print-upside-down, ps-use-face-background)
13804 (ps-line-number-step): New vars.
13805 (ps-window-system, ps-lp-system): New consts.
13806 (ps-face-background): New fun.
13807
138082000-04-28 Richard Stallman <rms@gnu.org>
13809
13810 * files.el (make-auto-save-file-name):
13811 Apply auto-save-file-name-transforms to visited file name
13812 before generating auto save file name.
13813 (auto-save-file-name-transforms): New variable.
13814
13815 * files.el (backup-enable-predicate):
13816 Correctly test for a file under a temporary directory.
13817
138182000-04-28 Gerd Moellmann <gerd@gnu.org>
13819
13820 * subr.el (add-minor-mode): Rewritten.
13821
138222000-04-28 Kenichi Handa <handa@etl.go.jp>
13823
13824 * mail/sendmail.el (sendmail-send-it): Set
13825 buffer-file-coding-system to the selected coding system for MIME
13826 header.
13827
138282000-04-27 Gerd Moellmann <gerd@gnu.org>
13829
13830 * dired.el (dired-move-to-filename-regexp): Allow format where
13831 YYYY is followed by two spaces.
13832
13833 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13834 in the second character class of the regexp.
13835
13836 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13837 mh-etc, too.
13838
13839 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13840 nil.
13841
13842 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13843
13844 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13845 argument.
13846
138472000-04-27 Sen Nagata <sen@eccosys.com>
13848
13849 * emacs-lisp/crm.el (crm-completion-table): New variable.
13850 (crm-collection-fn, crm-test-completion)
13851 (completing-read-multiple): Use it.
13852
138532000-04-27 Dave Love <fx@gnu.org>
13854
13855 * help.el (locate-library): Use mapc.
13856 (help-manyarg-func-alist): Add call-process-region.
13857
138582000-04-26 Gerd Moellmann <gerd@gnu.org>
13859
13860 * subr.el (add-minor-mode): Make argument MAP optional.
13861
13862 * desktop.el (desktop-save): Save list of minor modes.
13863 (desktop-create-buffer): Restore minor modes.
13864 (desktop-minor-mode-table): New user-option.
13865
13866 * subr.el (add-minor-mode): New function.
13867
13868 * image.el (find-image): New function.
13869 (defimage): Rewritten to find image at load time.
13870
13871 * startup.el (normal-top-level-add-to-load-path): Handle
13872 case that the default directory is not in load-path.
13873
13874 * help.el: Old patch from Stefan Monnier.
13875 (help-xref-on-pp): New function.
13876 (describe-variable): Use it to display xrefs in a symbol's value.
13877
138782000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13879
13880 * cus-edit.el (custom-face): Fix parenthesis.
13881
138822000-04-26 Kenichi Handa <handa@etl.go.jp>
13883
13884 * mail/rmail.el (rmail-expunge): When there are no deleted
13885 messages, do nothing.
13886
138872000-04-26 Dave Love <fx@gnu.org>
13888
13889 * international/mule-cmds.el (locale-translation-file-name):
13890 Defvar to nil.
13891 (set-locale-environment): Set it here (at runtime).
13892
138932000-04-25 Gerd Moellmann <gerd@gnu.org>
13894
13895 * replace.el (perform-replace): Add parameters START and END. Use
13896 them instead of the check for a region in Transient Mark mode.
13897 (query-replace-read-args): Return two more list elements for the
13898 start and end of the region in Transient Mark mode.
13899 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13900 (map-query-replace-regexp, replace-string, replace-regexp): Add
13901 optional last arguments START and END and pass them to
13902 perform-replace.
13903
13904 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13905 form with additional arguments for perform-replace.
13906
13907 * progmodes/etags.el (tags-query-replace): Add parameters START
13908 and END. Construct a form with additional arguments for
13909 perform-replace.
13910
13911 * simple.el (shell-command): Set default directory for "*Shell
13912 Command Output" buffer.
13913
13914 * language/european.el (iso-latin-4): Fix typo.
13915
13916 * emacs-lisp/crm.el: New file.
13917
139182000-04-24 Dave Love <fx@gnu.org>
13919
13920 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13921 (Custom-reset-saved, Custom-reset-standard)
13922 (custom-group-value-create, custom-group-set, custom-group-save)
13923 (custom-group-reset-current, custom-group-reset-saved)
13924 (custom-group-reset-standard): Use mapc.
13925 (custom-buffer-create-internal): Disable undo when creating items.
13926 Use mapc.
13927 (custom-face): Avoid redundant lambda.
13928
139292000-04-24 Gerd Moellmann <gerd@gnu.org>
13930
13931 * startup.el (auto-save-list-file-prefix): Set default to
13932 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13933
139342000-04-24 Sam Steingold <sds@gnu.org>
13935
13936 * time-stamp.el (time-stamp-string-preprocess): Always convert
13937 `field-result' to a string.
13938
139392000-04-24 Gerd Moellmann <gerd@gnu.org>
13940
13941 * frame.el (scrolling): New group.
13942 (automatic-hscrolling): New user-option.
13943
13944 * startup.el (command-line-x-option-alist): Add `-lsp' and
13945 `--line-spacing'.
13946
139472000-04-19 Dave Love <fx@gnu.org>
13948
13949 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13950 (cl-mapc): Rename from mapc. Fix the funcall.
13951
139522000-04-19 Gerd Moellmann <gerd@gnu.org>
13953
13954 * simple.el (clone-indirect-buffer-other-window): New command.
13955 (clone-indirect-buffer): Add optional arg NORECROD.
13956 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13957
13958 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13959
13960 * window.el (count-screen-lines): New function.
13961 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13962 instead of window-buffer-height.
13963
13964 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13965 non-existing variable comint-input-sentinel.
13966 (inferior-lisp-args-to-list): Removed.
13967 (inferior-lisp): Use split-string instead of
13968 inferior-lisp-args-to-list.
13969
13970 * hexl.el (hexl-insert-hex-string): New command.
13971
13972 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13973 instead of concat.
13974
139752000-04-18 Gerd Moellmann <gerd@gnu.org>
13976
13977 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13978 at the start of an existing but empty folder.
13979
139802000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13981
13982 * ps-mule.el: Customization fix, doc fix.
13983 (ps-multibyte-buffer): Customization fix.
13984
139852000-04-17 Richard M. Stallman <rms@gnu.org>
13986
13987 * subr.el (read-passwd): Use read-char-exclusive.
13988
139892000-04-17 Gerd Moellmann <gerd@gnu.org>
13990
13991 * textmodes/texinfo.el (texinfo-insert-@email)
13992 (texinfo-insert-@emph, texinfo-insert-@quotation)
13993 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13994 (texinfo-mode-map): Add key bindings for them.
13995
13996 * files.el (basic-save-buffer-2): Use a template with `$'
13997 instead of `#' for VMS.
13998
13999 * simple.el (clone-indirect-buffer): New function.
14000
140012000-04-16 Stephen Eglen <stephen@gnu.org>
14002
14003 * iswitchb.el (iswitchb-case): New function. If the user input
14004 contains any upper-case characters, the search is made
14005 case-sensitive.
14006
140072000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14008
14009 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14010 comment-end.
14011 (texinfo-font-lock-syntactic-keywords): New var.
14012 (texinfo-font-lock-keywords): Remove comment regexp.
14013 (texinfo-insert-block): New function.
14014 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14015 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14016 and font-lock-defaults. Use regexp-opt for outline-regexp.
14017 (texinfo-environments): New var.
14018 (texinfo-environment-regexp): Use regexp-opt and
14019 texinfo-environments.
14020
14021 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14022 ispell-process is bound since this might be eval'd before ispell
14023 is loaded.
14024 (ispell-message): Use a tiny bit less magic and a bit more hard
14025 data to figure out what kind of sc-cite-regexp to use.
14026
14027 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14028
14029 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14030 (insert-cyclic-diary-entry): Unquote the lambda.
14031
14032 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14033
14034 * files.el (backup-enable-predicate): Unquote the lambda.
14035
14036 * cus-edit.el (custom-face, face): Unquote the lambda.
14037
140382000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14039
14040 * ps-print.el: Check for line-beginning-position definition.
14041
14042 * ps-print.el: Fix counting lines in a region.
14043 (ps-print-version): New version number (5.1.5).
14044 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14045 (ps-printing-region): Fun code fix.
14046
140472000-04-15 Gerd Moellmann <gerd@gnu.org>
14048
14049 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14050 to file-directory-p.
14051
140522000-04-14 Gerd Moellmann <gerd@gnu.org>
14053
14054 * gud.el (gud-jdb-build-source-files-list): Check that directory
14055 exists before calling directory-files.
14056
140572000-04-13 Dave Love <fx@gnu.org>
14058
14059 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14060 syntax.
14061
14062 * emacs-lisp/cl-specs.el: Remove when, unless.
14063
14064 * emacs-lisp/cl-extra.el: Don't quote keywords.
14065 (cl-old-mapc): New variable.
14066 (mapc): Use it.
14067 (cl-map-intervals): Use with-current-buffer. Don't check for
14068 next-property-change.
14069 (cl-map-overlays): Use with-current-buffer.
14070 (cl-expt): Remove.
14071 (copy-tree, remprop): Define unconditionally.
14072
14073 * emacs-lisp/cl-compat.el (keywordp): Remove.
14074
14075 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14076 to use keywordp.
14077 (edebug-spec): Enable keywordp.
14078
14079 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14080 string-lessp.
14081
14082 * cus-start.el: Use keywordp.
14083
140842000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14085
14086 * diary-lib.el (include-other-diary-files): Fix the fix of
14087 2000-02-18 by doing a save-excursion.
14088
140892000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14090
14091 * ps-print.el: Customization fix, doc fix.
14092 (ps-print-version): New version number (5.1.4).
14093 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14094 (ps-print-preprint): Adjust code.
14095 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14096 (ps-print-prologue-header, ps-print-control-characters)
14097 (ps-spool-config): Customization fix.
14098
140992000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14100
14101 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14102 converted to the new menu-item format, names silightly changed,
14103 help strings added.
14104
14105 Support for spelling without async subprocesses:
14106
14107 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14108 (ispell-session-buffer): New variables.
14109 (ispell-start-process, ispell-process-status,
14110 ispell-accept-output, ispell-send-string): New functions, for
14111 Ispell invocation when async subprocesses aren't supported.
14112 (ispell-word, ispell-pdict-save, ispell-command-loop,
14113 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14114 to process-send-string with calls to ispell-send-string, and
14115 accept-process-output with ispell-accept-output.
14116 (ispell-init-process): Call ispell-process-status instead of
14117 process-status with.
14118 (ispell-init-process): Call ispell-start-process. Call
14119 ispell-accept-output and ispell-send-string. Don't call
14120 process-kill-without-query and kill-process if they are unbound.
14121 (ispell-async-processp): New function.
14122
141232000-04-12 Dave Love <fx@gnu.org>
14124
14125 * info.el: Add debug-ignored-errors.
14126 (Info-mode-menu): Add some items.
14127 (Info-directory): Add autoload cookie.
14128
14129 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14130 Modify `truncate-lines'. Make `describe-language-environment'
14131 always visible and add help. Modify `describe-key' help. Invoke
14132 Info-directory from `info'. New entry `emacs-manual'.
14133
141342000-04-10 Gerd Moellmann <gerd@gnu.org>
14135
14136 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14137 propertized-buffer-identification.
14138 (ebrowse-update-member-buffer-mode-line): Likewise.
14139 (ebrowse--mode-strings): Removed.
14140 (ebrowse--mode-line-props): Removed.
14141
14142 * files.el (auto-mode-alist): Add `EBROWSE'.
14143
14144 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14145 space before testing for end of buffer.
14146 (ebrowse-load): Removed.
14147 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14148 (ebrowse-create-tree-buffer): Rewritten.
14149 (ebrowse-tree-mode): Read tree from buffer.
14150
14151 * progmodes/ebrowse-ffh.el: Removed.
14152
141532000-04-10 Kenichi Handa <handa@etl.go.jp>
14154
14155 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14156
141572000-04-10 Gerd Moellmann <gerd@gnu.org>
14158
14159 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14160 at the wrong place.
14161
141622000-04-09 Dave Love <fx@gnu.org>
14163
14164 * files.el (backup-enable-predicate): Use
14165 temporary-file-directory, small-temporary-file-directory.
14166 (make-backup-file-name-function, backup-directory-alist): New
14167 variables.
14168 (make-backup-file-name-1): New function.
14169 (make-backup-file-name): Use it.
14170 (find-backup-file-name): Likewise. Use format for clarity, not
14171 concat.
14172 (file-newest-backup): Use make-backup-file-name.
14173
141742000-04-09 Gerd Moellmann <gerd@gnu.org>
14175
14176 * progmodes/ebrowse-ffh.el: New file.
14177
14178 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14179 to ebrowse-ffh.el.
14180 (ebrowse-load): Add autoload.
14181
14182 * finder.el (finder-commentary): Add autoload cookie.
14183
14184 * mail/rfc2368.el: Correct author's email address.
14185
14186 * progmodes/ebrowse.el: New file.
14187
14188 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14189 item help string.
14190 (easy-menu-do-add-item): Ditto.
14191 (easy-menu-define): Extend doc string.
14192
14193 * jit-lock.el (with-buffer-unmodified): Use
14194 restore-buffer-modified-p.
14195 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14196 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14197 with-buffer-unmodified.
14198
141992000-04-08 Dave Love <fx@gnu.org>
14200
14201 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14202 unless, when.
14203
142042000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14205
14206 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14207 (viper-flash-search-pattern): No operation when using Emacs
14208 doesn't support face.
14209 Use `viper-put-on-search-overlay'.
14210
142112000-04-04 Gerd Moellmann <gerd@gnu.org>
14212
14213 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14214 like C-r.
14215
14216 * progmodes/make-mode.el: Some doc fixes.
14217 (makefile-mode-abbrev-table): New variable.
14218 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14219 (makefile-font-lock-keywords): Fontify includes and conditionals.
14220 (toplevel): Require `dabbrev' and `add-log' when compiling.
14221
14222 * replace.el (perform-replace): Don't move forward one char
14223 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14224 to do that because it leaves point 1 position after the last
14225 replacement, after everything has been replaced.
14226
14227 * jit-lock.el (with-buffer-unmodified): New macro.
14228 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14229 modified state.
14230 (jit-lock-function-1): Extracted from jit-lock-function; not
14231 preserving buffer's modified state.
14232 (jit-lock-function, jit-lock-stealth-fontify): Call
14233 jit-lock-function-1.
14234
14235 * mail/rfc2368.el: Remove supernumerary copyright line.
14236
142372000-04-04 Milan Zamazal <pdm@freesoft.cz>
14238
14239 * glasses.el: Provide facilities for inserting space before left
14240 parentheses and uncapitalization of identifiers.
14241 (glasses-mode): Try to remove old overlays in all cases.
14242
142432000-04-03 Gerd Moellmann <gerd@gnu.org>
14244
14245 * progmodes/compile.el (compile-internal): Display the compilation
14246 buffer in a different frame, if it's already displayed there.
14247
14248 * mail/rfc2368.el: New file.
14249
14250 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14251 header and insert its value as mail body.
14252
14253 * subr.el (member-ignore-case): New function.
14254
14255 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14256 (dabbrev--find-expansion): Ignore buffers matching a regexp
14257 from dabbrev-ignored-regexps.
14258
14259 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14260 to extensions handled by gzip.
14261
142622000-04-03 Richard M. Stallman <rms@gnu.org>
14263
14264 * files.el (insert-directory): List the total free space
14265 along with the used space.
14266
14267 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14268 line is followed by one that matches CITATION-REGEXP, end the
14269 paragraph.
14270
142712000-04-03 Markus Rost <rost@delysid.gnu.org>
14272
14273 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14274 (rmail-make-basic-summary-line): Use that option.
14275
142762000-04-03 Kenichi Handa <handa@etl.go.jp>
14277
14278 * international/mule-cmds.el (encoded-string-description):
14279 Rewritten. Try pretty description for ISO 2022 escape sequences
14280 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14281 for hexadecimal format.
14282
142832000-04-01 Dave Love <fx@gnu.org>
14284
14285 * cpp.el: Change customization group to `c' from `C'.
14286
14287 * vcursor.el (vcursor-move): Use display-color-p.
14288
14289 * international/mule-util.el: Provide mule-utils.
14290 (string-to-sequence): Simplify and speed up.
14291
14292 * international/mule.el (make-coding-system): Purecopy doc-string.
14293
14294 * international/mule-cmds.el: Various menu changes.
14295 (describe-specified-language-support): Handle `Default'.
14296 (set-language-info): Purecopy `info'.
14297
142982000-03-31 Andrew Innes <andrewi@gnu.org>
14299
14300 * vc.el (vc-backend-diff): Return the correct status if we had to
14301 retry the rcsdiff command without the --brief option.
14302
143032000-03-31 Dave Love <fx@gnu.org>
14304
14305 * help.el (help-manyarg-func-alist): Correct several omissions.
14306
14307 * add-log.el: Don't require cl, fortran.
14308 (add-log-current-defun-function): Doc fix.
14309 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14310 fix.
14311 (change-log-version-rcs): Function deleted.
14312 (change-log-version-number-search): Doc fix. Use
14313 vc-workfile-version. Avoid CL dolist.
14314 (add-change-log-entry): Just call add-log-current-defun to get
14315 defun. Simplify somewhat.
14316 (change-log-get-method-definition-1): Likewise.
14317 (add-log-current-defun): Return nil if calling
14318 add-log-current-defun-function does so. Move Fortran stuff to
14319 fortran.el. Return string without properties.
14320
14321 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14322 and :alpha: char classes.
14323
14324 * mail/supercite.el: Defvar curline when compiling.
14325 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14326 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14327 rather than a-zA-Z0-9 to allow non-ASCII characters.
14328
143292000-03-31 Gerd Moellmann <gerd@gnu.org>
14330
14331 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14332
14333 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14334 Re-enable new code.
14335
14336 * lpr.el (print-region-1): Use -d to specify printer name for
14337 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14338
143392000-03-31 Dave Love <fx@gnu.org>
14340
14341 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14342 for function definition in symbol's function value slot first
14343 instead of first consulting byte-compile-function-environment.
14344
143452000-03-31 Kenichi Handa <handa@etl.go.jp>
14346
14347 * language/european.el ("Polish"): New language environment.
14348 (setup-polish-environment): New function.
14349
143502000-03-30 Gerd Moellmann <gerd@gnu.org>
14351
14352 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14353 Disable new code.
14354
14355 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14356 trying to `load' the symbol of an autoload instead of the file
14357 recorded in the autoload. Fix error messages.
14358
143592000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14360
14361 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14362 (ps-print-version): New version number (5.1.3).
14363 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14364 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14365 (ps-generate-postscript-with-faces): Code fix.
14366 (ps-color-values): XEmacs compatibility.
14367 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14368 (ps-default-fg, ps-default-bg): Adjust customization.
14369 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14370 (ps-color-scale): Renaming old ps-color-value fun.
14371 (ps-print-headers): Replace ps-print-header group to avoid conflict
14372 with ps-print-header variable.
14373 (ps-print-miscellany): New group.
14374 (ps-format-color, ps-rgb-color): New funs.
14375 (ps-default-foreground): New var.
14376 (ps-printer-name-option): New const.
14377
143782000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14379
14380 * net/net-utils.el:
14381 (network-connection-host, network-connection-service): New variables
14382 (network-connection-mode): New mode, derived from comint-mode
14383 (network-connection-mode-setup): New function, saves host and
14384 service information in local variables.
14385
14386 * lisp/locate.el:
14387 (locate-word-at-point): Added this function
14388 (locate): Default to using locate-word-at-point as input
14389 Run dired-mode-hook
14390
143912000-03-29 Dave Love <fx@gnu.org>
14392
14393 * calendar/appt.el: Doc fixes.
14394 (appt-check): Convert min-to-app to a string before passing to
14395 appt-disp-window-function or concat.
14396 (appt-delete-window): Remove test for frame-root-window.
14397 (appt-select-lowest-window, appt-convert-time): Simplify.
14398
14399 * emacs-lisp/bytecomp.el: Doc fixes.
14400 (byte-compile-file-form-autoload): Update
14401 byte-compile-function-environment.
14402
144032000-03-29 Andreas Schwab <schwab@suse.de>
14404
14405 * emacs-lisp/autoload.el: Also print defsubst doc string
14406 specially.
14407
14408 * dired.el (dired-insert-directory): If dired-free-space-program
14409 failed just delete its output.
14410
144112000-03-29 Dave Love <fx@gnu.org>
14412
14413 * international/iso-cvt.el: Move provide to end. Doc fixes.
14414 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14415 (iso-iso2sgml, iso-sgml2iso): New functions.
14416 (iso-cvt-define-menu): Fix some entries and use backquote for
14417 clarity.
14418
14419 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14420
144212000-03-28 Gerd Moellmann <gerd@gnu.org>
14422
14423 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14424 ISO-DATE. If non-nil, return date in ISO 8601 format.
14425
144262000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14427
14428 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14429 if it ever becomes used.
14430 (log-edit-mode-hook): Default to vc-log-mode-hook.
14431 (log-edit-mode): Fix the docstring.
14432
14433 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14434 the code.
14435
144362000-03-26 Dave Love <fx@gnu.org>
14437
14438 * net/browse-url.el (browse-url): Re-fix case of
14439 browse-url-browser-function being an alist.
14440 (browse-url): Add :link to defgroup.
14441
14442 * files.el: Doc fixes.
14443 (file-truename): Include `[' in wildcard characters.
14444 (automount-dir-prefix): Customize.
14445 (find-file-wildcards): Add :version.
14446 (find-file-noselect): Simplify a mapcar call.
14447
14448 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14449 compatible with inf-lisp version.
14450 (eval-defun-1): Fix custom-declare-variable case.
14451
144522000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14453
14454 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14455
144562000-03-24 Gerd Moellmann <gerd@gnu.org>
14457
14458 * Makefile (COMPILE_FIRST): New macro.
14459 (compile-files): Compile files from COMPILE_FIRST first.
14460
14461 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14462 code.
14463
14464 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14465 matching open parenthesis in column 0 to defun-prompt-regexp
14466 only if open-paren-in-column-0-is-defun-start is set.
14467
14468 * sun-curs.el: Require CL at compile-time only.
14469
14470 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14471 instead of copy-list which is a function from CL.
14472 (msb--choose-menu, msb--mode-menu-cond)
14473 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14474 (msb--init-file-alist): Use mapcar instead of mapcan.
14475 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14476 `(' in column 0 in doc string.
14477 (msb--add-separators): Use mapcar instead of mapcan.
14478
14479 * cus-dep.el: Require CL at compile-time only.
14480
144812000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14482
14483 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14484 (byte-compile-warnings): New warning `noruntime'.
14485 (byte-compile-constants, byte-compile-variables): Fix docstring.
14486 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14487 execute `eval-whenc-compile's body.
14488 (byte-compile-unresolved-functions): Fix docstring.
14489 (byte-compile-eval): New function.
14490 (byte-compile-callargs-warn): Check if the function will be available
14491 at runtime (via property `byte-compile-noruntime').
14492 (byte-compile-print-syms): New function.
14493 (byte-compile-warn-about-unresolved-functions): Also warn about
14494 `noruntime' functions (and use `byte-compile-print-syms').
14495 (byte-compile-file): Capitalize the message.
14496
144972000-03-24 Gerd Moellmann <gerd@gnu.org>
14498
14499 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14500 (rmail-expunge): Ask for confirmation depending on the setting
14501 of rmail-confirm-expunge.
14502
145032000-03-23 Gerd Moellmann <gerd@gnu.org>
14504
14505 * Makefile (bootstrap-clean): If $(emacs) exists, build
14506 loaddefs.el first. A loaddefs.el that's not up-to-date might
14507 cause a bootstrap failure because things don't autoload as
14508 expected.
14509
145102000-03-23 Dave Love <fx@gnu.org>
14511
14512 * net/browse-url.el: Restore previous use of
14513 browse-url-maybe-new-window.
14514
145152000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14516
14517 * ps-print.el: Skip banner page fix.
14518 (ps-print-version): New version number (5.1.2).
14519 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14520
145212000-03-23 Dave Pearson <davep@davep.org>
14522
14523 * net/quickurl.el Changed the type of parameter passed to the
14524 function defined by `quickurl-format-function'. Before only the
14525 text of the URL was passed. Now the whole URL structure is passed
14526 and the function is responsible for extracting the parts it
14527 requires. Changed the default of `quickurl-format-function'
14528 accordingly.
14529 (quickurl-insert): Changed the `funcall' of
14530 `quickurl-format-function' to match the above change.
14531 (quickurl-list-insert): Changed the `url' case so that it makes
14532 use of `quickurl-format-function', previous to this the format was
14533 hard wired.
14534
145352000-03-22 Gerd Moellmann <gerd@gnu.org>
14536
14537 * startup.el: Change some spellings for the X Window System.
14538
145392000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14540
14541 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14542 up the code and the regexp and make sure the cursor is temporarily
14543 moved to the suspicious line while querying the user.
14544
145452000-03-22 Jason Rumney <jasonr@gnu.org>
14546
14547 * w32-fns.el (w32-charset-info-alist): Initialize.
14548
145492000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14550
14551 * ps-print.el: N-up last page fix.
14552 (ps-print-version): New version number (5.1.1).
14553 (ps-end-file, ps-end-job, ps-generate): Code fix.
14554
145552000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14556
14557 * files.el (find-file-run-dired): Update docstring.
14558 (find-directory-functions): New hook.
14559 (find-file-noselect): Run find-directory-functions rather than
14560 calling dired directly.
14561
14562 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14563
14564 * pcvs.el: Add a minimal leading commentary.
14565 (cvs-make-cvs-buffer): Change the header part by removing the startup
14566 message and adding a `Module' entry. Also replace the FOOTER and
14567 HEADER special fileinfos with the new support in ewoc for updating
14568 its own footer and header.
14569 (cvs-update-header): Update to use the header/footer of the ewoc.
14570 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14571 (cvs-is-within-p): New function.
14572 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14573 to only examine some subset of the buffers.
14574
14575 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14576 `format' instead of our own ad-hoc functions.
14577 Remove HEADER and FOOTER cases, now handled in the EWOC.
14578 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14579
14580 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14581 output to avoid scaring the user.
14582 (cvs-parse-table): Catch message for non-up-to-date commits.
14583
14584 * pcvs-defs.el (cvs-startup-message): Remove.
14585 (cvs-global-menu): New autoloaded menu.
14586
14587 * pcvs-util.el (cvs-string-fill): Remove.
14588
14589 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14590 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14591 PP part of it and also make it work for footers and headers.
14592 (ewoc-create): Drop POS and BUFFER arguments.
14593 Use the DLL's dummy node to store the end-of-footer position.
14594 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14595 (ewoc-refresh): Remove unused `header' variable.
14596 (ewoc-(get|set)-hf): New functions.
14597
14598 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14599 log-view-*-(message|file) and use easy-mmode-define-navigation.
14600 (log-view-message-re): Match SCCS format as well.
14601 And match the revision line rather than the dashed separator line.
14602 (log-view-mode): Use the new define-derived-mode.
14603 (log-view-current-tag): Fill in with an actual implementation.
14604
14605 * cvs-status.el (cvs-status-(prev|next)): Rename from
14606 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14607 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14608 to let the output "breathe" a little more (more readable).
14609 (cvs-status-mode): Use the new define-derived-mode.
14610
14611 * smerge-mode.el (smerge-auto-leave): New function and variable.
14612 (smerge-basic-map): Rename from smerge-basic-keymap.
14613 Change the bindings for smerge-diff-*.
14614 (smerge-*-map): Use easy-mmode-defmap.
14615 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14616 (smerge-keep-*): Use smerge-auto-leave.
14617
146182000-03-21 Jason Rumney <jasonr@gnu.org>
14619
14620 * cus-edit.el (custom-button-face): Use 3D look for w32.
14621 (custom-button-pressed-face): Likewise.
14622
146232000-03-21 Gerd Moellmann <gerd@gnu.org>
14624
14625 * progmodes/etags.el (tags-case-fold-search): New user-option.
14626 (tags-loop-eval): New function. Bind case-fold-search around eval
14627 depending on the value of tags-case-fold-search.
14628 (tags-loop-continue): Use tags-loop-eval.
14629 (find-tag-in-order): Bind case-fold-search depending on the value
14630 of tags-case-fold-search.
14631
146322000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14633
14634 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14635 (diff-end-of-hunk): Return the end position for use in
14636 `easy-mmode-define-navigation'.
14637 (diff-recenter): Remove.
14638 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14639 of `easy-mmode-define-navigation'.
14640 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14641 previous renaming) and fix to use new names.
14642 (diff-merge-strings): Use \n as separator: simpler, faster.
14643 (diff-mode): Use `define-derived-mode'.
14644
14645 * derived.el (define-derived-mode): Don't autoload anymore.
14646 Prefer the macro-only version provided by easy-mmode.el.
14647
14648 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14649 `easy-mmode-define-derived-mode'.
14650 Use `combine-run-hooks'.
14651 (easy-mmode-define-navigation): New macro.
14652
14653 * subr.el (combine-run-hooks): New function.
14654
146552000-03-21 Kenichi HANDA <handa@etl.go.jp>
14656
14657 * term/x-win.el: Fontsets related initialization is simplified.
14658
14659 * international/mule-diag.el (describe-font): Don't refer to
14660 global-fontset-alist, instead call font-list.
14661 (describe-fontset, list-fontsets, mule-diag): Likewise.
14662 (print-fontset): Adjusted for the change of fontset
14663 implementation.
14664
14665 * international/fontset.el (x-charset-registries): Variable
14666 removed, instead the corresponding data is stored in the default
14667 fontset.
14668 (register-alternate-fontnames): Function removed.
14669 (resolved-ascii-font): Variable removed.
14670 (x-compose-font-name): Ignore the second argument REDOCE.
14671 (x-complement-fontset-spec): Complement only an ASCII font and
14672 element for those charsets than can use that ASCII font.
14673 (generate-fontset-menu): Don't refer to global-fontset-alist,
14674 instead call fontset-list.
14675 (uninstantiated-fontset-alist): Variable removed.
14676 (x-style-funcs-alist): Likewise.
14677 (fontset-default-styles): Likewise.
14678 (x-modify-font-name): Function removed.
14679 (create-fontset-from-fontset-spec): Ignore the argument
14680 STYLE-VARIANT.
14681 (create-fontset-from-ascii-font): Docsting adjusted for the above
14682 change.
14683 (instantiate-fontset, resolve-fontset-name): Functions removed.
14684 (fontset-list): Now implemented by C code.
14685
14686 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14687 (describe-face): Include `font' attribute in the description.
14688
146892000-03-21 Kenichi Handa <handa@etl.go.jp>
14690
14691 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14692
146932000-03-20 Gerd Moellmann <gerd@gnu.org>
14694
14695 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14696 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14697 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14698
14699 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14700 about behavior of set-buffer-modified-p wrt redisplay.
14701
147022000-03-19 Richard M. Stallman <rms@gnu.org>
14703
14704 * view.el (view-mode-disable): Kill local binding of view-read-only.
14705
147062000-03-18 Gerd Moellmann <gerd@gnu.org>
14707
14708 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14709 is a string, convert it to a syntax cell using string-to-syntax.
14710
14711 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14712 (string-to-syntax): New function.
14713
14714 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14715 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14716 try to use passive ftp mode.
14717
147182000-03-17 Gerd Moellmann <gerd@gnu.org>
14719
14720 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14721
14722 * simple.el (append-to-buffer): Update point of windows after
14723 insertion.
14724
14725 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14726 forward then moving backward. Reindent.
14727
14728 * frame.el (other-frame): Call x-focus-frame only if
14729 focus-follows-mouse is off.
14730
147312000-03-17 Dave Love <fx@gnu.org>
14732
14733 * pcvs-util.el (cvs-strings->string): Rename
14734 replace-regexps-in-string.
14735
147362000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14737
14738 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14739 regexp for labels cannot span several lines.
14740
14741 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14742 `(setq :<key> ':<key>)' to the macro expansion.
14743
147442000-03-16 Dave Love <fx@gnu.org>
14745
14746 * progmodes/f90.el (f90): Put custom group under `languages', not
14747 `fortran'.
14748 (f90-mode-hook): Customize.
14749 (f90-mode): Set add-log-current-defun-function.
14750 (f90-current-defun): New function.
14751
147522000-03-16 Gerd Moellmann <gerd@gnu.org>
14753
14754 * cus-edit.el (custom-variable-tag-face): Handle case that
14755 default face's height is not a number.
14756 (custom-face-tag-face, custom-group-tag-face-1)
14757 (custom-group-tag-face): Ditto.
14758 (custom-group-tag-face-1): Add :group.
14759
14760 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14761
147622000-03-15 Gerd Moellmann <gerd@gnu.org>
14763
14764 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14765 requiring easymenu.
14766
147672000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14768
14769 * ps-print.el: PostScript user-defined prologue, PostScript error
14770 handler, doc fix.
14771 (ps-print-version): New version number (5.1).
14772 (ps-user-defined-prologue, ps-error-handler-message)
14773 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14774 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14775 (ps-insert-string): New function.
14776
147772000-03-15 Kenichi Handa <handa@etl.go.jp>
14778
14779 * international/ccl.el (ccl-compile-expression): Don't generate
14780 invalid self-assignment code.
14781
147822000-03-14 Dave Love <fx@gnu.org>
14783
14784 * subr.el (replace-regexp-in-string): Renamed from
14785 replace-regexps-in-string. Doc fix.
14786
147872000-03-12 Dave Love <fx@gnu.org>
14788
14789 * cus-edit.el: Doc fixes.
14790 (customize-set-variable, customize-save-variable): Rename args for
14791 doc.
14792 (custom-variable-tag-face, custom-face-tag-face)
14793 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14794 style which user identify as hyperlink.
14795 (hook): Don't add undefined functions to the hook.
14796 (debug-ignored-errors): Transfer message from bindings.el.
14797
147982000-03-12 Gerd Moellmann <gerd@gnu.org>
14799
14800 * recentf.el (recentf-keep-non-readable-files-p): Remove
14801 double/nested definition.
14802
148032000-03-12 Dave Love <fx@gnu.org>
14804
14805 * facemenu.el (facemenu-get-face): Use display-color-p.
14806 * enriched.el (enriched-decode-foreground): Likewise.
14807 (enriched-decode-background): Likewise.
14808 * isearch.el (isearch-highlight): Likewise.
14809 * info-look.el (info-lookup): Likewise.
14810 * simple.el (completion-setup-function): Likewise.
14811
14812 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14813 :options.
14814
14815 * bindings.el (mode-line-format): Fix line-number and
14816 column-number items. Add help-echo for the background.
14817 (mode-line-mule-info): Modify help-echo.
14818
14819 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14820
14821 * files.el (load-file): Allow completion to .elc.
14822
14823 * man.el: Doc fixes.
14824 (Man-init-defvars): Use display-color-p to set fontification.
14825
14826 * play/hanoi.el (hanoi-internal): Don't use oddp.
14827
148282000-03-12 Gerd Moellmann <gerd@gnu.org>
14829
14830 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14831
14832 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14833
148342000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14835
14836 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14837 Fix comment.
14838
148392000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14840
14841 * font-lock.el (font-lock-keywords): Fix the doc now that
14842 regexp-opt-depth is unnecessary.
14843 (save-buffer-state): Set an edebug spec.
14844 (font-lock-fontify-anchored-keywords): Properly handle the case when
14845 the matcher goes past the limit.
14846
14847 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14848 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14849
14850 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14851 dll.el and cookie.el (from Elib) with heavy renaming and other
14852 massaging.
14853
14854 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14855 Autoload the functions used.
14856 (easy-mmode-define-syntax): Fix CL typo.
14857 (easy-mmode-define-derived-mode): Improve the docstring generation.
14858
148592000-03-10 Gerd Moellmann <gerd@gnu.org>
14860
14861 * textmodes/texinfo.el (texinfo-version): Variable and function
14862 removed.
14863
148642000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14865
14866 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14867 allow more flexibility.
14868 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14869 fns.
14870 (easy-mmode-defmap, easy-mmode-defsyntax)
14871 (easy-mmode-define-derived-mode): New macros.
14872
148732000-03-09 Didier Verna <didier@xemacs.org>
14874
14875 * rect.el (replace-rectangle): New function.
14876
148772000-03-09 Dave Love <fx@gnu.org>
14878
14879 * progmodes/fortran.el (fortran-comment-line-start): Define as
14880 "C".
14881 (fortran-comment-line-start-skip): Don't match cpp stuff.
14882 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14883 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14884 (fortran-mode): Don't set fortran-comment-line-start-skip,
14885 fortran-comment-line-start here. Set comment-start,
14886 add-log-current-defun.
14887 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14888 (fortran-current-defun): New function.
14889
148902000-03-09 Gerd Moellmann <gerd@gnu.org>
14891
14892 * emacs-lisp/re-builder.el: New file.
14893
14894 * mouse.el (mouse-drag-region): Don't run up-event handler
14895 if hscroll has changed.
14896
14897 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14898 builtin operators, use `font-lock-builtin-face' for Emacs and
14899 `font-lock-preprocessor-face' otherwise.
14900
14901 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14902 `(defun (setf foo)' differently.
14903
149042000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14905
14906 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14907 (regexp-opt): Update comment and adapt the code the new meaning of
14908 the `paren' argument of regex-opt-group for shy-groups.
14909 (regexp-opt-depth): Handle shy groups as well as backslashed
14910 backslashes.
14911 (regexp-opt-group): Turn the leading comment into a docstring.
14912 Allow `paren' to be a string (the string to use to open a group).
14913 Remove open-presuf and close-presuf. Instead of checking for `all
14914 one-char' and then later on check for `several one-char', handle
14915 both cases close together. Also apply a more generic algorithm
14916 for suffixes (the mirror image of the algorithm used for
14917 prefixes). Use shy-groups. Use nreverse rather than reverse.
14918 (regexp-opt-try-suffix): Removed.
14919
14920 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14921 from comint-mode-map, so we can just inherit from it. Also, move
14922 the initialization into the `defvar' since there's no docstring
14923 anyway and it's fairly short.
14924 (inferior-scheme-mode): Define it as derived-mode: the code is
14925 shorter and this way we inherit from comint-mode-map rather than
14926 copying it.
14927
14928 * subr.el (replace-regexps-in-string): Properly handle the case
14929 where we match an empty string.
14930
14931 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14932 when the command has a directory component (such as "./testml").
14933 Also fix a typo in the comment.
14934
149352000-03-08 Gerd Moellmann <gerd@gnu.org>
14936
14937 * Makefile (compile-files): Compile files one by one because
14938 that's the only way to ensure a clean compilation environment for
14939 each individual file.
14940
14941 * frame.el (other-frame): Call x-focus-frame.
14942
149432000-03-07 Dave Love <fx@gnu.org>
14944
14945 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14946 :require to defcustom.
14947
14948 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14949 lists.
14950
14951 * files.el (auto-mode-alist): Add configure.in.
14952
14953 * progmodes/autoconf.el: New file.
14954
149552000-03-07 Gerd Moellmann <gerd@gnu.org>
14956
14957 * mail/mh-e.el: Change maintainer to `none'.
14958
14959 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14960 to remove-hook and add-hook.
14961
149622000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14963
14964 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14965 it as the default.
14966 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14967 (sendmail-send-it): Conditionally add MIME headers specifying the
14968 used character set.
14969
149702000-03-07 Dave Love <fx@gnu.org>
14971
14972 * winner.el: Fix keywords, autoload cookies. Split
14973 eval-when-compile form to avoid compilation failure.
14974
149752000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14976
14977 * international/mule.el: Modify comment about coding system
14978 property `coding-category'.
14979 (make-coding-system): New argument EOL-TYPE. Pay attention to
14980 coding-category property of PROPERTIES.
14981
14982 * international/mule-conf.el (coding-category-utf-8,
14983 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14984 categories. Include them in the argument for set-coding-priority.
14985
14986 * international/mule-cmds.el (reset-language-environment): Include
14987 coding-category-utf-8, coding-category-utf-16-be, and
14988 coding-category-utf-16-le in the argument for set-coding-priority.
14989 (reset-language-environment): Initialize coding-category-utf-8,
14990 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14991
149922000-03-06 Karl Fogel <kfogel@red-bean.com>
14993
14994 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14995 code abstracted out of `bookmark-jump-noselect'. Now tries info
14996 extensions as well as compression extensions.
14997 (bookmark-jump-noselect): Use above new func.
14998
149992000-03-03 Gerd Moellmann <gerd@gnu.org>
15000
15001 * strokes.el: Change maintainer's mail address.
15002
150032000-03-03 Kenichi Handa <handa@etl.go.jp>
15004
15005 * international/mule-diag.el (list-character-sets): Make help-echo
15006 string by substitute-command-keys.
15007 (list-character-sets): Likewise.
15008 (sort-listed-character-sets): Call help-setup-xref.
15009
150102000-03-02 Gerd Moellmann <gerd@gnu.org>
15011
15012 * time.el (display-time-mail-file): Add `none' to the list of
15013 choices.
15014
150152000-03-01 Dave Love <fx@gnu.org>
15016
15017 * help.el (help-xref-go-back): Don't try to set position.
15018
15019 * international/mule-diag.el (list-character-sets): Call
15020 help-setup-xref. Add help-echo to xrefs.
15021 (list-character-sets-1): Add help-echo to xrefs.
15022
150232000-03-02 Gerd Moellmann <gerd@gnu.org>
15024
15025 * frame.el (blink-cursor-mode): Switch cursor on when turning
15026 the mode off.
15027
15028 * add-log.el (add-log-current-defun): Add support for
15029 Autoconf mode.
15030
15031 * mail/rmail.el (rmail-quit-hook): New variable.
15032
150332000-03-01 Dave Love <fx@gnu.org>
15034
15035 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15036
15037 * help.el (help-xref-button): Add help-echo arg.
15038 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15039
15040 * faces.el (list-faces-display): Supply help-echo with
15041 help-make-xrefs.
15042
15043 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15044 nil.
15045
150462000-03-01 Gerd Moellmann <gerd@gnu.org>
15047
15048 * image.el (defimage): Look for image files in load-path.
15049
15050 * frame.el (busy-cursor-delay-seconds): Change type to
15051 `number'.
15052
150532000-03-01 David Ponce <david.ponce@wanadoo.fr>
15054
15055 * recentf.el (recentf): Added version tag to the defgroup of
15056 recentf.
15057
150582000-03-01 David Ponce <david.ponce@wanadoo.fr>
15059
15060 * recentf.el (recentf-cleanup): Changed to remove excluded file
15061 too.
15062 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15063 action to select/unselect a file.
15064 (recentf-edit-list): Code cleanup and improvement.
15065 (recentf-open-more-files-action): `recentf-open-more-files' button
15066 widget action to open a file.
15067 (recentf-open-more-files): No more use standard completion but
15068 widgets.
15069 (recentf-more-collection): Deleted.
15070 (recentf-more-history): Deleted.
15071 (recentf-setup-more-completion): Deleted.
15072
150732000-03-01 David Ponce <david.ponce@wanadoo.fr>
15074
15075 * recentf.el (recentf-mode): No more needs that Emacs is running
15076 under a window-system.
15077
150781999-03-01 David Ponce <david.ponce@wanadoo.fr>
15079
15080 * recentf.el (recentf-edit-list): New command to edit the recent
15081 list which allow the user to remove files.
15082 (recentf-edit-selected-items): New global variable, used by
15083 `recentf-edit-list' to hold the list of files to be removed from
15084 the recent list.
15085 (recentf-make-menu-items): Updated to display a "Edit list..."
15086 menu item. Minor code cleanup.
15087
150881999-03-01 David Ponce <david.ponce@wanadoo.fr>
15089
15090 * recentf.el (recentf-open-more-files): New command to open files
15091 that are not displayed in the menu.
15092 (recentf-more-collection): New global variable holding the set of
15093 permissible completions used by `recentf-open-more-files'.
15094 (recentf-more-history): New global variable holding the history list
15095 used by `recentf-open-more-files' completion.
15096 (recentf-setup-more-completion): New function to setup completion for
15097 `recentf-open-more-files'.
15098 (recentf-make-menu-items): Updated to display a "More..." menu item.
15099
151001999-03-01 David Ponce <david.ponce@wanadoo.fr>
15101
15102 * recentf.el (recentf-menu-action): Doc fixed.
15103
151041999-03-01 David Ponce <david.ponce@wanadoo.fr>
15105
15106 * recentf.el (recentf-menu-filter): Doc updated.
15107 (recentf-update-menu-hook): Allow menu filters to force menu update.
15108 (recentf-make-menu-items): New menu filter handling.
15109 (recentf-make-menu-item): New helper function.
15110 (recentf-menu-elements): New menu handling function.
15111 (recentf-sort-ascending): Updated to new menu filter handling.
15112 (recentf-sort-descending): Updated to new menu filter handling.
15113 (recentf-sort-basenames-ascending): New menu filter function.
15114 (recentf-sort-basenames-descending): New menu filter function.
15115 (recentf-show-basenames): New menu filter function.
15116 (recentf-show-basenames-ascending): New menu filter function.
15117 (recentf-show-basenames-descending): New menu filter function.
15118
151192000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15120
15121 * diary-lib.el (list-diary-entries): Don't try to go forward at
15122 the end of the buffer.
15123
151242000-02-29 Kenichi Handa <handa@etl.go.jp>
15125
15126 * international/mule-diag.el (list-character-sets): Completely
15127 rewritten.
15128 (sort-listed-character-sets): New function.
15129 (list-character-sets-1): Completely rewritten.
15130 (list-character-sets-2): New function.
15131 (non-iso-charset-alist): New variable.
15132 (decode-codepage-char): New function.
15133 (charset-history): New variable.
15134 (read-charset) (list-block-of-chars)
15135 (list-iso-charset-chars)
15136 (list-non-iso-charset-chars)
15137 (list-charset-chars): New functions.
15138 (mule-diag): Call list-character-sets-2, not
15139 list-character-sets-2.
15140 (dump-charsets): Likewise.
15141
151422000-02-29 Gerd Moellmann <gerd@gnu.org>
15143
15144 * dired-x.el (dired-filename-at-point): Add `@' to valid
15145 file name characters.
15146 (dired-filename-at-point): Handle ange-ftp file names.
15147
15148 * frame.el (frame-notice-user-settings): Use assq-delete-all
15149 instead of assoc-delete-all.
15150 (frame-notice-user-settings): Ditto.
15151
15152 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15153 Don't copy alist.
15154
151552000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15156
15157 * calculator.el (calculator-use-menu): New option.
15158 (calculator-initial-bindings): Changed some bindings to work as
15159 macros.
15160 (calculator-forced-input): Removed.
15161 (calculator-restart-other-mode): New variable.
15162 (calculator-mode-map): Set up menu.
15163
151642000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15165
15166 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15167 tags.
15168
151692000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15170
15171 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15172 translate all ESC key sequences.
15173 (viper-goto-mark-subr): restore markers for files for which
15174 they were saved.
15175 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15176 * viper-util.el (viper-set-replace-overlay-glyphs,
15177 viper-set-replace-overlay): always check if the replacement
15178 overlay is live.
15179 * viper.el (viper-vi-state-mode-list): added major modes.
15180 * ediff-wind.el: minor comment changes.
15181 * ediff.el: copyright notice date fix.
15182
151832000-02-27 Jason Rumney <jasonr@gnu.org>
15184
15185 * faces.el (face-font-family-alternatives): Add arial to helv.
15186 (mode-line, header-line, tool-bar): Same default as x for w32.
15187 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15188 face-font-family-alternatives from working.
15189 * term/w32-win.el (mouse-set-font): Do not build fontset from
15190 chosen font.
15191
151922000-02-25 Sam Steingold <sds@goems.com>
15193
15194 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15195 properly.
15196
151972000-02-25 Richard M. Stallman <rms@gnu.org>
15198
15199 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15200
152012000-02-25 Gerd Moellmann <gerd@gnu.org>
15202
15203 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15204 writable.
15205
15206 * frame.el (busy-cursor-delay-seconds): New option.
15207
152082000-02-24 Gerd Moellmann <gerd@gnu.org>
15209
15210 * frame.el (show-cursor-in-non-selected-windows): New option.
15211
152122000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15213
15214 * diary-lib.el (include-other-diary-files): Undo the selective
15215 display in any included file and don't kill it.
15216
152172000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15218
15219 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15220 bar. Menu items converted to (menu-item format, help strings
15221 added.
15222 [downcase, upcase]: Don't enable on MS-DOS.
15223 [symlink, symlinks]: Don't show if make-symbolic-link is not
15224 bound.
15225 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15226
152272000-02-23 Dave Love <fx@gnu.org>
15228
15229 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15230 (backward-kill-word): Revert addition of * to interactive spec --
15231 it's a feature.
15232
15233 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15234 (backward-kill-sentence, kill-sentence): Likewise.
15235
15236 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15237 scratch buffer name.
15238 (gud-format-command): Use int-to-string in ?l case. Simplify
15239 slightly.
15240
15241 * term/w32-win.el (internal-face-interactive): Update prompt for
15242 new read-face-name.
15243
15244 * mail/footnote.el (footnote): Add :version to defgroup.
15245 (footnote-section-tag-regexp): Customize.
15246 (footnote-start-tag, footnote-end-tag): New option.
15247 (footnote-latin-regexp): New variable.
15248 (Footnote-latin): New function.
15249 (footnote-style-alist): Add element for latin style.
15250 (footnote-style): Moved.
15251 (Footnote-goto-footnote): Use eq to test arg.
15252
15253 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15254
15255 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15256 (byte-compile-trueconstp): Include keywords.
15257 (byte-optimize-quote, byte-optimize-lapcode): Use
15258 byte-compile-const-symbol-p.
15259 (byte-optimize-char-before): New optimization.
15260
15261 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15262 (byte-compile-const-symbol-p): New function.
15263 (byte-compile-constp, byte-compile-out-toplevel)
15264 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15265 Use it.
15266
15267 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15268
152692000-02-23 Kenichi Handa <handa@etl.go.jp>
15270
15271 * international/encoded-kb.el: Be sure to update minor-mode-alist
15272 and minor-mode-map-alist.
15273 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15274 codes SS2 and SS3 correctly.
15275 (encoded-kbd-self-insert-ccl): New function.
15276 (encoded-kbd-setup-keymap): New function.
15277 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15278 by calling encoded-kbd-setup-keymap.
15279
15280 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15281 characters.
15282 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15283 locally.
15284
152852000-02-22 Dave Love <fx@gnu.org>
15286
15287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15288 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15289 defvar.
15290 (lisp-mode-syntax-table): Set up for #|...|# comments.
15291 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15292 classes. Match `defface'.
15293 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15294 (eval-defun-1): Fix for defcustom.
15295 (lisp-indent-region): Doc fix.
15296
15297 * subr.el (when, unless, split-string): Doc fix.
15298 (read-passwd): Move call of clear-this-command-keys to the right
15299 place.
15300 (replace-regexps-in-string): New function.
15301
153022000-02-22 Gerd Moellmann <gerd@gnu.org>
15303
15304 * help.el (describe-variable): Set syntax table to
15305 emacs-lisp-mode-syntax-table when moving forward over the
15306 symbol's name.
15307
153082000-02-22 Dave Love <fx@gnu.org>
15309
15310 * xt-mouse.el: Doc fixes.
15311 (xterm-mouse-position-function): New function, replacing advice of
15312 mouse-position.
15313 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15314
15315 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15316
153172000-02-21 Gerd Moellmann <gerd@gnu.org>
15318
15319 * format.el (format-annotate-single-property-change): Handle
15320 properties.with dotted-list values.
15321 (format-proper-list-p): New function.
15322
15323 * enriched.el (enriched-face-ans): Handle '(foreground-color
15324 . COLOR) and (background-color . COLOR).
15325
153262000-02-20 Dave Love <fx@gnu.org>
15327
15328 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15329 and assignments to it.
15330 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15331 current local map.
15332 (make-flyspell-overlay): Use it.
15333 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15334
15335 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15336 (lm-get-header-re): Defun, not defsubst.
15337 (lm-get-package-name): Defun, not defsubst. Simplify.
15338 (lm-version): Doc fix. Simplify.
15339 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15340 (lm-crack-address, lm-last-modified-date, lm-commentary)
15341 (lm-verify, lm-synopsis): Simplify.
15342 (lm-report-bug): Require emacsbug. Use compose-mail.
15343
153442000-02-20 Gerd Moellmann <gerd@gnu.org>
15345
15346 * dired.el (dired-mode): Call propertized-buffer-identification
15347 to set mode-line-buffer-identification to something having
15348 the right text properties.
15349
15350 * bindings.el (propertized-buffer-identification): New function.
15351
153522000-02-20 Dave Love <fx@gnu.org>
15353
15354 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15355 check for t-mouse too.
15356
15357 * cus-start.el: Make echo-keystrokes `number'.
15358
153592000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15360
15361 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15362 Don't call ring-empty-p unless tags-location-ring is bound.
15363 From Noah Friedman <friedman@splode.com>.
15364
153652000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15366
15367 * progmodes/hideshow.el (hs-flag-region): No longer use
15368 `intangible' overlay property.
15369
15370 (hs-toggle-hiding): New command.
15371 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15372
15373 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15374 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15375 and deactivation.
15376
153772000-02-18 Gerd Moellmann <gerd@gnu.org>
15378
15379 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15380
153812000-02-17 Gerd Moellmann <gerd@gnu.org>
15382
15383 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15384
15385 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15386 of `*' to handle `(* ... *)' comments.
15387
153882000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15389
15390 * faces.el (list-faces-display): Use display-mouse-p instead of
15391 window-system.
15392
15393 * menu-bar.el (global-map): Menu-bar items converted to the new
15394 format (menu-item..., rearranged for better CUA compliance, and
15395 their names changed for better clarity. Help strings added.
15396
15397 * international/mule-cmds.el (mule-menu-keymap)
15398 (describe-language-environment-map, set-coding-system-map)
15399 (setup-language-environment-map): Convert to new (menu-item...
15400 form, add help strings. Change names of menu items for better
15401 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15402 submenu).
15403
154042000-02-17 Gerd Moellmann <gerd@gnu.org>
15405
15406 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15407 within the code.
15408
154092000-02-16 Dave Love <fx@gnu.org>
15410
15411 * faces.el: Don't require custom. Add more specific :groups to
15412 various deffaces.
15413 (set-face-attribute): Purecopy args.
15414 (read-face-name): Default to name at point and use it in prompt.
15415 Remove colon from arg in all callers.
15416 (list-faces-display): Hyperlink to face descriptions and customize
15417 buffers.
15418
154192000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15420
15421 * wid-edit.el (widget-match-inline): An atom never matches a
15422 list.
15423
154242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15425
15426 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15427 at ':' characters by call to split-string.
15428
154292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15430
15431 * textmodes/bibtex.el: Added RCS version identification.
15432
154332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15434
15435 * textmodes/bibtex.el: Some temporary comments removed.
15436 (bibtex-field-name, bibtex-entry-type): Made the relationship
15437 explicit.
15438 (bibtex-field-const): Allow capital letters.
15439 (bibtex-start-of-string): Deleted because unused.
15440
15441 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15442 use the term 'reference' to describe a bibtex entry as a whole.
15443 Further, reference keys are no longer called 'labels'.
15444 (bibtex-keys): Renamed to bibtex-reference-keys.
15445 (bibtex-reformat-previous-labels): Renamed to
15446 bibtex-reformat-previous-reference-keys.
15447 (bibtex-reference-type): Renamed to bibtex-entry-type.
15448 (bibtex-reference-head): Renamed to bibtex-entry-head.
15449 (bibtex-reference-maybe-empty-head): Renamed to
15450 bibtex-entry-maybe-empty-head.
15451 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15452 (bibtex-search-reference): Renamed to bibtex-search-entry.
15453 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15454 bibtex-enclosing-entry-maybe-empty-head.
15455 (bibtex-entry-field-alist, bibtex-entry-head,
15456 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15457 bibtex-map-entries, bibtex-search-entry,
15458 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15459 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15460 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15461 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15462 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15463 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15464 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15465
154662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15467
15468 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15469 comment.
15470 (bibtex-format-field-delimiters): New function, functionality
15471 extracted from bibtex-format-entry.
15472 (bibtex-autokey-get-yearfield-digits): New function, functionality
15473 extracted from bibtex-autokey-get-yearfield.
15474
15475 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15476 entries in order to avoid stack overflow in the regexp matcher if
15477 field contents become large.
15478 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15479 bibtex-field-string-part-not-braced,
15480 bibtex-field-string-part-no-inner-braces,
15481 bibtex-field-string-part-1-inner-brace,
15482 bibtex-field-string-part-2-inner-braces,
15483 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15484 bibtex-field-string-quoted, bibtex-field-string,
15485 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15486 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15487 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15488 as parsing is now performed by the following functions.
15489 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15490 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15491 bibtex-parse-field-string, bibtex-search-forward-field-string,
15492 bibtex-parse-association, bibtex-field-name-for-parsing,
15493 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15494 bibtex-search-forward-field, bibtex-search-backward-field,
15495 bibtex-start-of-field, bibtex-end-of-field,
15496 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15497 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15498 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15499 bibtex-parse-string, bibtex-search-forward-string,
15500 bibtex-search-backward-string, bibtex-start-of-string,
15501 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15502 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15503 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15504 entries. Instead of reporting the results of the parsing by
15505 match-beginning or match-end, these functions return data structures
15506 that hold the corresponding positions.
15507 (bibtex-enclosing-field): Changed to also report field boundaries by
15508 return values rather than by match-beginning or match-end. The
15509 following functions have been adapted to use the new parsing
15510 functions.
15511 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15512 bibtex-enclosing-field, bibtex-format-entry,
15513 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15514 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15515 bibtex-print-help-message, bibtex-end-of-entry,
15516 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15517 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15518 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15519 method for parsing.
15520 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15521 bibtex-map-entries, bibtex-flash-head,
15522 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15523 bibtex-autokey-change, bibtex-autokey-get-namefield,
15524 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15525 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15526 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15527 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15528 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15529 order to make the new binding of case-fold-search immediately
15530 visible.
15531
155322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15533
15534 * textmodes/bibtex.el: Copyright notice is up to date.
15535 Added constant 'bibtex-maintainer-salutation.
15536
15537 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15538 than make-temp-name, use match-string-no-properties and eliminate
15539 a quadratic behavior when building bibtex-strings.
15540
15541 * bibtex.el (bibtex-reference-key): Accept string entries whose
15542 reference key contains upper case letters.
15543
155442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15545
15546 * bibtex.el (bibtex-reference-head): Allow entries to start with
15547 a new line.
15548
155492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15550
15551 * bibtex.el: Hiding of entry bodies is not longer provided by
15552 bibtex.el directly. Instead the hideshow package can be used.
15553 Added a special bibtex entry to hs-special-modes-alist.
15554 (bibtex-hs-forward-sexp): Added for hideshow.el.
15555
155562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15557
15558 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15559 at ':' characters by call to split-string.
15560
155612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15562
15563 * textmodes/bibtex.el: Added RCS version identification.
15564
155652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15566
15567 * textmodes/bibtex.el: Some temporary comments removed.
15568 (bibtex-field-name, bibtex-entry-type): Made the relationship
15569 explicit.
15570 (bibtex-field-const): Allow capital letters.
15571 (bibtex-start-of-string): Deleted because unused.
15572
15573 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15574 use the term 'reference' to describe a bibtex entry as a whole.
15575 Further, reference keys are no longer called 'labels'.
15576 (bibtex-keys): Renamed to bibtex-reference-keys.
15577 (bibtex-reformat-previous-labels): Renamed to
15578 bibtex-reformat-previous-reference-keys.
15579 (bibtex-reference-type): Renamed to bibtex-entry-type.
15580 (bibtex-reference-head): Renamed to bibtex-entry-head.
15581 (bibtex-reference-maybe-empty-head): Renamed to
15582 bibtex-entry-maybe-empty-head.
15583 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15584 (bibtex-search-reference): Renamed to bibtex-search-entry.
15585 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15586 bibtex-enclosing-entry-maybe-empty-head.
15587 (bibtex-entry-field-alist, bibtex-entry-head,
15588 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15589 bibtex-map-entries, bibtex-search-entry,
15590 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15591 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15592 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15593 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15594 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15595 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15596 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15597
155982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15599
15600 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15601 comment.
15602 (bibtex-format-field-delimiters): New function, functionality
15603 extracted from bibtex-format-entry.
15604 (bibtex-autokey-get-yearfield-digits): New function, functionality
15605 extracted from bibtex-autokey-get-yearfield.
15606
15607 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15608 entries in order to avoid stack overflow in the regexp matcher if
15609 field contents become large.
15610 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15611 bibtex-field-string-part-not-braced,
15612 bibtex-field-string-part-no-inner-braces,
15613 bibtex-field-string-part-1-inner-brace,
15614 bibtex-field-string-part-2-inner-braces,
15615 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15616 bibtex-field-string-quoted, bibtex-field-string,
15617 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15618 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15619 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15620 as parsing is now performed by the following functions.
15621 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15622 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15623 bibtex-parse-field-string, bibtex-search-forward-field-string,
15624 bibtex-parse-association, bibtex-field-name-for-parsing,
15625 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15626 bibtex-search-forward-field, bibtex-search-backward-field,
15627 bibtex-start-of-field, bibtex-end-of-field,
15628 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15629 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15630 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15631 bibtex-parse-string, bibtex-search-forward-string,
15632 bibtex-search-backward-string, bibtex-start-of-string,
15633 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15634 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15635 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15636 entries. Instead of reporting the results of the parsing by
15637 match-beginning or match-end, these functions return data structures
15638 that hold the corresponding positions.
15639 (bibtex-enclosing-field): Changed to also report field boundaries by
15640 return values rather than by match-beginning or match-end. The
15641 following functions have been adapted to use the new parsing
15642 functions.
15643 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15644 bibtex-enclosing-field, bibtex-format-entry,
15645 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15646 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15647 bibtex-print-help-message, bibtex-end-of-entry,
15648 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15649 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15650 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15651 method for parsing.
15652 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15653 bibtex-map-entries, bibtex-flash-head,
15654 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15655 bibtex-autokey-change, bibtex-autokey-get-namefield,
15656 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15657 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15658 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15659 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15660 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15661 order to make the new binding of case-fold-search immediately
15662 visible.
15663
156642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15665
15666 * textmodes/bibtex.el: Copyright notice is up to date.
15667 Added constant 'bibtex-maintainer-salutation.
15668
15669 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15670 than make-temp-name, use match-string-no-properties and eliminate
15671 a quadratic behavior when building bibtex-strings.
15672
15673 * bibtex.el (bibtex-reference-key): Accept string entries whose
15674 reference key contains upper case letters.
15675
156762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15677
15678 * bibtex.el (bibtex-reference-head): Allow entries to start with
15679 a new line.
15680
156812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15682
15683 * bibtex.el: Hiding of entry bodies is not longer provided by
15684 bibtex.el directly. Instead the hideshow package can be used.
15685 Added a special bibtex entry to hs-special-modes-alist.
15686 (bibtex-hs-forward-sexp): Added for hideshow.el.
15687
156882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15689
15690 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15691 proceedings entry type (for cross referencing). Thanks to Wagner
15692 Toledo Correa for the suggestion.
15693
15694 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15695
156962000-02-14 Kenichi Handa <handa@etl.go.jp>
15697
15698 * international/characters.el: Setup case table for Vietnamese.
15699
157002000-02-12 Gerd Moellmann <gerd@gnu.org>
15701
15702 * uniquify.el (toplevel): Require CL at compile time.
15703 (uniquify-push): Removed.
15704
15705 * shadowfile.el (shadow-when): Removed.
15706
15707 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15708 (tempo-process-and-insert-string): Use dolist instead of
15709 tempo-dolist.
15710
15711 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15712 regexp for paragraph-start.
15713
15714 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15715 commas as well.
15716
157172000-02-10 Dave Love <fx@gnu.org>
15718
15719 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15720 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15721 Deleted.
15722 (widget-specify-field, widget-specify-button): Don't use
15723 widget-mouse-help as help-echo property.
15724 (default): Use #'ignore for :validate and :mouse-down-action.
15725 (checkbox): Add help-echo.
15726 (widget-sexp-validate): Rewritten to clarify error messages.
15727 (character): Use char-valid-p in :match function.
15728 (widget-color-complete): Use facemenu-color-alist.
15729 (widget-color-action): Use facemenu-read-color.
15730
15731 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15732 set up `caar' &c that we now have.
15733
157342000-02-09 Ray Blaak <blaak@gnu.org>
15735
15736 * delphi.el: Make resourcestring a declaration region, like const
15737 and var.
15738
157392000-02-09 Dave Love <fx@gnu.org>
15740
15741 * bindings.el (mode-line-input-method-map): New variable.
15742 (mode-line-mule-info): Use it; fix last change.
15743 (mode-line-mode-menu): Move definition.
15744 (mode-line-mouse-sensitive-p): Deleted.
15745 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15746 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15747 level.
15748
15749 * startup.el (command-line-1): Don't call
15750 make-mode-line-mouse-sensitive.
15751
157522000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15753
15754 * mail/rmail.el (rmail-retry-failure): Use
15755 rmail-beginning-of-message before rmail-toggle-header, because the
15756 former toggles headers.
15757
157582000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15759
15760 * diff-mode.el (diff-kill-junk): New interactive function.
15761 (diff-reverse-direction): Use delete-and-extract-region.
15762 (diff-post-command-hook): Restrict the area so that the hook also works
15763 outside of any diff hunk. This is necessary for the minor-mode.
15764 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15765 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15766
15767 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15768 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15769 so that it can be used more easily in <foo>-mode-hook. Also make sure
15770 to avoid duplicate entries.
15771 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15772 (font-lock-remove-keywords): Just as was done for `add', allow it to
15773 work even if font-lock-mode is nil. Also make sure we don't modify
15774 any pre-existing list by forcing a copy-sequence. Finally rename
15775 `major-mode' to `mode'.
15776 (font-lock-fontify-syntactic-anchored-keywords)
15777 (font-lock-fontify-anchored-keywords)
15778 (font-lock-fontify-keywords-region): Use line-end-position.
15779 Don't make `font-lock-multiline' local (it's now done in
15780 font-lock-set-defaults).
15781 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15782 move the `font-lock-fontified' creation to inside the `unless'.
15783
157842000-02-06 Andrew Innes <andrewi@gnu.org>
15785
15786 * term/w32-win.el (x-handle-args): Comment out call to message,
15787 which occurs before window system is initialized.
15788
15789 * makefile.nt: Add support for recompiling lisp code.
15790
157912000-02-04 Dave Love <fx@gnu.org>
15792
15793 * bindings.el (mode-line-mule-info): Fix/extend last change.
15794
15795 * completion.el: Replace completion-dolist with dolist.
15796
15797 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15798 dotimes.
15799
158002000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15801
15802 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15803 environment names before they go into the section regexp.
15804
15805 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15806 char class in regexp.
15807
15808 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15809 `case-fold-search' to nil.
15810
15811 * progmodes/idlwave.el (idlwave-template): Respect
15812 `idlwave-abbrev-change-case'.
15813 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15814 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15815 idlwave-while): respect `idlwave-reserved-word-upcase'.
15816 (idlwave-rw-case): New function.
15817 (idlwave-statement-match): Fixed problem with assignment regexp.
15818 (idlwave-font-lock-keywords): Improved regexp for keyword
15819 parameters.
15820 (idlwave-surround): New argument LENGTH to support padding of
15821 operators longer than 1 char.
15822
15823 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15824 idlwave-shell-expression-overlay. Implemented printing of
15825 expressions on higher levels of the calling stack.
15826 (idlwave-shell-display-level-in-calling-stack): Restore stack
15827 level.
15828 (idlwave-retrieve-expression-from-level): New function.
15829 (idlwave-shell-last-calling-stack): Variable removed.
15830 (idlwave-shell-reset): Argument action reversed (`visible' to
15831 `hidden'). Also remove stop-line overlay.
15832 (idlwave-shell-calling-stack-routine): New variable.
15833 (idlwave-shell-parse-stack-and-display): Messages now display
15834 negative level numbers.
15835 (idlwave-shell-mode): Set `modeline-format'.
15836 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15837 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15838 21.
15839 (idlwave-shell-print-expression-function): New option.
15840
15841 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15842 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15843 `tool-bar' instead of `toolbar'.
15844
158452000-02-02 Dave Love <fx@gnu.org>
15846
15847 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15848 emacs-lisp-mode-hook. Don't check for defalias being defined.
15849
15850 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15851 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15852 the new builtins directly.
15853
15854 * whitespace.el (whitespace): Add :version to defgroup.
15855
15856 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15857 Doc fix.
15858
15859 * thingatpt.el (sexp-at-point, symbol-at-point)
15860 (number-at-point, list-at-point): Add autoload cookie.
15861
15862 * recentf.el (recentf): Add :version to defgroup.
15863
15864 * quickurl.el (quickurl): Add :version to defgroup.
15865
15866 * elide-head.el (elide-head): Use point-marker more.
15867
15868 * bs.el (bs): Add :version to defgroup.
15869
15870 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15871
15872 * progmodes/delphi.el (delphi): Add :version to defgroup.
15873
158742000-02-02 Gerd Moellmann <gerd@gnu.org>
15875
15876 * ange-ftp.el (ange-ftp-write-region): Handle case that
15877 succeeding process operation sets a different coding system.
15878
15879 * calculator.el: New file.
15880
158812000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15882
15883 * frame.el (frames-on-display-list, framep-on-display): New
15884 functions.
15885 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15886 (display-selections-p, display-screens, display-pixel-width)
15887 (display-pixel-height, display-mm-width, display-mm-height)
15888 (display-backing-store, display-save-under, display-planes)
15889 (display-color-cells, display-visual-class): New functions.
15890
15891 * term/tty-colors.el (tty-color-gray-shades): New function.
15892
15893 * faces.el (display-color-p): Use framep-on-display.
15894 (display-grayscale-p): New function.
15895
158962000-01-31 Dave Love <fx@gnu.org>
15897
15898 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15899 (create-fontset-from-x-resource): Don't concat integers.
15900
159012000-01-31 Inge Frick <inge@nada.kth.se>
15902
15903 * view.el: Some changes in documentation. Removed some trailing
15904 whitespace. Changed some parameter names to agree with
15905 documentation.
15906 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15907 window is not deleted. Modifies change 1998-04-26.
15908
159092000-01-31 Gerd Moellmann <gerd@gnu.org>
15910
15911 * windmove.el: New file.
15912
15913 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15914 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15915 progmodes/ebnf-yac.el: Update copyright and license info.
15916
15917 * jit-lock.el (jit-lock-function): Widen before calculating end
15918 position.
15919 (jit-lock-stealth-chunk-start): Rewritten.
15920
15921 * info.el (Info-title-face-alist): Removed.
15922 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15923 faces.
15924 (Info-fontify-node): Use these faces.
15925
159262000-01-30 Gerd Moellmann <gerd@gnu.org>
15927
15928 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15929 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15930 `&allow-other-keywords'.
15931
15932 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15933 the list of directories scanned heuristically.
15934
15935 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15936 exist.
15937
159382000-01-30 Jason Rumney <jasonr@gnu.org>
15939
15940 * w32-fns.el: Define w32-tty-standard-colors.
15941
15942 * startup.el (command-line): Use w32-tty-standard-colors when in
15943 w32 console mode.
15944
159452000-01-30 Dave Love <fx@gnu.org>
15946
15947 * jka-compr.el (jka-compr-load): Fix up load-history.
15948
15949 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15950
15951 * emacs-lisp/cl-macs.el: Revert previous change.
15952
159532000-01-29 Dave Love <fx@gnu.org>
15954
15955 * facemenu.el: Purecopy various strings.
15956
15957 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15958 years. Deal with three-digit years.
15959
15960 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15961 defconst, purecopy.
15962 (help-back-label): Purecopy it.
15963
159642000-01-18 Gerd Moellmann <gerd@gnu.org>
15965
15966 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15967 variable. If non-nil, order the buffer list according to the
15968 currently selected frame.
15969 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15970 non-nil, pass the selected frame to function buffer-list.
15971
159722000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15973
15974 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15975
159762000-01-28 Dave Love <fx@gnu.org>
15977
15978 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15979
15980 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15981 Don't use lisp-indent-hook property.
15982 (cl-abs): Remove.
15983
15984 * subr.el: Move out indent and edebug specs for when and unless.
15985
15986 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15987 when, unless.
15988
15989 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15990 unless, when.
15991
159922000-01-28 Gerd Moellmann <gerd@gnu.org>
15993
15994 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15995 `collecting' as synonym for `collect'.
15996
15997 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15998 for the case it contains spaces.
15999
16000 * simple.el (what-cursor-position): Change formatting of
16001 messages.
16002
16003 * frame.el (delete-other-frames): New function.
16004 (toplevel): Bind it to C-x 5 1.
16005
16006 * sort.el (sort-numeric-base): New option.
16007 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16008 interpret it as octal or hexadecimal. Use sort-numeric-base
16009 as default base.
16010
16011 * progmodes/glasses.el: New file.
16012
160132000-01-27 Gerd Moellmann <gerd@gnu.org>
16014
16015 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16016 userids differently.
16017
16018 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16019 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16020 progmodes/ebnf-yac.el: New files.
16021
160222000-01-26 Dave Love <fx@gnu.org>
16023
16024 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16025 on a function with an empty body. [From Eric Ludlam.]
16026
160272000-01-25 Andre Spiegel <spiegel@gnu.org>
16028
16029 * vc.el (vc-version-diff): Make sure file name is expanded.
16030
160312000-01-25 Gerd Moellmann <gerd@gnu.org>
16032
16033 * scroll-bar.el (scroll-bar-timer): Variable removed.
16034 (scroll-bar-toolkit-scroll): Don't use a timer.
16035
160362000-01-25 Kenichi Handa <handa@etl.go.jp>
16037
16038 * language/thai-util.el (thai-composition-function): Delete
16039 superfluous `a'.
16040
160412000-01-24 Dave Love <fx@gnu.org>
16042
16043 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16044 end-of-defun-function.
16045
16046 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16047 &c.
16048
160492000-01-22 Jason Rumney <jasonr@gnu.org>
16050
16051 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16052 conflicts with new face support.
16053
160542000-01-22 Richard M. Stallman <rms@gnu.org>
16055
16056 * replace.el (query-replace): Rename last arg to DELIMITED.
16057 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16058 (query-replace-regexp): Likewise.
16059
160602000-01-20 Richard M. Stallman <rms@gnu.org>
16061
16062 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16063
16064 * emacs-lisp/lisp.el (beginning-of-defun-function):
16065 Variable renamed from beginning-of-defun.
16066 Do not call make-variable-buffer-local.
16067 (beginning-of-defun-raw): Use new variable name; doc fix.
16068 (beginning-of-defun): Doc fix.
16069 (end-of-defun-function): Variable renamed from end-of-defun.
16070 Do not call make-variable-buffer-local.
16071 (end-of-defun): Use new variable name; doc fix.
16072
16073 * subr.el (dolist, dotimes): Copied from cl-macs.el
16074 and made to work.
16075
16076 * mail/undigest.el (rmail-digest-end-regexps):
16077 Variable replaces rmail-digest-end-regexp.
16078 Allows multiple regexps for detecting the end line.
16079 (undigestify-rmail-message): Corresponding changes.
16080
160812000-01-19 Dave Love <fx@gnu.org>
16082
16083 * files.el (user-init-file): Don't declare here -- is primitive.
16084
16085 * startup.el (command-line): Check for compiled user-init-file and
16086 set to uncompiled version if necessary.
16087
160882000-01-18 Gerd Moellmann <gerd@gnu.org>
16089
16090 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16091 (undigestify-rmail-message): Use it.
16092
16093 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16094
160952000-01-17 Gerd Moellmann <gerd@gnu.org>
16096
16097 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16098 of mini-buffer.
16099
161002000-01-14 Gerd Moellmann <gerd@gnu.org>
16101
16102 * emacs-lisp/copyright.el (copyright-update): Removed the
16103 requirement for a trailing space from `copyright-regexp', to
16104 support copyrights with owner specified on a separate line..
16105
16106 * align.el: New file.
16107
16108 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16109
16110 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16111
161122000-01-13 Dave Love <fx@gnu.org>
16113
16114 * ph.el: Removed. (Obsoleted by EUDC.)
16115
161162000-01-13 Gerd Moellmann <gerd@gnu.org>
16117
16118 * net/eudc.el (toplevel): Remove autoloaded code installing
16119 menu with easymenu, because that causes build problems.
16120
16121 * frame.el (frame-notice-user-settings): New variable.
16122 (frame-notice-user-settings): Don't modify frame parameters
16123 if called a second time.
16124
161252000-01-13 Richard M. Stallman <rms@gnu.org>
16126
16127 * frame.el (frame-notice-user-settings):
16128 Notice default-frame-parameters even for non-window frames.
16129
161302000-01-13 Gerd Moellmann <gerd@gnu.org>
16131
16132 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16133 for Emacs.
16134 (eudc-bob-can-display-inline-images): Extend for Emacs.
16135 (eudc-bob-toggle-inline-display): Ditto.
16136 (eudc-bob-display-jpeg): Ditto.
16137
161382000-01-12 Gerd Moellmann <gerd@gnu.org>
16139
16140 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16141 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16142 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16143
16144 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16145 nil)'.
16146
16147 * subdirs.el: Add `net' directory.
16148
16149 * net: New directory.
16150
16151 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16152 eval-last-sexp. Don't bind debug-on-error here.
16153 (eval-last-sexp): New function. Bind debug-on-error if
16154 eval-expression-debug-on-error is non-nil.
16155 (eval-defun-2, eval-defun): Likewise.
16156
16157 * simple.el (eval-expression): Don't bind debug-on-error if
16158 eval-expression-debug-on-error is nil. Detect changed
16159 debug-on-error, and propagate new value to global binding, if
16160 eval-expression-debug-on-error is non-nil,
16161 (eval-expression-debug-on-error): Change doc string.
16162
161632000-01-11 Richard M. Stallman <rms@gnu.org>
16164
16165 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16166
16167 * emacs-lisp/lisp-mode.el (with-syntax-table):
16168 Set up lisp-indent-function property.
16169
16170 * subr.el (with-syntax-table): Moved from simple.el.
16171
16172 * simple.el (with-syntax-table): Moved to subr.el.
16173
161742000-01-11 Gerd Moellmann <gerd@gnu.org>
16175
16176 * tmm.el (tmm-shortcut): Delete region after prompt instead
16177 of erasing buffer.
16178
16179 * textmodes/fill.el (fill-common-string-prefix): New function.
16180 (fill-context-prefix): Use the longest common prefix of first
16181 and second line fill prefix, if there is one.
16182
161832000-01-11 Richard M. Stallman <rms@gnu.org>
16184
16185 * array.el (array-mode): Don't use make-variable-buffer-local.
16186 Use make-local-variable for `truncate-lines'.
16187
161882000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16189
16190 * add-log.el (add-log-current-defun): Handle user-defined
16191 add-log-current-function returning nil,
16192
16193 * add-log.el (add-change-log-entry): Insert version number
16194 if having found a current function
16195
16196 * add-log.el (add-log-current-defun): Call
16197 `add-log-current-defun-function'. Try matches at level 0 and
16198 level 1. Strip whitespace from defun found.
16199
162002000-01-10 John Wiegley <johnw@gnu.org>
16201
16202 * allout.el (isearch-done/outline-provisions): Added `edit'
16203 argument to correspond with the current definition of
16204 `isearch-done'.
16205
162062000-01-10 Dave Love <fx@gnu.org>
16207
16208 * elide-head.el (elide-head): Use point-marker, not point.
16209
162102000-01-10 Gerd Moellmann <gerd@gnu.org>
16211
16212 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16213 before and after the year 2000.
16214
16215 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16216 Add ispell- prefix.
16217
162182000-01-10 Ken Stevens <k.stevens@ieee.org>
16219
16220 * ispell.el: Only define dictionaries in menus when they exist.
16221 (version18p): New variable.
16222 (version20p): New variable.
16223 (xemacsp): New variable.
16224 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16225 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16226 (ispell-dictionary-alist6): Russian command lines no longer accept
16227 run-together words.
16228 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16229 (ispell-dictionary-alist): Add koi8-r to customize definition.
16230 (check-ispell-version): Added documentation string. Returns
16231 library path when called non-interactively.
16232 (ispell-menu-map-needed): Uses new variables.
16233 (ispell-library-path): New variable.
16234 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16235 (ispell-word): Improved documentation string. Test for valid
16236 character mappings. Correctly check typed in word changes that can
16237 result in single words split into multiple words. Returns
16238 replacement word.
16239 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16240 replace in recursive query replace mode. Help message for
16241 recursive edit mode.
16242 (ispell-show-choices): Protect against bad framepop bindings.
16243 (ispell-help): Fix to work with XEmacs.
16244 (ispell-highlight-spelling-error): Use new variables.
16245 (ispell-overlay-window): Fix to work with XEmacs.
16246 (ispell-parse-output): Passed and returns location information
16247 tracking spelling corrections. Doesn't recheck same word on
16248 current line.
16249 (ispell-init-process): Protect against bogus XEmacs variable binding.
16250 Fix call to single argument in sleep-for. Use new variables.
16251 (ispell-region): Passed and returns location information tracking
16252 spelling corrections. Doesn't check same word on current line.
16253 Improved documentation string. Doesn't resend a line already
16254 checked to the ispell process - fixes bug in LaTeX parsing.
16255 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16256 (ispell-skip-region): No longer skips <TT> in SGML.
16257 (ispell-process-line): Tracks location information with spelling
16258 corrections. Added documentation string. Accounts for words
16259 already accepted on this line. Don't allow query-replace on line
16260 starting with math characters. Doesn't resend a line already sent
16261 to ispell process. Fixes alignment error bug.
16262
162632000-01-10 Richard M. Stallman <rms@gnu.org>
16264
16265 * dired-x.el (dired-guess-shell-alist-default):
16266 Suggest xloadimage, which is free, not xv, which isn't.
16267
16268 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16269 Don't ever include the host name or user name in the value.
16270
162712000-01-09 Gerd Moellmann <gerd@gnu.org>
16272
16273 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16274 of a real newline.
16275
162762000-01-09 Stephen Eglen <stephen@gnu.org>
16277
16278 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16279 for .png files.
16280
162812000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16282
16283 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16284
162852000-01-09 Gerd Moellmann <gerd@gnu.org>
16286
16287 * progmodes/cperl-mode.el: Replace ^F with ^L.
16288
16289 * sendmail.el (toplevel): Provide `sendmail' when compiling
16290 before `require'ing rmail and mailalias to prevent infinite
16291 recursion.
16292
162932000-01-08 Dave Love <fx@gnu.org>
16294
16295 * emacs-lisp/backquote.el: Remove inappropriate customization
16296 (allowing custom.el to use backquote).
16297
162982000-01-07 Dave Love <fx@gnu.org>
16299
16300 * add-log.el (add-log-debugging): Deleted.
16301 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16302 file. Remove debugging code.
16303 (change-log-get-method-definition, change-log-name): Add doc.
16304 (change-log-sortable-date-at): New function.
16305 (change-log-merge): New command.
16306
16307 * time.el (display-time-string-forms): Make the Mail string active.
16308 (display-time-update): Provide help-echo for load average.
16309
16310 * bindings.el (make-mode-line-mouse2-map): New function.
16311 (mode-line-modified): Use it and simplify.
16312 (mode-line-mule-info): Provide help-echo info.
16313 (minor-mode-alist): Activate the strings.
16314 (make-mode-line-mouse-sensitive): Simplify for
16315 mode-line-buffer-identification.
16316
163172000-01-07 Gerd Moellmann <gerd@gnu.org>
16318
16319 * play/pong.el: New file.
16320
163212000-01-06 Dave Love <fx@gnu.org>
16322
16323 * array.el: Assorted cleanups for compiler warnings, doc strings,
16324 `array-' prefix for symbols.
16325
163262000-01-05 Dave Love <fx@gnu.org>
16327
16328 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16329 outline-headers-as-kill.
16330 (outline-mode): Define imenu-generic-expression.
16331 (outline-headers-as-kill): New command.
16332
16333 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16334 from paragraph-start.
16335 (paragraph-indent-minor-mode): New command.
16336
16337 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16338 M-C-e, M-C-h, C-j, C-xnd, TAB.
16339 (fortran-mode): Set beginning-of-defun, end-of-defun.
16340 (fortran-column-ruler): Simplify.
16341 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16342 (fortran-with-subprogram-narrowing): Likewise.
16343 (fortran-indent-subprogram): Call mark-defun.
16344 (fortran-check-for-matching-do): Change narrowing.
16345
16346 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16347 (cl-lucid-hash-tag): Delete.
16348 (cl-hash-table-p): Correct test for native table.
16349 (cl-hash-table-count): Use hash-table-count.
16350
16351 * browse-url.el (browse-url): Fix case of
16352 browse-url-browser-function being an alist.
16353
163542000-01-05 Carsten Dominik <cd@gnu.org>
16355
16356 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16357 (reftex-index-phrase-file-extension): New options.
16358
16359 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16360 Use new option `reftex-index-phrase-file-extension'.
16361
16362 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16363 `reftex-parse-file-extension'.
16364
163652000-01-05 Dave Love <fx@gnu.org>
16366
16367 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16368 (beginning-of-defun-raw): Use it.
16369 (end-of-defun): New variable.
16370 (end-of-defun): Use it.
16371 (check-parens): New command.
16372
163732000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16374
16375 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16376 (hs-show-block): Don't use `mapcar' when not accumulating.
16377
16378 Fix buglet in local variables initialization.
16379
163802000-01-05 Andreas Schwab <schwab@suse.de>
16381
16382 * hscroll.el (hscroll): Doc fix.
16383
163842000-01-05 Carsten Dominik <cd@gnu.org>
16385
16386 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16387 idlw-toolbar.
16388
16389 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16390 file idlw-rinfo.el.
16391 (idlwave-customize): load must read file idlw-shell.el.
16392 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16393
163942000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16395
16396 * progmodes/idlw-shell.el: Also provide idlwave-shell
16397 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16398 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16399
16400 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16401 both reftex-dcr and reftex-vcr.
16402
16403 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16404
164052000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16406
16407 * ps-print.el: PostScript code now is in separate files, doc fix.
16408 (ps-print-version): New version number (5.0.3).
16409 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16410 local.
16411 (ps-spool-config): Initialization fix.
16412 (ps-print-prologue-1, ps-print-prologue-2)
16413 (ps-print-duplex-feature): PostScript code moved to separated file.
16414 (ps-background-image): Little code reformating.
16415 (ps-begin-file, ps-begin-job): Fix code.
16416 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16417 (ps-prologue-file): New fun.
16418
164192000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16420
16421 * ps-vars.el: Eliminated.
16422
16423 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16424 `;;;###autoload'.
16425
16426 * ps-print.el: ps-vars eliminated, doc fix.
16427 (ps-print-version): New version number (5.0.2).
16428 (ps-spool-config): Initialization fix.
16429 (ps-print-customize): New fun.
16430
164312000-01-04 Gerd Moellmann <gerd@gnu.org>
16432
16433 * autorevert.el (auto-revert-mode): Return value of
16434 auto-revert-mode.
16435
164362000-01-04 Dave Love <fx@gnu.org>
16437
16438 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16439 menu items.
16440
164412000-01-03 Dave Love <fx@gnu.org>
16442
16443 * elide-head.el (elide-head) [defgroup]: Add :version.
16444
16445 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16446 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16447 `cl-hash-table-p', not `hash-table-p'.
16448 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16449
164502000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16451
16452 * faces.el (face-read-integer, read-face-attribute)
16453 (color-defined-p, color-values): unspecified-{f,b}g are now
16454 strings.
16455
164562000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16457
16458 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16459 at comment end, and re-insert them after filling.
16460
164612000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16462
16463 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16464 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16465 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16466
164672000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16468
16469 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16470 the new name of face-color-supported-p.
16471
16472 * term/w32-win.el (xw-defined-colors): Likewise.
16473
164742000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16475
16476 * simple.el (completion-setup-function): Count completion-size
16477 from minibuffer-prompt-end, not from point-min.
16478
164792000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16480
16481 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16482 Pass the frame to tty-color-* functions.
16483 (display-color-p, frame-set-background-mode): Pass the frame to
16484 tty-display-color-p.
16485
16486 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16487 tty-color-alist.
16488 (tty-color-alist, tty-modify-color-alist): New functions.
16489 (tty-color-define, tty-color-clear, tty-color-approximate)
16490 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16491 an optional parameter FRAME.
16492
164932000-01-01 Gerd Moellmann <gerd@gnu.org>
16494
16495 * image.el (create-image, defimage): Don't assume image data is a
16496 string.
16497
16498 * image.el (defimage): Handle specifications containing :data
16499 instead of :file.
16500 (image-type-from-data): New function.
16501 (image-type-from-file-header): Use it.
16502 (create-image): Add parameter DATA-P.
16503
16504See ChangeLog.8 for earlier changes.
16505
16506;; Local Variables:
16507;; coding: iso-2022-7bit
16508;; End: