Make the checkw32api* labels be distinct in the first 8 characters.
[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
341c19b9
JW
4292001-03-20 John Wiegley <johnw@gnu.org>
430
83c9cb8e
SM
431 * calendar/calendar.el (nongregorian-diary-listing-hook):
432 Added :options to cover the possible values.
433 (nongregorian-diary-marking-hook): Ditto.
341c19b9
JW
434
435 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
7008ccac 436 * holidays.el: Added support for the Baha'i calendar system.
341c19b9
JW
437
438 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
439 problems for the interpreter.
440
117e4b0c
GM
4412001-03-20 Gerd Moellmann <gerd@gnu.org>
442
7194219d
GM
443 * follow.el (follow-avoid-tail-recenter): Doc fix.
444
5721ae13
GM
445 * custom.el (custom-set-variables): Avoid reversing the list
446 of args needlessly.
447
7b8bbf72
GM
448 * startup.el (fancy-splash-head): Don't change the colors of the
449 XPM image on a dark background.
450
a91ad7c9
GM
451 * comint.el (comint-exec-1): Set columns of the terminal to
452 window-width instead of frame-width.
453
fa88947e
GM
454 * info.el (Info-scroll-down): Add missing WINDOW arg for
455 pos-visible-in-window-p.
456
1741905c
GM
457 * ehelp.el (electric-help-mode-hook): Add defcustom.
458
117e4b0c
GM
459 * mail/sendmail.el (mail-mode): Activate case-folding in
460 font-lock-defaults.
461
e84c695d
SM
4622001-03-19 Stefan Monnier <monnier@cs.yale.edu>
463
464 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
465 (completion-ignored-extensions): Remove duplicate ".class".
466
fc774041
AS
4672001-03-19 Andreas Schwab <schwab@suse.de>
468
83c9cb8e
SM
469 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
470 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 471
c2c097cc
GM
4722001-03-19 Gerd Moellmann <gerd@gnu.org>
473
474 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
475 methods since there are not prefix input methods.
476
fbe2e958
KH
4772001-03-19 Kenichi Handa <handa@etl.go.jp>
478
83c9cb8e
SM
479 * international/mule-cmds.el (read-input-method-name):
480 Locally bind enable-recursive-minibuffers to t.
fbe2e958 481
da47e491
SM
4822001-03-18 Stefan Monnier <monnier@cs.yale.edu>
483
484 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
485
4986c2c6 4862001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 487
4986c2c6
MK
488 * ediff-util.el: Copyright years.
489 (ediff-choose-syntax-table): New function.
490 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 491
4986c2c6
MK
492 * ediff-init.el (ediff-with-syntax-table): New macro, uses
493 with-syntax-table.
83c9cb8e 494
4986c2c6 495 * ediff.el: Date of last update, copyright years.
83c9cb8e 496
4986c2c6 497 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 498
4986c2c6
MK
499 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
500 of Scott Bronson.
501 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
502 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
503 Deleted functions.
504 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
505 ex-token-list.
83c9cb8e 506
4986c2c6 507 * viper-util.el: Spaces, indentation.
83c9cb8e 508
4986c2c6 509 * viper.el: Changed version, modification time.
83c9cb8e 510
3c799aec 5112001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
512
513 * calendar/timeclock.el (timeclock-workday-remaining):
514 Check whether `discrep' is non-null before using it.
3c799aec 515
ae3ce418
JW
5162001-03-16 John Wiegley <johnw@gnu.org>
517
518 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
519 first-time checkins.
520 (timeclock-log-data): Fixed problem with reading timelog log file.
521 Resulting data in the "day list" was incorrect.
522 (timeclock-find-discrep): Check if `timeclock-file' is readable
523 before opening it.
524 (timeclock-time-less-p): New function.
525 (timeclock-day-base): New function.
526 (timeclock-geometric-mean): New function.
527 (timeclock-generate-report): Generate a summary report based on
528 the contents of the log file. This uses `timeclock-log-data', and
529 is an example of writing a timelog manipulation function.
530 (timeclock-visit-timelog): A quick command for opening the timelog
531 file.
532 (timeclock-log-data): Bound the variable event.
533
c8d4a9bb
KH
5342001-03-16 Kenichi Handa <handa@etl.go.jp>
535
83c9cb8e
SM
536 * international/mule-cmds.el (select-safe-coding-system):
537 Fix typo: symbol-name -> symbol-value.
11d56c64 538
c8d4a9bb
KH
539 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
540 before substitute-in-file-name to handle double slashes in FILE
541 correctly.
542
c899e7e6
GM
5432001-03-15 Gerd Moellmann <gerd@gnu.org>
544
545 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
546 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
547
819dce0f
GM
5482001-03-14 Gerd Moellmann <gerd@gnu.org>
549
697617d9
GM
550 * bindings.el (features): Add `md5' and `overlay' to the list.
551
819dce0f
GM
552 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
553 bound before using it. It's not bound when configured without X,
554 for instance.
555
e0067a9d
TTN
5562001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
557
558 * progmodes/hideshow.el: Update copyright.
559 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 560 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 561
afcdc0a1
GM
5622001-03-13 Gerd Moellmann <gerd@gnu.org>
563
e0067a9d 564 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
565 a non-list.
566
30564c48
EZ
5672001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * startup.el (fancy-splash-tail, command-line-1): Fix the
570 copyright year.
571
2b8e24b3
KH
5722001-03-13 Kenichi Handa <handa@etl.go.jp>
573
574 * term.el: These changes are based on a patch sent from Yong Lu
575 <lyongu@yahoo.com>.
576 (term-set-escape-char): Bind M-x to execute-extended-command in
577 term-raw-escape-map.
578 (term-move-columns): Don't try to move to negagive column.
579 (term-emulate-terminal): Insert a string before deleting a text to
580 overwrite.
581
789b6186
GM
5822001-03-12 Gerd Moellmann <gerd@gnu.org>
583
b0778a31
GM
584 * play/life.el (life): Rearrange code so that all calls to
585 life-display-generation are in a catch-form.
586
04528cda
GM
587 * progmodes/etags.el (tags-loop-continue): Don't change point in a
588 file that isn't interesting. In an interesting file, push the old
589 value of point on the mark ring.
590
760cefb5
GM
591 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
592 New function.
593 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
594 Use it.
595
83c9cb8e
SM
596 * emacs-lisp/autoload.el (generate-file-autoloads):
597 Remove warning about line lengths.
789b6186 598
a2ffbafe
FP
5992001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
600
601 * progmodes/etags.el (tags-compression-info-list): New variable.
602 (find-tag-in-order): Use it to deal with compressed source files.
603 (tag-file-name-match-p): New function.
604 (etags-recognize-tags-table): Use it for better match of file names.
605
5c9d9d92
KH
6062001-03-12 Kenichi Handa <handa@etl.go.jp>
607
ba3e9b9b
KH
608 * international/mule-cmds.el (register-input-method): Doc fix.
609
5c9d9d92
KH
610 * international/quail.el (quail-translate-key): Fix condition to
611 check if there's another breaking point in the current key.
612
40beecee
EZ
6132001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
614
615 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
616 Babyl header to the newly-created output file, bind
617 coding-system-for-write to either rmail-file-coding-system or
618 emacs-mule-unix.
619
75c6cb7f
SM
6202001-03-11 Stefan Monnier <monnier@cs.yale.edu>
621
622 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
623 Fix the name and regexp used for subsubsections.
624
5ec17636
DL
6252001-03-10 Dave Love <fx@gnu.org>
626
627 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
628 and save-buffer if buffer-file-name non-nil. From rms.
629
6d2e2c02
AS
6302001-03-10 Andre Spiegel <spiegel@gnu.org>
631
632 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 633 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
634 to reflect that.
635 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 636 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
637 variable bindings that might affect the diff command.
638 (vc-print-log): Don't switch to the *vc* buffer before the
639 command, so that local variable bindings are preserved.
640
789b6186 641 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
642 not the current buffer.
643 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
644
789b6186 645 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 646 make output go to buffer *vc*, not the current buffer.
a2ffbafe 647
b18f5523
SM
6482001-03-09 Stefan Monnier <monnier@cs.yale.edu>
649
650 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
651 so ^, $, *, ? and + are interpreted correctly.
652
3cfd8357
GM
6532001-03-09 Gerd Moellmann <gerd@gnu.org>
654
c085b77c 655 * help.el (string-key-binding): Renamed from
f9db8f19
SM
656 mode-line-key-binding. Handle any event on a string.
657 Check for `keymap' properties as well as `local-map' properties.
c085b77c 658
3cfd8357
GM
659 * comint.el (comint-insert-clicked-input): Use the last key
660 from this-command-keys to lookup the global key definition.
661
348f797a
KH
6622001-03-09 Kenichi Handa <handa@etl.go.jp>
663
3ebf3717
KH
664 * international/characters.el: Add category `j' for
665 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
666
348f797a
KH
667 * international/mule-conf.el (no-conversion): Fix docstring.
668 (raw-text): Fix docstring.
669
e1fbabaf
GM
6702001-03-08 Gerd Moellmann <gerd@gnu.org>
671
96e8e603
GM
672 * simple.el (choose-completion-string): When not leaving the
673 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
674 is set.
675
e1fbabaf
GM
676 * window.el (shrink-window-if-larger-than-buffer): Handle frame
677 parameter `(minibuffer . t)'.
678
f9db8f19
SM
6792001-03-07 Stefan Monnier <monnier@cs.yale.edu>
680
681 * progmodes/sh-script.el (sh-st-symbol): New symbol.
682 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
683 (sh-mode): Remove `make-local-variable' for unused var
684 `font-lock-unfontify-region-function'.
685
02756877
RS
6862001-03-07 Richard M. Stallman <rms@gnu.org>
687
132bf46d
RS
688 * info.el (Info-scroll-down): Fix previous change.
689
02756877
RS
690 * mail/rmail.el (rmail-toggle-header): Use a window which
691 is showing the Rmail buffer, rather than the selected window.
692
eeb24429
DL
6932001-03-07 Dave Love <fx@gnu.org>
694
695 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
696 now, to avoid problems with binding imenu directly to a mouse event.
697
3bdf2660
GM
6982001-03-07 Gerd Moellmann <gerd@gnu.org>
699
700 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
701 second arg t.
702
7032001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
704
705 * log-edit.el (log-edit-common-indent): New var.
706 (log-edit-set-common-indentation): Renamed from
707 log-edit-delete-common-indentation. Use the new var.
708 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
709
710 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
711 (cvs-mode-add-change-log-entry-other-window):
712 Don't presume change-log-default-name is defined.
713
714 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
715
716 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
717 the "tree" operation as well.
718
719 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
720
721 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
722 to match paragraph-start.
723
724 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
725 comment-start-skip and set comment-end-skip as well.
726 (sgml-comment-indent): Fix for new value of comment-start-skip.
727 (html-autoview-mode): Don't bother using make-local-hook.
728
2ad02767
GM
7292001-03-07 Gerd Moellmann <gerd@gnu.org>
730
189638d5 731 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 732 variables, otherwise long Custom entries would make them ineffective.
189638d5 733
2ad02767
GM
734 * uniquify.el: Set maintainer to FSF.
735
656f8cae
EZ
7362001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
737
738 * dired-aux.el (dired-do-shell-command): Doc fix.
739
c83965c4
SM
7402001-03-06 Stefan Monnier <monnier@cs.yale.edu>
741
04af43bc
SM
742 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
743
744 * which-func.el (which-func-modes): Add cperl-mode.
745 (which-func-mode-global): Use define-minor-mode.
746
747 * info-look.el: Docstring fixes and dead code eliminated.
748 (cperl-mode): Add support.
749 (emacs-lisp-mode): List all entries from elisp manual, whether
750 or not they are currently (f)bound or not. Update regexp.
751
752 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
753
c83965c4
SM
754 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
755 so that C-h m shows the correct information.
756 Use make-local-variable rather than make-variable-buffer-local.
757 (cperl-info-buffer, cperl-setup-tmp-buf):
758 Use make-local-variable rather than make-variable-buffer-local.
759 (cperl-msb-fix, cperl-get-help-defer):
760 Check major-mode for `cperl-mode' as well.
761
762 * progmodes/cperl-mode.el: Updated to author version 4.23.
763 (cperl-electric-pod): SYNOPSIS was misspelled.
764 (cperl-find-pods-heres): @if ? a : b was considered a REx.
765 (cperl-after-expr-p): Make true after __END__.
766
f16a7aa5
GM
7672001-03-06 Gerd Moellmann <gerd@gnu.org>
768
157ae273 769 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 770 bookmark-completion-ignore-case is t.
157ae273 771
f16a7aa5
GM
772 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
773 switch, like xterm, and concat resource strings, with a newline
774 between them.
775
abaddb98
EZ
7762001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
777
a2ffbafe 778 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
779 (cp773-decode-table, cp774-decode-table): New variables.
780
abaddb98
EZ
781 * man.el (Man-hyphenated-reference-regexp): New variable.
782 (Man-build-references-alist): Use it to search for referenced
783 manpages. If hyphenated is non-nil, record a concatenated word in
784 Man-refpages-alist only if it matches Man-reference-regexp.
785 Update word's length when it is concatenated. Reverse the list,
786 to get the first manpage at the head.
787 (Man-possibly-hyphenated-word): New function.
788 (Man-follow-manual-reference): Use it instead of current-word to
789 find a manpage at point, in a way that accounts for hyphenated
790 references.
791
eb3f61dd
GM
7922001-03-06 Alex Schroeder <alex@gnu.org>
793
794 * sql.el (sql-interbase): New function.
795 (sql-interbase-program): New option.
796 (sql-interbase-options): New option.
797 And some typos fixed: "customise" to "customize".
798
fa84f42a
DL
7992001-03-06 Dave Love <fx@gnu.org>
800
83c9cb8e
SM
801 * textmodes/flyspell.el (flyspell-region):
802 Set up flyspell-local-mouse-map.
fa84f42a 803
fda3411d
RS
8042001-03-05 Richard M. Stallman <rms@gnu.org>
805
a2ffbafe 806 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
807 Don't call rmail-beginning-of-message.
808 Don't discard From: field. Do discard Received: field.
809 Use unwind-protect to re-prune.
810 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 811
e972ab1f
KH
8122001-03-06 Kenichi Handa <handa@etl.go.jp>
813
814 * international/quail.el (quail-title): Add autoload cookie.
815
335db3c1
DL
8162001-03-05 Dave Love <fx@gnu.org>
817
818 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
819 new defs.
820
278dd6ac
KH
8212001-03-05 Kenichi Handa <handa@etl.go.jp>
822
83c9cb8e
SM
823 * language/ethio-util.el (ethio-toggle-space):
824 Update current-input-method-title if necessary.
36d5e61d
KH
825 (ethio-toggle-punctuation): Likewise.
826
341cd4f0
KH
827 * international/quail.el (quail-title): Fix for the case that a
828 title of an input method is specified by a list of the same form
829 as used in mode-line-format.
830
83c9cb8e
SM
831 * international/mule-cmds.el (activate-input-method):
832 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
833 respect that value.
834
10ebaeb6
GM
8352001-03-05 Gerd Moellmann <gerd@gnu.org>
836
837 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
838
7a65c85c
GM
8392001-03-05 Alex Schroeder <alex@gnu.org>
840
841 * sql.el (sql-sybase): Fix typo (was: query user about server two
842 times instead of server and database).
843
844 * sql.el (sql-sybase): Doc change.
845 (sql-mysql): Doc change.
846 (sql-postgres): Doc change.
847
b86644f2
KH
8482001-03-05 Kenichi Handa <handa@etl.go.jp>
849
83c9cb8e
SM
850 * international/mule-conf.el (emacs-mule, raw-text):
851 Docstring modified.
b86644f2 852
e30bd7b7
EZ
8532001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * term/internal.el: Update copyright notice.
856
857 * term/pc-win.el: Update copyright notice.
858
7e365285
DL
8592001-03-02 Dave Love <fx@gnu.org>
860
83c9cb8e
SM
861 * files.el (insert-file-contents-literally):
862 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
863 not jka-compr-compression-info-list.
7e365285 864
75ed43a6
SM
8652001-03-02 Stefan Monnier <monnier@cs.yale.edu>
866
867 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
868 spaces in default comment-start-skip settings rather than \s-.
869
53c4b1e6
EZ
8702001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
873 default-frame-alist as well.
874
028d739a
DL
8752001-03-01 Dave Love <fx@gnu.org>
876
877 * textmodes/reftex.el (defvar): Wrap some defvars in
878 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
879
880 * subr.el (event-basic-type): Doc fix.
881
882 * international/quail.el: Doc fixes.
883
884 * international/utf-8.el: Doc fixes.
885
886 * international/mule-cmds.el: Doc fixes.
887 (leim-list-header): Fix header text.
888
889 * international/mule.el (coding-system-category): Doc fix.
890
891 * international/ccl.el (ccl-compile): Doc fix.
892
15d1caef
SM
8932001-03-01 Stefan Monnier <monnier@cs.yale.edu>
894
895 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
896 rather than (before|after)-change-functions.
897
f84ff02c
GM
8982001-03-01 Gerd Moellmann <gerd@gnu.org>
899
900 * ediff-util.el (ediff-scroll-horizontally): Arrange for
901 scroll-left and scroll-right being called interactively so that
902 they set the window's min_hscroll.
903
e0c1e774
EZ
9042001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * info.el (info-insert-file-contents-1): Accept an additional
907 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
908 `suffix'; otherwise use the complicated MS-DOS code.
909 All callers changed.
e0c1e774
EZ
910 (info-insert-file-contents, Info-find-node): If the MS-DOS port
911 can access long file names, try the long file-name version of
912 `info-insert-file-contents-1', then the short file-name version.
913
b8b2ea31 9142001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 915
af122766
KH
916 * language/ethio-util.el (setup-ethiopic-environment-internal):
917 Change bindings of functions keys to conform to "Emacs Lisp Coding
918 Convention".
919
920 * language/ethiopic.el ("Ethiopic"): Add documentation.
921
b8b2ea31
KH
9222001-02-28 Kenichi Handa <handa@etl.go.jp>
923
1d64e2ad
KH
924 * international/utf-8.el (mule-utf-8): Set coding-category
925 property to coding-category-utf-8.
926
91cb6e51
RS
9272001-02-27 Richard M. Stallman <rms@gnu.org>
928
929 * lpr.el (lpr-page-header-switches, print-region-1):
930 Undo 2000-07-06 change.
7298f3f7
RS
931 (lpr-add-switches): Default to t on gnu/linux.
932
c0cb1027
GM
9332001-02-27 Gerd Moellmann <gerd@gnu.org>
934
935 * bs.el (bs-attributes-list): Doc fix.
936
01459648
GM
9372001-02-26 Gerd Moellmann <gerd@gnu.org>
938
baebd8a5 939 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 940
01459648
GM
941 * help.el (view-order-manuals): Use goto-address.
942
943 * startup.el (command-line-1): Add info about ordering manuals
944 to the not so fancy splash screens.
945
f93e614e
AS
9462001-02-26 Andre Spiegel <spiegel@gnu.org>
947
01459648
GM
948 * vc.el (vc-default-workfile-unchanged-p)
949 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 950
12435002
GM
9512001-02-26 Gerd Moellmann <gerd@gnu.org>
952
a2ffbafe 953 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
954 fontify in the right buffer.
955
12435002
GM
956 * allout.el (outline-flag-region): Move macro in front of first
957 use to avoid a run-time error.
958
425de386
AI
9592001-02-24 Andrew Innes <andrewi@gnu.org>
960
961 * makefile.w32-in: Fix copyright notice.
962
66c56ed1
KH
9632001-02-24 Kenichi Handa <handa@etl.go.jp>
964
4c1593ce
KH
965 * international/utf-8.el (mule-utf-8): Set correct value for
966 valid-codes property.
967
66c56ed1
KH
968 * international/fontset.el (x-complement-fontset-spec): In the
969 case that we use ASCII font for the other charsets, use only
15d1caef 970 family and registry part of it.
66c56ed1 971
119171dd
EZ
9722001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
973
974 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
975 (shrink-window-if-larger-than-buffer): Doc fix.
976
932c309e
SM
9772001-02-23 Stefan Monnier <monnier@cs.yale.edu>
978
979 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
980 predicate passed to completing-read.
981
9b760e36
EZ
9822001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * startup.el (command-line): Fix last change.
985
5c39a60f
JR
9862001-02-23 Jason Rumney <jasonr@gnu.org>
987
988 * startup.el (tool-bar-originally-present): New variable.
989 (command-line): Set it if the tool-bar is switched on at startup.
990
991 * frame.el (frame-notice-user-settings): Only adjust frame height
992 for no tool-bar case if tool-bar was originally switched on.
796ead7e 993 From E. Jay Berkenbilt.
5c39a60f 994
cb91b2c7
SM
9952001-02-22 Stefan Monnier <monnier@cs.yale.edu>
996
39b557e8
SM
997 * server.el (server-switch-buffer): Only switch window if the
998 current one is dedicated.
999
cb91b2c7
SM
1000 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1001 rather than using (match-beginning 0) when searching for break point.
1002
9238a8df
EZ
10032001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1004
1005 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1006 @ follows an accent command such as @'. Support optional braces
1007 in commands that insert accents, like makeinfo does.
1008
3473f362
GM
10092001-02-22 Gerd Moellmann <gerd@gnu.org>
1010
1011 * startup.el (fancy-splash-text): Add a line for ordering
1012 manuals. Reverse order of splash screens shown.
1013 (use-fancy-splash-screens-p): Adapt to the text line added.
1014
1015 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1016 manuals from the FSF.
1017
1018 * help.el (view-order-manuals): New function.
1019 (toplevel): Bind C-h C-m to this function.
1020
76a4de07
SM
10212001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1022
1023 * newcomment.el (comment-forward): Skip the comment-start before
1024 searching for the comment-end.
1025
75b71d85
DL
10262001-02-21 Dave Love <fx@gnu.org>
1027
2f4c9a87
DL
1028 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1029
75b71d85
DL
1030 * international/mule-cmds.el, international/mule.el: Doc fixes.
1031
1032 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1033 (fortune) <defgroup>: Add :link.
1034 (fortune-from-region): Use eq, not eql.
1035
ffc9ff0c
GM
10362001-02-21 Gerd Moellmann <gerd@gnu.org>
1037
1038 * startup.el (fancy-splash-screens): Use display-hourglass
1039 instead of display-busy-cursor.
1040
1041 * frame.el (display-hourglass): Renamed from busy-cursor.
1042 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1043 (show-cursor-in-non-selected-windows): Doc fix.
1044
f34eb373
DL
10452001-02-20 Dave Love <fx@gnu.org>
1046
1047 * international/utf-8.el: Doc and commentary fixes.
1048
f55e4a7e
EZ
10492001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1050
1051 * ehelp.el (with-electric-help): Doc fix.
1052
fa97adf6
GM
10532001-02-20 Gerd Moellmann <gerd@gnu.org>
1054
1055 * msb.el (msb-mode): Call the update-buffers function explicitly
1056 with a FORCE argument.
1057
1058 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1059 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1060 returns nil.
1061
54ed3bd2
GM
10622001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1063
1064 * ps-print.el: Timestamp package replacement. Some enhancements.
1065 Some XEmacs compatibility. Doc fix.
1066 (ps-print-version): New version number (6.4).
1067 (ps-printer-name): Initialization fix.
1068 (ps-zebra-stripe-follow): Funcionality enhancement.
1069 (ps-prologue-file): Code enhancement.
1070 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1071 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1072 (ps-get-page-dimensions)
54ed3bd2
GM
1073 (ps-generate-header, ps-begin-file, ps-begin-job)
1074 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1075 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1076 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1077 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1078
e8ebf97d
MB
10792001-02-20 Miles Bader <miles@gnu.org>
1080
1081 * image-file.el (image-file-name-extensions): Add "tif".
1082
136b27c5
GM
10832001-02-19 Gerd Moellmann <gerd@gnu.org>
1084
1085 * wid-edit.el (widget-button-click): Save the selected window
1086 around the code handling clicks on buttons.
1087
6ebbcf59
DL
10882001-02-18 Dave Love <fx@gnu.org>
1089
1090 * imenu.el (imenu--generic-function): Use mapc to iterate over
1091 syntax characters.
1092
595ded73
RS
10932001-02-17 Richard M. Stallman <rms@gnu.org>
1094
b9fe3dc8
RS
1095 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1096
595ded73
RS
1097 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1098
f3f053f3
GM
10992001-02-16 Gerd Moellmann <gerd@gnu.org>
1100
1101 * mouse.el (mouse-save-then-kill): If the distance from the new
1102 point to the mark is equal to the distance of point from the new
1103 point, move point instead of the mark.
1104
11570a8f
DL
11052001-02-16 Dave Love <fx@gnu.org>
1106
1107 * textmodes/flyspell.el (flyspell-get-word): Return string without
1108 properties.
1109
fb339cd5
EZ
11102001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * generic.el (generic-find-file-regexp): Doc fix.
1113 (generic-ignore-files-regexp): New defcustom.
1114 (generic-mode-find-file-hook): If the file's name matches the
1115 regexp in `generic-ignore-files-regexp', don't enter
1116 default-generic-mode. Doc fix.
1117
c56b1c1b
GM
11182001-02-16 Gerd Moellmann <gerd@gnu.org>
1119
a2ffbafe 1120 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1121 Add autoload cookies.
1122
a2ffbafe 1123 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1124 of cal-tex-24.
1125
0d140e65
EZ
11262001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1127
81558867
EZ
1128 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1129
0d140e65
EZ
1130 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1131 the character class after the (optional) drive, to support file
1132 names with embedded blanks.
1133
713f7b15
SS
11342001-02-15 Sam Steingold <sds@gnu.org>
1135
1136 * textmodes/tex-mode.el (tex-shell-running):
1137 Check the process buffer too.
1138
9a2a6f73
DL
11392001-02-15 Dave Love <fx@gnu.org>
1140
1141 * battery.el (battery-status-function): Fix doc, :type.
1142
15d1caef 1143 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1144
fe10cef0
GM
11452001-02-15 Gerd Moellmann <gerd@gnu.org>
1146
1147 * subr.el (read-passwd): Clear Lisp memory holding password.
1148
126f5d4d
MB
11492001-02-15 Miles Bader <miles@gnu.org>
1150
1151 * info.el (Info-copy-current-node-name): New function.
1152 (Info-mode-menu): Add it to the menu.
1153
92e98d63
RS
11542001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1155
1156 * international/mule-cmds.el (toggle-input-method): Doc fix.
1157
dd4e0e55
SM
11582001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1159
1160 * replace.el (occur): Stop at end of buffer.
1161
402dbbd1
EZ
11622001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1163
1164 * international/mule-cmds.el (set-input-method): Another doc fix.
1165
e9fcba3d
GM
11662001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1167
1168 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1169
78ad1cd5
MB
11702001-02-13 Miles Bader <miles@gnu.org>
1171
713f7b15 1172 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1173 (set-face-stipple): Treat a value of nil as being `unspecified'.
1174
fce9d9dc
DL
11752001-02-12 Dave Love <d.love@dl.ac.uk>
1176
1177 * international/latin1-disp.el: Doc fixes.
1178 (latin1-display) <defgroup>: Add :link.
1179 (latin1-display) <function>: Set variable latin1-display.
1180
bc406911
EZ
11812001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1182
1183 * international/mule-cmds.el (set-input-method): Doc fix.
1184
68514d48
EL
11852001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1186
1187 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1188 (speedbar-line-file): Return nil if not a file.
1189 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1190
513bea45 11912001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1192
513bea45
MK
1193 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1194 for remote files.
bc406911 1195 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1196 with raw-text.
713f7b15 1197
513bea45 1198 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1199
83c9cb8e
SM
1200 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1201 Better handling of the diff mode.
713f7b15 1202
513bea45 1203 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1204
bc406911 1205 * viper.texi: Fix typos.
713f7b15 1206
521d4010
DL
12072001-02-11 Dave Love <fx@gnu.org>
1208
36fd8e17
DL
1209 * shadowfile.el: Doc fixes.
1210 (shadow) <defgroup>: Add :link.
1211 (shadowfile-unload-hook): New function.
1212 (shadow-initialize): Use defalias, not fset.
1213 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1214 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1215
521d4010
DL
1216 * international/mule.el: Doc and message fixes.
1217
36fd8e17
DL
1218 * international/ccl.el (define-ccl-program): Doc fix.
1219
92395bbe
KH
12202001-02-11 Kenichi Handa <handa@etl.go.jp>
1221
1222 * faces.el (mode-line): Set :line-width property to -1.
1223
103db06c
RS
12242001-02-10 Richard M. Stallman <rms@gnu.org>
1225
08b78974
RS
1226 * complete.el (partial-completion-mode): Doc fix.
1227
103db06c
RS
1228 * simple.el (delete-key-deletes-forward-mode):
1229 Change `let' to `let*' to fix gross bug in last change.
1230
1231 * repeat.el (repeat): Don't let execute-kbd-macro alter
1232 real-last-command.
1233
a6a1ee53
EZ
12342001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1235
1236 * simple.el (eval-expression): Doc fix.
1237
d2f288c6
DL
12382001-02-09 Dave Love <fx@gnu.org>
1239
038f4ae3
DL
1240 * imenu.el (imenu-generic-expression): Doc fix.
1241
83c9cb8e
SM
1242 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1243 From Juanma Barranquero.
038f4ae3 1244
15d1caef 1245 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1246
9804b846
KH
12472001-02-09 Kenichi Handa <handa@etl.go.jp>
1248
1249 * faces.el (set-face-attribute): Describe the case of a negative
1250 value specified for :line-width.
1251
532f5197
SM
12522001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1253
1254 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1255 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1256
1d279666
DL
12572001-02-08 Dave Love <fx@gnu.org>
1258
4681ca3a
DL
1259 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1260 widget-plist-value-type.
1261 (widget-alist-convert-widget): Replace binding of
1262 widget-alist-value-type.
1263
1d279666
DL
1264 * textmodes/paragraphs.el (sentence-end): Doc fix.
1265
83c9cb8e
SM
1266 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1267 Remove `backward-line'.
1d279666 1268
532f5197
SM
1269 * play/pong.el (pong-blank-color, pong-bat-color)
1270 (pong-ball-color, pong-border-color, pong-left-key)
1271 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1272 (pong-pause-key, pong-resume-key, pong-timer-delay):
1273 * mail/mh-comp.el (mh-compose-letter-function):
1274 * eshell/esh-mode.el (eshell-skip-prompt-function):
1275 * emulation/viper-ex.el (ex-unix-type-shell-options):
1276 * recentf.el (recentf-menu-filter):
1277 * ps-print.el (ps-print-region-function):
1278 * lpr.el (print-region-function):
1279 * forms.el (forms-mode-hooks):
1280 * dirtrack.el (dirtrack-directory-change-hook):
1281 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1282 * textmodes/spell.el (spell-filter):
1283 * textmodes/fill.el (adaptive-fill-function):
1284 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1285 * progmodes/etags.el (find-tag-default-function):
1286 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1287 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1288
6f676109
EZ
12892001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1290
751d3bc4
EZ
1291 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1292 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1293 Meyering <jim@meyering.net>.
1294
6f676109
EZ
1295 * loadup.el: Revert last change.
1296
d3c26cdf
KH
12972001-02-07 Kenichi Handa <handa@etl.go.jp>
1298
83c9cb8e
SM
1299 * international/mule.el (transform-make-coding-system-args):
1300 Make it work also for coding systems not using CCL.
d3c26cdf 1301
44806980
EZ
13022001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1303
9889af08
EZ
1304 * simple.el (previous-matching-history-element)
1305 (next-matching-history-element): Doc fix.
1306
44806980
EZ
1307 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1308 specific part.
1309
1e36ff68
DL
13102001-02-06 Dave Love <fx@gnu.org>
1311
713f7b15 1312 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1313 (add-log-buffer-file-name-function, add-log-file-name-function):
1314 Fix :type.
1315 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1316
c7ca58df
EZ
13172001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1318
fecd556a
EZ
1319 * info.el (info-initialize): Remove the test for system-type when
1320 invocation-directory is non-nil.
1321
c7ca58df
EZ
1322 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1323 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1324
587b5737
AI
13252001-02-06 Andrew Innes <andrewi@gnu.org>
1326
1327 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1328 absolute.
1329
baf7eee4
GM
13302001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1331
1332 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1333 buffers. When hi-lock turned on rather than only checking current
1334 buffer for regexps, all buffers are checked. Moved activation of
1335 font-lock to hi-lock-refontify. When font-lock turned off rather
1336 than removing added highlighting just in current buffer, remove it
1337 in all buffers. Changed edit menu text from "Automatic
1338 Highlighting" to "Regexp Highlighting" Documentation for
1339 highlighting phrases, minor documentation changes.
1340 (hi-lock-set-file-patterns): Execute only if there are new or
1341 existing file patterns.
1342 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1343 unfontify and, if a support mode is active, will not refontify the
1344 whole buffer. If necessary, turn on font lock. (Removed
1345 font-lock-unfontify and font-lock support-mode-specific calls,
1346 such as lazy-lock-fontify-window.)
1347 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1348 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1349 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1350 (hi-lock-face-phrase-buffer): New function. Also added related
1351 menu item and keybinding.
1352 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1353 (hi-lock-process-phrase): New function.
1354 (hi-lock-line-face-buffer): Doc fixes.
1355 (hi-lock-face-buffer): Doc fixes.
1356 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1357
36710aa6
GM
13582001-02-06 Gerd Moellmann <gerd@gnu.org>
1359
1360 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1361 dabbrev-ignored-regexps.
1362
d3f22784
EZ
13632001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1364
1365 * simple.el (kill-line): Doc fix.
1366
5cb3c8d4
DL
13672001-02-05 Dave Love <fx@gnu.org>
1368
1369 * loadup.el: Revert last two changes -- bootstrapping works with
1370 regenerated loaddefs.
1371
e6297e7d
EZ
13722001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1373
1e14b095
EZ
1374 * isearch.el (isearch-forward): Doc fix.
1375
e6297e7d
EZ
1376 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1377 of font-lock-defaults to backward-paragraph.
1378
e16f52ce
GM
13792001-02-05 Gerd Moellmann <gerd@gnu.org>
1380
1381 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1382 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1383
01d19dd7
GM
13842001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1385
1386 * ebnf2ps.el: Eliminate time-stamp functions.
1387 (ebnf-version): New version (3.5).
1388 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1389 format-time-string.
1390
24886813
GM
13912001-02-05 Gerd Moellmann <gerd@gnu.org>
1392
1393 * simple.el (next-line): Goto end-of-line before inserting a newline.
1394
65e70fc4
MB
13952001-02-05 Miles Bader <miles@gnu.org>
1396
1397 * image-file.el (insert-image-file): When visiting an image, also
1398 set `truncate-lines' to t so that any fringe arrow looks correct.
1399
482f06c9
KH
14002001-02-05 Kenichi Handa <handa@etl.go.jp>
1401
1402 * isearch.el (isearch-forward): Add description about input method
1403 in the docsting.
1404
02399da7
SM
14052001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1408
2c366083
EZ
14092001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1412 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1413
bdadfce3
GM
14142001-02-02 Gerd Moellmann <gerd@gnu.org>
1415
79fb38c0
GM
1416 * wid-edit.el (widget-button-click): Fix last change.
1417
bdadfce3
GM
1418 * frame.el (frame-notice-user-settings): When resizing the initial
1419 frame because the tool bar is off, also change the frame's top
1420 position if a negative top position was specified.
1421
33155ffb
MB
14222001-02-02 Miles Bader <miles@gnu.org>
1423
1424 * image-file.el (insert-image-file): When visiting an image,
1425 suppress the cursor in the image buffer.
1426
1355ba0c
DL
14272001-02-01 Dave Love <fx@gnu.org>
1428
1429 * progmodes/f90.el (f90-mode): Remove startup message.
1430
fb758d2d 1431 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1432
01acdb05
GM
14332001-02-01 Gerd Moellmann <gerd@gnu.org>
1434
1435 * startup.el (command-line): Fix code determining whether or not
1436 to use delete-key-deletes-forward-mode.
1437
5b1ee316
AS
14382001-02-01 Andre Spiegel <spiegel@gnu.org>
1439
1440 * vc.el (vc-diff-switches): New user option.
1441 (vc-version-diff): Use it.
1442 (vc-diff-switches-list): New macro.
1443
83c9cb8e
SM
1444 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1445 New customization options.
5b1ee316
AS
1446 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1447
1448 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1449
00b1e7a1
GM
14502001-02-01 Gerd Moellmann <gerd@gnu.org>
1451
1452 * msb.el (toplevel): Quote hook symbols.
1453
85827036
KH
14542001-02-01 Kenichi Handa <handa@etl.go.jp>
1455
8e028499 1456 * international/mule.el (make-coding-system): Add description
3c948dde 1457 about recognized properties in the docstring.
8e028499 1458
85827036
KH
1459 * international/mule-conf.el: Remove unused charsets
1460 mac-roman-lower and mac-roman-upper.
1461
7ccf7ab9
GM
14622001-01-31 Gerd Moellmann <gerd@gnu.org>
1463
2441692d
GM
1464 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1465 is in front of the left-margin, if any.
1466
ee5cece0
GM
1467 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1468 like `delete'.
1469
83c9cb8e 1470 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1471
7ccf7ab9
GM
1472 * term/w32-win.el (mouse-set-font): Doc fix.
1473
b4f30ec5 14742001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1475
b4f30ec5
GM
1476 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1477 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1478 on already.
1479
03e0fe6e
GM
14802001-01-31 Markus Rost <rost@math.ohio-state.edu>
1481
1482 * files.el (save-buffer): Don't give message if (buffer-file-name)
1483 returns nil.
713f7b15 1484
8f289acc
EZ
14852001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1486
cb4aae04
EZ
1487 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1488
dbd98b19
EZ
1489 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1490 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1491
8f289acc
EZ
1492 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1493 display problems.
1494
c12553c1
KH
14952001-01-31 Kenichi Handa <handa@etl.go.jp>
1496
c7bf5db9
KH
1497 * international/mule.el (charset-info): Fix docstring.
1498
1499 * international/mule-diag.el (describe-character-set): Check final
1500 char valid before printing it.
c12553c1 1501
14f16b9c
GM
15022001-01-30 Gerd Moellmann <gerd@gnu.org>
1503
efaa080b
GM
1504 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1505
eef93f99
GM
1506 * frame.el (frame-notice-user-settings): Do the tool-bar
1507 stuff only for graphical displays. Fix a braino.
713f7b15 1508
14f16b9c
GM
1509 * frame.el (frame-initialize): Create initial frame visible.
1510 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1511 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1512
1513 * startup.el (command-line): Remove manipulation of frame
1514 height for tool bars.
1515
4ad25e43
EZ
15162001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1517
1518 * lpr.el: Compatibility with XEmacs and doc fixes.
1519 (lpr-windows-system, lpr-lp-system): New vars.
1520 (lpr-printer-switch): New defcustom.
1521 (printer-name, lpr-command): Customization fix.
1522 (print-region-1): Code fix.
1523 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1524 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1525 New functions.
4ad25e43 1526
e8f044a0
GM
15272001-01-29 Gerd Moellmann <gerd@gnu.org>
1528
1529 * msb.el (toplevel): Fix the eval-after-load.
1530
850d5045
GM
15312001-01-29 Dave Love <fx@gnu.org>
1532
762fe76e
DL
1533 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1534
1535 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1536
83c9cb8e 1537 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1538 (tcl-using-emacs-19-23): Consider Emacs 21+.
1539 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1540 (tcl-add-emacs-menu): Supply menu name.
1541 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1542
3a768251
GM
15432001-01-29 Gerd Moellmann <gerd@gnu.org>
1544
1545 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1546
274d02f7
SM
15472001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1548
1549 * pcvs.el (cvs-mark-fis-dead): New function.
1550 (cvs-mode-add): Use it.
1551 (cvs-mode-add-change-log-entry-other-window):
1552 Rebind change-log-default-name to itself rather than to nil.
1553
ed5d446e
SS
15542001-01-29 Sam Steingold <sds@gnu.org>
1555
efaa080b 1556 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1557 `autoload' statements.
1558
e2a80284
EZ
15592001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1560
8e1db7b3
EZ
1561 * files.el (confirm-kill-emacs): Doc fix.
1562
ff2a1c79
EZ
1563 * frame.el (frame-initialize): Doc fix.
1564
e7b0deaf
EZ
1565 * time-stamp.el (time-stamp-string): Doc fix.
1566
83c9cb8e
SM
1567 * woman.el (WoMan-log-1): Make the log buffer writable.
1568 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1569
005913e4
GM
15702001-01-29 Gerd Moellmann <gerd@gnu.org>
1571
1572 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1573 the `make-variable-buffer-local'.
1574
58622cc5
GM
15752001-01-29 Dave Love <fx@gnu.org>
1576
1577 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1578 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1579 Add autoload cookie.
58622cc5
GM
1580 (ansi-color-apply-sequence): Fix typo.
1581
0404d031
GM
15822001-01-29 Gerd Moellmann <gerd@gnu.org>
1583
ed5d446e 1584 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1585 Postscript printing in black and white.
1586
0404d031
GM
1587 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1588 X-Mailman-Version, Precedence, List-Help, List-Post,
1589 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1590 Content-Type, Content-Length.
1591
3b6ed359
DL
15922001-01-29 Dave Love <fx@gnu.org>
1593
ddd16e7a
DL
1594 * elide-head.el (elide-head): Make overlay evaporate.
1595
83c9cb8e 1596 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1597
8005142f
EZ
15982001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1599
1600 * isearch.el (isearch-highlight): Don't punt if the display
1601 doesn't support colors, since isearch faces are defined for
1602 monochrome displays as well.
1603
84728570
SS
16042001-01-27 Sam Steingold <sds@gnu.org>
1605
1606 * shell.el (shell-write-history-on-exit): Make sure that we are in
1607 the shell buffer (M-x tex-file RET inserted the error message into
1608 the TeX buffer).
1609
e26f9ced
EZ
16102001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * simple.el (transient-mark-mode): Doc fix.
1613
dc0274bd
GM
16142001-01-27 Gerd Moellmann <gerd@gnu.org>
1615
83c9cb8e 1616 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1617
c1acacc4
EZ
16182001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1619
f5058b96
EZ
1620 * shell.el (shell-unquote-argument): If the shell is one of the
1621 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1622 quote character.
1623 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1624 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1625
c1acacc4 1626 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1627 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1628
103db06c 16292001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1630
84728570 1631 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1632 Treat a one-capital-letter abbrev as "not all upper case",
1633 so as to force preservation of the expansion's pattern
1634 if the expansion starts with a capital letter.
1635
cfa70244
EZ
16362001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1637
cfee9de7
EZ
1638 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1639 Doc fix.
1640
cfa70244
EZ
1641 * simple.el (transient-mark-mode): Document the fact that many
1642 commands act on the region when mark is active.
1643
17d90d6b
KH
16442001-01-27 Kenichi Handa <handa@etl.go.jp>
1645
1646 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1647 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1648 (quail-show-guidance-buf): Make the multibyteness of current
1649 buffer inherited to Quail guidance buffer.
1650 (quail-help): Make the multibyteness of current buffer inherited
1651 to Quail help buffer.
1652
61076b20
DL
16532001-01-26 Dave Love <fx@gnu.org>
1654
c47e2c68
DL
1655 * time-stamp.el: Doc fixes.
1656
84728570 1657 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1658 (delphi-keyword-face, delphi-other-face): Fix :type.
1659
940f14b4
DL
1660 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1661
1662 * mail/feedmail.el (feedmail): Add :link.
1663 (feedmail-send-it): Doc fix.
1664
1665 * mail/sendmail.el: Doc fixes.
1666 (sendmail-send-it): Fix the non-ASCII regexp and use
1667 rfc2047-encode-string.
1668
61076b20
DL
1669 * dired.el, dired-aux.el: Revert last change.
1670
6c317bd2
GM
16712001-01-26 Gerd Moellmann <gerd@gnu.org>
1672
1673 * makefile.w32-in (DONTCOMPILE): Add various term files.
1674
16752001-01-26 Dave Love <fx@gnu.org>
1676
1677 * Makefile.in (DONTCOMPILE): Add various term files.
1678
1c636b5f
GM
16792001-01-26 Gerd Moellmann <gerd@gnu.org>
1680
af900b23
GM
1681 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1682
15fa6db0 1683 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1684 the echo area is resized to fit the size of the startup message.
15fa6db0 1685
1c636b5f
GM
1686 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1687 part of which is a constant.
1688
9b1adbd5
EZ
16892001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1690
83c9cb8e 1691 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1692
103db06c 16932001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1694
1695 * simple.el (next-line): Don't let `newline' expand abbrevs.
1696 Simplify slightly.
1697 (open-line): Don't let `newline' expand abbrevs.
1698
219227ea
JW
16992001-01-25 John Wiegley <johnw@gnu.org>
1700
1701 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1702 to `repeat' in the :type field.
1703
1704 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1705 allow a choice of regexp or nil.
d2906bf8 1706 (pcomplete-dir-ignore): Same.
219227ea
JW
1707
1708 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1709 a command) to always fail.
1710
ceba0dac
GM
17112001-01-25 Gerd Moellmann <gerd@gnu.org>
1712
1713 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1714 discard the result.
1715 (iswitchb-to-end): Likewise.
1716
9b0630e5
SS
17172001-01-25 Sam Steingold <sds@gnu.org>
1718
1719 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1720 Require vc.
9b0630e5 1721
a2ed9670
SM
17222001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1723
f0c1adab
SM
1724 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1725
a2ed9670
SM
1726 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1727
34ac3367
DL
17282001-01-25 Dave Love <fx@gnu.org>
1729
61076b20
DL
1730 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1731 (describe-coding-system): Tweak the English text.
1732
34ac3367
DL
1733 * loadup.el: Preload international/ccl for utf-8.
1734
4685e6b7
EZ
17352001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1736
1737 * mail/rmail.el (rmail-redecode-body): Doc fix.
1738
0fdb4475
KH
17392001-01-25 Kenichi Handa <handa@etl.go.jp>
1740
83c9cb8e
SM
1741 * international/mule-cmds.el (reset-language-environment):
1742 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 1743
83c9cb8e
SM
1744 * international/mule-conf.el (coding-category-utf-8):
1745 Initialize to mule-utf-8.
0fdb4475 1746
9b0630e5 1747 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1748
1749 * international/utf-8.el: New file.
1750
245ed2b1
SM
17512001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1752
1753 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1754
e95b0c08
SS
17552001-01-24 Sam Steingold <sds@gnu.org>
1756
1757 * dired.el (dired-replace-in-string): Removed.
1758 (dired-sort-toggle): Use `replace-regexps-in-string'
1759 instead of `dired-replace-in-string'.
9b0630e5 1760
ceba0dac
GM
1761 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1762 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1763
e95b0c08
SS
1764 * gs.el (gs-replace-in-string): Removed.
1765 (gs-options): Use `replace-regexps-in-string'
1766 instead of `gs-replace-in-string'.
1767
c3902c3e
EZ
17682001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1769
1770 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1771 bug report is mailed to an email list and posted to a news group.
1772
b66b6aeb
GM
17732001-01-24 Gerd Moellmann <gerd@gnu.org>
1774
83c9cb8e
SM
1775 * comint.el (comint-replace-by-expanded-history-before-point):
1776 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 1777
b66b6aeb
GM
1778 * startup.el (tool-bar-images-pixel-height): New variable.
1779 (command-line): After loading the user's init file, when
1780 tool-bar-mode is on, increase the frame's size by some lines for
1781 the tool-bar.
1782
1783 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1784
ff890e66
SZ
17852001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1786
1787 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1788 (chinese-big5): MIME:Big5.
1789
04363179
GM
17902001-01-24 Gerd Moellmann <gerd@gnu.org>
1791
e95b0c08 1792 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1793 Handle commands with prefix args.
1794
d56aaa64
GM
17952001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1796
1797 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1798 being a list of numbers.
1799 (diary-mail-entries): Rewritten.
1800
99858627
DL
18012001-01-23 Dave Love <fx@gnu.org>
1802
7aeb1fa9
DL
1803 * international/mule.el (make-coding-system): Fix typo.
1804
83c9cb8e
SM
1805 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1806 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 1807
5a43decf
EZ
18082001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * font-lock.el (font-lock-mode): Doc fix.
1811
b0e98867
KH
18122001-01-23 Kenichi Handa <handa@etl.go.jp>
1813
1814 * international/mule.el (make-translation-table): Fix docstring.
1815
9c8acefd
EZ
18162001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1817
fd4976b8
EZ
1818 * mail/rmail.el (rmail-redecode-body): New function.
1819
9c8acefd
EZ
1820 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1821
871e0439
GM
18222001-01-22 Gerd Moellmann <gerd@gnu.org>
1823
21c2bbe0
GM
1824 * isearch.el (isearch-lazy-highlight-case-fold-search)
1825 (isearch-lazy-highlight-regexp): New variables.
1826 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1827 case-fold search or regexp search has been toggled.
1828
5710730c
GM
1829 * wid-edit.el (widget-button-click): Avoid a save-excursion
1830 around running a global binding.
1831
871e0439
GM
1832 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1833 to 0.25.
1834
d0554957
MB
18352001-01-20 Miles Bader <miles@gnu.org>
1836
1837 * cus-edit.el (custom-face-save): Do post-processing on the face's
1838 new value like `custom-face-set' does.
1839
1519f618
EZ
18402001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1841
ccd87890
EZ
1842 * mail/emacsbug.el (report-emacs-bug): Report the value of
1843 LC_CTYPE, not LC_TYPE.
1844
1519f618
EZ
1845 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1846 isearch-toggle-regexp and isearch-edit-string to doc string.
1847
9724173b
GM
18482001-01-19 Gerd Moellmann <gerd@gnu.org>
1849
48bb9196
GM
1850 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1851 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1852
e95b0c08 1853 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1854 font-lock-beginning-of-syntax-function to nil.
1855
dc81f8a2
EZ
18562001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1857
1858 * mail/emacsbug.el (report-emacs-bug): Report values of
1859 locale-coding-system, default-enable-multibyte-characters, and the
1860 environment variables LC_ALL, LC_TYPE, and LANG.
1861
99327974
GM
18622001-01-19 Gerd Moellmann <gerd@gnu.org>
1863
83c9cb8e 1864 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 1865
2be6ecc6
GM
1866 * font-lock.el (font-lock-multiline): Default to nil.
1867 (font-lock-default-fontify-region): If font-lock-multiline is
1868 nil, don't check the property `font-lock-multiline'.
1869
99327974
GM
1870 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1871 is nil, don't check the `font-lock-multiline' text property.
1872
2550055a
MK
18732001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1874
0a949811 1875 * viper.el: Call initial-major-mode on startup.
e95b0c08 1876
0a949811 1877 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1878
8501998a 1879 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1880
2550055a 18812001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1882
0a949811 1883 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1884 diff mode, if available.
e95b0c08 1885
0a949811 18862001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1887
8501998a 1888 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1889
2550055a
MK
1890 * ediff-init.el (subst-char-in-string): Define and use it, unless
1891 it's already defined.
e95b0c08 1892
8962e303
GM
18932001-01-18 Gerd Moellmann <gerd@gnu.org>
1894
1895 * tooltip.el (tooltip-hide-delay): New user-option.
1896 (tooltip-show): Use tooltip-hide-delay instead of the default.
1897
6b453381
KH
18982001-01-18 Kenichi Handa <handa@etl.go.jp>
1899
1900 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1901 kill-local-variable doesn't work for enable-multibyte-characters.
1902
9eaf396b
DL
19032001-01-17 Dave Love <fx@gnu.org>
1904
cebd37ce
DL
1905 * ediff-init.el (ediff-before-setup-hook)
1906 (ediff-merge-filename-prefix): Add :version.
1907
9eaf396b
DL
1908 * international/latin1-disp.el: Require disp-table.
1909 (latin1-display): Fix :set.
1910
1911 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1912
f864120f
GM
19132001-01-17 Gerd Moellmann <gerd@gnu.org>
1914
1915 * isearch.el (isearch-lazy-highlight-initial-delay)
1916 (isearch-lazy-highlight-interval): Default to 0.
1917
19182001-01-17 Bob Glickstein <bobg@zanshin.com>
1919
1920 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1921 1 here rather than each time through
1922 isearch-lazy-highlight-new-loop.
1923 (isearch-lazy-highlight-max): Variable deleted.
1924 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1925 isearch-lazy-highlight-max but controls a single invocation of
1926 isearch-lazy-highlight-update.
1927 (isearch-lazy-highlight-wrapped): Variable recreated.
1928 (isearch-lazy-highlight-window-start): New variable.
1929 (isearch-lazy-highlight-cleanup): Restored to behavior of
1930 before 2-Jan.
1931 (isearch-lazy-highlight-remove-overlays): Function deleted;
1932 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1933 behavior removed.
1934 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1935 isearch-lazy-highlight-update in a loop rather than just once.
1936 Test isearch-invalid-regexp here and decide not to start a new
1937 loop, rather than testing it each time through
1938 isearch-lazy-highlight-update.
1939 (isearch-lazy-highlight-search): Function restored.
1940 (isearch-lazy-highlight-update): Get called in a timer loop again,
1941 but this time highlight more than one match each time through.
83c9cb8e
SM
1942 Only highlight matches in the visible part of the window.
1943 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
1944 the edge of the window. Use sit-for to force redisplay and ensure
1945 window-start is credible. "Face suppressing" behavior removed;
1946 overlay priorities should make it unnecessary, right?
1947 (isearch-highlight): Face suppressing behavior removed.
1948 (isearch-dehighlight): Face suppressing behavior removed.
1949 (isearch-set-lazy-highlight-faces-at): Removed.
1950
076ec540
KH
19512001-01-17 Kenichi Handa <handa@etl.go.jp>
1952
1953 * language/european.el ("Latin-1"): Make the format of description
1954 about additional language environments same as that of Latin-2.
1955
92328ec5
DL
19562001-01-16 Dave Love <fx@gnu.org>
1957
39f2174e
DL
1958 * isearch.el (isearch-lazy-highlight): Add :version.
1959
92328ec5
DL
1960 * simple.el (backward-delete-char-untabify-method)
1961 (next-line-add-newlines): Add :version.
1962
f251459d
GM
19632001-01-16 Gerd Moellmann <gerd@gnu.org>
1964
9d4850e5
GM
1965 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1966 Don't bind <delete> otherwise.
1967
1968 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1969 and <delete> via function-key-map.
1970
f251459d
GM
1971 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1972 Subject line only if point is after the `Subject:'.
1973
771ffcf7
KH
19742001-01-16 Kenichi Handa <handa@etl.go.jp>
1975
bda6b481
KH
1976 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1977 japanese-jisx0213-2 in `charset' property of this lang. env.
1978
35793af7
KH
1979 * language/european.el ("Latin-1"): Add description for Dutch and
1980 Spanish lang. env.
1981
771ffcf7
KH
1982 * international/mule.el (decode-char): Fix conditions.
1983 (encode-char): Handle eight-bit-control too.
1c8102ff 1984 (transform-make-coding-system-args): New function.
50c29104
KH
1985 (make-coding-system): Accept XEmacs style arguments for CCL base
1986 coding system.
771ffcf7 1987
e1cf67b6
GM
19882001-01-15 Gerd Moellmann <gerd@gnu.org>
1989
1990 * progmodes/etags.el (find-tag-noselect): Save the value of
1991 tags-file-name before switching buffers, for the case it has a
1992 buffer-local value.
1993
b3287acf
GM
19942001-01-15 Alex Schroeder <alex@gnu.org>
1995
9eaf396b
DL
1996 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1997 From Dave Love <fx@gnu.org>.
b3287acf
GM
1998 (ansi-color-for-comint-mode): Fix :version.
1999
20002001-01-15 Alex Schroeder <alex@gnu.org>
2001
2002 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2003
8d7ff9c8
EZ
20042001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2005
2006 * dired.el (dired-insert-directory): If file-system-info fails,
2007 remove the " free " part, but don't signal an error.
2008
dbe99ae9
SS
20092001-01-12 Sam Steingold <sds@gnu.org>
2010
2011 * bookmark.el (bookmark-maybe-historicize-string):
2012 Use new backquote syntax.
2013
103db06c 20142001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2015
2016 * subr.el (last): Handle a list that doesn't end in nil.
2017
ca2ddd8e
SS
20182001-01-12 Sam Steingold <sds@gnu.org>
2019
2020 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2021 to `backward-delete-char-untabify'.
2022
1751c874
DL
20232001-01-12 Dave Love <fx@gnu.org>
2024
2025 * cus-edit.el (customize-menu-create): Fix the :filter following
2026 easymenu change.
2027
2028 * wid-edit.el (function): Add :match-alternatives.
2029 (widget-color-action): Doc fix.
2030
3cccce8d
GM
20312001-01-12 Gerd Moellmann <gerd@gnu.org>
2032
2033 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2034
18bfd6b5
KH
20352001-01-12 Kenichi Handa <handa@etl.go.jp>
2036
83c9cb8e 2037 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2038
18bfd6b5
KH
2039 * international/ccl.el (define-ccl-program): Fix docstring.
2040
562e00da
DL
20412001-01-11 Dave Love <fx@gnu.org>
2042
14fd0da3
DL
2043 * international/mule-cmds.el (standard-display-european-internal):
2044 Set display table for 2208 as for 160.
2045
2046 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2047
562e00da
DL
2048 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2049 entry for custom-menu-create change.
2050 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2051 don't cons it in the search loop.
2052
2053 * imenu.el (imenu--truncate-items): Revert last change.
2054
6e961dcd
EZ
20552001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2056
2057 * info.el (Info-setup-header-line): If the node header includes
2058 either Next: or Prev: links, don't show the File: and Node: parts
2059 in the header line.
2060
2c2ff7f2
GM
20612001-01-11 Gerd Moellmann <gerd@gnu.org>
2062
a7ee2d2e
GM
2063 * comint.el (comint-goto-process-mark): Don't print a message
2064 when running in batch mode.
2065
c5348233
GM
2066 * isearch.el (isearch-search): In the condition-case handler for
2067 `error', set isearch-invalid-regexp to the whole error message.
2068
422717d1
GM
2069 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2070 ensure that eval-after-load works for files dumped with Emacs.
2071
2072 * help.el (load-symbol-file-load-history): New function extracted
2073 from function symbol-file.
2074 (symbol-file): Use it.
2075
83c9cb8e 2076 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2077
926861fb
EZ
20782001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2081 behave as if there were no prefix argument.
2082 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2083 argument were nil.
2084
afa1f52c
RS
20852001-01-11 Richard M. Stallman <rms@gnu.org>
2086
ca2ddd8e 2087 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2088 Don't look for more potential matches once maximum is exceeded.
2089 Use overlays-in to check correctly for overlap with current match.
2090 Ignore empty matches.
2091
47a9f362
MB
20922001-01-11 Miles Bader <miles@gnu.org>
2093
2094 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2095 (ispell-overlay-window, ispell-help, ispell-show-choices)
2096 (ispell-command-loop): Use it instead of `window-height'.
2097
d196f58d
GM
20982001-01-10 Gerd Moellmann <gerd@gnu.org>
2099
cf523f0e
GM
2100 * files.el (confirm-kill-emacs): New user-option.
2101 (save-buffers-kill-emacs): Ask for final confirmation before
2102 killing Emacs.
2103
d196f58d
GM
2104 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2105 to nil.
2106
7c6c3d8e
GM
21072001-01-10 Dave Love <fx@gnu.org>
2108
1f8be15d
DL
2109 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2110
83c9cb8e 2111 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2112
2113 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2114
2115 * calculator.el (calculator-number-digits): Fix :type.
2116
0d5184de
DL
2117 * vc-cvs.el (vc-cvs-header): Fix :type.
2118 * vc-rcs.el (vc-rcs-header): Fix :type.
2119 * vc-sccs.el (vc-sccs-header): Fix :type.
2120
2121 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2122
7c6c3d8e
GM
2123 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2124
8c9f73a2
GM
2125 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2126
457b792c
GM
21272001-01-10 Gerd Moellmann <gerd@gnu.org>
2128
2129 * simple.el (set-variable): Force a thorough redisplay for the
2130 case that the variable has an effect on the display, like
2131 `tab-width' has.
2132
d2622d08
AS
21332001-01-10 Andre Spiegel <spiegel@gnu.org>
2134
2135 * vc.el: Add documentation for backend interface.
2136
ae4b5f4f
KH
21372001-01-10 Kenichi Handa <handa@etl.go.jp>
2138
e0844717
KH
2139 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2140
ae4b5f4f
KH
2141 * international/mule-conf.el (latin-extra-code-table): Set to t
2142 for \223 and \224.
2143
3184082b
KH
21442001-01-09 Kenichi Handa <handa@etl.go.jp>
2145
2146 * international/mule-cmds.el (locale-language-names): Map "es" to
2147 "Spanish" and "nl" to "Dutch".
2148
732b9cdd
GM
21492001-01-09 Gerd Moellmann <gerd@gnu.org>
2150
1dfca644
GM
2151 * bindings.el (global-map): Bind <home> to beginning-of-line,
2152 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2153 C-<end> to end-of-buffer.
2154
732b9cdd
GM
2155 * language/european.el: Add Dutch and Spanish language info
2156 to be able to use the appropriate tutorials.
2157
21582001-01-09 Alex Schroeder <alex@gnu.org>
2159
2160 * ansi-color.el (ansi-color-process-output): Use markers instead
2161 of positions for start and end of region.
2162 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2163 Previously, occasional mistakes happend when fontifying many
2164 chunks of output (eg. ls --color=yes /dev). This happened
2165 whenever an overlay was created up to the end of the region, which
2166 coincided with the process-mark. New text would then be added
2167 within that overlay instead of after it.
2168 (ansi-color-make-extent): Overlays are created with the property
2169 `modification-hooks' set to '(ansi-color-freeze-overlay).
2170 (ansi-color-freeze-overlay): New function. When inserting text at
2171 the end of the overlay, the overlay will resize.
2172
21732000-01-09 Alex Schroeder <alex@gnu.org>
2174
2175 * ansi-color.el (ansi-color-process-output): Doc change.
2176 (ansi-color-unfontify-region): Doc change. No longer installed
2177 automatically in font-lock-unfontify-region-function.
2178 (ansi-color-apply): Doc change.
2179 (ansi-color-apply-on-region): Use extents or overlays instead of
2180 text-properties.
2181 (ansi-color-make-extent): New function.
2182 (ansi-color-set-extent-face): New function.
2183
21842000-01-09 Alex Schroeder <alex@gnu.org>
2185
2186 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2187 both use ansi-color-process-output, now.
2188 (ansi-color-process-output): Doesn't return string anymore. It is
2189 installed in comint-output-filter-functions for both Emacs and
2190 XEmacs, now.
2191 (ansi-color-unfontify-region): Simplified code removing variables
2192 pos and start-ansi.
2193 (ansi-color-apply): Put text-property ansi-color before putting
2194 text-property face because ansi-color-unfontify-region is called
2195 immediately after the call to put-text-property.
2196 (ansi-color-context-region): Doc change.
2197 (ansi-color-filter-region): Simplified code.
2198 (ansi-color-apply-on-region): Changed start to start-marker, using
2199 a marker explicitly. Put text-property ansi-color before putting
2200 text-property face because ansi-color-unfontify-region is called
2201 immediately after the call to put-text-property.
2202
22032000-01-09 Alex Schroeder <alex@gnu.org>
2204
2205 * ansi-color.el (ansi-color-faces-vector): Doc change.
2206 (ansi-color-for-comint-mode): Changed :type property to choice.
2207 (ansi-color-last-context): Removed.
2208 (ansi-color-process-output): Don't use ansi-color-last-context, as
2209 the main functions will store their context now.
2210 (ansi-color-context): Doc change.
2211 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2212 Uses ansi-color-context such that repeated calls will strip
2213 partial escape sequences, too.
2214 (ansi-color-apply): Simplified code. Colorize end of string if
2215 face is not null. Store context in new (FACE STRING) format, such
2216 that repeated calls will strip partial escape sequences, too.
2217 Append faces to face property using ansi-color-apply-sequence such
2218 that cumulative mode actually works.
2219 (ansi-color-context-region): New variable.
2220 (ansi-color-filter-region): Rewrote it based on
2221 ansi-color-apply-on-region. Uses ansi-color-context-region such
2222 that repeated calls will strip partial escape sequences, too.
2223 (ansi-color-apply-on-region): Simplified code. Colorize end of
2224 region if face is not null. Store context in new (FACE POS)
2225 format, such that repeated calls will strip partial escape
2226 sequences, too. Append faces to face property using
83c9cb8e 2227 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2228 (ansi-color-apply-sequence): New function.
2229 (ansi-color-get-face): When the default face is added to the list
2230 of faces, all previous settings are discarded and the list of
2231 faces is set to '(default).
2232
22332000-01-09 Alex Schroeder <alex@gnu.org>
2234
2235 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2236 face, such that ansi-color-apply and ansi-color-apply-on-region
2237 will do the right thing.
2238 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2239 returns nil, set the list of faces back to nil instead of
83c9cb8e 2240 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2241
22422000-01-09 Alex Schroeder <alex@gnu.org>
2243
2244 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2245 (ansi-color-process): Doc change.
2246 (ansi-color-last-context): New buffer-local variable.
2247 (ansi-color-process-output): New function. It is automatically
2248 added to comint-output-filter-functions if this is XEmacs.
2249 (ansi-color-unfontify-region): New optional parameter for XEmacs
2250 compatibility. Check wether font-lock-syntactic-keywords is
2251 boundp before removing the syntax table text property, as XEmacs
2252 doesn't have it.
2253 (ansi-color-filter-region): Doc change.
2254 (ansi-color-apply-on-region): Doc change.
2255 (ansi-color-make-face): New function. Compatibility layer for
2256 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2257 (ansi-color-make-color-map): Use ansi-color-make-face.
2258 (ansi-color-get-face): Avoid face text property '(nil) as results
2259 in an errow for XEmacs.
2260
22612000-01-09 Alex Schroeder <alex@gnu.org>
2262
83c9cb8e
SM
2263 * ansi-color.el (ansi-color-unfontify-region): New function.
2264 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2265 ansi-color. When the package is loaded, a lambda expression is
2266 put onto font-lock-mode-hook. This lambda expression will check
2267 font-lock-unfontify-region-function and replace
83c9cb8e 2268 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2269 (ansi-color-apply): Add text-property ansi-color in addition to
2270 text-property face.
2271 (ansi-color-apply-on-region): Add text-property ansi-color in
2272 addition to text-property face.
2273 (save-buffer-state): Copy of the macro that is also used by
2274 lazy-lock and font-lock.
2275
2276 (ansi-color-for-comint-mode): New option.
2277 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2278 (ansi-color-for-comint-mode-off): Ditto.
2279 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2280 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2281 decide what to do. This function is added to
2282 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2283
2284 (ansi-color-for-shell-mode-set): Removed.
2285 (ansi-color-for-shell-mode): Removed.
2286
22872000-01-09 Alex Schroeder <alex@gnu.org>
2288
2289 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2290 the lambda expression from the ansi-color-for-shell-mode :set
2291 property. Additionally, modify shell-mode-hook to enable or
2292 disable font-lock-mode for future shell buffers.
2293 (ansi-color-for-shell-mode): The :set property calls
2294 ansi-color-for-shell-mode-set instead of a lambda expression.
2295
22962000-01-09 Alex Schroeder <alex@gnu.org>
2297
2298 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2299 (ansi-color-context): New variable.
2300 (ansi-color-apply): Save context between calls.
2301
fb55ff10
EZ
23022001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2303
83c9cb8e
SM
2304 * isearch.el (isearch, isearch-lazy-highlight-face):
2305 New definitions for face colors and attributes.
29910493 2306
fb55ff10
EZ
2307 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2308 of display-mouse-p.
2309
134d6265
KH
23102001-01-09 Kenichi Handa <handa@etl.go.jp>
2311
2312 * international/mule.el (make-coding-system): If the coding system
2313 accepts extra latin codes, register such codes as safe for the
2314 coding system.
2315
103db06c 23162001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2317
984c9f75
RS
2318 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2319 don't mention the file name or the date here, because they are
2320 logged at the start of the file.
2321
23222001-01-08 Richard M. Stallman <rms@gnu.org>
2323
78b8eee8
RS
2324 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2325 Change screen-width to frame-width.
2326
1460e5d4
EZ
23272001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2328
2329 * info.el (Info-search): Print the default as part of the prompt.
2330
56f24bc1
AS
23312001-01-08 Andre Spiegel <spiegel@gnu.org>
2332
ca2ddd8e 2333 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2334 constant implementations in backends.
2335
2336 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2337 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2338
2339 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2340 WRITABLE to EDITABLE.
2341
2342 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2343 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2344 to EDITABLE.
2345
b7812d30
EZ
23462001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2347
2348 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2349 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2350
7e56ea04
GM
23512001-01-08 Gerd Moellmann <gerd@gnu.org>
2352
2353 * isearch.el (isearch-old-signal-hook): Removed.
2354 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2355 instead of setting signal-hook-function.
2356 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2357
a758f97d
GM
23582001-01-08 Kevin Gallagher <kevingal@onramp.net>
2359
2360 * emulation/edt.el: Update to version 4.0. Provide support for
2361 EDT scroll margins at top and bottom of the window. Provide an
2362 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2363 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2364 user when file-related buffer modifications exist.
2365 Provide support for running EDT Emulation in XEmacs.
2366 Provide customize access to some user updatable variables.
2367 Add Commentary section to file header.
2368 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2369
2370 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2371 for detecting a keypress that generates an ASCII key sequence.
2372 (Previously, only a keypress that generates a vector was
2373 recognized.) Embed Window Manager name into name of the generated
2374 EDT Emulation initialization file since the initialization file is
2375 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2376
30db89f9
EZ
23772001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2378
4deb3ba9
EZ
2379 * mail/sendmail.el (mail-mode): Doc fix.
2380
30db89f9
EZ
2381 * info.el (Info-goto-emacs-command-node): Doc fix.
2382 (Info-goto-emacs-key-command-node): Doc fix.
2383
c3f2772b
EZ
23842001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2385
8726e79b 2386 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2387 systems without long file-name support.
2388
0dac6924
AI
23892001-01-06 Andrew Innes <andrewi@gnu.org>
2390
2391 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2392
4e6ef391
EZ
23932001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2394
380866a2
EZ
2395 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2396 (isearch-lazy-highlight-update): Doc fix.
2397
148b5960
EZ
2398 * ffap.el (ffap-bindings): Doc fix.
2399
4e6ef391
EZ
2400 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2401
4cb1bcc2
DL
24022001-01-05 Dave Love <fx@gnu.org>
2403
2404 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2405
3828218c
GM
24062001-01-05 Gerd Moellmann <gerd@gnu.org>
2407
83c9cb8e
SM
2408 * mouse-drag.el (mouse-drag-safe-scroll):
2409 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2410
1f4139d5
GM
2411 * isearch.el (isearch-old-signal-hook): New variable.
2412 (isearch-mode): Set signal-hook-function to isearch-done.
2413 (isearch-done): Restore old signal-hook-function.
2414
3828218c
GM
2415 * info.el (Info-fontify-node): Mark one more char as intangible.
2416
3970013f
KH
24172000-01-05 Kenichi Handa <handa@etl.go.jp>
2418
83c9cb8e
SM
2419 * composite.el (compose-last-chars): New argument COMPONENTS.
2420 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2421 COMPONENTS.
2422
2423 * international/quail.el (quail-input-string-to-events): New function.
2424 (quail-input-method): Convert input string to events here.
2425 (quail-start-translation): Return input string, not event list.
2426 (quail-start-conversion): Likewise.
2427
f3b05e99
GM
24282001-01-04 Gerd Moellmann <gerd@gnu.org>
2429
ca2ddd8e 2430 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2431 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2432 and tooltip-add-timeout.
2433 (tooltip-show): Set border color from faces's foreground.
2434 (tooltip-show-help-function): If called with the same help string
2435 as last time, do nothing.
2436 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2437
0f2ac578
GM
2438 * startup.el (fancy-splash-screens): Don't bind show-help-function
2439 to nil.
2440
f3b05e99
GM
2441 * tooltip.el (tooltip-frame-parameters): Remove colors.
2442 (tooltip): New face
2443 (tooltip-set-param): New function.
2444 (tooltip-show): Set up color frame parameters from face `tooltip'.
2445 Display the tooltip text in face `tooltip'.
2446
8416e94a
DL
24472001-01-04 Dave Love <fx@gnu.org>
2448
2449 * whitespace.el (whitespace-global-mode): Fix typo.
2450
2451 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2452
30db89f9
EZ
24532001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2454
83c9cb8e
SM
2455 * help.el (help-for-help): Fix a typo in a doc string.
2456 From kwzh@gnu.org (Karl Heuer).
30db89f9 2457
b847eb8c
DL
24582001-01-03 Dave Love <fx@gnu.org>
2459
2460 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2461 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2462 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2463 (dired-guess-shell-alist-user): Customize.
2464 (dired-x-help-address): Set to bug-gnu-emacs.
2465 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2466 (dired-default-directory): Renamed from default-directory.
2467
2468 * hl-line.el (hl-line): Doc fix.
2469
43c4b570
KF
24702001-01-03 Karl Fogel <kfogel@red-bean.com>
2471
1bf6b1bf 2472 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2473
984c9f75 24742001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2475
2476 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2477 to remove all the current alternative-match highlighting.
2478 If nil, remove only what's outside the current window.
2479 (isearch-lazy-highlight-remove-overlays): Take optional
2480 region within which NOT to remove them.
2481 (isearch-lazy-highlight-new-loop): Greatly simplified.
2482 (isearch-lazy-highlight-update): Find all the other occurrences
2483 visible in the window, in just one call.
2484 (isearch-lazy-highlight-start): Now holds start of region to scan.
2485 (isearch-lazy-highlight-end): Now holds end of region to scan.
2486 (isearch-lazy-highlight-wrapped): Variable deleted.
2487 (isearch-lazy-highlight-search): Function deleted.
2488
13d6a61c
AI
24892000-01-02 Andrew Innes <andrewi@gnu.org>
2490
2491 * w32-fns.el (convert-standard-filename): Do length check on name
2492 before aref.
2493
064866e7
DL
24942001-01-02 Dave Love <fx@gnu.org>
2495
b33e041b
DL
2496 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2497 value.
2498 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2499
2500 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2501
8166ffd5
DL
2502 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2503 read syntax.
2504
064866e7
DL
2505 * calendar/todo-mode.el (todo): Add :link, :version.
2506 (todo-save-top-priorities): Remove autoload cookie.
2507 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2508 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2509
6dde6abc
GM
25102001-01-02 Gerd Moellmann <gerd@gnu.org>
2511
2512 * comint.el (comint-input-history-ignore): New variable.
2513 (comint-read-input-ring): Ignore entries matching
2514 comint-input-history-ignore.
2515
1a8a9daf
GM
25162001-01-02 Eric M. Ludlam <zappo@gnu.org>
2517
2518 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2519 (lm-copyright-mark): New function.
2520 (lm-crack-copyright): New function.
2521 (lm-verify): Check that the file has a copyright.
2522 Check that the file is copyright Free Software Foundation.
2523
9c92eb53
KH
25242000-12-30 Kenichi Handa <handa@etl.go.jp>
2525
2526 * international/mule-diag.el (print-fontset): Indent font name by
2527 24 columns, not 25.
2528
49172314
GM
25292000-12-29 Gerd Moellmann <gerd@gnu.org>
2530
762a68ec
GM
2531 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2532 in Subject line.
2533
49172314 2534 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2535 Use mail-mode-hook instead of mail-setup-hook.
2536 Otherwise continuing an interrupted message with C-u C-x m for
2537 instance, winds up in Mail mode without abbrevs.
49172314 2538
bd7a2e26
GM
25392000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2540
2541 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2542 non-nil. Adding almost all customization variables on ps-setup.
2543 Doc fix.
bd7a2e26
GM
2544 (ps-print-version): New version number (6.3.3).
2545 (ps-end-with-control-d): Initialization fix.
2546 (ps-lines-printed): New var.
2547 (ps-skip-newline): New fun.
2548 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2549 (ps-next-line, ps-continue-line, ps-plot-region)
2550 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2551
2b3f28a4
KH
25522000-12-29 Kenichi Handa <handa@etl.go.jp>
2553
83c9cb8e
SM
2554 * international/fontset.el (x-complement-fontset-spec):
2555 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2556 registered in x-font-name-charset-alist.
2557 (create-fontset-from-fontset-spec): Adjusted for the above change.
2558 The name of fontset alias should be a unresolved ASCII font name.
2559
2ece9174
GM
25602000-12-28 Gerd Moellmann <gerd@gnu.org>
2561
2562 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2563 and delete in isearch-mode-map.
2564
cbe3ad7a
RS
25652000-12-28 Richard M. Stallman <rms@gnu.org>
2566
ca2ddd8e 2567 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2568 Use xpdf instead of acroread.
2569
a816f1c5
KH
25702000-12-28 Kenichi Handa <handa@etl.go.jp>
2571
f086e73c
KH
2572 * textmodes/artist.el (artist-butlast): Deleted.
2573 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2574 artist-butlast.
f086e73c 2575
a816f1c5
KH
2576 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2577
2578 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2579
b202115b
EZ
25802000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2581
2582 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2583
2584 * ls-lisp.el: Better support for the Mac and MS-Windows.
2585 (ls-lisp): New defgroup.
2586 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2587 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2588 (ls-lisp-support-shell-wildcards): New defcustoms.
2589 (ls-lisp-parse-symlink): New function.
2590 (insert-directory): Code to convert switches to a list and set up
2591 the wildcard argument copied from ls-lisp-insert-directory.
2592 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2593 for -C and -R switches.
2594 (ls-lisp-column-format): New function.
ca2ddd8e 2595 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2596 (ls-lisp-format-time): Add doc strings.
2597 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2598 Support ls-lisp-dirs-first.
2599 (ls-lisp-classify, ls-lisp-extension): New functions.
2600 (ls-lisp-format): Optionally support emulation of symlinks.
2601 Support -i, -s, and -G switches.
2602
6061fbf0
GM
26032000-12-27 Gerd Moellmann <gerd@gnu.org>
2604
5e25feee
GM
2605 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2606
6061fbf0
GM
2607 * version.el (emacs-version): Print X scroll bar information.
2608
2609 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2610 instead of x-toolkit-scroll-bars-p.
2611
2612 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2613 of x-toolkit-scroll-bars-p.
2614
25050dab
EZ
26152000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2616
83c9cb8e 2617 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2618 (ffap-bindings): Doc fix, to reflect the above change.
2619
c1786874
KH
26202000-12-27 Kenichi Handa <handa@etl.go.jp>
2621
2622 * term.el (term-char-mode): Define all non-ascii self-inserting
2623 characters to 'term-send-raw in term-raw-map.
2624
7261ece3 26252000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2626
83c9cb8e 2627 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2628
83c9cb8e
SM
2629 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2630 Changed initialization; use add-hook.
6061fbf0 2631 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2632
6061fbf0 2633 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2634
6061fbf0
GM
2635 * ediff.el (ediff-patch-buffer): Bug fix.
2636 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2637
83f40583
SM
26382000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2639
2640 * subr.el (combine-run-hooks): Remove.
2641
2642 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2643 and remove the rogue second spec.
2644
bdd6d4e8
GM
26452000-12-23 Gerd Moellmann <gerd@gnu.org>
2646
2647 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2648
26736ce3
SM
26492000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2650
0e86b6b0
SM
2651 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2652 Use minibuffer menu prompt for the `=' prefix.
2653 (smerge-command-prefix): Change default to C-^.
6eabfb26 2654 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2655
26736ce3
SM
2656 * skeleton.el (skeleton-internal-1): Make sure the first line of
2657 the region is also re-indented.
d21584d6
SM
2658 (skeleton-end-newline): New var.
2659 (skeleton-end-hook): Use it.
26736ce3 2660
95fa4fd7
MB
26612000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2662
2663 * comint.el (comint-password-prompt-regexp): Support CVS.
2664
f060b834
GM
26652000-12-22 Gerd Moellmann <gerd@gnu.org>
2666
83c9cb8e
SM
2667 * simple.el (delete-key-deletes-forward-mode): Simplify.
2668 Also backspace key combinations, depending on
856ff7a7
GM
2669 delete-key-deletes-forward.
2670
2671 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2672
f060b834
GM
2673 * simple.el (delete-key-deletes-forward): Doc fix.
2674
653558a1
GM
26752000-08-22 Emmanuel Briot <briot@gnat.com>
2676
2677 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2678 white spaces are relevant in the XML file.
653558a1
GM
2679 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2680 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2681 of XML files.
653558a1
GM
2682 (xml-parse-tag): Check that the casing is the same in the start
2683 tag and end tag, since XML is case-sensitive. Allows for spaces
2684 in the end tag, after the name of the tag.
2685 (xml-parse-attlist): Allow for the character '-' in the name of
2686 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2687 the properties in the XML tree, since they are not relevant.
653558a1 2688
3ad93d8d
SM
26892000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * generic.el (generic-read-type): Undo last change, inline into
2692 `generic-mode' and then remove.
2693 (generic-mode): Inline generic-read-type.
2694 (define-generic-mode): Push the symbol name rather than the symbol
2695 onto generic-mode-list.
2696
177f4e88
GM
26972000-12-21 Gerd Moellmann <gerd@gnu.org>
2698
8e15274f
GM
2699 * generic.el (generic-read-type): Build an alist for
2700 completing-read as in 20.7.
2701
2702 * play/landmark.el (lm): Use interactive spec `P'.
2703 (toplevel): Don't set debug-on-error.
2704
83c9cb8e 2705 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2706
6ba384dc
GM
27072000-12-21 Dave Pearson <davep@davep.org>
2708
2709 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2710
647a066c
GM
27112000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2712
2713 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2714 ranges like \177-\237, but accepts the character sequence from \177 to
2715 \237. Doc fix.
2716 (ebnf-version): New version (3.4).
2717 (ebnf-setup): Code fix.
2718 (ebnf-range-regexp): New fun.
2719 (ebnf-8-bit-chars): Const fix.
2720
2721 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2722 entry. Doc fix.
2723 (ebnf-bnf-lex): Code fix.
2724 (ebnf-bnf-comment-chars): Const fix.
2725
2726 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2727 entry. Doc fix.
2728 (ebnf-iso-comment-chars): Const fix.
2729
2730 * ebnf-otz.el: Doc fix.
2731
2732 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2733 entry. Doc fix.
2734 (ebnf-yac-skip-code): Code fix.
2735 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2736
bc22fd18
EZ
27372000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2738
2739 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
2740 (recover-file): Use it instead of insert-directory.
2741 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2742
587fc3f9
KH
27432000-12-21 Kenichi Handa <handa@etl.go.jp>
2744
83c9cb8e
SM
2745 * international/mule-cmds.el (select-safe-coding-system):
2746 Check coding-category-list more rigidly. Improve help message.
eeefcfde 2747
587fc3f9
KH
2748 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2749
01860fb9
MB
27502000-12-21 Miles Bader <miles@gnu.org>
2751
83c9cb8e 2752 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 2753
3f9d67a6
KH
27542000-12-21 Kenichi Handa <handa@etl.go.jp>
2755
9fd1c1f7
KH
2756 * international/mule-diag.el (describe-char-after): Make *Help*
2757 buffer inherit multibyteness of the current buffer.
2758
3f9d67a6
KH
2759 * international/mule.el (make-char): Docstring adjusted for the
2760 change of make-char-internal.
2761
c9669fac
SM
27622000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2763
2764 * international/iso-cvt.el: Docstrings fix.
2765
19594307
DL
27662000-12-20 Dave Love <fx@gnu.org>
2767
2768 * subr.el (eval-after-load): Doc fix.
2769
b1a447b3
KH
27702000-12-20 Kenichi Handa <handa@etl.go.jp>
2771
2772 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2773 for numbers.
2774
09877d5d
MB
27752000-12-20 Miles Bader <miles@gnu.org>
2776
2777 * international/quail.el (quail-help): Resize the help window
2778 again after it has all its contents. Remove unneeded progn.
2779
71d4497a
GM
27802000-12-19 Gerd Moellmann <gerd@gnu.org>
2781
2782 * pcmpl-linux.el: Fix copy/paste error.
2783
741e56a0
AI
27842000-12-19 Andrew Innes <andrewi@gnu.org>
2785
83c9cb8e 2786 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 2787
cc24d91c
CD
27882000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2789
ba4c05aa
CD
2790 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2791
2792 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2793
2794 * progmodes/idlw-shell.el: Fixed copyright notice.
2795
2796 * progmodes/idlwave.el: Fixed copyright notice.
2797
71d4497a 2798 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2799 TAB as key separators.
2800
524c8caf
GM
28012000-12-19 Alex Schroeder <alex@gnu.org>
2802
2803 * sql.el (sql-sybase-options): New option.
2804 (sql-sybase): Use it. Add sql-database to the list of parameters
2805 provided for login. The options -w 2048 -n are not used any more.
2806 (sql-postgres-options): Changed default from "--pset" to "-P".
2807 (sql-mysql-options): Doc change.
2808 (sql-stop): Doc change.
2809
b5fa513d
KH
28102000-12-19 Kenichi Handa <handa@etl.go.jp>
2811
2812 * international/quail.el (quail-input-method): Always hide
2813 the guidance buffer on exiting.
2814
91c9e6ce
GM
28152000-12-18 Gerd Moellmann <gerd@gnu.org>
2816
c6da4eb4
GM
2817 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2818 isn't fboundp.
2819
3d2a0e0b
GM
2820 * server.el (server-buffer-done): Bury the buffer before
2821 killing it.
2822
91c9e6ce
GM
2823 * faces.el (face-spec-set): Interpret a nil in specs for
2824 foreground and background colors as `unspecified', for
2825 compatibility with 20.x.
2826
40fa0008
DL
28272000-12-18 Dave Love <fx@gnu.org>
2828
22adbe54
DL
2829 * simple.el (mail-user-agent): Doc fix.
2830 (input-mode-8-bit): Removed.
2831
2832 * international/mule.el (set-keyboard-coding-system): Doc fix.
2833 (keyboard-coding-system): New option.
2834
40fa0008
DL
2835 * mail/sendmail.el (send-mail-function): Customize.
2836
6f4745e2
EZ
28372000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2838
2839 * international/codepage.el (cp866-decode-table): New table.
2840
82b90229
GM
28412000-12-18 Gerd Moellmann <gerd@gnu.org>
2842
2843 * version.el (emacs-version): Remove `%a' from the time format
2844 because the weekday doesn't fit well into each locale.
2845
5a047002
MB
28462000-12-18 Miles Bader <miles@gnu.org>
2847
7f49aa07
MB
2848 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2849
ca2ddd8e 2850 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2851 Check that emacs-major-version is `=' to 20, not `>='.
2852 (artist-replace-chars): Use `make-string' instead of a loop.
2853
22ea2607
EZ
28542000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2855
2856 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2857 (cvs-execute-single-file): Don't change directory.
2858 Patch from Per Cederqvist.
2859
6c825f8e
EZ
28602000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2861
83c9cb8e
SM
2862 * textmodes/ispell.el (check-ispell-version):
2863 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
2864 of -vv.
2865
8ff06845
KH
28662000-12-16 Kenichi Handa <handa@etl.go.jp>
2867
af4bb4c8
KH
2868 * international/mule-diag.el (mule-diag): Insert information about
2869 configure options, multibyte awareness, language env.
2870
8ff06845
KH
2871 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2872 regexp to search for candidates.
2873
b24e84ab
EZ
28742000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * info.el (Info-forward-node): If the node has an
2877 Info-header-line, widen the buffer before searching for "next:"
2878 and "up:" pointers, and set the search limit to stay in the
2879 current node.
2880
7981d89f
MB
28812000-12-16 Miles Bader <miles@gnu.org>
2882
2883 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2884
88ee7917
MB
28852000-12-15 Miles Bader <miles@gnu.org>
2886
2887 * comint.el (comint-send-string, comint-send-region): Also accept
2888 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2889 process-send-string/region.
2890
0c28d842
GM
28912000-12-15 Gerd Moellmann <gerd@gnu.org>
2892
4ea7fdca
GM
2893 * isearch.el (isearch-lazy-highlight-max): New user-option.
2894 (isearch-lazy-highlight-update): Don't highlight more than
2895 isearch-lazy-highlight-max matches.
2896
0c28d842
GM
2897 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2898
984c9f75 28992000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2900
8062e53a
GM
2901 * sort.el (sort-columns): Fix error message.
2902
3ffa545b
GM
2903 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2904 `upcase' or `downcase' or nil.
2905 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2906 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2907 (dabbrev--substitute-expansion): New arg record-case-pattern.
2908 If it is non-nil, set dabbrev--last-case-pattern.
2909 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2910
2911 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2912
c2d7f289
MB
29132000-12-15 Miles Bader <miles@gnu.org>
2914
b6348438
MB
2915 * paths.el (Info-default-directory-list): Don't delete
2916 configure-info-directory from the list of standard info
83c9cb8e 2917 directories when appending it to the end -- their order is important.
b6348438 2918
f9056dd9
MB
2919 * faces.el (read-face-attribute): If there's no entry for the
2920 user's input in VALID, just use it as-is (this will often result
2921 in an error, but it may be OK for e.g. colors using hexadecimal
2922 notation, and at least will yield a better error message).
2923
c2d7f289 2924 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2925 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2926 Variables removed.
2927 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2928 window is really the right size. Use vertical-motion
2929 rather than forward-line.
2930 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2931 (ispell-command-loop, ispell-show-choices): Use the variable
2932 ispell-choices-win-default-height, rather than the function.
2933 (ispell-choices-win-default-height): Function removed.
2934 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2935
8f530b95
SM
29362000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2937
2938 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2939
6d435deb
EZ
29402000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2941
83c9cb8e
SM
2942 * paths.el (Info-default-directory-list):
2943 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
2944 put it first in the list; otherwise put it last. Doc string
2945 changed accordingly.
2946
2947 * info.el (Info-directory-list): Change doc string to reflect the
2948 change in Info-default-directory-list.
2949
6d435deb
EZ
2950 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2951 windows-nt as windowed environments, even under -nw.
2952
2953 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2954 if not fboundp. Switch delete-forward mode for the <delete> key
2955 on all PC platforms, even under -nw.
2956
2957 * term/internal.el ([M-delete]): Remap to M-d.
2958
9d7d9263
GM
29592000-12-14 Gerd Moellmann <gerd@gnu.org>
2960
2961 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2962
7cf0153a
EZ
29632000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2964
2965 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2966
5e5b3d41
GM
29672000-12-14 Gerd Moellmann <gerd@gnu.org>
2968
5f368d29
GM
2969 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2970 if appropriate.
2971
2972 * simple.el (delete-key-deletes-forward): New user-option.
2973 (delete-key-deletes-forward-mode): New function.
2974
9d7d9263 2975 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2976
83c9cb8e
SM
2977 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
2978 Test if symbol is bound before getting its value.
5e5b3d41
GM
2979
2980 * tooltip.el (tooltip-show): If an error is signaled in
2981 x-show-tip, display that error, and display the help in the
2982 echo area.
ca2ddd8e 2983
191b83b6
KH
29842000-12-14 Kenichi Handa <handa@etl.go.jp>
2985
83c9cb8e
SM
2986 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2987 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 2988
6192b604
KF
29892000-12-13 Karl Fogel <kfogel@red-bean.com>
2990
2991 * bookmark.el: Provide a generic exit hook, as suggested by
2992 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2993 (bookmark-exit-hook): New var.
2994 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2995 old raw lambda form in `kill-emacs-hook', and runs new
2996 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2997 as logically that feature must have been provided if this function
2998 is running.
2999 Removed ;;;###autoload before the `add-hook' call.
3000
5edf6b55
SM
30012000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3002
3003 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3004 (easy-menu-current-active-maps): New function.
3005 (easy-menu-get-map): Use it.
3006 Make a proper menu entry when creating a new keymap.
3007
16b5e8e6
KH
30082000-12-13 Kenichi Handa <handa@etl.go.jp>
3009
d49fc4eb
KH
3010 * international/characters.el: Fix cases and syntaxes for
3011 mule-unicode-0100-24ff.
3012
3b53d876
KH
3013 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3014 that a Japanese character is not appended after day and year.
3015
16b5e8e6
KH
3016 * info.el (Info-suffix-list): Change format for a command that
3017 requires arguments.
3018 (info-insert-file-contents): Adjusted for the above change.
3019
1df1c518
AS
30202000-12-12 Andreas Schwab <schwab@suse.de>
3021
3022 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3023 on the name of the tar buffer. Verify that the existing buffer is
3024 visiting the same subfile.
3025
a7a07b98
DL
30262000-12-12 Dave Love <fx@gnu.org>
3027
3028 * subdirs.el: Add obsolete.
3029
4fdbd809
GM
30302000-12-12 Gerd Moellmann <gerd@gnu.org>
3031
bfdb75ee
GM
3032 * mail/rmailsum.el (rmail-summary-expunge)
3033 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3034 instead of rmail-confirm-expunge.
3035
4fdbd809
GM
3036 * replace.el (perform-replace): Don't use an empty match adjacent
3037 to a non-empty match when computing the next match before the
3038 replacement is performed.
3039
e9a59cad
GM
30402000-12-12 Milan Zamazal <pdm@freesoft.cz>
3041
3042 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3043 definition (patch by Stefan Monnier).
3044 (glasses-mode): Use jit-lock instead of `after-change-functions'
3045 (patch by Stefan Monnier).
3046
c2def7a0
MB
30472000-12-12 Miles Bader <miles@gnu.org>
3048
3049 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3050 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3051
591b63b4
AC
30522000-12-12 Andrew Choi <akochoi@i-cable.com>
3053
3054 * term/mac-win.el: Remove load for ls-lisp.
3055
a924cf63 3056 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3057
5ff4ba3d
MB
30582000-12-12 Miles Bader <miles@gnu.org>
3059
3060 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3061 Respect field end too.
3062 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3063 (newline-and-indent, reindent-then-newline-and-indent):
3064 Use `delete-horizontal-space'.
5ff4ba3d 3065
d0c679bc
SM
30662000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3067
adf9c994
SM
3068 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3069 (so as to obey the field property in the minibuffer).
3070
4b0cd42d
SM
3071 * obsolete/c-mode.el: Moved from lisp/progmodes.
3072 * obsolete/auto-show.el: Moved from lisp.
3073 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3074
89f85863
CD
30752000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3076
3077 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3078 changes to list them here.
89f85863 3079
83c9cb8e
SM
3080 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3081 Too many changes to list them here.
89f85863 3082
83c9cb8e
SM
3083 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3084 Too many changes to list them here.
89f85863
CD
3085
3086 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3087
3e0d35ce
GM
30882000-12-11 Gerd Moellmann <gerd@gnu.org>
3089
83c9cb8e 3090 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3091
ca2ddd8e 3092 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3093 Comment fix.
3094
3e0d35ce
GM
3095 * hscroll.el: Moved to `obsolete' subdir.
3096
ff904dd6
MB
30972000-12-11 Miles Bader <miles@gnu.org>
3098
3099 * window.el (window-text-height): Function removed (now in C).
3100
fb97d87f
SM
31012000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3102
3103 * log-edit.el (log-edit-parent-buffer): New var.
3104 (log-edit): Set it. Add BUFFER argument.
3105 (log-edit-done): Use char-before.
3106 Don't bother checking validity of vc-comment-ring.
3107 Only bury the buffer if log-edit popped it up.
3108
3109 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3110 (cvs-mode-diff-help): Remove.
3111 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3112 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3113
3114 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3115 Remove binding for ? now made unnecessary.
3116
7de77417
CD
31172000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3118
83c9cb8e 3119 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3120 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3121
3122 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3123 when master file is not open.
3124
4efa209f
SM
31252000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3126
3127 * progmodes/ada-stmt.el: Update `maintainer'.
3128
0a8052bd
GM
31292000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3130
3131 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3132 choices to match documentation string.
3133
a12167c5
MB
31342000-12-09 Miles Bader <miles@gnu.org>
3135
2161605d
MB
3136 * minibuf-eldef.el: New file.
3137
a12167c5
MB
3138 * window.el (fit-window-to-buffer): Don't pass last argument to
3139 pos-visible-in-window-p, now that its meaning is inverted.
3140
9ea8de1b
EZ
31412000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3142
3143 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3144 <ceder@lysator.liu.se>.
3145
5002ddbb
SM
31462000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3147
b6114d80
SM
3148 * autoinsert.el (auto-insert-alist): Add missing final \n.
3149
ee8d23ee
SM
3150 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3151 (cvs-menu-map): Remove.
3152 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3153 (cvs-mode-quit): Turn it back into a plain function.
3154
5002ddbb 3155 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3156 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3157
3158 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3159 file where it's more visible.
3160 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3161 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3162 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3163 (texinfo-inside-macro-p): Only catch `scan-error's.
3164 (texinfo-inside-env-p): Make better use of the match info.
3165 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3166 (texinfo-insert-@end): Slight re-organization.
3167 Also remove useless `looking-at' call.
3168
30cd075d
AI
31692000-12-08 Andrew Innes <andrewi@gnu.org>
3170
3171 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3172 accessible in -nw mode.
3173
3174 * term/w32-win.el: Remove stuff about selection timeout, which is
3175 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3176 it is accessible in -nw mode.
3177
01b91009
DL
31782000-12-08 Dave Love <fx@gnu.org>
3179
83c9cb8e
SM
3180 * emacs-lisp/lisp-mode.el (lisp-mode):
3181 Set font-lock-keywords-case-fold-search.
01b91009 3182
842b2a94
GM
31832000-12-08 Gerd Moellmann <gerd@gnu.org>
3184
3185 * textmodes/ispell.el (ispell): Doc fix.
3186
f9d5f611
KH
31872000-12-08 Kenichi Handa <handa@etl.go.jp>
3188
3189 * international/quail.el (quail-insert-decode-map): Check the
3190 frame width of a window displaying the current buffer, not that of
3191 the selected frame.
3192 (quail-help): Make sure that the help buffer has window before
3193 inserting text in it.
3194
e04d21aa
SS
31952000-12-07 Sam Steingold <sds@gnu.org>
3196
3197 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3198 Backquote is used in isearch.el, so autoloading saves nothing.
3199
fc3e23a4
EZ
32002000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3201
83c9cb8e
SM
3202 * startup.el (normal-top-level-add-subdirs-to-load-path):
3203 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3204
fc3e23a4
EZ
3205 * dired.el (dired-insert-directory): If file-system-info is
3206 fboundp, call it instead of invoking dired-free-space-program.
3207
796ecd10
GM
32082000-12-07 Gerd Moellmann <gerd@gnu.org>
3209
0f5f7c3e
GM
3210 * server.el (server-visit-files): Push files on file-name-history.
3211
3764ba49
GM
3212 * progmodes/cc-langs.el: Update copyright.
3213
8e7931da
GM
3214 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3215
ae0d7485 3216 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3217
796ecd10
GM
3218 * bindings.el (mode-line-mode-menu): Reverse the order
3219 of define-keys so that the menu appears in alphabetical order.
3220
ae0d7485
GM
32212000-12-07 Milan Zamazal <pdm@freesoft.cz>
3222
3223 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3224 of the function.
3225
e2849090
DL
32262000-12-07 Dave Love <fx@gnu.org>
3227
3228 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3229
3230 * facemenu.el (facemenu-unlisted-faces): Fix value.
3231
5c7f629c
SM
32322000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3233
3234 * font-lock.el (font-lock-default-fontify-region):
3235 Include the terminating \n (off-by-one error).
3236 (font-lock-set-defaults): Use dolist.
3237
3238 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3239
73481ae3
KH
32402000-12-07 Kenichi Handa <handa@etl.go.jp>
3241
83c9cb8e
SM
3242 * international/mule-cmds.el (describe-language-environment):
3243 Fix for the case that an input method title is not string but a list.
ffbaa122 3244
73481ae3
KH
3245 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3246 of wrong SIZE record.
3247
e2896b22
DL
32482000-12-06 Dave Love <fx@gnu.org>
3249
67292061
DL
3250 * newcomment.el (comment-region, comment-dwim): Doc fix.
3251
3252 * textmodes/texinfo.el: Require tex-mode when compiling.
3253 (texinfo-update-node): Doc fix.
3254 (texinfo-imenu-generic-expression): Add @anchor.
3255 (texinfo-font-lock-keywords): Add @uref.
3256 (texinfo-inside-macro-p): Don't use ignore-errors.
3257 (texinfo-insert-quote): Match more contexts.
3258
e76938e7
DL
3259 * international/mule.el (decode-char, encode-char): Doc fix.
3260 (auto-coding-alist): Customize.
3261
3262 * files.el (load-file): Fix change of 2000-03-12.
3263
e2896b22
DL
3264 * wid-edit.el (widget-text-keymap): Doc fix.
3265
6610f4b2
AI
32662000-12-06 Andrew Innes <andrewi@gnu.org>
3267
3268 * makefile.w32-in (lisp): Set to an absolute directory, namely
3269 $(CURDIR).
3270
9e3366e4
EZ
32712000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3272
3273 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3274 read generated-autoload-file, and set buffer-file-coding-system to
3275 raw-text-unix after reading the file.
3276
83c9cb8e
SM
3277 * international/mule-conf.el (file-coding-system-alist):
3278 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3279
d94d636f
GM
32802000-12-06 Gerd Moellmann <gerd@gnu.org>
3281
384333ee
GM
3282 * replace.el (occur): Make line-number-width 1 smaller for the
3283 colon following the line number.
3284
83c9cb8e
SM
3285 * startup.el (fancy-splash-text, command-line-1):
3286 Use `File' for the menu name instead of `Files'.
e04d21aa 3287
d4b72d58
GM
3288 * tmm.el: Update copyright.
3289
d94d636f
GM
3290 * cus-start.el: Add entry for even-window-heights.
3291
6e424019
MB
32922000-12-06 Miles Bader <miles@gnu.org>
3293
3294 * faces.el (frame-set-background-mode): Avoid stomping on
3295 locally modified faces.
3296
e6477b58
KH
32972000-12-06 Kenichi Handa <handa@etl.go.jp>
3298
3299 * international/fontset.el: Correct the font registries for
3300 japanese-jisx0213-1 and japanese-jisx0213-2.
3301
21999ab9
GM
33022000-12-05 Gerd Moellmann <gerd@gnu.org>
3303
57d6e381
GM
3304 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3305
21999ab9
GM
3306 * iswitchb.el: Update customization commentary.
3307
7422819c
GM
33082000-12-05 Rob Riepel <riepel@Stanford.EDU>
3309
3310 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3311 (tpu-search-highlight): Fixed comparison of overlay end positions.
3312 (tpu-trim-line-ends): Implemented trimming logic locally.
3313
3314 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3315 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3316
73daff18
KH
33172000-12-05 Kenichi Handa <handa@etl.go.jp>
3318
3319 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3320 to cn-gb.
3321 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3322
6a4cd002
DL
33232000-12-04 Dave Love <fx@gnu.org>
3324
3325 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3326
6452929e
GM
33272000-12-04 Gerd Moellmann <gerd@gnu.org>
3328
e04d21aa 3329 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3330 (rmail-summary-expunge-and-save): Ask for confirmation with
3331 rmail-expunge-confirmed.
3332
3333 * mail/rmail.el (rmail-expunge-confirmed): New function.
3334 (rmail-expunge): Use it.
3335
1790abf4
FP
33362000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3337
0c68ce6f 3338 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3339 (etags-recognize-tags-table, find-tag-in-order):
3340 New functionality: interpret file names as tags.
e04d21aa 3341
7a53d8c8
EZ
33422000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3343
3344 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3345 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3346 the first subnode until the bottom of the current node is visible.
7a53d8c8 3347
caa15ef7
GM
33482000-12-04 Gerd Moellmann <gerd@gnu.org>
3349
3350 * format.el (format-decode): Don't change buffer's undo list.
3351
e225faa7
KH
33522000-12-04 Kenichi Handa <handa@etl.go.jp>
3353
3354 * faces.el (face-font-registry-alternatives): Add entries for CJK
3355 fonts. Doc-string adjusted for the actual usage of this data.
3356
3357 * international/fontset.el: Change the font registries for CJK
3358 fonts in the default fontset. Don't append '*' to registries.
3359
8b262a65
SM
33602000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3361
e04d21aa 3362 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3363 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3364
3365 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3366 (derived-mode-p): New function.
3367 (derived-mode-make-docstring): Add `docstring' argument.
3368 Use it if available and complete it if necessary.
3369
33c4460b
AS
33702000-12-03 Andreas Schwab <schwab@suse.de>
3371
3372 * type-break.el (type-break): Don't make parent of itself.
3373
5c9b3fac
MB
33742000-12-03 Miles Bader <miles@gnu.org>
3375
3376 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3377
27ce741e
SM
33782000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3379
07c16ec4
SM
3380 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3381 (tex-main-file, tex-file): Simplify.
3382 (tex-generate-zap-file-name): Use subst-char-in-string.
3383 (tex-strip-dots): Remove.
3384
c19cc275
SM
3385 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3386
27ce741e
SM
3387 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3388 to check if the match succeeded.
3389
285991dc
GM
33902000-12-02 Gerd Moellmann <gerd@gnu.org>
3391
3392 * startup.el (use-fancy-splash-screens-p): New function.
3393 (command-line-1): Use it to determine whether or not to use
3394 a fancy splash screen.
3395
52dca1b2
AS
33962000-12-02 Andreas Schwab <schwab@suse.de>
3397
3398 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3399
d3e7e7cf
EZ
34002000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3401
2dce2360
EZ
3402 * international/mule.el (make-char): Fix last change.
3403
9768eaa7
EZ
3404 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3405 New defcustoms.
3406 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3407 autoloading tex-mode; instead, do the same manually.
3408 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3409 with numeric argument. Docstring fix.
3410 (toplevel): Require cl when compiling.
e04d21aa 3411
285991dc 3412 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3413
0dd5e255
JR
34142000-12-02 Jason Rumney <jasonr@gnu.org>
3415
3416 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3417 the Emacs Lisp manual)
3418
fbb87147
EZ
34192000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3420
5cbb3e93
EZ
3421 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3422
fbb87147
EZ
3423 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3424 the Emacs Lisp manual).
3425
1636ca09
GM
34262000-12-02 Gerd Moellmann <gerd@gnu.org>
3427
3428 * simple.el (next-line-add-newlines): Change default to nil.
3429
68875f0e
EZ
34302000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3431
83c9cb8e
SM
3432 * files.el (revert-buffer, recover-file):
3433 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3434
fd9ac94c
GM
34352000-12-01 Gerd Moellmann <gerd@gnu.org>
3436
3437 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3438
45450dd5
MB
34392000-12-01 Miles Bader <miles@gnu.org>
3440
3441 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3442
09df8881
KH
34432000-12-01 Kenichi Handa <handa@etl.go.jp>
3444
3445 * international/mule-diag.el (describe-char-after): Fix typo.
3446 (describe-character-set, non-iso-charset-alist): Fix typo.
3447
dea0a87d
MB
34482000-12-01 Miles Bader <miles@gnu.org>
3449
b170205b
MB
3450 * image-file.el (image-file-name-regexp): Automatically add
3451 upper-case variants of each filename extension in
3452 `image-file-name-extensions', since they seem to be common.
3453
e04d21aa 3454 * simple.el (minibuffer-contents)
dea0a87d
MB
3455 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3456 New functions.
3457 * filecache.el (file-cache-directory-name)
3458 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3459
2b69bc11 34602000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3461
dea0a87d
MB
3462 * filecache.el (file-cache-minibuffer-complete): Don't try to
3463 delete the minibuffer prompt.
3464
a8a1b05d
DL
34652000-11-30 Dave Love <fx@gnu.org>
3466
3467 * cus-start.el: Fix read-buffer-function type.
3468
693c4692
GM
34692000-11-30 Gerd Moellmann <gerd@gnu.org>
3470
3471 * md5.el: Removed. There's a built-in function, now.
3472
2c0b1898
GM
34732000-11-30 Markus Rost <rost@math.ohio-state.edu>
3474
3475 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3476 as dummy 0-th char of rmail-deleted-vector.
3477
63dfcf4b
EZ
34782000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * ps-print.el (ps-end-job): Bind case-fold-search only after
3481 switching to ps-spool-buffer.
3482
34832000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3484
3485 * ps-print.el: Line number font customization. PostScript: Lines and
3486 PageCount are initialized on each page. Doc Fix.
3487 (ps-print-version): New version number (6.3.2).
3488 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3489 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3490 (ps-right-header): Customization fix.
3491 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3492 Fix code.
3493 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3494 New vars.
3495
df3aedcf
GM
34962000-11-30 Gerd Moellmann <gerd@gnu.org>
3497
edfb795e
GM
3498 * bs.el: Fix typos and spelling errors.
3499 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3500 (bs-configuration): Doc fix.
e04d21aa 3501
df3aedcf
GM
3502 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3503
8b8a7f01
GM
35042000-11-30 Rob Riepel <riepel@Stanford.EDU>
3505
3506 * emulation/tpu-edt.el (tpu-version): New version.
3507 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3508 (tpu-original-mode-line): Variable deleted.
3509 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3510 (tpu-set-mode-line): Don't redefine mode-line-format.
3511 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3512 (tpu-update-mode-line): New mark flag logic.
3513 (tpu-get): Use find-file-wildcards.
3514 (tpu-search-highlight): Move overlay less, reset overlay properly.
3515 (tpu-unselect): Deactivate mark.
3516 (tpu-lm-replace): Reset overlay properly.
3517 (tpu-forward-line): Use forward-visible-line.
3518 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3519
83c9cb8e 3520 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3521
c069a9d3
GM
35222000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3523
3524 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3525
b02cd40b
GM
35262000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3527
3528 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3529 and skip whitespace and newlines.
e04d21aa 3530
b7a90344
SM
35312000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3532
3533 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3534
be6bbb55
GM
35352000-11-29 Gerd Moellmann <gerd@gnu.org>
3536
0383ed60
GM
3537 * help.el (describe-function-1): Regexp-quote function name
3538 when used as part of a regexp.
3539
83c9cb8e
SM
3540 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3541 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3542 (tool-bar-add-item): Likewise, and handle unspecified colors.
3543
3544 * enriched.el (enriched-face-ans): Use face-attribute instead
3545 of face-foreground and face-background.
3546
3547 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3548 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3549
7423978d
GM
3550 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3551
ef128c78
GM
3552 * play/5x5.el: Remove version info.
3553
a81fc510
GM
3554 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3555
be6bbb55
GM
3556 * frame.el (blink-cursor-mode): Doc fix.
3557
f9396e03
GM
35582000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3559
3560 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3561 to create Makefile rules.
3562 (antlr-tool-command): New user option.
3563 (antlr-ask-about-save): New user option.
3564 (antlr-makefile-specification): New user option.
3565 (antlr-file-formats-alist): New variable.
3566 (antlr-special-file-formats): New variable.
3567 (antlr-unknown-file-formats): New user option.
3568 (antlr-help-unknown-file-text): New variable.
3569 (antlr-help-rules-intro): New variable.
3570 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3571 (antlr-mode-menu): Add entries.
3572 (antlr-file-dependencies): New function.
3573 (antlr-directory-dependencies): New function.
3574 (antlr-superclasses-glibs): New function.
3575 (antlr-run-tool): New command.
3576 (antlr-makefile-insert-variable): New function.
3577 (antlr-insert-makefile-rules): New function.
3578 (antlr-show-makefile-rules): New command.
3579
3580 * antlr-mode.el: More Emacs/XEmacs stuff.
3581 (antlr-no-action-keywords): New constant with value nil.
3582 (antlr-font-lock-keywords-alist): Use it. Old value would break
3583 syntax highlighting in Emacs-21.0.
3584 (antlr-default-directory): Emacs/XEmacs dependend function.
3585 (antlr-read-shell-command): Ditto.
3586 (antlr-with-displaying-help-buffer): Ditto.
3587
35882000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3589
3590 * antlr-mode.el: imenu, parsing and highlighting changes.
3591 (antlr-imenu-create-index-function): Don't create extra submenus
3592 for definitions in different grammar classes. It is not necessary
3593 for the menu and would make command `imenu' awkward to use.
3594 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3595 header actions and more than one.
3596 (antlr-font-lock-tokendef-face): Changed color.
3597 (antlr-font-lock-tokenref-face): Changed color.
3598 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3599 (antlr-mode-syntax-table): New variable.
3600 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3601 (antlr-with-syntax-table): Don't copy syntax table.
3602
36032000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3604
3605 * antlr-mode.el: Minor changes: language setting.
3606 (antlr-language-alist): The value for file option "language" can
3607 be both an identifier and a string.
3608 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3609 (antlr-language-limit-n-regexp): Change accordingly.
3610
36112000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3612
3613 * antlr-mode.el: Minor changes: tabs, hiding.
3614 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3615 (antlr-action-visibility): Also allow value nil to also hide the
3616 braces. Renamed from `antlr-tiny-action-length'.
3617 Suggested by Jay@aol.com.
3618 (antlr-hide-actions): Change accordingly. Hide line if completely
3619 hidden action is on a line of its own.
e04d21aa 3620
6ad948eb
SM
36212000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3622
3623 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3624
3625 * sort.el (sort-columns): Don't concat strings with numbers.
3626
9c6a4107
DL
36272000-11-29 Dave Love <fx@gnu.org>
3628
3629 * cus-edit.el (face): Fix :format.
3630
3631 * mail/feedmail.el: Require smtpmail when compiling.
3632 (mail-do-fcc): Autoload.
3633 (feedmail) <defgroup>: Fix :link.
3634 (feedmail-nuke-body-in-fcc): Fix :type.
3635 (feedmail-send-it): Add autoload cookie.
3636
053b8d35
SM
36372000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3638
3639 * newcomment.el (comment-indent): Save excursion around call to
3640 comment-indent-function.
3641
242c13e8
MB
36422000-11-29 Miles Bader <miles@gnu.org>
3643
3644 * subr.el (member-ignore-case): Return the tail of the list who's
3645 car matches, like `member', not the matching element itself.
3646
8f4b5f28
KH
36472000-11-29 Kenichi Handa <handa@etl.go.jp>
3648
3649 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3650 should not contain `\n'.
3651
bebe4a2c
GM
36522000-11-28 Gerd Moellmann <gerd@gnu.org>
3653
fd9ac94c 3654 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3655
ba7e40eb
GM
3656 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3657
75ab0c79
GM
3658 * dired-aux.el (dired-do-create-files): Construct default file
3659 name for dired-mark-read-file-name so that when the user enters
3660 just RET, the target file will end up in the target directory.
3661
bebe4a2c
GM
3662 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3663 local-abbrev-table before changing buffers because it might
3664 have a buffer-local binding.
3665
fa6d1ca8
MB
36662000-11-28 Miles Bader <miles@gnu.org>
3667
3668 * simple.el (delete-horizontal-space): Handle fields more generally.
3669
8d2c2642
GM
36702000-11-28 Gerd Moellmann <gerd@gnu.org>
3671
3672 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3673
8b31236d
DL
36742000-11-28 Dave Love <fx@gnu.org>
3675
3cbd02d2
DL
3676 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3677 comment-start-skip locally.
3678
8b31236d
DL
3679 * progmodes/fortran.el (fortran-mode): Don't set
3680 fortran-comment-line-start-skip. Set comment-start to
3681 fortran-comment-line-start.
3682 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3683 (fortran-comment-line-start-skip): Simplify slightly.
3684
ae4bf56d
GM
36852000-11-28 Gerd Moellmann <gerd@gnu.org>
3686
17ef7534
GM
3687 * play/5x5.el: Remove RCS keyword.
3688
fd9ac94c 3689 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3690
665b27a6
GM
36912000-11-28 Milan Zamazal <pdm@freesoft.cz>
3692
83c9cb8e
SM
3693 * textmodes/tildify.el (tildify-string-alist):
3694 Add `plain-tex-mode' here.
665b27a6 3695
fe3c2ae3
GM
36962000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3697
3698 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3699 reference.
3700
d970106b
MB
37012000-11-28 Miles Bader <miles@gnu.org>
3702
36b80a0d
MB
3703 * cus-face.el (custom-face-attributes): Add post-filter function
3704 for :box. Make pre-filter function for :box handle all cases.
3705
d970106b
MB
3706 * wid-edit.el (widget-choose): Make sure pop-up window is large
3707 enough to display all the choices, as there's no way to scroll it.
3708
5a2bae6c
KH
37092000-11-28 Kenichi Handa <handa@etl.go.jp>
3710
3711 * international/mule-conf.el: Make the coding system no-conversion
3712 safe for all characters.
3713
9e836e23
DL
37142000-11-27 Dave Love <fx@gnu.org>
3715
8b31236d
DL
3716 * net/ldap.el (ldap) <defgroup>: Add :version.
3717
9e836e23
DL
3718 * tooltip.el (tooltip-use-echo-area): Doc fix.
3719
3720 * cus-start.el <minibuffer-prompt-properties>: Add version.
3721 <read-buffer-function>: Add.
3722
3723 * apropos.el (apropos-print): Add help-echo to active text.
3724
3725 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3726
4a74d071
GM
37272000-11-27 Gerd Moellmann <gerd@gnu.org>
3728
3729 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3730 type, group and version.
3731
76058c27
EZ
37322000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3733
4a74d071 3734 * select.el (x-get-selection): Docstring fix.
76058c27 3735
fd9ac94c 37362000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3737
fd9ac94c 3738 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3739
49060c51
AI
37402000-11-27 Andrew Innes <andrewi@gnu.org>
3741
3742 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3743
3744 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3745
b2a8e429
MB
37462000-11-27 Miles Bader <miles@gnu.org>
3747
3748 * dired.el (dired-get-filename): Return filename verbatim if
3749 LOCALP is `verbatim'.
3750 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3751 `verbatim' so that we don't inadvertently delete a non-existant
3752 directory name.
3753
5ac0366d
KH
37542000-11-27 Kenichi Handa <handa@etl.go.jp>
3755
3756 * international/characters.el: Specify cases and syntaxes for
3757 mule-unicode-0100-24ff.
3758
67f1cf4c
GM
37592000-11-27 Gerd Moellmann <gerd@gnu.org>
3760
3761 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3762 that foreground and/or background colors of the face `tool-bar'
3763 are unspecified.
3764
46c56972
MB
37652000-11-27 Miles Bader <miles@gnu.org>
3766
e04d21aa 3767 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3768 (widget-field-end): Handle widget field `pseudo-overlays'.
3769 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3770 if it's there instead of in `widget-field-list'.
3771
46c56972 3772 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3773 (help-make-xrefs): Delete extraneous newlines at the end of the
3774 docstring.
46c56972 3775
640a9cdd
JR
37762000-11-25 Jason Rumney <jasonr@gnu.org>
3777
3778 * startup.el (command-line): Call set-locale-environment after
3779 Window System init file is read, as it can result in a call to
3780 redraw-frame.
3781
0b3f96d4
EZ
37822000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3783
3784 * simple.el (shell-command): Mention the effect of the prefix
3785 argument in the doc string.
3786
8da6e2a1
MB
37872000-11-25 Miles Bader <miles@gnu.org>
3788
a658d039
MB
3789 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3790
8da6e2a1 3791 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3792 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3793
d3416cca
JR
37942000-11-24 Jason Rumney <jasonr@gnu.org>
3795
3796 * international/mule-cmds.el (locale-language-names): Add "jp" as
3797 a non-standard alternative for Japanese.
3798
17e37f53
AS
37992000-11-24 Andre Spiegel <spiegel@gnu.org>
3800
3801 * vc-hooks.el: Require 'cl during compilation.
3802
9aa5f148
GM
38032000-11-24 Gerd Moellmann <gerd@gnu.org>
3804
ba193890
GM
3805 * faces.el (face-set-after-frame-default): Let face attributes
3806 specified for new frames override frame parameters.
3807
9aa5f148
GM
3808 * startup.el (command-line): Fix computation of the source file
3809 for user-init-file when user-init-file is a compiled file.
3810
51a1edab
MB
38112000-11-24 Miles Bader <miles@gnu.org>
3812
e04d21aa 3813 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3814 (custom-post-filter-face-spec): New functions.
3815 (custom-face-set, custom-face-value-create): Filter the face spec
3816 before and after customization.
3817 (custom-face-set): If VALUE specifies a null face, pass a
3818 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3819 * cus-face.el (custom-face-attributes): Remove SET and GET
3820 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3821 cases they're needed.
3822
1ed74431
MB
3823 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3824 that it's distinguishable from the :off-glyph on dark-background
3825 displays. Set its background color too.
3826
67ee1125
MB
3827 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3828 so that people can easily turn it off.
3829
7d027816 38302000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3831
7d027816 3832 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3833
9aa5f148 3834 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3835
9aa5f148 3836 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3837
9aa5f148 3838 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3839 redundant skip-small-frames test.
e04d21aa 3840
9aa5f148 3841 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 3842 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 3843
9aa5f148
GM
3844 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3845 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
3846 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3847 New functions.
e04d21aa 3848
9aa5f148 3849 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3850
9aa5f148 3851 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3852
f07fa1b8
KH
38532000-11-24 Kenichi Handa <handa@etl.go.jp>
3854
83c9cb8e
SM
3855 * international/mule-diag.el (list-iso-charset-chars):
3856 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
3857 (list-non-iso-charset-chars): Fix the `while' condition.
3858
ba8299ff
SM
38592000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3860
79372165
SM
3861 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3862 if the variable is make-variable-buffer-local.
3863
83c9cb8e
SM
3864 * progmodes/ada-stmt.el (ada-template-map):
3865 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
3866 (ada-stmt-mode-hook): New function extracted from old code.
3867 Only change the buffer-local side of skeleton-*.
3868 (ada-mode-hook): Use it.
3869
68a887fa
EZ
38702000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3871
3872 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3873 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3874 we expect to be returned by minibuffer-depth once we prompt the
3875 user in the minibuffer.
3876 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3877 as recorded in iswitchb-minibuf-depth, return non-nil.
3878
3b345582
EZ
38792000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3880
3881 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3882 (hscroll-window-maybe): Docstring fix.
3883
595dead2
DL
38842000-11-23 Dave Love <fx@gnu.org>
3885
3886 * rect.el (string-rectangle): Don't test delete-selection-mode.
3887
1e66b27a
GM
38882000-11-23 Gerd Moellmann <gerd@gnu.org>
3889
02790ce2
GM
3890 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3891 is in the tool bar.
3892
1e66b27a 3893 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 3894 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 3895
a4caa65d
SM
38962000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3897
3898 * textmodes/outline.el (outline-flag-region):
3899 Don't bind inhibit-read-only since we don't modify the buffer.
3900 (outline-isearch-open-invisible): Don't jump to overlay-start
3901 since we're trying to unhide text around point.
3902 (outline-discard-overlays): Use dolist.
3903
3904 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3905
03e757c1
GM
39062000-11-22 Gerd Moellmann <gerd@gnu.org>
3907
83c9cb8e 3908 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 3909
1598a961
SM
39102000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3911
3912 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3913 Fix ARG regexp to skip quoted braces.
3914 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3915 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3916 are (correctly) handled separately).
3917 Remove `caption' and `footnote' from `citations': they contain text.
3918 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3919 (latex-skeleton-end-hook): New function.
3920 (latex-mode): Use it.
3921 (tex-start-tex-marker): Remove.
3922 (tex-send-tex-command): Don't set tex-start-tex-marker.
3923 (tex-error-parse-syntax-table): New var.
3924 (tex-compilation-parse-errors): Use it.
3925 Ignore tex-start-tex-marker. Don't bother with marker-position.
3926 (tex-validate-buffer): Don't bother with marker-position.
3927
3928 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3929 (flyspell-generic-progmode-verify): Use it.
1598a961 3930
eaae8106
SS
39312000-11-22 Sam Steingold <sds@gnu.org>
3932
83c9cb8e 3933 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 3934
eaae8106 3935 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3936 `ada-remove-trailing-spaces'.
eaae8106 3937 (ada-remove-trailing-spaces): Removed.
e04d21aa 3938
eaae8106 3939 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3940
1598a961
SM
3941 * textmodes/picture.el (picture-clean): Removed.
3942 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3943
a41d49e9
GM
39442000-11-22 Gerd Moellmann <gerd@gnu.org>
3945
e053c60f
GM
3946 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3947
a41d49e9
GM
3948 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3949 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3950 do anything special when jit-lock is active.
a41d49e9
GM
3951 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3952
197615f3
DL
39532000-11-22 Dave Love <fx@gnu.org>
3954
ddbfaa9f
DL
3955 * calendar/todo-mode.el (todo-top-priorities): Use
3956 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3957
ddc3c695
DL
3958 * language/chinese.el, language/cyrillic.el:
3959 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3960 * language/hebrew.el, language/indian.el, language/japanese.el:
3961 * language/korean.el, language/lao.el, language/misc-lang.el:
3962 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3963 Use provide.
3964
fb9fa98d
DL
3965 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3966 (custom-variable-set): Improve validation error mesage.
3967
197615f3
DL
3968 * rect.el (string-rectangle): Revert last change.
3969 (string-rectangle-line): New arg DELETE.
3970 (string-rectangle): Check delete-selection-mode.
3971
3972 * emacs-lisp/edebug.el (edebug-version)
3973 (edebug-maintainer-address): Deleted.
3974 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3975 (edebug-read-function): Account for other `'#' read forms.
3976 (edebug-mode-menus): Make some items toggles.
3977 (edebug-outside-unread-command-event, unread-command-event):
3978 Remove these to avoid warnings.
3979
f4117c4d
GM
39802000-11-22 David Ponce <david@dponce.com>
3981
3982 * recentf.el (recentf-menu-items-for-commands)
3983 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3984 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3985
f4117c4d
GM
3986 (recentf-build-dir-rules, recentf-dump-variable)
3987 (recentf-edit-list, recentf-open-files-item)
3988 (recentf-open-files): Replaced unnecessary `mapcar' with new
3989 built-in `mapc'.
eaae8106 3990
f8e2f3f2
MB
39912000-11-23 Miles Bader <miles@gnu.org>
3992
3993 * faces.el (menu): Make inverse-video on ttys too.
3994
4c4a541d
SM
39952000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3996
3997 * simple.el (comment-line-break-function): Use the new name
3998 indent-new-comment-line -> comment-indent-new-line.
3999 (clone-indirect-buffer): Don't ignore NORECORD.
4000 (next-completion): Properly handle the case where items are adjacent.
4001
4002 * mouse.el (popup-menu): Stupid typo.
4003
980d836e
GM
40042000-11-22 Gerd Moellmann <gerd@gnu.org>
4005
60e8e0a5
GM
4006 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4007 maintainer, keywords tags.
4008
980d836e
GM
4009 * rect.el (replace-rectangle): Don't call string-rectangle-line
4010 with too many arguments.
4011
e08b2069
AS
40122000-11-22 Andre Spiegel <spiegel@gnu.org>
4013
60e8e0a5 4014 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4015 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4016 vc-locking-user, which no longer exists.
4017
4018 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4019
c6779d8d
DL
40202000-11-22 Dave Love <fx@gnu.org>
4021
4022 * md5.el (md5): Provide.
4023 (md5): Fix error call.
4024
e672fdce
MB
40252000-11-22 Miles Bader <miles@gnu.org>
4026
eaae8106 4027 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4028 (refill-fill-paragraph-at): Remove debugging code.
4029
80e24c04
MB
4030 * calendar/calendar.el (generate-calendar-window): When we don't
4031 call `fit-window-to-buffer', make sure the top line is fully visible.
4032
3a17d6cc
MB
4033 * image-file.el (insert-image-file): Don't make `read-only'
4034 property rear-nonsticky.
4035
ae1a21c6
MB
4036 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4037 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4038 stashing away its original value.
4039 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4040 in the recursive edit.
4041 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4042 (isearch-done): Restore `minibuffer-message-timeout'.
4043
e672fdce
MB
4044 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4045
3ea79df8
SM
40462000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4047
4048 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4049
4050 * find-lisp.el (find-lisp-find-files-internal):
4051 Use dolist, when and file-name-as-directory.
4052
980d836e 4053 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4054 (define-derived-mode, define-minor-mode): Add specs.
4055
4056 * window.el: General comment and spacing fixes.
4057 (save-selected-window): Use backquotes.
4058 (window-safely-shrinkable-p): New function.
4059 (shrink-window-if-larger-than-buffer): Use it.
4060
4061 * subr.el (make-local-hook): Docstring fix.
4062
4063 * shell.el (shell-mode): Use define-derived-mode.
4064
4065 * newcomment.el (comment-indent): Insert comment before calling
4066 comment-indent-function. Don't insert in column 0.
4067 (comment-dwim): Indent before inserting comment.
4068
4069 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4070 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4071 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4072 Use mapc rather than map.
4073
4074 * files.el (find-buffer-visiting): Compare all attributes before
4075 declaring two files identical (rather than just their inode-no).
4076 (auto-mode-alist): Use \' rather than $.
4077
4078 * which-func.el: Update maintainer line.
4079
4080 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4081 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4082 (uniquify-buffer-file-name): Use it.
4083
8f62f2b8
MB
40842000-11-22 Miles Bader <miles@gnu.org>
4085
4086 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4087 * simple.el (minibuffer-avoid-prompt): New function.
4088
fb279a6d
GM
40892000-11-21 Gerd Moellmann <gerd@gnu.org>
4090
4091 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4092
867092e9
MB
40932000-11-21 Miles Bader <miles@gnu.org>
4094
ef860850
MB
4095 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4096 inclusion of `track-mouse'.
4097
867092e9
MB
4098 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4099 (refill-adjust-ignorable-overlay): New function.
4100 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4101 only the paragraph's tail if possible.
4102 Update `refill-ignorable-overlay'.
4103 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4104
4105 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4106 point inside the fill-prefix.
4107
4108 * textmodes/refill.el (refill-post-command-function): Don't reset
4109 refill-doit in the case where a self-insertion command doesn't
4110 case a refill. Use `refill-fill-paragraph-at', getting position
4111 from `refill-doit'.
4112 (refill-after-change-function): Set `refill-doit' to END.
4113 (refill-fill-paragraph-at): New function, mostly from old
4114 refill-fill-paragraph.
4115 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4116 (refill-pre-command-function): New function.
4117 (refill-mode): Add it to `pre-command-hook'.
4118
ff9ab414
GM
41192000-11-20 Gerd Moellmann <gerd@gnu.org>
4120
29a01b72
GM
4121 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4122
ff9ab414
GM
4123 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4124 javadoc tags.
eaae8106 4125
885b211b
AS
41262000-11-20 Andre Spiegel <spiegel@gnu.org>
4127
4128 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4129 vc.el).
4130
eaae8106 4131 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4132 require vc.
eaae8106
SS
4133
4134 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4135 checkouts.
eaae8106 4136
d1838556
DL
41372000-11-20 Dave Love <fx@gnu.org>
4138
4139 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4140
2b69bc11 41412000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4142
2b69bc11
GM
4143 * calculator.el (calculator-paste): Use `if' instead of `and'
4144 and `or'.
4145 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4146
b95b34e5
GM
41472000-11-19 Gerd Moellmann <gerd@gnu.org>
4148
030de92f
GM
4149 * info.el (info-menu-5): Doc fix.
4150
b95b34e5
GM
4151 * textmodes/artist.el: New file.
4152
54970452
AS
41532000-11-19 Andre Spiegel <spiegel@gnu.org>
4154
eaae8106 4155 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4156 and differentiate according to checkout model.
4157 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4158 since this function is only concerned with master state.
4159
83c9cb8e
SM
4160 * vc-hooks.el (vc-workfile-unchanged-p)
4161 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4162
83c9cb8e
SM
4163 * vc.el (vc-workfile-unchanged-p)
4164 (vc-default-workfile-unchanged-p): See above.
54970452 4165
e5a9dabf
MB
41662000-11-19 Miles Bader <miles@gnu.org>
4167
4168 * image-file.el (insert-image-file): Make `intangible' and
4169 `read-only' properties rear-nonsticky too.
4170
24127af0
GM
41712000-11-18 Gerd Moellmann <gerd@gnu.org>
4172
d392e9c5 4173 * ps-print.el: Update copyright notice.
eaae8106 4174
d392e9c5
GM
4175 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4176 (tooltip-show): Use the offsets.
4177
24127af0 4178 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4179 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4180 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4181
2b69bc11 41822000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4183
2b69bc11
GM
4184 * ps-print.el (toplevel): Test for find-coding-system being
4185 fboundp before calling ps-x-find-coding-system.
08ea6f17 4186
66321b2f
SM
41872000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4188
4189 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4190 (vc-version-backup-file): Docstring fix.
4191
046110c6
GM
41922000-11-16 Gerd Moellmann <gerd@gnu.org>
4193
4104194e
GM
4194 * files.el (basic-save-buffer): Don't add a newline if
4195 find-file-literally is non-nil.
4196 (find-file-literally): Extend doc string.
4197
046110c6
GM
4198 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4199 sort(1) with the `-f' argument.
4200
6505c16e
AS
42012000-11-16 Andre Spiegel <spiegel@gnu.org>
4202
fd063975
AS
4203 * vc.el: Updated backend documentation.
4204 (vc-default-check-headers): New function.
4205
3d02dd81 4206 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4207
4208 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4209 up-to-date.
eaae8106 4210 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4211 the minibuffer is not active.
fd063975 4212
eaae8106 4213 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4214 `vc-cvs-use-edit' is on.
eaae8106
SS
4215 (vc-cvs-checkout): When this is used for reverting the workfile,
4216 make a backup of the original contents and revert to that in case
8791d617 4217 of error.
eaae8106 4218 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4219 remote repositories.
eaae8106 4220
6505c16e
AS
4221 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4222 for both version and ratio in the minibuffer.
fd063975 4223
eaae8106 4224 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4225 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4226
a13f0660
KH
42272000-11-16 Kenichi Handa <handa@etl.go.jp>
4228
4229 * international/quail.el (quail-start-translation): Don't call
4230 `message' before reading key sequence.
4231
1389a414
MB
42322000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4233
4234 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4235
9256a532
KH
42362000-11-16 Kenichi Handa <handa@etl.go.jp>
4237
4238 * window.el (fit-window-to-buffer): Be sure to acquire at least
4239 one text line even if the buffer is empty.
4240
0e14fe9f
GM
42412000-11-16 Gerd Moellmann <gerd@gnu.org>
4242
eaae8106 4243 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4244 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4245 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4246
da645c53
DL
42472000-11-15 Dave Love <fx@gnu.org>
4248
83c9cb8e
SM
4249 * wid-edit.el (widget-specify-field, widget-specify-button):
4250 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4251 widget-mouse-help.
4252 (widget-mouse-help): New function.
4253 (widget-echo-help): Rewritten for :help-echo functions only taking
4254 a widget arg.
4255
83c9cb8e
SM
4256 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4257 Use display-graphic-p.
b12057b9
DL
4258 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4259 and that JPEG is available.
4260 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4261
da645c53
DL
4262 * international/mule-cmds.el (locale-charset-language-names):
4263 Match @euro.
4264
6d133d1f
GM
42652000-11-15 Gerd Moellmann <gerd@gnu.org>
4266
83c9cb8e
SM
4267 * faces.el (face-set-after-frame-default):
4268 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4269 default face from X resources.
4270
49ac2ac5
EZ
42712000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4272
4273 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4274 Don't set EMACSLOADPATH.
4275
4fb0a34c
EZ
42762000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4277
4278 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4279 texinfo-insert-@url.
4280 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4281 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4282
bb304a7a
SM
42832000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4284
82bc80bf
SM
4285 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4286 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4287 (checkdoc-minor-keymap): Backward compatibility.
4288 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4289 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4290 (checkdoc-this-string-valid-engine): Be a bit more strict
4291 to avoid matching substrings of `...' quoted vars/funs.
4292 (checkdoc-defun-info): Only look for `interactive' if alone.
4293 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4294
e8c87124
SM
4295 * progmodes/compile.el (grep): `tag-default' can be nil.
4296
bb304a7a
SM
4297 * newcomment.el (comment-indent): Paren typo.
4298
8628686a
DL
42992000-11-14 Dave Love <fx@gnu.org>
4300
25c269ef
DL
4301 * calculator.el: New maintainer version.
4302
66321b2f 4303 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4304
8628686a
DL
4305 * cmuscheme.el: Doc fixes.
4306 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4307 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4308
4309 * xscheme.el (scheme-program-name): Don't define here.
4310
4311 * progmodes/scheme.el (scheme-program-name): New variable
4312 (originally in cmuscheme).
4313
88f0a1eb
MB
43142000-11-14 Miles Bader <miles@gnu.org>
4315
4316 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4317 Handle header-lines. Don't loop forever if we can't enlarge the
4318 window anymore. Simplify a bit.
4319
cd9a000c
KH
43202000-11-14 Kenichi Handa <handa@etl.go.jp>
4321
4322 * window.el (fit-window-to-buffer): Don't check
4323 window-text-height. Assure that the last line is fully visible.
4324
83c9cb8e
SM
4325 * international/quail.el (quail-show-guidance-buf):
4326 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4327 buffer.
4328 (quail-update-guidance): Avoid making the guidance buffer shorter.
4329
d3fcda22
SM
43302000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4331
bdbd9606
SM
4332 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4333 rather than `prepend' and add an interesting comment.
4334 (tex-math-face, tex-font-lock-syntactic-face-function):
4335 New face and function to use it.
4336 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4337 than `menu-enable' symbol property.
4338 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4339 (tex-mode): Add some latex-mode commands for auto-selection.
4340 Use tex-font-lock-syntactic-face-function.
4341 (tex-insert-quote): Simplify.
4342 (tex-shell): New mode.
4343 (tex-start-shell): Use it.
4344 (tex-shell-proc, tex-shell-buf): New functions.
4345 (tex-send-command): Use it.
4346 (tex-main-file): Fix the meaning of the new arg REALFILE.
4347 (tex-send-tex-command): New function split from `tex-start-tex'.
4348 Set compilation-last-buffer and compilation-parsing-end.
4349
d3fcda22
SM
4350 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4351 when it follows non-comment text on the line.
4352
4353 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4354 Set font-lock-defaults.
4355 (lisp-mode-shared-map): Init inside the defvar.
4356 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4357 Use define-derived-mode.
4358
bdab1d43
MB
43592000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4360
4361 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4362
936ae731
GM
43632000-11-14 Gerd Moellmann <gerd@gnu.org>
4364
83c9cb8e
SM
4365 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4366 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4367 recursion; see comment there.
4368
1695ca2b
EZ
43692000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * faces.el (face-spec-set-match-display): Revert the change from
4372 2000-10-24. Add a FIXME for after v21.1.
4373
9d348294
MB
43742000-11-13 Miles Bader <miles@gnu.org>
4375
4376 * textmodes/fill.el (skip-line-prefix): New function.
4377 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4378 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4379 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4380 point inside the fill-prefix.
9d348294 4381
b85fa13c
MB
43822000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4383
83c9cb8e
SM
4384 * calendar/calendar.el (generate-calendar-window):
4385 Use `fit-window-to-buffer'.
b85fa13c 4386
a0b47716
SM
43872000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * gud.el (gud-minor-mode): New var.
4390 (gud-symbol, gud-val): New functions.
4391 (gud-find-file): Copy gud-minor-mode to the new buffer.
4392 (gud-menu-map): Include entries for commands that are not always
4393 available, using :enable to (de)activate them.
4394 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4395 (gud-mode-map): New map.
eaae8106 4396 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4397 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4398 Don't set up gud's menu (it's done by the minor-mode).
4399 (gud-minibuffer-local-map): New.
4400 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4401 (gud-query-cmdline): New function.
4402 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4403 (gud-mode): Use define-derived-mode.
4404 Don't set up gud's menu (it's done by the minor-mode).
4405 (gud-chop-words): Remove.
4406 (gud-common-init): Use split-string instead.
4407 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4408
4409 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4410 Add keyword arg :name.
4411
4412 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4413 (diff-count-matches, diff-split-hunk): New functions.
4414 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4415
4416 * pcvs-info.el (cvs-fi-conflict-face): New var.
4417
4418 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4419 Make it into a simple syntax-table, shared among all submodes.
4420 (sh-heredoc-face): Re-introduce.
4421 (sh-font-lock-syntactic-face-function): New function.
4422 (sh-mode): Use it. Also use define-derived-mode.
4423 Remove old bogus setting of indent-region-function.
4424 (sh-set-shell): Don't set the syntax-table any more.
4425 (sh-mode-syntax-table) <defun>: Remove.
4426
f5ed37df
MB
44272000-11-12 Miles Bader <miles@gnu.org>
4428
4429 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4430 message if interactive.
4431
0b074c2f
DL
44322000-11-12 Dave Love <fx@gnu.org>
4433
4434 * mail/feedmail.el: Fix header,
4435 (feedmail) <defgroup>: Add :link.
4436
4437 * view.el: Use local-map property, not keymap on mode-line string.
4438
83c9cb8e
SM
4439 * scroll-all.el (scroll-all-mode): Customize variable.
4440 Add autoload cookie to function.
0b074c2f
DL
4441
4442 * lazy-lock.el: Remove compatibility code.
4443
4444 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4445 (finder-help-echo): New variable.
4446 (finder-mouse-face-on-line): Add help-echo stuff.
4447 (finder-list-keywords, finder-list-matches): Use mapc.
4448
4449 * faces.el (face-font-registry-alternatives): Add :version.
4450
4451 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4452 tags-table-list.
4453
a0b47716 4454 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4455
a0b47716 4456 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4457 (mail-mode): Use [:alnum:] in some regexps.
4458
6d502396
DL
44592000-11-10 Dave Love <fx@gnu.org>
4460
4461 * ediff.el (ediff-regions-internal, ediff-documentation):
4462 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4463 fundamental mode.
4464
4465 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4466 buffer into fundamental mode.
4467 (ediff-set-difference): Use copy-sequence if available.
4468
83c9cb8e
SM
4469 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4470 Check ediff-patch-map non-nil.
6d502396
DL
4471 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4472 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4473 buffer into fundamental mode.
4474
4475 * ediff-merg.el (state-or-merge): Defvar when compiling.
4476
a82fe213
JR
44772000-11-10 Jason Rumney <jasonr@gnu.org>
4478
4479 * w32-fns.el (w32-add-charset-info): New function.
4480 (w32-charset-info-alist): Use it.
4481
52d89894
GM
44822000-11-10 Gerd Moellmann <gerd@gnu.org>
4483
4484 * faces.el (face-font-registry-alternatives): New user-option.
4485
178932de
SM
44862000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4487
d7fa3319
SM
4488 * textmodes/texinfo.el (texinfo-block-default): New var.
4489 (texinfo-insert-block): Use it. Insert a newline if needed.
4490
178932de
SM
4491 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4492 (fill-region-as-paragraph): Use it.
4493
4494 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4495 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4496 Tweak paragraph regexps to allow a leading [ \t]*.
4497 (tex-latex-block): Insert a newline if necessary.
4498 (latex-insert-item): Only insert a newline if necessary.
4499 (tex-guess-main-file): New function.
4500 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4501 Set tex-main-file if TeX-master is provided.
4502 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4503
bd02b8e0
GM
45042000-11-10 Gerd Moellmann <gerd@gnu.org>
4505
4506 * startup.el (command-line): Set the default tooltip-mode
4507 to t for graphical displays which implement x-show-tip.
4508
4509 * tooltip.el (tooltip-mode): Add a comment about startup.el
4510 setting the default value of this user-option.
4511
b29b03eb
SM
45122000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4513
4514 * font-lock.el (font-lock-*-face) <defvar>: Move.
4515 (font-lock-defaults-alist): Mark obsolete.
4516 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4517 (font-lock-mode): Use define-minor-mode.
4518 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4519 (font-lock-turn-off-thing-lock): Be more explicit.
4520 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4521 (font-lock-syntactic-face-function): New var.
4522 (font-lock-fontify-syntactically-region): Use it.
4523 (font-lock-doc-face): New.
4524
4525 * pcvs.el (cvs-enabledp): Ignore errors.
4526 (cvs-commit-filelist): Never query.
4527 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4528 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4529 (cvs-do-removal): Use cvs-partition rather than delete-if.
4530 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4531 cvs-bury-buffer.
4532
4533 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4534 Allow `next' to jump to after the end of the last match.
4535
778fbc46
GM
45362000-11-09 Gerd Moellmann <gerd@gnu.org>
4537
730c746c
GM
4538 * simple.el (byte-compiling-files-p): New function.
4539
4540 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4541 if it is there.
4542
4543 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4544 nil again.
4545
778fbc46
GM
4546 * textmodes/ispell.el (ispell-library-path): Don't call
4547 check-ispell-version when byte-compiling because that starts
4548 an ispell process, and ispell might not be installed.
4549 (toplevel): Don't set up a menu when byte-compiling.
4550
4551 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4552 it, so that a boundp test can be used to determine if we're
4553 currently byte-compiling.
4554
5912c5bb
DL
45552000-11-09 Dave Love <fx@gnu.org>
4556
83c9cb8e 4557 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4558
7bb054a5
GM
45592000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4560
83c9cb8e
SM
4561 * ps-print.el: Patch for variable initialization when spooling.
4562 Doc fix.
7bb054a5
GM
4563 (ps-output-list): Fun eliminated.
4564 (ps-begin-file, ps-begin-job): Code fix.
4565
9db2706e
DL
45662000-11-08 Dave Love <fx@gnu.org>
4567
83c9cb8e 4568 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4569
f7eb32aa
GM
45702000-11-08 Gerd Moellmann <gerd@gnu.org>
4571
4572 * simple.el (shell-command, display-message-or-buffer)
4573 (shell-command-on-region): Mention resize-mini-windows in the doc
4574 string.
4575 (display-message-or-buffer): Take the value of resize-mini-windows
4576 into account.
4577
7b01b08c
GM
45782000-11-07 Gerd Moellmann <gerd@gnu.org>
4579
acad3c0b
GM
4580 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4581
7b01b08c
GM
4582 * dired.el (dired-between-files): Add `^. find' as an alternative
4583 to the regular expression, for find-dired.
4584
6f602bd0
SM
45852000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * textmodes/texnfo-upd.el: Require texinfo.
4588 (defmacro, defgroup): Remove.
4589 (texinfo-section-to-generic-alist): Remove.
4590 Use texinfo-section-list instead (i.e. level is changed string->int).
4591 (texinfo-filter): New function.
4592 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4593 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4594 Use it. And use regexp-opt.
4595 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4596 (texinfo-update-menu-region-beginning)
4597 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4598 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4599 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4600 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4601 (texinfo-sequential-node-update): Remove autoload cookie.
4602
4603 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4604 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4605 (texinfo-chapter-level-regexp): Remove.
4606 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4607
bb216218
DL
46082000-11-06 Dave Love <fx@gnu.org>
4609
6f602bd0 4610 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4611
6f602bd0
SM
4612 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4613 Match defun*.
bb216218 4614
ff8dd5d5
KH
46152000-11-06 Kenichi Handa <handa@etl.go.jp>
4616
4617 * composite.el (composition-function-table): Variable declaration
4618 moved to src/composite.c.
4619 (compose-chars-after): New optional arg object.
4620
e9da51a1
GM
46212000-11-06 Gerd Moellmann <gerd@gnu.org>
4622
e0c12c68
GM
4623 * bindings.el (mode-line-toggle-read-only)
4624 (mode-line-toggle-modified, mode-line-widen)
4625 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4626 (make-mode-line-mouse2-map): Rewritten.
4627 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4628 functions so that C-h k can show something with a doc string.
eaae8106 4629
e9da51a1
GM
4630 * startup.el (fancy-splash-delay): Set to 10 seconds.
4631 (fancy-splash-max-time): New user-option.
4632 (fancy-splash-stop-time): New variable.
4633 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4634 (fancy-splash-screens-1): Throw `stop-splashing' when current
4635 time is greater than fancy-splash-stop-time.
4636
611dbdf0
SM
46372000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4638
4d2806e2
SM
4639 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4640
611dbdf0
SM
4641 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4642 Prompt user for a file rather than raising an error.
4643 (cvs-enabledp): Fix call to cvs-mode-marked.
4644 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4645 (cvs-mode-insert): Use it. Change the init prompt' value.
4646 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4647
4648 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4649 Don't pass default arg to ewoc-locate.
4650 (ewoc-collect): Return result in the right order.
4651
4652 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4653
4654 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4655 (cvs-status-get-tags): Fix regexp.
4656 (cvs-status-trees, cvs-status-cvstrees):
4657 Combine after change hooks and don't sit-for.
4d2806e2
SM
4658 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4659 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4660 Use make-char rather than hard-coded cryptic data.
4661 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4662
4663 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4664
4665 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4666 (cvs-insert-strings): New function.
4667
937b2877
MB
46682000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4669
4670 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4671 `mwheel-scroll-amount'.
4672 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4673 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4674 string-matching against the version string.
4675
c6c97763
KH
46762000-11-06 Kenichi Handa <handa@etl.go.jp>
4677
6eaec747
KH
4678 * language/thai.el ("Thai"): Set a lisp form that produces
4679 composed string in `sample-text' language info.
4680
4681 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4682 composed string in `sample-text' language info.
4683
83c9cb8e
SM
4684 * international/mule-cmds.el (describe-language-environment):
4685 Eval `sample-text' data and insert the result.
6eaec747 4686
c6c97763
KH
4687 * international/mule-conf.el (compound-text): Define this coding
4688 system here. Make x-ctext and ctext aliases of it.
4689
4690 * language/european.el (compound-text, ctext): Moved to
4691 international/mule-conf.el.
4692
d1145f85
AI
46932000-11-05 Andrew Innes <andrewi@gnu.org>
4694
4695 * w32-fns.el (w32-version): New function.
4696
178a6a45
SM
46972000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4698
4699 * progmodes/awk-mode.el: Update copyright.
4700 (awk-mode-abbrev-table): Remove.
4701 (awk-font-lock-keywords): Use regexp-opt.
4702 (awk-mode): Use define-derived-mode.
4703
4704 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4705 when extracting a suffix.
4706
1ba90166
AS
47072000-11-04 Andre Spiegel <spiegel@gnu.org>
4708
4709 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4710 auto-save-mode.
4711
546790cb
JR
47122000-11-04 Jason Rumney <jasonr@gnu.org>
4713
4714 * language/european.el (decode-mac-roman): Test against r1 not r0.
4715
d247e32d
SM
47162000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4717
fbf44f44
SM
4718 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4719 (icon-mode): Define indent-line-function.
4720 (icon-comment-indent): Simplify.
4721 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4722
4723 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4724
4725 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4726 Bind change-log-default-mode to defeat the caching done on it.
4727 Don't bother saving excursion any more.
4728
4729 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4730
4731 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4732 (set-frame-font): Use the new name (and the old for compatibility).
4733
eaae8106
SS
4734 * toolbar/tool-bar.el (tool-bar-mode):
4735 * time.el (display-time-mode):
4736 * recentf.el (recentf-mode):
4737 * paren.el (show-paren-mode):
4738 * mwheel.el (mouse-wheel-mode):
4739 * msb.el (msb-mode):
4740 * jka-compr.el (auto-compression-mode):
4741 * image-file.el (auto-image-file-mode):
4742 * hl-line.el (hl-line-mode):
4743 * delsel.el (delete-selection-mode):
4744 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4745 * complete.el (partial-completion-mode): Drop unneeded positional args.
4746
eaae8106 4747 * info.el (Info-mode):
79372165 4748 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4749
d247e32d
SM
4750 * log-edit.el (log-edit-menu): New menu.
4751
4921558e
MB
47522000-11-03 Miles Bader <miles@gnu.org>
4753
4754 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4755 definition, so that trailing spaces are handled properly.
4756 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4757
1fc02b3c
GM
47582000-11-03 Gerd Moellmann <gerd@gnu.org>
4759
4760 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4761 tab character.
4762 (fancy-splash-screens): Set tab-width to 20.
4763
51d001f7
DL
47642000-11-03 Dave Love <fx@gnu.org>
4765
4766 * comint.el (comint-completion-addsuffix): Fix custom type.
4767
ba22aeff
SM
47682000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4769
4770 * font-lock.el (font-lock-buffers): Remove.
4771 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4772 (font-lock-change-major-mode): Remove.
4773 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4774 (font-lock-default-fontify-region): Extend the multiline
4775 fontification to whole lines.
4776 (font-lock-fontify-anchored-keywords)
4777 (font-lock-fontify-keywords-region): If matching just one
4778 line (with \n) only mark the \n as multiline.
4779
4780 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4781 Correctly handle the case where several :group args are supplied.
4782 Allow :extra-args.
4783 (easy-mmode-define-global-mode): Allow :extra-args.
4784 Correctly handle the case where several :group args are supplied.
4785
9c887ada
MB
47862000-11-02 Miles Bader <miles@gnu.org>
4787
eaae8106 4788 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4789 (holiday-face): Remove dependency on `window-system'.
4790
7f25090d
KR
47912000-11-02 Ken Raeburn <raeburn@gnu.org>
4792
4793 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 4794 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 4795 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4796
7dd6009c
DL
47972000-11-02 Dave Love <fx@gnu.org>
4798
4799 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4800
94821e4f
EZ
48012000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4802
4803 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4804 punctuation in the warning inserted into the *mail* buffer.
4805
1ac3fc42
GM
48062000-11-02 Gerd Moellmann <gerd@gnu.org>
4807
57731876
GM
4808 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4809 (authors-public-domain-p): New function.
4810 (authors-print): Use it.
4811
975f82c9
GM
4812 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4813
1ac3fc42
GM
4814 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4815
4b3eb10f
GM
48162000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4817
975f82c9 4818 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4819 (ps-print-version): New version number (6.3.1).
4820 (ps-even-or-odd-pages): Customization fix.
4821 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4822 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4823 (ps-page-count): Var replaced by `ps-page-column'.
4824 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4825 (ps-print-sheet-p): New fun.
4826
7da794df
MB
48272000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4828
4829 * tooltip.el (tooltip-gud-tips-setup): New function.
4830 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4831 (tooltip-mode): Call tooltip-gud-tips-setup.
4832 (tooltip-gud-tips): Use `gud-basic-call' instead of
4833 process-send-string, so the prompt gets frobbed appropriately.
4834 Handle nil return value from `tooltip-gud-print-command'.
4835
0e40b809
EL
48362000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4837
4838 * comint.el (comint-add-to-input-history): New function.
4839 (comint-send-input): Use `comint-add-to-input-history'.
4840
50ada0db
MB
48412000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4842
973a3104
MB
4843 * info.el (info-menu-header): New face.
4844 (Info-fontify-menu-headers): New function.
4845 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4846
50ada0db
MB
4847 * info.el (Info-insert-dir): Don't include blank lines at
4848 beginning of additional dir files (one is added automatically).
4849
bff53411
SM
48502000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * emacs-lisp/easy-mmode.el (define-minor-mode):
4853 Revert the latest changes.
4854 Allow the three positional arguments to be skipped and replaced
4855 by keyword arguments.
4856 Add a :toggle argument to determine whether a nil arg means toggle
4857 or means turn-on. The default is unchanged.
4858 Add a call to force-mode-line-update.
4859
6b8a0b2d
DL
48602000-11-01 Dave Love <fx@gnu.org>
4861
83c9cb8e 4862 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 4863
5bf99100
MB
48642000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4865
83c9cb8e
SM
4866 * calendar/calendar.el (diary-face, holiday-face):
4867 Add dark-background variants.
5bf99100 4868
a4032611
SS
48692000-10-31 Sam Steingold <sds@gnu.org>
4870
4871 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4872 `tex-main-file' does not have directory in it.
4873
c286608e
SM
48742000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4875
4876 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4877
4836835a
TTN
48782000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4879
4880 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4881 functional change.
4882
26dcb81b
GM
48832000-10-31 Gerd Moellmann <gerd@gnu.org>
4884
4885 * files.el (find-file-noselect): When we expand a wildcard, return
4886 a list of buffers, as we should do according to the doc string.
4887
49fc4500
KR
48882000-10-31 Ken Raeburn <raeburn@gnu.org>
4889
4890 * loadup.el (top level): Adjust load path if program name is
4891 "../src/bootstrap-emacs", in case it's not dumped and thus the
4892 load path adjustment hasn't already been done.
4893
ea0c615d
GM
48942000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4895
83c9cb8e
SM
4896 * ps-print.el: Fix bug on selected pages for printing.
4897 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
4898 is on. Try to avoid warning messages when compiling. Doc Fix.
4899 (ps-print-version): New version number (6.3).
4900 (ps-color-device): Use `color-values' to determine if device
4901 supports color.
4902 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4903 (ps-print-page-p): Changed from defsubst to defun.
4904 (ps-page-number): Changed from defmacro to defun.
4905 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4906 printing.
c286608e 4907 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4908 (ps-end-file, ps-dummy-page): Funs eliminated.
4909 (ps-print-color-scale): Changed default value.
4910 (ps-page-n-up, ps-print-page-p): New internal vars.
4911 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4912 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4913
9e20722f
GM
4914 * delim-col.el: Little programming improvement.
4915 (delimit-columns-str): New macro.
4916 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4917
d7a0fd00
KH
49182000-10-31 Kenichi Handa <handa@etl.go.jp>
4919
c286608e
SM
4920 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4921 Moved to european.el.
d7a0fd00
KH
4922 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4923 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4924 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4925 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4926
234be340
DL
49272000-10-30 Dave Love <fx@gnu.org>
4928
4929 * progmodes/cc-menus.el (imenu-generic-expression)
4930 (imenu-progress-message): Only defvar when compiling.
4931
4edc4a39
DL
4932 * emacs-lisp/elp.el (elp-unload-hook): New function.
4933
4934 * loadhist.el (unload-feature): Call elp-restore-function,
4935 checking for symbols; don't use elp-restore-all.
4936 (loadhist-hook-functions): Doc fix.
4937
70c825df
SM
49382000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4939
4940 * log-edit.el (log-edit-confirm): Fix the default.
4941
1d3baf74
GM
49422000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4943
4944 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4945 delimit-columns-format.
4946 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4947
1ec321a7
MB
49482000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4949
4950 * comint.el (comint-replace-by-expanded-history): Don't use
4951 comint-get-old-input (we're not looking at *old* input).
4952 (comint-get-old-input-default): If using fields, signal an error
4953 when the point is not in an input field.
4954
70737ea9
KH
49552000-10-30 Kenichi Handa <handa@etl.go.jp>
4956
4957 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4958 and mule-unicode-e000-ffff.
4959
fa0cb51d 4960 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4961 (make-coding-system): Accept a symbol of translation table as a
4962 value of property `safe-chars'.
4963
4964 * international/mule-cmds.el (encode-coding-char): Check property
4965 safe-chars instead of safe-charsets.
4966
4967 * international/fontset.el (fontset-default): Modified for
4968 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4969 (x-font-name-charset-alist): Likewise.
4970 (ccl-encode-unicode-font): New CCL program. Record it in
4971 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4972
70c825df
SM
4973 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4974 New translation tables.
70737ea9
KH
4975 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4976 programs are modified and moved from mac-win.el.
4977 (mac-roman): Definition of this coding system is modified and
4978 moved from mac-win.el.
4836835a 4979
fda2ce24 49802000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4981
1d3baf74 4982 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4983 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4984
dd4d3cb6
MB
49852000-10-29 Miles Bader <miles@gnu.org>
4986
4987 * custom.el (custom-add-to-group): Allow multiple entries for a
4988 given value OPTION, as long as their widget types are different.
4989 * cus-edit.el (custom-face-value-create): If face name doesn't end
4990 with "face", add such here (similar to custom group widgets).
4991
4992 * comint.el (comint-highlight-prompt): Add :type.
4993
dace60cf
JW
49942000-10-28 John Wiegley <johnw@gnu.org>
4995
4996 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4997 Changed this function to operate on a temporary buffer instead of
4998 the main buffer. This not only keeps flyspell from marking a
4999 buffer as changed that wasn't, but it solves the jumpy cursor
5000 problem when attempts are made to edit incorrect words.
5001 (flyspell-maybe-correct-doubling): Same change as for
5002 `flyspell-maybe-correct-transposition'.
5003
5004 * calendar/timeclock.el (timeclock-log): Doc fix.
5005 (timeclock-last-event): Doc fix.
83c9cb8e 5006 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5007 (timeclock-find-discrep): Use a temp buffer to read in the
5008 timelog, instead of visiting the file.
5009 (timeclock-log-data): A new function, along with a host of helper
5010 functions, for the purpose of making timelog data accessible to
5011 programmers.
5012
5013 * eshell/esh-mode.el (window-height test): Make certain that
5014 `eshell-stringify-t' is non-nil.
5015 (eshell-password-prompt-regexp): Changed to a much simpler
5016 password regexp.
5017 (eshell-send-input): If `eshell-invoke-directly' returns t,
5018 directly invoke the parsed command using `eval'. This improves
5019 turn-around time on simple commands by a factor of three or
5020 greater, such as cd, ls, pwd, etc. -- which get used very often.
5021 It also conserves thousands of cons cells per call (since
5022 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5023 in the Pacific Cookie Company).
5024
5025 * eshell/esh-test.el (eshell-test): Whitespace fix.
5026
83c9cb8e
SM
5027 * eshell/em-ls.el (eshell-ls-insert-directory):
5028 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5029
5030 * eshell/em-script.el (eshell-script-initialize): Add names to
5031 `eshell-complex-commands, since `source' and `.' are complex.
5032
0467b076
EZ
5033 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5034 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5035 `eshell-copy-handles'.
5036 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5037 bodies.
5038 (eshell-separate-commands): Whitespace fix.
5039 (eshell-complex-commands): Added a new list of names, for
5040 determining whether a given command is as simple as it looks.
5041 (eshell-invoke-directly): New function. Returns t if a command
5042 should be invoked directly (using `eval'), rather than indirectly
5043 using `eshell-do-eval'.
5044 (eshell-do-eval): Whitespace fix.
5045
5046 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5047 which provides an emulation of the DOS shell behavior of assuming
5048 that cp/mv/ln should copy/move/link to the current directory.
5049 (eshell-remove-entries): Added a doc string.
5050 (eshell-shuffle-files): Removed the check for `target' being null.
5051 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5052 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5053 it to do a smarter check of whether a destination was provided.
5054 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5055 (eshell/ln): Enable `:preserve-args', and use
5056 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5057 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5058 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5059 list after flattening it. This makes it possible to cat files
5060 with numerical names.
5061 (eshell-unix-initialize): Added several names to
5062 `eshell-complex-commands.
5063 (eshell-unix-command-complex-p): Return t if a given command name
5064 may result in external processes being invoked.
5065
5066 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5067 variable nil by default, since it slows down glob processing by a
5068 factor of two or more, and increases memory consumption.
5069
5070 * eshell/em-smart.el: Added a note about how memory consumptive
5071 smart display mode can be (at least this is true in Emacs 21).
5072 (eshell-smart-initialize): Whitespace fix.
5073 (eshell-refresh-windows): Use `if' instead of `when'.
5074 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5075 not necessary.
83c9cb8e 5076 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5077
5078 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5079 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5080 Whitespace fix.
5081 (eshell-ls-exclude-hidden): Added this variable in addition to
5082 `eshell-ls-exclude-regexp'. This one prevents files beginning
5083 with . from even being read, which can improve memory consumption
5084 quite a bit.
5085 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5086 read file entries beginning with a dot. In home directories with
5087 lots of hidden files, fully two-thirds of the time spent in ls is
5088 used to read directory entries that are immediately thrown away.
5089 (eshell-ls-initial-args): Added back this configuration variable,
5090 for specifying default initial arguments to every call to ls.
5091 Much faster than using an alias to do the same thing.
5092 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5093 (eshell-ls-dir): Whitespace change.
5094
5095 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5096
83c9cb8e 5097 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5098 (eshell-stringify-t): Added a customization variable, to indicate
5099 whether `t' should be rendered as a string at all. If not, one
5100 can still determine if the result of an expression is true using
5101 "file-exists-p FILE && echo true".
5102 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5103 stringify t!
5104
5105 * eshell/esh-module.el: Whitespace fix.
5106
83c9cb8e
SM
5107 * eshell/em-alias.el (eshell-alias-initialize):
5108 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5109 (eshell-command-aliased-p): New function that returns t if a
5110 command name names an aliased.
5111
657f9cb8 51122000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5113
0467b076 5114 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5115 redrawing the screen when changing cursor color.
0467b076
EZ
5116 (viper-insert-state-pre-command-sentinel)
5117 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5118 (viper-replace-state-post-command-sentinel):
5119 Use viper-preserve-cursor-color.
657f9cb8
MK
5120 Many functions changed to use viper= instead of = when comparing
5121 characters.
0467b076 5122 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5123 working with characters.
0467b076 5124 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5125 Many functions changed to use viper= instead of = when comparing
5126 characters.
0467b076 5127 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5128
0467b076 5129 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5130 Several typos fixed in various docstrings.
0467b076 5131 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5132 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5133 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5134 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5135 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5136 (ediff-get-selected-buffers): New function.
5137 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5138 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5139 Use save-window-excursion.
0467b076 5140 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5141 termination check in while loop.
0467b076 5142 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5143 dired buffer.
0467b076
EZ
5144 (ediff-files,ediff-merge-files,ediff-files3)
5145 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5146
4f490d99
DL
51472000-10-28 Dave Love <fx@gnu.org>
5148
5149 * info.el (Info-fontify-node): Add help-echo for menu items.
5150
45b84006
EZ
51512000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5152
5ebc02b3
EZ
5153 * startup.el (normal-top-level): If the value of $TERM indicates
5154 we are running from xterm or one of its work-alikes, default to a
5155 light background mode.
5156
45b84006
EZ
5157 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5158 * faces.el (tty-handle-reverse-video): New function.
5159 (tty-create-frame-with-faces): Call it.
5160
5161 * frame.el (frame-notice-user-settings): Don't apply
5162 default-frame-alist and initial-frame-alist to MS-DOS frames.
5163 Call tty-handle-reverse-video, frame-set-background-mode, and
5164 face-set-after-frame-default for non-MS-DOS frames.
5165
5166 * startup.el (tty-long-option-alist): New variable.
5167 (tty-handle-args): New function.
5168 (command-line): Call tty-handle-args.
5169
5170 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5171 startup.el now does that for all character-terminal frames.
5172
eab6e8b9
MB
51732000-10-28 Miles Bader <miles@gnu.org>
5174
83c9cb8e
SM
5175 * emacs-lisp/easy-mmode.el (define-minor-mode):
5176 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5177 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5178 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5179 version using `easy-mmode-define-global-mode'.
5180 Add :conditional-turn-on keyword argument.
eab6e8b9 5181
51a29efc
DL
51822000-10-28 Dave Love <fx@gnu.org>
5183
83c9cb8e
SM
5184 * international/latin1-disp.el (latin1-char-displayable-p):
5185 Don't use window-system.
51a29efc 5186
d71d7114
EZ
51872000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5188
5189 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5190 Don't call find-buffer-file-type-coding-system. Instead, just
5191 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5192 if the file is on an untranslated filesystem.
5193 (add-untranslated-filesystem): Use "D" instead of "f" inside
5194 interactive.
5195
1f9cab4b
DL
51962000-10-27 Dave Love <fx@gnu.org>
5197
70c825df 5198 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5199 (refill-mode): Use it.
5200
70c825df
SM
52012000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5202
5203 * international/quail.el (quail-activate): Don't make-local-hook.
5204
7432cf10
AS
52052000-10-27 Andre Spiegel <spiegel@gnu.org>
5206
4836835a 5207 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5208 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5209 (vc-make-version-backup): Don't do it on MS-DOS without long file
5210 names.
4836835a 5211
7432cf10
AS
5212 * vc.el (vc-version-other-window): If an automatic backup of the
5213 desired version exists, rename it instead of copying it.
5214
4836835a
TTN
5215 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5216 after command. If there's an unexpected error, signal it instead
7432cf10 5217 of being silent.
e1483c38 5218 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5219
05ea7ef2
MB
52202000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5221
fd1035aa
MB
5222 * shell.el (shell): Add BUFFER argument.
5223 * comint.el (make-comint-in-buffer): New function.
5224 (make-comint): Use it.
5225
05ea7ef2
MB
5226 * faces.el (face-spec-choose): Change syntax so that the list of
5227 attribute-value pairs is now the cdr of each clause, not the cadr.
5228 Detect old-style entries, and handle them. Use pop.
5229
835a55fe
SM
52302000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5231
f5ab1cdd
SM
5232 * cus-edit.el (custom-mode-map): Use a sparse map.
5233 (custom-mode): Don't bother with make-local-hook.
5234
5235 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5236
835a55fe
SM
5237 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5238
c13b0ec8
GM
52392000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5240
5241 * ps-print.el: Avoid compilation gripes.
5242 (ps-print-version): New version number (6.2.1).
4836835a 5243
e9f63196
DL
52442000-10-26 Dave Love <fx@gnu.org>
5245
0b95284b
DL
5246 * menu-bar.el: Modify some menu item help strings.
5247 (menu-bar-help-menu): Add link to MORE.STUFF.
5248
e9f63196
DL
5249 * cus-edit.el (custom-mode): Add `special' mode-class property.
5250
5251 * wid-browse.el (widget-browse-mode): Likewise.
5252
5253 * wid-edit.el (widget-specify-field): Revert to using local-map
5254 property, not keymap.
5255
e276a14a
MB
52562000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5257
c1545d88
MB
5258 * wid-edit.el (widget-field-end): When checking for a `boundary'
5259 field, do so in the correct buffer.
5260
3c1b77ca
MB
5261 * simple.el (undo): Correctly distinguish between numeric and
5262 non-numeric prefix args in non-transient-mark-mode, as per the doc
5263 string. When in transient-mark-mode, treat all prefix-args as
5264 numeric.
5265
f5ab1cdd
SM
5266 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5267 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5268
5269 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5270 (comint-mode-map): Reverse order of `comint-write-output' and
5271 `comint-append-output-to-file'.
5272 (comint-append-output-to-file): Reinstate this function, for the
5273 benefit of the menu.
5274
d97151cb
SM
52752000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5276
5277 * vc.el (vc-version-other-window): Bind `file'.
5278
ea7d6f5b
GM
52792000-10-25 Gerd Moellmann <gerd@gnu.org>
5280
f5ab1cdd 5281 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5282
5283 * emacs-lisp/authors.el (batch-update-authors): New function.
5284 (authors-fixed-entries): New defconst.
5285 (authors-add-fixed-entries): New function.
5286 (authors): Call it.: Don't process lispref/.
5287
17c25cea
JR
52882000-10-25 Jason Rumney <jasonr@gnu.org>
5289
5290 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5291 Merge x w32 and mac definitions.
5292
4ecda532
GM
52932000-10-25 Gerd Moellmann <gerd@gnu.org>
5294
5295 * menu-bar.el (menu-bar-options-menu): Add a help string for
5296 `uniquify'.
5297
b6735035
GM
52982000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5299
f5ab1cdd
SM
5300 * time-stamp.el (time-stamp-string-preprocess):
5301 Fix a wrong type argument error.
b6735035 5302
f4cbc7a0
MB
53032000-10-25 Miles Bader <miles@gnu.org>
5304
5305 * recentf.el (recentf-mode): Variable removed.
5306 (recentf-mode): Use `define-minor-mode'.
5307
5308 * mwheel.el (mouse-wheel-mode): New global minor mode.
5309 (mwheel-install): Use `mouse-wheel-mode'.
5310
f4b020f6
DL
53112000-10-25 Dave Love <fx@gnu.org>
5312
f5ab1cdd
SM
5313 * progmodes/cperl-mode.el (cperl-mode):
5314 Set normal-auto-fill-function correctly.
072cb6f9 5315
83c9cb8e
SM
5316 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5317 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5318 bindings.
f4b020f6 5319
ebe2a441
MB
53202000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5321
ff4dcd4b
MB
5322 * wid-edit.el (widget-field-at): New function.
5323 (widget-at, widget-field-activate): Use it.
5324 (widget-tabable-at): Use `widget-at'.
5325 (widget-specify-field): If the terminating character of the widget
5326 field (which is read-only) is a newline, put it into a special
5327 `boundary' field so that C-n/C-p act more naturally.
5328 (widget-field-end): Also don't subtract one if a special
5329 `boundary' field has been added after the widget field.
5330
83c9cb8e
SM
5331 * comint.el (comint-output-filter, comint-send-input):
5332 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5333 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5334
ebe2a441
MB
5335 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5336 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5337 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5338
fe50b6ab
GM
53392000-10-24 Gerd Moellmann <gerd@gnu.org>
5340
53df4dda 5341 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5342 (authors): Set file coding system to iso-2022-7bit.
5343 Add file-local variables to output buffer.
53df4dda 5344
4836835a 5345 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5346 WARN is nil.
5347
53df4dda
GM
53482000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5349
5350 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5351
5352 * delim-col.el: Now there is a column formatting mechanism.
5353 Modified to customization mechanisms convention. Doc fix.
5354 (columns): New group for delim-col.
5355 (delimit-columns-before, delimit-columns-after)
5356 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5357 (delimit-columns-end): New vars.
5358 (delimit-columns-customize, delimit-columns-format): New funs.
5359 (delimit-columns-region, delimit-columns-rectangle)
5360 (delimit-columns-rectangle-line): Modified to support column
5361 formatting.
4836835a 5362
a9839779
DL
53632000-10-24 Dave Love <fx@gnu.org>
5364
5365 * log-edit.el (log-edit): Add :version and a :group for vc.
5366
df0267b8
GM
53672000-10-24 Gerd Moellmann <gerd@gnu.org>
5368
9acc3873
GM
5369 * files.el (after-find-file): Don't print a message ``New file''
5370 if WARN is nil.
5371
83c9cb8e
SM
5372 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5373 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5374 get duplicate tool-bar entries because we'll see the global ones
5375 on more than one path through keymaps.
5376
1946f901
GM
5377 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5378
df0267b8
GM
5379 * progmodes/cmacexp.el: Change Francesco's email address.
5380
ae3b264b
KH
53812000-10-24 Kenichi Handa <handa@etl.go.jp>
5382
5383 * window.el (fit-window-to-buffer): Adjust point of the window
5384 buffer, not that of the current buffer.
5385
23afac01
EZ
53862000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5387
5388 * progmodes/cmacexp.el: Update the euthor's email address.
5389
22d1a4ed
MB
53902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5391
5392 * faces.el (face-spec-set-match-display): Add `graphic' display
5393 type (the inverse of `tty'). Use `display-graphic-p' instead of
5394 the window-system variable.
5395
f408aa48
KH
53962000-10-24 Kenichi Handa <handa@etl.go.jp>
5397
83c9cb8e
SM
5398 * international/isearch-x.el (isearch-with-input-method):
5399 Call input-method-function with the first event in
f408aa48
KH
5400 unread-command-events.
5401
94fe8a31
MB
54022000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5403
83c9cb8e 5404 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5405
8f47302e
AC
54062000-10-24 Andrew Choi <akochoi@i-cable.com>
5407
5408 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5409 New charsets.
5410
5411 * term/mac-win.el: Remove definitions of mac-roman-lower and
5412 mac-roman-upper, require dired, and define instead of set
5413 mac-ready-for-drag-n-drop to avoid compilation error.
5414
446c097e
AI
54152000-10-23 Andrew Innes <andrewi@gnu.org>
5416
83c9cb8e
SM
5417 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5418 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5419 expand-file-name after convert-standard-filename to ensure
5420 expected directory separators are used.
5421
379b70e7
EZ
54222000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5423
5424 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5425
85c766e9
DL
54262000-10-23 Dave Love <fx@gnu.org>
5427
b7e03a67
DL
5428 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5429 (tool-bar-add-item): Set foreground and background for XBM icons.
5430
83c9cb8e
SM
5431 * international/latin1-disp.el (latin1-char-displayable-p):
5432 New function (from Handa).
b7e03a67
DL
5433 (latin1-display-check-font): Use it.
5434
0dcf8835 5435 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5436 using :key-sequence, making it much more usable.
5437 Use nconc, not append.
0dcf8835
DL
5438 (imenu--create-keymap-1): Avoid append.
5439
85c766e9 5440 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5441
cb3069bb
MB
54422000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5443
5444 [the following changes fix a bug where `define-minor-mode' didn't
5445 correctly generate :require clauses for defcustoms in compiled files]
5446 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5447 (byte-compile-log-file, byte-compile-log-1): Don't set
5448 `byte-compile-current-file' to nil. Instead set
5449 `byte-compile-last-logged-file' to it. Test whether
5450 byte-compile-current-file equals byte-compile-last-logged-file
5451 instead of whether its nil.
3b6542ba 5452 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5453
6db6243b
SM
54542000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * textmodes/refill.el: Fix var names in doc.
5457 (refill-mode): Don't bother with make-local-hook anymore.
5458
98490598
MB
54592000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5460
e01cd227
MB
5461 * faces.el (face-user-default-spec, face-default-spec): New functions.
5462 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5463 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5464 Use `face-user-default-spec'. Simplify code slightly.
5465
4836835a 5466 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5467 (woman-unknown-face): Add dark-background variants.
5468 (woman-default-faces): Renamed from `woman-colour-faces'.
5469 Set using the stored defaults, rather than using hard-wired colors.
5470 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5471 Just make the foreground `unspecified' rather than "black".
5472 (woman-menu): Rename menu entries accordingly.
5473
98490598
MB
5474 * faces.el (header-line): Make more reasonable on mono/grayscale
5475 displays.
5476
1a578e9b
AC
54772000-10-23 Andrew Choi <akochoi@i-cable.com>
5478
5479 * cus-edit.el (custom-button-face): Use 3D look for mac.
5480 (custom-button-pressed-face): Likewise.
5481
5482 * faces.el (set-face-attributes-from-resources): Handle mac frames
5483 in the same way as x and w32 frames.
5484 (face-valid-attribute-values): Likewise.
5485 (read-face-attribute): Likewise.
5486 (defined-colors): Likewise.
5487 (color-defined-p): Likewise.
5488 (color-values): Likewise.
5489 (display-grayscale-p): Likewise.
5490 (face-set-after-frame-default): Likewise.
5491 (mode-line): Same default face as for x and w32.
5492 (tool-bar): Likewise.
5493
5494 * frame.el: Remove call to frame-notice-user-settings at end of
5495 the file.
5496
83c9cb8e 5497 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5498 as for x, pc, and w32 frame types.
5499
5500 * term/mac-win.el: New file.
5501
aaaf7be7
DL
55022000-10-22 Dave Love <fx@gnu.org>
5503
5504 * textmodes/refill.el: New file.
5505
5392d654
AS
55062000-10-22 Andre Spiegel <spiegel@gnu.org>
5507
4836835a 5508 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5509 MANUAL and REGEXP.
4836835a 5510 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5511 New functions.
5512 (vc-before-save): Use the latter.
5513 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5514 confusion.
5515
4836835a 5516 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5517 expected by vc[-hooks].el.
5518
5519 * vc.el (vc-checkout): Added `-p' suffix in call to
5520 vc-make-version-backups-p; use vc-make-version-backup to actually
5521 make the backup.
5522 (vc-version-other-window, vc-version-backup-file): Handle both
5523 automatic and manual backups.
5524 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5525 of all of them.
5526
1e221c16
MB
55272000-10-22 Miles Bader <miles@gnu.org>
5528
7ff4fda5
MB
5529 * comint.el (comint-highlight-input, comint-highlight-prompt):
5530 Renamed, `-face' at end removed.
5531 (comint-send-input, comint-output-filter): Use renamed faces.
5532
3511cde8
MB
5533 * window.el (fit-window-to-buffer): Change defaulting of
5534 MAX-HEIGHT slightly.
5535
1e221c16
MB
5536 * faces.el (color-values, color-defined-p): Use `member', not
5537 `memq', because it works correctly for strings.
5538 (frame-set-background-mode): Actually, "unspecified-fg" and
5539 "unspecified-bg" *are* strings. Use `member', not `memq', and
5540 `equal', not `eq', when a string value is possible.
5541
b6ef4898
EZ
55422000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5543
5544 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5545
34939e2c
SM
55462000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5547
5548 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5549 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5550 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5551 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5552 (sh-font-lock-syntactic-keywords): Use them.
5553 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5554 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5555 (sh-mode): Don't override font-lock-unfontify-region-function.
5556 Use a copy of sh-font-lock-syntactic-keywords.
5557 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5558 Don't call sh-scan-buffer since font-lock does it on the fly.
5559 (sh-get-indent-info): Use `face' rather than `syntax-table'
5560 text-property to detect here-documents.
5561 Replace sh-special-syntax with sh-st-punc.
5562 (sh-prev-line): Use `face' rather than `syntax-table'
5563 text-property to skip over here-documents.
5564 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5565 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5566 (sh-electric-less, sh-set-here-doc-region)
4836835a 5567 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5568 (sh-scan-buffer, sh-rescan-buffer): Remove.
5569
f3d3c491
AI
55702000-10-21 Andrew Innes <andrewi@gnu.org>
5571
5572 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5573 remote (ange-ftp) file names.
5574
b86c791c
MB
55752000-10-21 Miles Bader <miles@gnu.org>
5576
d9c30bdf
MB
5577 * window.el (fit-window-to-buffer): New function.
5578 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5579 (window-text-height): Don't expect minibuffers to have mode-lines.
5580
d9c30bdf 5581 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5582 * international/quail.el (quail-update-guidance):
5583 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5584
617fee5a
MB
5585 * international/quail.el (quail-show-guidance-buf): Make sure
5586 guidance window really has enough room.
5587 (quail-update-guidance): If quail-guidance-win is already shown,
5588 make sure its height is OK.
5589
b86c791c
MB
5590 * window.el (window-text-height, set-window-text-height):
5591 New functions.
5592 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5593 instead of `window-height' & `mode-line-window-height-fudge'.
5594 (mode-line-window-height-fudge): Add FACE parameter.
5595 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5596 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5597
e34850d1
MB
55982000-10-20 Miles Bader <miles@gnu.org>
5599
5600 * window.el (height-affecting-face-attributes): Use `defconst'.
5601
5602 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5603 New function, conditionally aliased to `mode-line-window-height-fudge'.
5604 (ispell-help): Use it.
5605 (ispell-choices-win-default-height): Don't include mode-line fudge.
5606 (ispell-choices-win-default-height): New function.
5607 (ispell-show-choices, ispell-command-loop): Use function
5608 `ispell-choices-win-default-height' instead of variable.
5609
a8b883c2
MB
56102000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5611
8c6e4a58
MB
5612 * window.el (mode-line-window-height-fudge): New variable.
5613 (height-affecting-face-attributes): New variable.
5614 (mode-line-window-height-fudge): New function.
5615 (shrink-window-if-larger-than-buffer): Use it.
5616 * help.el (resize-temp-buffer-window): Likewise.
5617
a8b883c2
MB
5618 * info.el (Info-fontify-node): Add support for @subsubsection
5619 titles, which use `Info-title-4-face'.
5620 (Info-title-4-face): New face.
5621 (Info-title-3-face): Inherit from Info-title-4-face instead of
5622 variable-pitch.
5623
e64c3a75
JR
56242000-10-19 Jason Rumney <jasonr@gnu.org>
5625
5626 * dired.el (dired-insert-directory): Do not let errors signalled by
5627 attempt to run dired-free-space-program prevent dired from working.
5628
c70fe852
SM
56292000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5630
5631 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5632
877cf6b4
GM
56332000-10-19 Gerd Moellmann <gerd@gnu.org>
5634
5de037e0
GM
5635 * dirtrack.el (dirtrack): Fix call to run-hooks.
5636
6deb9af9
GM
5637 * cmuscheme.el (cmuscheme-program-name): Renamed from
5638 scheme-program-name because xscheme.el contains a defcustom with
5639 the same name. As a consequence, customizing group `cmuscheme'
5640 loaded `xscheme' which redefined run-scheme.
5641 (run-scheme): Use cmuscheme-program-name.
5642
83c9cb8e 5643 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5644
e597d8fb 5645 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5646 anonymous address, and add a website for Befrienders International.
4836835a 5647
3e9cb08f
GM
56482000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5649
c70fe852
SM
5650 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5651 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5652 (ps-print-version): New version number (6.2).
5653 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5654 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5655 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5656 (ps-x-extent-priority, ps-x-extent-start-position)
5657 (ps-x-face-font-instance, ps-x-find-coding-system)
5658 (ps-x-font-instance-properties, ps-x-make-color-instance)
5659 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5660 avoid compilation gripes without defining functions.
5661 (ps-e-find-composition): Alias for function find-composition, to have a
5662 suitable function depending on Emacs version.
5663 (ps-color-device, ps-color-values, ps-face-foreground-name)
5664 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5665 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5666 (ps-print-ensure-fontified): Function definitions surrounded by
5667 `eval-and-compile' to avoid compilation gripes.
5668 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5669 by symbol-value to avoid compilation gripes.
5670 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5671 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5672
d8abcd91
MB
56732000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5674
13ab33c4
MB
5675 * startup.el (normal-top-level): Call `frame-set-background-mode'
5676 after `frame-notice-user-settings' because the latter doesn't call
5677 the former on a tty.
5678
d8abcd91
MB
5679 * faces.el (frame-set-background-mode): `unspecified' &c are
5680 symbols, not strings.
5681
e8bce0a9
EZ
56822000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5683
c70fe852
SM
5684 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5685 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5686
c70fe852
SM
5687 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5688 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5689
773272d8
KH
56902000-10-19 Kenichi Handa <handa@etl.go.jp>
5691
c70fe852 5692 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5693 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5694 for ISO10646-1 fonts.
5695 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5696
772139c0
EZ
56972000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5698
5699 * faces.el (frame-set-background-mode): If a tty frame defines a
5700 background color, use that to compute the background mode, instead
5701 of always defaulting to "dark".
5702
d134a19f
MB
57032000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5704
8bb84cb2
MB
5705 * comint.el (comint-write-output): New function.
5706 (comint-mode-map): Add it to the menu.
e40a778f 5707 Bind `C-c C-s' to comint-write-output.
d134a19f 5708
dada41e1
GM
57092000-10-18 Gerd Moellmann <gerd@gnu.org>
5710
5711 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5712 Use fancy-splash-delay.
5713
9b5360aa
GM
57142000-10-18 Alex Schroeder <alex@gnu.org>
5715
5716 * progmodes/sql.el (sql-sybase-options): New option.
5717 (sql-sybase): Use it. Add sql-database to the list of parameters
5718 provided for login. The options -w 2048 -n are not used any more.
5719
9035a35a
GM
5720 * comint.el (comint-read-input-ring): Bugfix such that the first
5721 and the last entry of the input ring file are not lost.
5722
3556c6dd
GM
57232000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5724
5725 * ps-print.el: Internal variable changes to defcustom,
5726 make-local-hook changes to defvar. Doc fix.
5727 (ps-print-version): New version number (6.1).
5728 (ps-setup, ps-do-despool): Code fix.
5729 (ps-printer-name): Customization fix.
5730 (ps-printer-name-option): Now is a defcustom instead of an
5731 internal variable.
5732 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5733 (ps-print-begin-column-hook): Now are defvar instead of
5734 make-local-hook.
4836835a 5735
4e217e50
MB
57362000-10-18 Miles Bader <miles@gnu.org>
5737
5738 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5739 (comint-kill-output): Changed into an alias for `comint-delete-output',
5740 and made obsolete.
5741 (comint-mode-map): Rename references to comint-kill-output.
5742
34460354
EZ
57432000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5744
5745 * diff-mode.el (diff-header-face, diff-file-header-face)
5746 (diff-changed-face): Add bold and italic attributes to tty faces.
5747 (diff-function-face): New face.
5748 (diff-font-lock-keywords): Use it.
5749
17ea3cdb
MB
57502000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5751
5752 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5753 Remove commented-out call to force-mode-line-update.
5754 (comint-kill-output): Use `forward-line 0' instead of
5755 beginning-of-line to make sure we get past the prompt.
5756
9244f2c7
SM
57572000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5758
5759 * diff-mode.el (diff-header-face, diff-file-header-face):
5760 Add specific setting for dark background.
5761 (diff-context-face): Renamed from diff-comment-face.
5762 Set explicitly rather than inheriting from font-lock-comment-face.
5763
1592c1ef
EZ
57642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5765
5766 * startup.el (command-line): Move the code which sets the default
5767 TTY colors to before before-init-hook.
5768
f86292a9
GM
57692000-10-17 Gerd Moellmann <gerd@gnu.org>
5770
5771 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5772
f7f2e883
EZ
57732000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5774
e854cc22
EZ
5775 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5776 extensions, for MS-DOS.
5777
f7f2e883
EZ
5778 * diff-mode.el (diff-header-face, diff-file-header-face)
5779 (diff-changed-face): Define tty-specific colors.
5780
c7b4f0f9
GM
57812000-10-17 Gerd Moellmann <gerd@gnu.org>
5782
5783 * startup.el (fancy-splash-text): Realign the text.
5784
12a72271
EZ
57852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5786
5787 * font-lock.el (font-lock-comment-face): Define a separate default
5788 for dark-background tty's.
5789
61dfccfd
MB
57902000-10-17 Miles Bader <miles@gnu.org>
5791
5792 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5793 being obscured by whizzy mode-lines on graphics displays.
5794
333cd59e
EZ
57952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * info.el (Info-title-1-face, Info-title-2-face)
5798 (Info-title-3-face): Define colors for tty's.
dada41e1 5799 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5800
dbf1fcc1
EZ
58012000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5802
5803 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5804 reverse from the frame parameters, and don't invert foreground and
5805 background colors.
5806
ac629823
MB
58072000-10-16 Miles Bader <miles@gnu.org>
5808
5809 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5810 string "*Info*". Call propertized-buffer-identification to spruce
5811 up the result.
5812
76eebffc
GM
58132000-10-16 Gerd Moellmann <gerd@gnu.org>
5814
3a6b59d9
GM
5815 * help.el: Provide `help' for the sake of define-minor-mode
5816 which generates defcustoms with requires.
5817
6569c3d3
GM
5818 * jit-lock.el (jit-lock-after-change): If we're in text that
5819 matches a multi-line font-lock pattern, make sure the whole text
5820 will be redisplayed.
5821
c2e0a611
GM
5822 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5823 author's name is unknown.
5824
76eebffc
GM
5825 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5826 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5827 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5828 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5829 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5830 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5831 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5832 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5833 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5834 Add author information.
5835
cf1e7b12
MB
58362000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5837
5838 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5839 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5840 full-color version (using the Gimp) to eliminate dithering artifacts.
5841
5586f3eb
SM
58422000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5843
5844 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5845
5846 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5847
ad64a888
DL
58482000-10-15 Dave Love <fx@gnu.org>
5849
83c9cb8e 5850 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
5851
5852 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5853
5854 * whitespace.el: Doc fixes.
5855 (top-level): Don't add hooks here.
5856 (whitespace-running-emacs): Deleted.
5857 (timer): Don't require.
5858 (whitespace): Add back :version conditional on xemacs test.
5859 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5860 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5861 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5862 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5863 Avoid specific xemacs test.
5864 (whitespace-global-mode): New option.
5865 (whitespace-global-mode): New command.
5866 (whitespace-unload-hook): New function.
5867
5868 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5869 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5870 (Info-fontify-node): `Goto' goes to `Go to'.
5871 (Info-fontify-node): Add help-echo to xref links.
5872
1ef49fc6
EZ
58732000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5876
8b7707e1
SM
58772000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5878
b3b7f42f
SM
5879 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5880 Use plist-get and allow :inherit.
5881
5882 * emacs-lisp/cl-macs.el (cl-do-arglist):
5883 Use plist-get and plist-member instead of memq.
5884
3c7fafc7
SM
5885 * emacs-lisp/ewoc.el (ewoc-location): New function.
5886 (ewoc-enter-after, ewoc-enter-before): Document return value.
5887 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5888 Don't need make-local-hook any more.
5889 (cvs-addto-collection): Return the new tin.
5890 (cvs-mode-insert): Jump to the new line.
5891
8b7707e1
SM
5892 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5893
5894 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5895
5896 * font-lock.el (font-lock-syntactically-fontified): New var.
5897 (font-lock-fontify-syntactic-keywords-region): Use it.
5898 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5899
5900 * diff-mode.el (diff-find-file-name): Fix regexp.
5901
5902 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5903 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5904
5905 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5906 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5907 (sh-mode): Don't make all vars local here.
5908 (sh-kw): Reformat.
5909 (sh-set-shell): Use dolist. Don't set indent-region-function.
5910 (sh-mode-syntax-table): Use pop.
5911 (sh-remember-variable): Use push.
5912 (sh-help-string-for-variable): Use memq.
5913 (sh-safe-backward-sexp): Remove.
5914 (sh-safe-forward-sexp): Add ARG.
5915 (sh-get-indent-info, sh-prev-stmt): Use it.
5916 (sh-prev-line): Simplify by using forward-comment.
5917 (sh-this-is-a-continuation): Simplify.
5918 (sh-learn-buffer-indent): Use dolist.
5919 (sh-do-nothing): Remove.
5920 (sh-set-char-syntax, sh-set-here-doc-region):
5921 Use inhibit-modification-hooks.
5922 (sh-name-style): Use mapcar and push.
5923 (sh-load-style): Use dolist.
5924 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5925 (sh-case, sh-while-getopts): Use propertize directly rather
5926 than sh-electric-rparen.
5927
59282000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5929
5930 * textmodes/tex-mode.el: Require CL when compiling.
5931 (tex-mode-syntax-table): Init immediately.
5932 (tex-mode-map): Bind M-RET to latex-insert-item.
5933 (latex-mode): Set indent-line-function to latex-indent.
5934 (tex-common-initialization): Don't setup the syntax-table any more.
5935 (latex-insert-item): New skeleton.
5936 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5937 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5938 (latex-indent, latex-find-indent): New functions.
4836835a 5939 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5940 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5941 (tex-compilation-parse-errors): Use with-syntax-table.
5942
86b7fcbb
MB
59432000-10-15 Miles Bader <miles@gnu.org>
5944
5945 * font-lock.el (font-lock-comment-face): Change dark-background,
5946 color, non-tty, default to `chocolate1'.
5947
57a24508
JW
59482000-10-13 John Wiegley <johnw@gnu.org>
5949
5950 * eshell/esh-util.el (require): Added a missing `require' form,
5951 needed when compiling (for an ange-ftp macro definition).
5952
40ad3db4
DL
59532000-10-13 Dave Love <fx@gnu.org>
5954
5955 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5956
db460189
GM
59572000-10-13 Gerd Moellmann <gerd@gnu.org>
5958
83c9cb8e 5959 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 5960
4836835a 5961 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5962 transparent -colors 8).
5963
3b5e21df
GM
59642000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5965
5966 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5967 that breaks with old list format timestamps.
5968 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 5969 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 5970
16908a3f
JW
59712000-10-13 John Wiegley <johnw@gnu.org>
5972
d7103dda
JW
5973 * align.el, pcomplete.el, calendar/timeclock.el,
5974 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5975
dace60cf 5976 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5977 faulty math, where holiday hours were being computing as seconds.
5978
b6b70cda
JW
59792000-10-13 John Wiegley <johnw@gnu.org>
5980
5981 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
5982 specifying what "other" kinds of buffers should be saved.
5983 This used to be hard-coded.
b6b70cda
JW
5984 (desktop-buffer-misc-functions): A global for specifying how
5985 auxiliary data should be determined for special buffer types.
5986 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5987 instead of hard-coding the special buffer types.
5988 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5989 auxiliary data, instead of hard-coding for Info buffers and dired.
5990 (desktop-buffer-info-misc-data): Aux function for determining Info
5991 buffer auxiliary info.
5992 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5993 (desktop-buffer-info): Changed this function to use the info
5994 gathered above.
5995 (desktop-create-buffer): Be a little more careful about what
5996 `minor-mode' means before calling it. This is important for some
5997 buffer types.
5998
8c6b1d83
JW
59992000-10-13 John Wiegley <johnw@gnu.org>
6000
6001 * eshell/esh-util.el: Added a global form which declares an
6002 autoload for `parse-time-string', if that function is not already
6003 defined, and if parse-time.el is available on the user's system.
6004
6005 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6006 to be aware of ange-ftp user info.
83c9cb8e 6007 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6008 (eshell-ls-annotate): Use `eshell-file-attributes'.
6009 (eshell-ls-file): Made the user-id printing code a bit smarter.
6010
6011 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6012 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6013 It's manual, but there's no other way to know when the current user
6014 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6015 (fboundp): Bind `ange-cache'.
6016 (eshell-directory-files-and-attributes): Re-organized the logic a
6017 bit to use `eshell-file-attributes' instead of `file-attributes'.
6018 The former is more sensitive to directories that are read via FTP,
6019 and knows how to use ange-ftp to determine full attribute
6020 information, instead of just the name and last modtime.
6021 (eshell-current-ange-uids): Return the current user id when in a
6022 remote directory.
6023 (eshell-parse-ange-ls): Parse a full directory listing that has
6024 been returned by ange-ftp.
6025 (eshell-file-attributes): This beefed up version of
6026 `file-attributes' is only special if the user is currently in a
6027 remote directory, in which case it does a lot of work to find out
6028 what the real attributes of a file are, as they appear on the
6029 remote machine. This makes usage of remote directories (i.e.,
6030 ange-ftp pathnames) much more useful. You can now use Eshell as a
6031 full-fledged FTP client, with much more manipulation ability than
6032 most other clients.
6033
6034 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6035 variable, which means that Eshell's du should always be preferred
6036 in remote directories.
6037 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6038 just `file-attributes'.
6039 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6040 when reading remote directories. This is an Eshell-specific
6041 variable (not part of ange-ftp).
6042 (eshell/ln): Bind `ange-cache'.
6043 (eshell/du): Added some extra logic for determining when to use
6044 Eshell's du (which is slow), and when to use the external version
6045 (which may or may not exist).
6046
83c9cb8e
SM
6047 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6048 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6049 `get-buffer-process', since backgrounded processes don't count in
6050 the context of this function's logic.
6051
6052 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6053 `forward-char', so that null strings are parsed correctly.
6054
87730e84 60552000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6056
83c9cb8e
SM
6057 * eshell/em-pred.el (eshell-pred-file-type)
6058 (eshell-pred-file-links, eshell-pred-file-size):
6059 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6060
6061 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6062 that remote file globbing is more efficient.
6063
6064 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6065 gathering the files and attributes within a directory.
6066
6067 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6068 the command line is a special file (not a regular file, directory
6069 or symlink), always attempt to call the external version of cat.
6070
87730e84 60712000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6072
6073 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6074 Eshell-friendly version of find-tag.
6075
1c7e37a9
MB
60762000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6077
4836835a 6078 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6079 (image-file-name-regexps): Add autoload cookies.
6080
11a7f341
KH
60812000-10-13 Kenichi Handa <handa@etl.go.jp>
6082
6083 * international/mule-cmds.el (select-safe-coding-system): If FROM
6084 is string, show it in *Warning* buffer.
6085
8ddddcb0
EZ
60862000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * startup.el (normal-top-level): Use display-popup-menus-p instead
6089 of window-system.
6090 (command-line): Use display-graphic-p instead of window-system.
6091 (command-line-1): Use display-popup-menus-p and display-mouse-p
6092 instead of window-system.
6093
72200f89
SS
60942000-10-12 Sam Steingold <sds@gnu.org>
6095
6096 * tooltip.el (tooltip-use-echo-area): New user variable.
6097 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6098
8661c643
DL
60992000-10-12 Dave Love <fx@gnu.org>
6100
d0b40dc1
DL
6101 * recentf.el: Maintainer's checkdoc fixes.
6102
83c9cb8e
SM
6103 * startup.el (normal-top-level-add-subdirs-to-load-path):
6104 Use character class, not ASCII when matching file names.
a622451f
DL
6105 (fancy-splash-head): Add trailing slash to URL.
6106 (command-line): Don't require XPM support for toolbar.
6107
8661c643
DL
6108 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6109 (cperl-invalid-face): Revert last change.
6110 (cperl-init-faces): Quote cperl-invalid-face.
6111
ef2ed8ab
KH
61122000-10-12 Kenichi Handa <handa@etl.go.jp>
6113
6114 * startup.el (fancy-splash-text): Remove superfluous quote.
6115
b0da379e
GM
61162000-10-12 Gerd Moellmann <gerd@gnu.org>
6117
dbeb499b
GM
6118 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6119 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6120 (command-line-1): Don't use fancy-splash-pending-command.
6121 (fancy-splash-screens-1): Goto point-min after inserting text.
6122
d861718a
GM
6123 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6124
b0da379e
GM
6125 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6126 instead of shared-lisp-mode-map.
6127
4fb2ad98
MB
61282000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6129
1cb4393e
MB
6130 * faces.el (header-line): Change tty-variant to use underlining.
6131
4fb2ad98
MB
6132 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6133 (isearch-highlight): Restore lazy-isearch face properties at old
6134 position, and suppress them at new position.
6135 (isearch-dehighlight): Restore lazy-isearch face properties.
6136 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6137 over the real isearch overlay, but in that case, don't give it a
6138 face property. Use `push'.
6139
eb991b25
KH
61402000-10-12 Kenichi Handa <handa@etl.go.jp>
6141
6142 * man.el (Man-getpage-in-background): Fix previous change.
6143 Decode the process output only when we are in multibyte mode.
6144
a818c1c0
DL
61452000-10-11 Dave Love <fx@gnu.org>
6146
c990f53a
DL
6147 * info.el (Info-mode-menu): Fix some help.
6148 (info-tool-bar-map): Add entry for Info-last.
6149
a818c1c0
DL
6150 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6151 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6152 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6153 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6154 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6155 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6156 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6157 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6158 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6159 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6160 Reduce colour requirements to 25 overall. (Probably wants
6161 revisiting from the originals to reduce further.)
6162
c1b096cb
EZ
61632000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6166 buffer-file-coding-system, instead of raw-text.
6167 (dehexlify-buffer): Bind coding-system-for-read to
6168 buffer-file-coding-system, instead of raw-text.
6169
5c8b7eaf
SS
61702000-10-11 Sam Steingold <sds@gnu.org>
6171
83c9cb8e 6172 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6173 `underline' - fixes the bug introduced on 2000-09-21.
6174
2cfbdb7a
DL
61752000-10-11 Dave Love <fx@gnu.org>
6176
83c9cb8e
SM
6177 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6178 Avoid compiler warnings.
2cfbdb7a
DL
6179 (scheme-mode): Doc fix.
6180 (scheme-font-lock-keywords-1): Match `define-syntax'.
6181
61822000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6183
6184 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6185 face specs as well as default ones. Only do anything if the
6186 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6187 (region): Make dark-background `region' face less in-your-face.
4b33f290 6188
690ec649
SS
61892000-10-10 Sam Steingold <sds@gnu.org>
6190
6191 * chistory.el, ielm.el, ledit.el:
6192 * progmodes/inf-lisp.el, progmodes/scheme.el:
6193 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6194
3b95d6bb
SM
61952000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6196
6197 * textmodes/texinfo.el: Update copyright and fix typo.
6198
6199 * desktop.el (desktop-modes-not-to-save): New var.
6200 (desktop-save-buffer-p): Use it.
a30eb617
DL
6201 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6202 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6203
62042000-10-10 Dave Love <fx@gnu.org>
6205
6206 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6207 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6208
6209 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6210 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6211 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6212 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6213 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6214 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6215 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6216 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6217 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6218 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6219 the .xpms; probably need retouching.
6220
62212000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6222
6223 * subr.el (add-to-list): Add optional argument APPEND.
6224 * battery.el (display-battery): Use `add-to-list'.
6225
62262000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6227
83c9cb8e
SM
6228 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6229 properties.
a30eb617
DL
6230 (zone, zone-when-idle, zone-leave-me-alone)
6231 (zone-pgm-whack-chars): Use new symbol properties.
6232
6233 * battery.el (display-battery): Doc spelling fix.
6234
6235 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6236 property.
6237
62382000-10-09 Dave Love <fx@gnu.org>
6239
6240 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6241 has been initialized before calling tool-bar-setup.
6242 (tool-bar-add-item-from-menu): Add autoload cookie.
6243
62442000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * menu-bar.el (send-mail-item-name): New function.
6247 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6248 of mail-user-agent in the menu. Don't display the "Send Mail"
6249 item if mail-user-agent is nil or its value is ignore.
6250 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6251 if read-mail-command is nil or its value is ignore.
6252
6253 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6254
62552000-10-09 Miles Bader <miles@gnu.org>
6256
6257 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6258 Correct image size.
6259 * toolbar/left_arrow.xpm: Correct image size.
6260
6261 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6262 will be done by the definition of `auto-compression-mode' if
6263 necessary. Move code to uninstall existing file-name handler
6264 before definition of `auto-compression-mode'.
6265
6266 * image-file.el (auto-image-file-mode): Move to the end of the
6267 file, because `define-minor-mode' actually calls the mode-function
6268 if the associated variable is non-nil, which requires that all
6269 needed functions be already defined.
6270
6271 * mouse.el (popup-menu): Balance parens.
6272
62732000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6274
6275 * mouse.el (popup-menu): Move the command call outside the loop
6276 so that popup-menu returns whatever the command returns.
6277
6278 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6279 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6280 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6281 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6282
6283 * vc.el (vc-version-diff): diff-switches can be a list.
6284 Use relative filenames for prettier output.
6285
6286 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6287 (vc-post-command-functions): Remove old-VC compatibility code.
6288
6289 * newcomment.el (comment-indent-default): Autoload.
6290
6291 * font-lock.el (font-lock-defaults): Make buffer-local.
6292 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6293 (font-lock-choose-keywords):
6294 Ignore LEVEL unless KEYWORDS is a list of syms.
6295 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6296 Don't wrap regexp-opt things in \(...\) unnecessarily.
6297
6298 * jit-lock.el: Don't require font-lock any more.
6299 (jit-lock-functions): Make buffer-local.
6300 (jit-lock-saved-fontify-buffer-function): Remove.
6301 (jit-lock-mode): Remove autoload cookie.
6302 Remove font-lock specific code.
6303 (jit-lock-unregister): Don't bother handling complex hooks any more.
6304 (jit-lock-refontify): New function.
6305 (jit-lock-fontify-buffer): Use it.
6306 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6307 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6308 Add optional args START and END.
6309 Never call font-lock-fontify-region directly.
6310 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6311
6312 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6313
63142000-10-08 Dave Love <fx@gnu.org>
6315
6316 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6317
6318 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6319
6320 * play/studly.el (studlify-region, studlify-word): Add autoload
6321 cookie.
6322
6323 * play/morse.el (morse-region, unmorse-region): Add autoload
6324 cookie.
6325
6326 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6327 concat.
6328
6329 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6330 insist on symbols starting with word syntax.
6331 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6332 (eval-defun-1): Doc fix.
6333 (indent-sexp): Use nconc to build up indent-stack.
6334
6335 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6336 Gnus with little use.
6337 (mail-setup-hook): Add mail-abbrevs-setup to options.
6338
6339 * recentf.el: Doc fixes.
6340
6341 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6342 Clean up remainder.
6343
6344 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6345 without timezone and (8) with timezone to enforce some whitespace.
6346 Simplify code somewhat.
6347
6348 * options.el (list-options): Doc that you should use customize.
6349
6350 * iswitchb.el (iswitchb-mode): Add :require.
6351
6352 * info.el (Info-goto-node, Info-menu): Doc fix.
6353 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6354 (info-tool-bar-map): New variable.
6355 (Info-mode): Use it.
6356 (Info-edit-map): Define all in defvar.
6357 (speedbar-attached-frame): Avoid compiler warning.
6358
6359 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6360 (global-map): Bind [tool-bar] to a filtered map.
6361 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6362 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6363 Allow PBM icons.
6364 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6365
6366 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6367 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6368 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6369 icons, except up_arrow, which is left-arrow rotated.
6370
6371 * imenu.el (imenu-add-to-menubar): Fix last change.
6372
63732000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6374
6375 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6376 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6377
63782000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6381 typos in doc strings.
6382
6383 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6384 the doc strings how to customize Font Lock faces.
6385
6386 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6387 computing growth when dragging the header line.
6388
63892000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * simple.el (kill-line): Doc fix.
6392
63932000-10-08 Miles Bader <miles@gnu.org>
6394
6395 * faces.el (secondary-selection): Make foreground visible on tty.
6396
6397 * jka-compr.el (auto-compression-mode): Move to the end of the
6398 file, because `define-minor-mode' actually calls the mode-function
6399 if the associated variable is non-nil, which requires that all
6400 needed functions be already defined.
6401 (with-auto-compression-mode): Add autoload cookie.
6402
64032000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6404
6405 * files.el (find-backup-file-name) [ms-dos]: If support for long
6406 file names is not available, behave as if version-control were set
6407 to never.
6408
64092000-10-07 Dave Love <fx@gnu.org>
6410
6411 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6412 (browse-url-gnome-moz): New function.
6413 (browse-url-browser-function): Use it.
6414 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6415
64162000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6417
6418 * indent.el (tab-always-indent): New var.
6419 (indent-for-tab-command): Use it.
6420
6421 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6422 raise an error. This way it can still default to a sane value.
6423
64242000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6425
6426 * startup.el (fancy-splash-screens): Use local rather than global map.
6427 Don't use `update-menu-bindings' any more.
6428 Get rid of assumptions about keymap representation.
6429
64302000-10-06 Dave Love <fx@gnu.org>
6431
6432 * textmodes/fill.el (sentence-end-double-space)
6433 (sentence-end-without-period): Doc fix.
6434 (adaptive-fill-regexp): Purecopy.
6435 (unjustify-current-line): Use line-end-position.
6436 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6437
6438 * net/eudc-vars.el (eudc): Add :version, :link.
6439
6440 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6441
6442 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6443 Fix for define-minor-mode.
6444 (function-at-point): Alias to function-called-at-point.
6445
6446 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6447
6448 * simple.el (backward-word): Doc fix.
6449
6450 * image-file.el (image-file-name-regexp): image-file-regexps ->
6451 image-file-name-regexps.
6452 (image-file-name-extensions): Add pbm.
6453
64542000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6455
6456 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6457 and add filename to the names so that diff-mode can jump to source.
6458
6459 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6460 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6461 (tex-font-lock-keywords-1): Remove.
6462 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6463 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6464 (font-lock-default-fontify-region):
6465 Expand beg..end correctly when just following a multiline region.
6466 (font-lock-fontify-anchored-keywords):
6467 Include the anchor text as part of the multiline.
6468
64692000-10-06 Gerd Moellmann <gerd@gnu.org>
6470
6471 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6472 latter needs the autoloaded define-minor-mode macro during the
6473 bootstrap.
6474
6475 * startup.el (command-line): For now, activate tool-bar-mode only
6476 if XPM images are supported.
6477
6478 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6479 window by dragging a header-line at the top of the frame; that's
6480 confusing because the header-line doesn't move.
6481 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6482 of treating the event as a list. Some cleanup.
6483
64842000-10-06 Miles Bader <miles@gnu.org>
6485
6486 * simple.el (display-message-or-buffer): New function.
6487 (shell-command-on-region): Use `display-message-or-buffer'.
6488
6489 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6490 docstring parts.
6491
6492 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6493 (smbclient-prompt-regexp): Add usage note to doc string.
6494 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6495 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6496 Use add-hook for adding the comint filter function, and only do so
6497 if it's not already in the global hook list.
6498 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6499 to `make-local-variable'.
6500 (nslookup-font-lock-keywords): Remove prompt entry.
6501 (nslookup): Don't set the process-filter.
6502 (finger): Exit the loop correctly when the regexps list runs out.
6503 (ftp, smbclient, smbclient-list-shares):
6504 Set the real major mode immediately, not after execing.
6505 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6506
6507 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6508
65092000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6510
6511 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6512
6513 * which-func.el (which-func-format): Remove spurious space.
6514 (which-func-mode): Don't make it permanent-local.
6515 (which-func-ff-hook): Allow which-func-maxout to be nil.
6516 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6517 (which-func-mode): Simplify.
6518 Use post-command-idle-hook rather than post-command-hook.
6519 Go through all buffers and update their state.
6520 (which-function): Also try add-log-current-defun-function.
6521
6522 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6523 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6524 Update call to with-vc-properties accordingly.
6525 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6526 (vc-revert-buffer): More careful about window selection and deletion.
6527 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6528
6529 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6530 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6531 (cvs-dired-action): Change the default to quickdir.
6532
6533 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6534 if comment-indent-function returns nil.
6535 (comment-indent-default): New function.
6536 (comment-indent-function): Use it and document the new semantics.
6537
6538 * image-file.el: Docstring fixes.
6539
6540 * help.el (help-xref-on-pp): Use match-string.
6541 (describe-variable): New arg BUFFER.
6542 Store the current buffer in the help-xref-stack.
6543 (temp-buffer-resize-mode): Use define-minor-mode.
6544
6545 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6546 consistently with its docstring.
6547 Set jit-lock-first-unfontify-pos in an idempotent way.
6548 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6549
65502000-10-05 Alex Schroeder <alex@gnu.org>
6551
6552 * sql.el (sql-mysql-options): New variable.
6553 (sql-mysql): Use it.
6554
65552000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6556
6557 * image.el (image): New group.
6558
6559 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6560 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6561
65622000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6563
6564 * net/net-utils.el (nslookup-font-lock-keywords)
6565 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6566 Ignore the value of wqindow-system; always define keywords
6567
65682000-10-05 Kenichi Handa <handa@etl.go.jp>
6569
6570 * startup.el (fancy-splash-screens): Remove the code for
6571 debugging; `(trace-to-stderr "EXITTT\n")'.
6572
65732000-10-05 Miles Bader <miles@gnu.org>
6574
6575 * diff-mode.el (diff-goto-source): Update call to
6576 `diff-hunk-status-msg' to reflect new REV variable.
6577
65782000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6579
6580 * progmodes/icon.el (icon-mode):
6581 Don't gratuitously override the default for comment-column.
6582
6583 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6584
6585 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6586 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6587 (jit-lock-functions): New var.
6588 (jit-lock-function-1): Use it if non-nil.
6589 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6590 Set the `fontified' property before doing the fontification to avoid
6591 repeatedly going through the same error.
6592 Don't turn errors into messages.
6593 (jit-lock-register, jit-lock-unregister): New functions.
6594
6595 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6596 Use with-current-buffer.
6597
6598 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6599 Turn comment into docstring.
6600
6601 * apropos.el (apropos-mode): Use define-derived-mode.
6602
66032000-10-04 Gerd Moellmann <gerd@gnu.org>
6604
6605 * startup.el (fancy-splash-pending-command): New variable.
6606 (fancy-splash-pre-command): New function.
6607 (fancy-splash-screens): Rewritten.
6608 (command-line-1): If fancy-splash-pending-command is set, call it
6609 interactively.
6610
66112000-10-04 Dave Love <fx@gnu.org>
6612
6613 * toolbar/tool-bar.el (tool-bar-setup): New function.
6614 (tool-bar-mode): Use it.
6615
6616 * subr.el (substitute-key-definition): Doc fix.
6617 (play-sound-file): New command.
6618
66192000-10-04 Andre Spiegel <spiegel@gnu.org>
6620
6621 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6622 vc-version-backup-file-name): New functions.
6623
6624 * files.el (basic-save-buffer): Call vc-before-save before saving.
6625
6626 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6627 vc-cvs-stay-local-p.
6628
6629 * vc.el (vc-revert-buffer): Handle empty diff properly.
6630 (vc-version-backup-file): New function.
6631 (vc-checkout): Create a version backup if necessary.
6632 (vc-checkin): If a version backup file exists, delete it.
6633 (vc-version-diff): Diff locally using version backups, if available.
6634 (vc-revert-file): If there's a version backup, revert locally.
6635 (vc-transfer-file): Use version backup for base version, if
6636 available. If not, ask for confirmation whether to get it from the
6637 server. Update mode line before check-in.
6638
66392000-10-04 Dave Love <fx@gnu.org>
6640
6641 * toolbar/tool-bar.el (tool-bar-setup): New function.
6642 (tool-bar-mode): Use it.
6643
66442000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6645
6646 * net/net-utils.el (nslookup-font-lock-keywords)
6647 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6648 Only set if window-system is non-nil
6649 (net-utils-run-program): Returns buffer.
6650 (network-connection-reconnect): Added this function.
6651
6652 * generic.el:
6653 Incorporates extensive cleanup and docfixes by
6654 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6655 Uses cl compile-time macros.
6656 (generic-mode-name, generic-comment-list)
6657 (generic-keywords-list, generic-font-lock-expressions)
6658 (generic-mode-function-list, generic-mode-syntax-table):
6659 Removed variables.
6660 (generic-mode-alist): Renamed to generic-mode-list.
6661 (generic-find-file-regexp): Default changed to "^#".
6662 (generic-read-type): Uses completing read on generic-mode-list.
6663 (generic-mode-sanity-check): removed this function.
6664 (generic-add-to-auto-mode): Removed this function
6665 (generic-mode-internal): Bind mode-specific definitions
6666 into function instead of putting them in alist.
6667 (generic-mode-set-comments): Reworked extensively.
6668 (generic-mode-find-file-hook): Simplified regexp searching
6669 (generic-make-keywords-list): Omit extra pair of parens
6670
6671 * find-lisp.el (find-lisp-find-files-internal):
6672 Make sure directory name ends with "/".
6673
6674 * generic-x.el (apache-conf-generic-mode):
6675 Regexp now allows leading whitespace.
6676 (rc-generic-mode): Added eval-when-compile
6677 around generic-make-keywords-list.
6678 Deleted duplicate regexp
6679 (rul-generic-mode): Added eval-when-compile
6680 around generic-make-keywords-list.
6681 (etc-fstab-generic-mode): New generic mode.
6682 (rul-generic-mode): Removed one eval-when-compile
6683 which caused a max-specpdl-size exceeded error.
6684
66852000-10-04 Miles Bader <miles@gnu.org>
6686
6687 * simple.el (minibuffer-temporary-goal-position): New variable.
6688 (next-history-element): Try to keep the position of point in the
6689 input string constant.
6690
6691 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6692 (dired-do-create-files): If there's only one file, pass it in as
6693 the DEFAULT arg to dired-mark-read-file-name.
6694
66952000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6696
6697 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6698 (diff-goto-source): Be smarter when choosing REVERSE or not.
6699
6700 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6701 (texinfo-mode-menu): Add an explicit shortcut for update all.
6702
67032000-10-03 Andre Spiegel <spiegel@gnu.org>
6704
6705 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6706 factorize backend-specific code cleanly (this was essentially
6707 conceived by Stefan Monnier).
6708 (vc-unregister): Function removed.
6709 (vc-revert-file): New function.
6710 (vc-revert-buffer): Delegate some of the work to it.
6711
6712 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6713 default branch unconditionally.
6714 (vc-rcs-set-default-branch): New function.
6715 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6716 (vc-rcs-checkin): If an appropriate default branch has been set,
6717 force creation of that branch.
6718 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6719 code (as suggested by Stefan Monnier).
6720
67212000-10-02 Gerd Moellmann <gerd@gnu.org>
6722
6723 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6724 highlighting overlay with a different face over the overlay
6725 isearch uses to highlight the current match because that can lead
6726 to bad face combinations.
6727
6728 * loadup.el (toplevel): Load faces before isearch.
6729
6730 * isearch.el (isearch-faces): New custom group.
6731 (isearch): New defface; was already tested for in the code.
6732 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6733 (isearch-highlight): Always use face `isearch'.
6734
67352000-10-02 Dave Love <fx@gnu.org>
6736
6737 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6738 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6739 comparison of opcode with operand.
6740
67412000-10-03 Miles Bader <miles@gnu.org>
6742
6743 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6744 buffer, since the echo area will now grow to accommodate them.
6745
67462000-10-02 Andre Spiegel <spiegel@gnu.org>
6747
6748 * vc-hooks.el (vc-registered): If FILE used to be registered under
6749 a certain backend, try that one first.
6750
6751 * vc.el (vc-responsible-backend): Undo the previous change in the
6752 argument list. Handle multiple backends correctly.
6753 (vc-find-new-backend): Function removed.
6754 (vc-register): Use vc-responsible-backend, as before.
6755 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6756
67572000-10-02 Gerd Moellmann <gerd@gnu.org>
6758
6759 * startup.el (fancy-splash-head): Change message below the
6760 logo.
6761
67622000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6763
6764 * diff-mode.el (diff-goto-source): Emit a status message.
6765 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6766 (diff-test-hunk): Fix doc string.
6767 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6768 (diff-advance-after-apply-hunk): New variable.
6769 (diff-apply-hunk): Don't return a value.
6770
67712000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6772
6773 * vc.el (vc-editable-p): Minor optimization.
6774 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6775 (vc-find-new-backend): New function split from vc-responsible-backend.
6776 (vc-register): Use it.
6777 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6778 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6779 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6780 (vc-clear-headers): Don't use find-file.
6781 (vc-revert-buffer): Use `and' again (must have been a braino).
6782 (vc-switch-backend): Only prompt if requested.
6783 Short circuit if nothing is to be done.
6784 Don't use vc-resynch-buffer which could lose unsaved editing.
6785 (vc-default-receive-file): Update call to vc-unregister.
6786 (with-vc-file, vc-next-action-on-file):
6787 Use vc-backend rather than vc-registered.
6788 (vc-next-action-on-file): Use intern-soft.
6789 Deal with read-only *vc-diff* buffer.
6790 (vc-transfer-file): Docstring fix.
6791
6792 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6793 (vc-rcs-receive-file): Avoid with-vc-properties.
6794 Update call to vc-unregister.
6795 Use constant `RCS' rather than (dynamically bound) var `backend'.
6796
67972000-10-01 Andre Spiegel <spiegel@gnu.org>
6798
6799 * vc.el (vc-next-action-on-file): Update mode line only if file
6800 is visited.
6801 (vc-start-entry): New argument initial-contents. Don't visit the file
6802 if it isn't already visited. Brought documentation up-to-date.
6803 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6804 (vc-checkin): New optional arg initial-contents, which is passed to
6805 vc-start-entry.
6806 (vc-finish-logentry): Make sure to bury log buffer only if there
6807 really is one. Call `vc-resynch-buffer' on log-file, not
6808 buffer-file-name.
6809 (vc-default-comment-history, vc-default-wash-log): New functions.
6810 (vc-index-of): Removed.
6811 (vc-transfer-file): Make do without the above.
6812 (vc-default-receive-file): Call comment-history unconditionally. Pass
6813 the resulting string to vc-checkin, instead of inserting it into the
6814 comment ring.
6815
6816 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6817 unconditionally. Use the comments as initial contents of the log
6818 entry buffer. Document the trick to force branch creation with no
6819 changes.
6820
68212000-10-01 Miles Bader <miles@gnu.org>
6822
6823 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6824 `recenter' with an arg to prevent redrawing the display.
6825
68262000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6827
6828 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6829
6830 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6831
6832 * progmodes/c-mode.el (c-mode):
6833 Don't gratuitously override the default for comment-column.
6834
6835 * textmodes/tex-mode.el (latex-metasection-list): New var.
6836 (latex-imenu-create-index): Use it.
6837 Move the regexp construction outside loops (and use push).
6838 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6839 (tex-font-lock-keywords): Moved from font-lock.el.
6840 (tex-comment-indent): Remove.
6841 (tex-common-initialization): Don't set comment-indent-function.
6842 (latex-block-default): New var.
6843 (tex-latex-block): Use it to provide a default choice.
6844 Add any unknown choice to latex-block-names.
6845 Insert [...] after {...}.
6846 (tex-last-unended-begin): Simplify regexp.
6847 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6848 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6849 (latex-mode): Set forward-sexp-function.
6850
6851 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6852 Add regexp for @ignore ... @end ignore.
6853 (texinfo-heading-face): New face.
6854 (texinfo-font-lock-keywords): Use it.
6855 (texinfo-mode-menu): New menu.
6856 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6857 New functions.
6858 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6859 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6860 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6861 Remove declaration.
6862 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6863
6864 * delsel.el (delete-selection-mode): Use define-minor-mode.
6865
6866 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6867
68682000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6869
6870 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6871
68722000-09-30 Gerd Moellmann <gerd@gnu.org>
6873
6874 * replace.el (keep-lines-read-args): New function.
6875 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6876 read arguments interactively. Add parameters RSTART and REND.
6877 Operate on the active region in Transient Mark mode.
6878
6879 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6880
6881 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6882 (authors-obsolete-files-regexps): New variable.
6883 (authors-add): Don't record changes in obsolete files.
6884
68852000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6886
6887 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6888
6889 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6890 (comment-indent): Make sure there's a space between code and comment.
6891 Shift comments left to avoid going past fill-column.
6892
68932000-09-29 Gerd Moellmann <gerd@gnu.org>
6894
6895 * startup.el (startup-echo-area-message): New function.
6896 (display-startup-echo-area-message): Use it.
6897 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6898 (fancy-splash-default-action): New function.
6899 (fancy-splash-screens-1): New function.
6900 (fancy-splash-head): Put a help-echo and a keymap under the image.
6901
69022000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6903
6904 * diff-mode.el (diff-add-log-file-name): Remove.
6905 (diff-mode): Use add-log-buffer-file-name-function.
6906
6907 * add-log.el (find-change-log): New arg BUFFER-FILE.
6908 (add-log-file-name): Obey add-log-file-name-function.
6909 (add-log-buffer-file-name-function): New var.
6910 (add-change-log-entry): Use it.
6911
69122000-09-29 Miles Bader <miles@gnu.org>
6913
6914 * image-file.el (image-file-name-extensions): New variable.
6915 (image-file-name-regexps): Renamed from `image-file-regexps'.
6916 New default value is nil. Call `auto-image-file-mode'.
6917 (image-file-name-regexp): New function.
6918 (auto-image-file-mode): New minor mode.
6919 (insert-image-file): Don't make conditional on the image-file
6920 handler being enabled.
6921 (image-file-handler): Make the call here conditional instead.
6922 (set-image-file-handler-enabled, enable-image-file-handler)
6923 (disable-image-file-handler): Functions removed.
6924
6925 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6926 string.
6927
69282000-09-29 Gerd Moellmann <gerd@gnu.org>
6929
6930 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6931 it's a function from CL.
6932 (latex-imenu-create-index): Replace eval-when-compile with progn
6933 because latex-section-alist is not bound while compiling.
6934
69352000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6936
6937 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6938 (outline-mode): Use define-derived-mode.
6939
6940 * progmodes/perl-mode.el (perl-mode):
6941 * progmodes/awk-mode.el (awk-mode):
6942 * progmodes/asm-mode.el (asm-mode):
6943 Don't gratuitously override the default for comment-column.
6944
6945 * emacs-lisp/lisp.el (lisp-complete-symbol):
6946 Distinguish the let-binding case from the funcall case.
6947 (forward-sexp-function): New variable.
6948 (forward-sexp): Use it.
6949
6950 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6951 (easy-mmode-defmap): Remove the now useless autoload.
6952
6953 * time.el (display-time-mode): Use define-minor-mode.
6954
6955 * subr.el (add-minor-mode): Don't eval NAME.
6956 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6957 Use if rather than cond.
6958
6959 * simple.el (read-expression-map): Define more properly.
6960 (comment-indent-hook): Remove.
6961 (string-to-syntax): Bug fix.
6962
6963 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6964 (cvs-ediff-diff): Fix typo.
6965 (cvs-revert-if-needed): Don't bother preserving read-only.
6966
6967 * paren.el (show-paren-mode): Use define-minor-mode.
6968
6969 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6970 (toggle-auto-compression): Remove.
6971 (jka-compr-build-file-regexp): Remove useless grouping.
6972
6973 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6974 Avoid user-reserved bindings.
6975 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6976 (diff-header-face): Revert to grey85.
6977
6978 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6979
6980 * complete.el (partial-completion-mode) <defcustom>: Remove.
6981 (partial-completion-mode): Use define-minor-mode.
6982 (PC-do-completion): Understand `completion-auto-help = delay'
6983 to mean to popup the completion buffer only the second time.
6984 (PC-include-file-all-completions, PC-include-file-all-completions)
6985 (PC-include-file-all-completions): Don't quote lambda.
6986
6987 * comint.el (comint-mode-hook): Docstring fix.
6988 (comint-mode): Use define-derived-mode.
6989 (comint-mode-map): Remove obsolete comment.
6990 (make-comint): Minor stylistic change.
6991 (comint-insert-clicked-input): Be more careful to find the overlay.
6992 Use this-command-keys rather than hardcoding mouse-2.
6993
6994 * font-lock.el: Replace confusing (,@ with ,
6995 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6996 Don't use regexp-opt-depth. Spice up the regexp for args.
6997 Don't distinguish between cmds that can take an opt arg or not.
6998 Use `append' and `prepend' rather than `keep'.
6999
7000 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7001 (latex-outline-regexp): New var.
7002 (latex-outline-level): New fun.
7003 (latex-section-alist): New var.
7004 (latex-imenu-create-index): Use it. Use `push' as well.
7005 (tex-shell-map): Initialize it properly.
7006 (tex-mode): Minor stylistic change.
7007 (plain-tex-mode): Use define-derived-mode.
7008 (latex-mode): Use define-derived-mode.
7009 Construct the paragraph regexps in a more readable way.
7010 Set the buffer-local outline-{level,regexp} vars.
7011 (slitex-mode): Derive from latex-mode.
7012 (tex-common-initialization): Don't kill-all-vars anymore.
7013 Add setting for comment-add and font-lock-defaults.
7014 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7015 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7016 (tex-start-tex): New arg DIR (and send a chdir command for it).
7017 Also display the shell buffer and save it in tex-last-buffer-texed.
7018 (tex-region): Use expand-file-name rather than concat.
7019 Remove code made useless by changes in tex-start-tex.
7020 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7021
7022 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7023
70242000-09-28 Dave Love <fx@gnu.org>
7025
7026 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7027
70282000-09-28 Gerd Moellmann <gerd@gnu.org>
7029
7030 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7031 `append'.
7032
70332000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7034
7035 * info.el (Info-extract-pointer): Undo last change.
7036 Instead, fix the position of the `bound' arg to re-search-backward.
7037
70382000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7039
7040 * info.el (Info-extract-pointer):
7041 Widen more carefully, to avoid finding pointers in other nodes.
7042 (Info-index): Use push.
7043
70442000-09-27 Gerd Moellmann <gerd@gnu.org>
7045
7046 * frame.el (set-frame-font): Remove call to obsolete function
7047 frame-update-faces.
7048 (set-foreground-color, set-background-color): Likewise for
7049 frame-update-face-colors.
7050
70512000-09-27 Miles Bader <miles@gnu.org>
7052
7053 * image-file.el: New file.
7054
70552000-09-27 Gerd Moellmann <gerd@gnu.org>
7056
7057 * frame.el (frame-notice-user-settings): Don't call
7058 frame-update-faces, which is a no-op now.
7059
7060 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7061 tool-bar-lines.
7062
70632000-09-27 Dave Love <fx@gnu.org>
7064
7065 * mouse.el: Fix last change.
7066
70672000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7068
7069 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7070
70712000-09-22 Kenichi Handa <handa@etl.go.jp>
7072
7073 * international/quail.el (quail-help): The output message is
7074 improved.
7075
70762000-09-26 Dave Love <fx@gnu.org>
7077
7078 * mouse.el (popup-menu): If POSITION is nil, set it using
7079 mouse-position.
7080
70812000-09-25 Sam Steingold <sds@gnu.org>
7082
7083 * net/browse-url.el (browse-url-file-url): Check for null maps.
7084
70852000-09-26 Gerd Moellmann <gerd@gnu.org>
7086
7087 * frame.el (frame-notice-user-settings): Don't add a
7088 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7089
7090 * frame.el (frame-notice-user-settings):
7091 Make tool-bar-mode and default-frame-alist consistent.
7092
7093 * toolbar/tool-bar.el (tool-bar-help): New function.
7094
70952000-09-25 Gerd Moellmann <gerd@gnu.org>
7096
7097 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7098 current-load-list in top-level forms. Else this leaks a cons cell
7099 every time a defun is called.
7100
7101 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7102
71032000-09-25 Dave Love <fx@gnu.org>
7104
7105 * startup.el (fancy-splash-head): Check XPM is available.
7106
7107 * autoinsert.el (auto-insert): Doc fix.
7108 (auto-insert-alist): Following GNU notices, don't say `copyright
7109 _by_'. Use line-beginning-position.
7110 (auto-insert): Check buffer-file-name is non-nil before use.
7111
71122000-09-25 Gerd Moellmann <gerd@gnu.org>
7113
7114 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7115 starting with `@def' or `@multitable', in addition to ones
7116 specified by the user in auto-fill-inhibit-regexp.
7117
71182000-09-25 Markus Rost <rost@math.ohio-state.edu>
7119
7120 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7121 rmail-dont-reply-to-names matches the empty string.
7122
71232000-09-25 Gerd Moellmann <gerd@gnu.org>
7124
7125 * startup.el (command-line-1, fancy-splash-text): Change the
7126 text to sound more friendly.
7127
71282000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7129
7130 * progmodes/hideshow.el: Update author email address.
7131 Generally, sync w/ maintainer version 5.22.
7132 (hs-hide-all-non-comment-function): New var.
7133 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7134 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7135 (hs-show-region): Delete this command.
7136 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7137
71382000-09-22 Dave Love <fx@gnu.org>
7139
7140 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7141 (hl-line-highlight): Specify buffer when moving overlay.
7142
7143 * progmodes/fortran.el (fortran-mode): Locally set
7144 normal-auto-fill-function.
7145 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7146 (fortran-mode-map): Adjust auto-fill menu entry.
7147
71482000-09-22 Gerd Moellmann <gerd@gnu.org>
7149
7150 * vc-rcs.el (toplevel): Require `vc' when compiling.
7151
7152 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7153
71542000-09-22 Andre Spiegel <spiegel@gnu.org>
7155
7156 * vc.el (vc-switch-backend): Signal an error if the file is not
7157 registered under the new backend.
7158
7159 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7160 without explicit revision number.
7161
71622000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7163
7164 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7165 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7166 (diff-xor): New function.
7167 (diff-find-source-location): Use it. Fix a stupid name clash.
7168 (diff-hunk-status-msg): New function.
7169 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7170 (diff-test-hunk): Use diff-find-source-location.
7171 (diff-goto-source): Favor the `reverse'.
7172 (diff-hunk-text): Properly handle one-sided context diffs.
7173 (diff-apply-hunk): When done, advance to the next hunk.
7174
71752000-09-21 Gerd Moellmann <gerd@gnu.org>
7176
7177 * startup.el (command-line): If frame was created with a non-zero
7178 tool-bar-lines parameter, switch tool-bar-mode on.
7179
7180 * add-log.el (change-log-date-face, change-log-name-face)
7181 (change-log-email-face, change-log-file-face)
7182 (change-log-list-face, change-log-conditionals-face)
7183 (change-log-function-face, change-log-acknowledgement-face):
7184 New faces, inheriting from font-lock faces.
7185 (change-log-font-lock-keywords): Use them.
7186
71872000-09-21 Dave Love <fx@gnu.org>
7188
7189 * progmodes/cperl-mode.el (top-level): Clean up
7190 `eval-when-compile's and assorted defvars.
7191 (cperl-invalid-face): Don't double-quote value. Change custom
7192 type.
7193 (cperl-mode): Set normal-auto-fill-function and don't zap
7194 auto-fill-function.
7195 (cperl-imenu--function-name-regexp-perl): Renamed from
7196 imenu-example--function-name-regexp-perl.
7197 (cperl-imenu--create-perl-index): Renamed from
7198 imenu-example--create-perl-index.
7199 (cperl-xsub-scan): Don't require cl.
7200
7201 * msb.el (msb-mode-map): Use substitute-key-definition.
7202 (msb-mode): Use msb-mode-map.
7203
72042000-09-21 Andre Spiegel <spiegel@gnu.org>
7205
7206 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7207 New functions.
7208 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7209 (vc-switch-backend): New function.
7210 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7211 (vc-register): Fix prompt.
7212 (vc-unregister, vc-default-unregister): New functions.
7213 (vc-version-diff): Handle empty buffer in sentinel.
7214
7215 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7216 (vc-rcs-state-heuristic): Use it to guess the state of files with
7217 non-strict locking.
7218 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7219 been set with -b, but not created yet.
7220 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7221 contents in order to find the state.
7222 (vc-rcs-checkin): Allow creation of branches with no changes.
7223 (vc-rcs-unregister, vc-rcs-receive-file)
7224 (vc-rcs-set-non-strict-locking): New functions.
7225
7226 * vc-hooks.el (vc-name): Force correct computation of the value
7227 in case it is missing.
7228
72292000-09-21 Gerd Moellmann <gerd@gnu.org>
7230
7231 * startup.el (fancy-splash-tail): Use a different foreground
7232 color on a dark frame background.
7233
72342000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7235
7236 * info.el: Use the correct capitalization when making Info-mode
7237 and Info-edit-mode `special' modes.
7238
72392000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7240
7241 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7242 (diff-mode): Add support for add-log.el.
7243 (diff-hunk-text): Use char offsets rather than line offsets.
7244 (diff-find-source-location): Replace LINE with line-offset (nil
7245 if not found) and always set POS to a meaningful position.
7246 Adapt to the new char-offsets.
7247 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7248 Adapt to the new diff-find-source-location.
7249 (diff-goto-source): Adapt to the new diff-find-source-location.
7250
7251 * add-log.el (add-log-file-name): New function (split out of
7252 add-change-log-entry).
7253 (add-change-log-entry): Use it.
7254 Call add-log-file-name-function with the changelog file name if
7255 the current buffer is not associated with any file.
7256 Avoid find-file if the selected window is dedicated.
7257
7258 * diff-mode.el (diff-find-source-location):
7259 Move code from diff-apply-hunk. Return buffer rather than file.
7260 (diff-apply-hunk): Use the new result from diff-find-source-location.
7261 (diff-goto-source): Use the new diff-find-source-location.
7262
72632000-09-20 Dave Love <fx@gnu.org>
7264
7265 * iswitchb.el: Some doc fixes.
7266 (iswitchb-mode-map): Define completely initially. Inherit
7267 minibuffer-local-map.
7268 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7269 fundamental-mode.
7270 (iswitchb-global-map): New variable.
7271 (iswitchb-summaries-to-end): Amalgamate regexps.
7272 (iswitchb-mode): New.
7273 (iswitchb-mode-hook): New variable.
7274 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7275 `extensions'.
7276
72772000-09-20 Gerd Moellmann <gerd@gnu.org>
7278
7279 * ehelp.el (electric-help): New defgroup.
7280 (electric-help-shrink-window): New user-option.
7281 (with-electric-help): Use it.
7282
7283 * window.el (shrink-window-if-larger-than-buffer): If face
7284 `mode-line' has a :box, and we're on a graphical frame, add 1
7285 to the needed window height.
7286
7287 * frame.el (frame-notice-user-settings): Add a last parameter nil
7288 to a call to `append', because the last list passed to `append' is
7289 not copied, and so subsequent calls to assq-delete-all will modify
7290 default-frame-alist.
7291
7292 * startup.el (fancy-splash-image): Change :type.
7293 (fancy-splash-head): Use an XBM image if appropriate.
7294 (command-line-1): Show splash screens in more cases.
7295
7296 * startup.el (fancy-splash-text): Don't quote faces.
7297
7298 * dired.el (dired-font-lock-keywords): Undo last change.
7299 (dired-readin): Bind indent-tabs-mode to nil.
7300
7301 * startup.el (fancy-splash-head): If frame's background mode
7302 is `dark', change the black background of the image to gray.
7303 (fancy-splash-screens): Display startup echo area message.
7304 (display-startup-echo-area-message): New function.
7305
73062000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7307
7308 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7309
7310 * info.el (info-header-node): Tweak for color ttys.
7311
7312 * faces.el (face-valid-attribute-values): Make sure directories we
7313 search for stipples both exist and are readable before trying to
7314 search them.
7315
7316 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7317 in the dry-run case.
7318
7319 * jka-compr.el (with-auto-compression-mode): New macro.
7320
7321 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7322 (custom-group-tag-face, custom-variable-tag-face): Use relative
7323 :height and inherit from `variable-pitch' face instead of
7324 hardwiring :family.
7325 * hi-lock.el (hi-black-hb): Likewise.
7326
7327 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7328 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7329 toolbar-add-item, if image doesn't have a mask add a `:mask
7330 heuristic'.
7331
73322000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7333
7334 * diff-mode.el: Docstring fixes.
7335 (diff-header-face, diff-comment-face): New faces.
7336 (diff-font-lock-keywords): Highlight a bit differently.
7337 (diff-find-source-location): Don't return SPAN any more.
7338 (diff-hunk-text): Don't bother erasing the temp buffer.
7339 (diff-find-text): Drop argument LINE.
7340 (diff-apply-hunk): Update calls to diff-find-text.
7341 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7342
7343 * calendar/calendar.el: Docstring fixes.
7344 (calendar-make-alist): Don't quote lambda.
7345 (calendar-star-date): Use make-local-variable.
7346
73472000-09-19 Dave Love <fx@gnu.org>
7348
7349 * toolbar/tool-bar.el: Renamed from toolbar.el.
7350 Change `toolbar' to `tool-bar' generally in symbols.
7351 Make some items invisible in `special' major modes.
7352 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7353 Add arg PROPS.
7354
7355 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7356 Add :version here.
7357 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7358
73592000-09-19 Gerd Moellmann <gerd@gnu.org>
7360
7361 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7362
7363 * files.el (find-file-suppress-same-file-warnings): New user-option.
7364 (find-file-noselect): Use it.
7365
7366 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7367 (fancy-splash-screen): Defgroup.
7368
7369 * add-log.el (change-log-font-lock-keywords): Match names
7370 more exactly for the case that font-lock-constant-face is
7371 underlined.
7372
73732000-09-19 Richard M. Stallman <rms@gnu.org>
7374
7375 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7376
73772000-09-19 Andre Spiegel <spiegel@gnu.org>
7378
7379 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7380
73812000-09-19 Gerd Moellmann <gerd@gnu.org>
7382
7383 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7384 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7385 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7386 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7387 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7388 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7389 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7390 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7391 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7392 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7393 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7394 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7395
7396 * startup.el (fancy-splash-text): New variable.
7397 (fancy-splash-delay, fancy-splash-image): New user-options.
7398 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7399 (fancy-splash-screens): New functions.
7400 (command-line-1): If display has a `display' frame parameter, has
7401 colors, and we have XPM support, show more fancy splash screens.
7402
74032000-09-19 Dave Love <fx@gnu.org>
7404
7405 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7406 with null `help'. Use modern backquote syntax.
7407
74082000-09-19 Gerd Moellmann <gerd@gnu.org>
7409
7410 * font-lock.el (font-lock-mode): Change message telling the user
7411 that ``the buffer is too big''.
7412
7413 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7414 for instance for the case that tab-width is 2.
7415
74162000-09-18 Gerd Moellmann <gerd@gnu.org>
7417
7418 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7419 toolbar-add-item, if image doesn't have a mask add a `:mask
7420 heuristic'.
7421
74222000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7423
7424 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7425 and return a cons if it's non-nil.
7426 (diff-apply-hunk): Try to jump to the line in the source text
7427 corresponding to the position of point in the in the hunk.
7428
7429 * info.el (Info-title-3-face, Info-title-2-face)
7430 (Info-title-1-face): Use face inheritance and relative sizes
7431 instead of hard-wiring things.
7432
7433 * faces.el (secondary-selection): Make dark-background variant sane.
7434
74352000-09-16 Andrew Innes <andrewi@gnu.org>
7436
7437 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7438 read-only, since they aren't under VC now.
7439
74402000-09-17 Dave Love <fx@gnu.org>
7441
7442 * tmm.el: Replace mapcar with mapc in several places.
7443
7444 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7445 ad-unadvise.
7446
7447 * international/latin1-disp.el: New file.
7448
7449 * calendar/cal-move.el (scroll-calendar-left)
7450 (scroll-calendar-right): Make arg optional (for active mode line).
7451
7452 * calendar/calendar.el (calendar-mode-line-format): Make fields
7453 mouse-sensitive.
7454 (calendar-read-date, calendar-read-date, calendar-window-list):
7455 Unquote lambda.
7456 (calendar-month-name): Use aref, not sref.
7457
7458 * view.el (minor-mode-alist): Propertize the string.
7459
7460 * international/characters.el (standard-case-table): Add entries
7461 for Greek.
7462
74632000-09-18 Miles Bader <miles@gnu.org>
7464
7465 * info.el (info-node, info-xref): Add dark-background variants.
7466
7467 * faces.el (header-line): Change defaults to be less confusing
7468 when mixed with mode-lines.
7469
7470 * info.el (Info-fontify-node): Make a few cleanups.
7471 Add extra `help-echo' and `local-map' props to node xrefs.
7472 Use header-specific faces for node-names & xrefs.
7473 (Info-use-header-line): New variable.
7474 (info-header-xref, info-header-node): New faces.
7475 (Info-setup-header-line): New function.
7476 (Info-select-node): Call Info-setup-header-line when enabled.
7477 (Info-extract-pointer): Work even if the header line is hidden.
7478 (Info-header-line): New variable.
7479
74802000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7481
7482 * vms-patch.el (print-region-function): Don't quote lambda.
7483
7484 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7485
7486 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7487 (lm-get-header-re): Allow spaces between the header and the colon.
7488 (lm-header): Allow $ in non-RCS headers.
7489 (lm-header-multiline): Put the strings back into order.
7490 Stop at an empty line. Don't require two space chars if the
7491 line is clearly not another header line.
7492
7493 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7494 (popup-menu-popup): Remove.
7495
74962000-09-15 Gerd Moellmann <gerd@gnu.org>
7497
7498 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7499 specification if or if not tool-bar item contains an `:enabled'
7500 property.
7501
7502 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7503 current buffer has no file name.
7504
75052000-09-15 Dave Love <fx@gnu.org>
7506
7507 * strokes.el: Sync with maintainer's current version with changes
7508 for Emacs, but avoid runtime cl and levents.
7509 (toplevel): Change autoloads and compilation requires.
7510 (strokes-version, strokes-bug-address, strokes-lift): Values
7511 changed.
7512 (strokes-xpm-header, strokes-insinuated): New variable.
7513 (strokes): Add :link.
7514 (strokes-mode): Customized.
7515 (strokes-while-inhibiting-garbage-collector): New macro.
7516 (strokes-remassoc): Avoid remove-if.
7517 (strokes-fix-button2-command): Don't use ad-do-it.
7518 (strokes-insinuate): New function.
7519 (strokes-button-press-event-p, strokes-button-release-event-p):
7520 New functions, used instead of non-`strokes-' versions..
7521 (strokes-mouse-event-p): Rewritten.
7522 (strokes-event-closest-point): Avoid event-point.
7523 (strokes-get-grid-position): Avoid cdadr, caadr
7524 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7525 functions.
7526 (strokes-help): Use with-output-to-temp-buffer.
7527 (strokes-window-configuration-changed-p): New function.
7528 (strokes-update-window-configuration): Use buffer-live-p,
7529 strokes-window-configuration-changed-p.
7530 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7531 (strokes-char-face): New face.
7532 (strokes-char-table, strokes-base64-chars): New variable.
7533 (strokes-xpm-for-stroke, strokes-list-strokes)
7534 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7535 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7536 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7537 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7538 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7539 functions.
7540
75412000-09-15 Gerd Moellmann <gerd@gnu.org>
7542
7543 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7544
7545 * image.el (create-image): Doc fix.
7546
7547 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7548 instead of `:heuristic-mask t'.
7549
75502000-09-14 Andrew Innes <andrewi@gnu.org>
7551
7552 * makefile.w32-in: Revert to Unix line endings.
7553
75542000-09-14 Andrew Innes <andrewi@gnu.org>
7555
7556 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7557 when installing.
7558
7559 * makefile.nt (DONTCOMPILE): Fix typo.
7560
7561 * shell.el (shell-write-history-on-exit): New function.
7562 (shell-dumb-shell-regexp): New custom variable.
7563 (shell-mode): Make shell-write-history-on-exit the process
7564 sentinel if shell name matches shell-dumb-shell-regexp.
7565
7566 * w32-fns.el: Comment out before-init-hook function which resets
7567 source-directory based; this breaks bootstrap.
7568
75692000-09-14 Dave Love <fx@gnu.org>
7570
7571 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7572 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7573 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7574 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7575 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7576 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7577 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7578 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7579 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7580
7581 * toolbar/toolbar.el: New.
7582
7583 * subdirs.el: Add toolbar.
7584
75852000-09-14 Gerd Moellmann <gerd@gnu.org>
7586
7587 * indent.el (indent-for-tab-command): Doc fix.
7588
75892000-09-14 Alex Schroeder <alex@gnu.org>
7590
7591 * ansi-color.el (ansi-colors): Doc change.
7592 (ansi-color-get-face): Simplified regexp.
7593 (ansi-color-faces-vector): Added more faces, doc change.
7594 (ansi-color-names-vector): Doc change.
7595 (ansi-color-regexp): Simplified regexp.
7596 (ansi-color-parameter-regexp): New regexp.
7597 (ansi-color-filter-apply): Doc change.
7598 (ansi-color-filter-region): Doc change.
7599 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7600 deal with zero length parameters.
7601 (ansi-color-apply-on-region): Doc change.
7602 (ansi-color-map): Doc change.
7603 (ansi-color-map-update): Removed debugging message.
7604 (ansi-color-get-face-1): Added condition-case to trap
7605 args-out-of-range errors.
7606 (ansi-color-get-face): Doc change.
7607 (ansi-color-make-face): Removed.
7608 (ansi-color-for-shell-mode): New option.
7609
76102000-09-13 Kenichi Handa <handa@etl.go.jp>
7611
7612 * international/quail.el (quail-start-translation): Translate KEY
7613 if necessary even if it doesn't have any mapping in the current
7614 input method.
7615 (quail-start-conversion): Likewise.
7616 (quail-help): The output message is improved.
7617
76182000-09-13 Miles Bader <miles@gnu.org>
7619
7620 * comint.el (comint-output-filter): Revert to using
7621 `insert-before-markers'. Add bletcherous hack to undo damage
7622 caused by `insert-before-markers'. Put `front-sticky' property on
7623 overlays created here so that the field code understands how the
7624 overlay works. Use a let when making comint-last-prompt-overlay,
7625 so that the code is easier to read.
7626
76272000-09-13 Dave Love <fx@gnu.org>
7628
7629 * wid-edit.el (widget-default-format-handler): DTRT when
7630 doc-property is a function.
7631
76322000-09-12 Francesco Potorti` <pot@gnu.org>
7633
7634 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7635 filed name if it's not there.
7636
76372000-09-12 Dave Love <fx@gnu.org>
7638
7639 * simple.el (read-mail-command): Doc fix.
7640 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7641
7642 * vc.el (vc-dired-listing-switches): Fix :version.
7643
7644 * vc-hooks.el: Doc fixes.
7645
7646 * subr.el (add-minor-mode): Use toggle-fun arg.
7647
7648 * speedbar.el: Add :version to several defcustoms.
7649
7650 * imenu.el (imenu--truncate-items, imenu--cleanup)
7651 (imenu--generic-function): Avoid mapcar.
7652 (imenu--replace-spaces): Function removed.
7653 (imenu--completion-buffer): Use subst-char-in-string.
7654 (imenu-add-to-menubar): Use keymap inheritance.
7655
76562000-09-12 Miles Bader <miles@gnu.org>
7657
7658 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7659 (diff-mode-map): Bind `diff-test-hunk'.
7660 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7661
76622000-09-11 Gerd Moellmann <gerd@gnu.org>
7663
7664 * bytecomp.el (byte-compile-defvar): Undo last change
7665 because it breaks '(make-variable-buffer-local (defvar ...)'
7666 which is used at least in dired.
7667
76682000-09-12 Kenichi Handa <handa@etl.go.jp>
7669
7670 * international/quail.el (quail-define-package): Docstring
7671 modified.
7672
76732000-09-12 Kenichi Handa <handa@etl.go.jp>
7674
7675 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7676 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7677 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7678 docstring of "chinese-py".
7679
7680 * international/quail.el (quail-translation-docstring): New
7681 variable.
7682 (quail-show-keyboard-layout): Docstring modified.
7683 (quail-select-current): Likewise.
7684 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7685 infinite recursive call.
7686 (quail-help): Check quail-translation-docstring. Format of the
7687 output changed.
7688 (quail-help-insert-keymap-description): Adjusted for the above
7689 change.
7690
76912000-09-11 Gerd Moellmann <gerd@gnu.org>
7692
7693 * bytecomp.el (byte-compile-defvar): Only cons onto
7694 current-load-list in top-level forms. Else this leaks a cons cell
7695 every time a defun is called.
7696
76972000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7698
7699 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7700 Now understands non-unified diffs. Some functionality moved into
7701 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7702 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7703 modify anything. Only reposition point in the patched file if the
7704 patch succeeds. Only pop up another window if POPUP is true.
7705 Emit a message describing what happened if successful, and at what
7706 line-offset. Automatically detect reversed hunks and do something
7707 appropriate.
7708 (diff-hunk-text, diff-find-text): New functions.
7709 (diff-filter-lines): Function removed.
7710 (diff-test-hunk): New function.
7711 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7712
77132000-09-10 Dave Love <fx@gnu.org>
7714
7715 * textmodes/tildify.el: Minor doc/commentary fixes.
7716 (tildify) <defgroup>: Add :version.
7717
7718 * faces.el (face-x-resources): Make custom type more specific.
7719 (frame-background-mode): Use mapc.
7720 (region) <defcustom>: Add :version.
7721
77222000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7723
7724 * vc-sccs.el (vc-sccs-register):
7725 * vc-rcs.el (vc-rcs-register):
7726 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7727 * vc.el (vc-register): Clear file's properties.
7728
77292000-09-08 Gerd Moellmann <gerd@gnu.org>
7730
7731 * faces.el (face-spec-set): Only face-spec-reset-face when
7732 ATTRS is non-nil.
7733
77342000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7735
7736 * help.el (help-insert-xref-button): Fix a typo in doc string.
7737
77382000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7739
7740 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7741 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7742 methods.
7743
7744 * menu-bar.el (read-mail-item-name): New function.
7745 (menu-bar-tools-menu): Use it to compute and display the package
7746 used to read email.
7747 (menu-bar-tools-menu): Fix typo in GUD's help string.
7748
77492000-09-07 Dave Love <fx@gnu.org>
7750
7751 * diff-mode.el (diff-mouse-goto-source): New function.
7752
7753 * vc-sccs.el: Doc fixes.
7754 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7755
7756 * vc-rcs.el: Doc fixes.
7757 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7758 (vc-rcs-checkout-switches, vc-rcs-header)
7759 (vc-rcs-master-templates): Add or change :version.
7760
7761 * vc-cvs.el: Doc fixes.
7762 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7763 (vc-cvs-stay-local): Add :version.
7764
7765 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7766
77672000-09-07 Kenichi Handa <handa@etl.go.jp>
7768
7769 * international/quail.el (quail-help): Fix previous change.
7770
77712000-09-07 Gerd Moellmann <gerd@gnu.org>
7772
7773 * faces.el (color-values): Doc fix.
7774
7775 * faces.el (frame-set-background-mode): Use frame-parameter
7776 instead of frame-parameters.
7777
7778 * frame.el (filtered-frame-list): Reduce consing.
7779 (frames-on-display-list): Call frame-parameter instead of
7780 frame-parameters.
7781
77822000-09-07 Kenichi Handa <handa@etl.go.jp>
7783
7784 * language/devan-util.el (devanagari-to-indian-region): In the
7785 loop, change the following char, not preceding char.
7786
77872000-09-07 Gerd Moellmann <gerd@gnu.org>
7788
7789 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7790 instead of frame-parameters.
7791
7792 * faces.el (set-face-attribute): Simplify by calling
7793 internal-set-lisp-face-attribute with FRAME being 0.
7794
7795 * vc.el: Remove `Id' version control keyword.
7796
77972000-09-07 Kenichi Handa <handa@etl.go.jp>
7798
7799 * help.el (help-make-xrefs): Adjusted for the change of
7800 help-xref-mule-regexp.
7801 (help-insert-xref-button): New function.
7802
7803 * international/mule-cmds.el (help-xref-mule-regexp-template):
7804 Include the pattern for character set.
7805 (leim): New group.
7806
7807 * international/quail.el: Don't require face.
7808 (quail): New group.
7809 (quail-other-command): Dummy command to make quail-help work better.
7810 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7811 (quail-keyboard-layout-substitution): New variable.
7812 (quail-update-keyboard-layout): New function.
7813 (quail-keyboard-layout-type): New customizable variable.
7814 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7815 (quail-keyboard-translate): Pay attention to
7816 quail-keyboard-layout-substitution.
7817 (quail-insert-kbd-layout): New function.
7818 (quail-show-keyboard-layout): New function.
7819 (quail-get-translation): If the definition is a vector of length
7820 1, and the element is a string of length 1, return the character
7821 in that string.
7822 (quail-update-current-translations): Fix the case of
7823 relative-index out of range.
7824 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7825 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7826 Show key sequences for all available characters.
7827 (quail-help-insert-keymap-description): Don't show such verbose
7828 key bindings as quail-self-insert-command.
7829
7830 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7831 Format changed, and each element now have extra documentations.
7832 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7833 Adjusted for the change of quail-cxterm-package-ext-info.
7834
78352000-09-06 Gerd Moellmann <gerd@gnu.org>
7836
7837 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7838 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7839 during bootstrap.
7840
78412000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7842
7843 * vc.el: (toplevel): Don't require `dired' at run-time.
7844 (vc-dired-resynch-file): Remove autoload cookie.
7845
78462000-09-05 Andre Spiegel <spiegel@gnu.org>
7847
7848 * vc.el: Made several backend functions optional.
7849 (vc-default-responsible-p): New function.
7850 (vc-merge): Use RET for first version to trigger merge-news, not
7851 prefix arg.
7852 (vc-annotate): Handle backends that do not support annotation.
7853 (vc-default-merge-news): Removed. The existence of a merge-news
7854 implementation is now checked on caller sites.
7855
7856 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7857 case.
7858
7859 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7860 special case that has been removed from the default in vc-hooks.el.
7861
78622000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7863
7864 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7865
78662000-09-05 Andre Spiegel <spiegel@gnu.org>
7867
7868 * vc-hooks.el: Require vc during compilation.
7869 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7870 macro `with-vc-properties' in vc.el.
7871 (vc-file-getprop): Doc fix.
7872 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7873
7874 * vc.el: Require dired-aux during compilation.
7875 (vc-name-assoc-file): Moved to vc-sccs.el.
7876 (with-vc-properties): New macro.
7877 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7878 vc-finish-steal): Use it.
7879 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7880 to the backend-specific function is now supposed to do the checkout,
7881 too.
7882 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7883
7884 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7885 set file properties; that gets done in the generic code now.
7886
7887 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7888 Changed parameter list, added code from vc.el that does the
7889 checkout, possibly with a double-take.
7890
7891 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7892 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7893 the above under the new name.
7894 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7895 parameter list, added checkout command.
7896 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7897 properties; that gets done in the generic code now.
7898
78992000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7900
7901 * vc.el: Docstring fixes (courtesy of checkdoc).
7902
79032000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7904
7905 * vc.el (vc-checkout-writable-buffer-hook)
7906 (vc-checkout-writable-buffer): Remove.
7907 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7908 (vc-log-mode): Make it into a clean derived major mode.
7909 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7910 vc-log-mode if log-edit is not available.
7911 (vc-dired-mode-map): Don't set-keymap-parent yet.
7912 (vc-dired-mode): Do set-keymap-parent here.
7913 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7914
79152000-09-05 Gerd Moellmann <gerd@gnu.org>
7916
7917 * faces.el (set-face-attribute, face-spec-reset-face)
7918 (face-spec-set): Avoid consing by removing calls to `apply'.
7919
7920 * frame.el (frame-parameter): Move to C code.
7921
79222000-09-05 Dave Love <fx@gnu.org>
7923
7924 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7925 insert-before-markers-and-inherit. Now checked systematically!
7926
79272000-09-05 Alex Schroeder <alex@gnu.org>
7928
7929 * sql.el (sql-postgres): Use sql-postgres-options.
7930 (sql-postgres-options): New variable.
7931
79322000-09-05 Alex Schroeder <alex@gnu.org>
7933
7934 * sql.el (sql-mode-menu): Work around missing variable mark-active
7935 in XEmacs.
7936 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7937 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7938 compatibility.
7939
79402000-09-04 Gerd Moellmann <gerd@gnu.org>
7941
7942 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7943
7944 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7945
7946 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7947
79482000-09-04 Andre Spiegel <spiegel@gnu.org>
7949
7950 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7951 don't support anything else under SCCS yet.
7952
7953 * vc-hooks.el: Minor doc fixes.
7954
79552000-09-04 Andre Spiegel <spiegel@gnu.org>
7956
7957 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7958 not necessary. If verbose in state `needs-patch', do the same as
7959 under `up-to-date'. When NOT verbose and `needs-patch', check out
7960 latest version instead of `merge-news'.
7961 (vc-next-action-dired): Don't mess with default-directory here; it
7962 breaks other parts of dired. It is the job of the
7963 backend-specific functions to adjust it temporarily if they need it.
7964 (vc-next-action): Remove a special CVS case.
7965 (vc-clear-headers): New optional arg FILE.
7966 (vc-checkin, vc-checkout): Set properties vc-state and
7967 vc-checkout-time properly.
7968 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7969 (vc-print-log): Use new backend function `show-log-entry'.
7970 (vc-cancel-version): Do the checks in a different order. Added a
7971 FIXME concerning RCS-only code.
7972
7973 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7974 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7975
7976 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7977
7978 * vc-hooks.el (vc-default-mode-line-string): Show state
7979 `needs-patch' as a `-' too.
7980
79812000-09-04 Andre Spiegel <spiegel@gnu.org>
7982
7983 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7984 (vc-default-could-register): New function.
7985 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7986 (vc-resynch-buffer): Call vc-dired-resynch-file.
7987 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7988 vc-resynch-buffer instead of vc-resynch-window.
7989 (vc-next-action-dired): Don't redisplay here, that gets done as a
7990 result of the individual file operations.
7991 (vc-retrieve-snapshot): Corrected prompt order.
7992
7993 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7994
7995 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7996 as well.
7997 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7998 hostname regexps. Updated all callers.
7999 (vc-cvs-responsible-p): Handle directories as well.
8000 (vc-cvs-could-register): New function.
8001 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8002 properties up-to-date.
8003
8004 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8005 user whether to create one.
8006
80072000-09-04 Andre Spiegel <spiegel@gnu.org>
8008
8009 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8010 check out a non-existing file.
8011
8012 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8013 workfile does not exist.
8014
8015 * vc.el (vc-version-diff): Use `require' to check for existence of
8016 diff-mode.
8017
80182000-09-04 Andre Spiegel <spiegel@gnu.org>
8019
8020 * vc-cvs.el (vc-cvs-registered): Use new function
8021 vc-cvs-parse-entry to do the actual work.
8022
80232000-09-04 Andre Spiegel <spiegel@gnu.org>
8024
8025 * vc-hooks.el (vc-find-backend-function): If function doesn't
8026 exist, return nil instead of error.
8027 (vc-call-backend): Doc fix.
8028
8029 * vc.el (vc-do-command): Doc fix.
8030 (vc-finish-logentry): When checking in from vc-dired, choose the
8031 right backend for logentry check.
8032 (vc-dired-mode-map): Inherit from dired-mode-map.
8033 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8034 simplified.
8035 (vc-dired-state-info): Removed, updated caller.
8036 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8037 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8038 (vc-dired-listing-switches): New variable.
8039 (vc-directory): Use it, instead of dired-listing-switches.
8040
8041 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8042 (vc-cvs-dir-state): New function.
8043 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8044 (vc-cvs-parse-entry): New function, also to be used in
8045 vc-cvs-registered.
8046
80472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8048
8049 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8050 *or* single-window-frames.
8051
80522000-09-04 Andre Spiegel <spiegel@gnu.org>
8053
8054 * vc.el (vc-update-changelog): Split into generic part and default
8055 implementation. Doc string adapted.
8056 (vc-default-update-changelog): New function. Call the `rcs2log'
8057 script in exec-directory, to fix a long-standing nuisance.
8058
8059 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8060 simply signals an error.
8061
80622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8063
8064 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8065 control-flow more clear and to avoid running `cvs' twice.
8066
8067 * vc.el (vc-next-action-on-file): Doc fix.
8068 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8069 (vc-print-log): Eval `file' before constructing the continuation.
8070
80712000-09-04 Andre Spiegel <spiegel@gnu.org>
8072
8073 * vc.el (vc-next-action-on-file): Corrected several messages.
8074 (vc-merge): Add prefix arg `merge-news'; handle it.
8075
8076 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8077 is not reached. It is.
8078 (vc-cvs-merge): Set state to 'edited after merge.
8079 (vc-cvs-merge-news): Set workfile version to nil if not known.
8080 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8081
8082 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8083 via stdout. (Merge from main line.)
8084
80852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8086
8087 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8088 detection.
8089
80902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8091
8092 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8093 against kill-all-local-variables.
8094 (vc-log-edit): Don't save vc-parent-buffer any more.
8095 (vc-last-comment-match): Initialize to an empty string.
8096 (vc-post-command-functions): New hook.
8097 (vc-do-command): Run it.
8098 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8099 (vc-finish-logentry): Only add the comment to the ring if it's
8100 different from the last comment entered.
8101 (vc-new-comment-index): New function.
8102 (vc-previous-comment): Use it. Make the minibuffer message
8103 slightly less terse.
8104 (vc-comment-search-reverse): Make it work forward as well. Don't
8105 set vc-comment-ring-index if no match is found. Use
8106 vc-new-comment-index.
8107 (vc-comment-search-forward): Use vc-comment-search-reverse.
8108 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8109 define-derived-mode will do it for us. Bind `v' to a keymap that
8110 inherits from vc-prefix-map so that we can bind `vt' without
8111 binding C-x v t.
8112 (vc-retrieve-snapshot): Parenthesis typo.
8113
8114 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8115 to 1. Make sure to switch to *vc* before looking for an error
8116 message. Use vc-parse-buffer.
8117
81182000-09-04 Andre Spiegel <spiegel@gnu.org>
8119
8120 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8121 and NAME.
8122 (vc-retrieve-snapshot): Split into two parts.
8123 (vc-default-retrieve-snapshot): New function.
8124
8125 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8126 (vc-cvs-retrieve-snapshot): New function (untested).
8127 (vc-cvs-stay-local): Default to t.
8128 (vc-cvs-remote-p): New function and property.
8129 (vc-cvs-state): Stay local only if the above is t.
8130 (vc-handle-cvs): Removed.
8131 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8132 done via vc-handled-backends now.
8133 (vc-cvs-header): Escape Id.
8134
81352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8136
8137 * vc.el (vc-do-command): Remove unused commands.
8138 (vc-version-diff): Make sure default-directory ends with a slash.
8139 Move the window commands into a vc-exec-after.
8140 (vc-print-log): Move more of the code into the `vc-exec-after'.
8141
81422000-09-04 Andre Spiegel <spiegel@gnu.org>
8143
8144 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8145 (vc-print-log): Search current revision from beginning of buffer.
8146 (vc-revert-buffer): Clear echo area after the diff is finished.
8147 (vc-prefix-map): Removed definition of "t" for terse display in vc
8148 dired.
8149 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8150 definition of "vt" for terse display.
8151 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8152
81532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8154
8155 * vc.el (vc-exec-after): Avoid caddr.
8156
81572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8158
8159 * vc.el (vc-exec-after): New function.
8160 (vc-do-command): Use it to add a termination message for async
8161 procs.
8162 (vc-checkout): Try to handle a missing-backend situation.
8163 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8164 of a directory with a backend using async diffs.
8165 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8166 present.
8167
8168 * vc-sccs.el (vc-sccs-state-heuristic): Use
8169 file-ownership-preserved-p.
8170
8171 * vc-rcs.el (vc-rcs-state-heuristic): Use
8172 file-ownership-preserved-p.
8173 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8174
81752000-09-04 Andre Spiegel <spiegel@gnu.org>
8176
8177 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8178 vc-do-command.
8179
8180 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8181 when there are no changes.
8182
81832000-09-04 Andre Spiegel <spiegel@gnu.org>
8184
8185 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8186
8187 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8188
81892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8190
8191 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8192
8193 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8194 the `fset' outside of the defvar so that it works even if
8195 vc-prefix-map was already defined.
8196 (vc-setup-buffer): New function, split out of vc-do-command.
8197 (vc-do-command): Allow BUFFER to be t to mean `just use the
8198 current buffer without any fuss'.
8199 (vc-version-diff): Change the `diff' backend operation to just put
8200 the diff in the current buffer without erasing it. Always use
8201 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8202 shrink-window-if-larger-than-buffer.
8203 (vc-print-log): Change the `print-log' backend operation to just
8204 put the log in the current buffer without erasing it. Protect
8205 shrink-window-if-larger-than-buffer.
8206 (vc-update-change-log): Fix setd typo.
8207
8208 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8209 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8210
8211 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8212 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8213 CMP.
8214
8215 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8216 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8217 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8218
82192000-09-04 Andre Spiegel <spiegel@gnu.org>
8220
8221 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8222 not possible, use vc-BACKEND-workfile-unchanged-p.
8223 (vc-default-workfile-unchanged-p): New function. Delegates to a
8224 full vc-BACKEND-diff.
8225
8226 * vc-hooks.el (vc-simple-command): Removed.
8227
8228 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8229 instead of vc-simple-command.
8230 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8231 avoid doing a diff when opening a file.
8232 (vc-rcs-state): Added check for unlocked-changes.
8233 (vc-rcs-header): Escape Id.
8234 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8235 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8236 version.
8237
8238 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8239 (vc-sccs-diff): Remove optional arg CMP.
8240 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8241 SCCS-specific function.
8242
8243 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8244 vc-simple-command.
8245
82462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8247
8248 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8249 (with-vc-file, vc-merge): Use vc-editable-p.
8250 (vc-do-command): Remove unused var vc-file and fix the
8251 doubly-defined `status' var. Add a user message when starting an
8252 async command.
8253 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8254 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8255 Use with-current-buffer.
8256 (vc-buffer-sync): Use unless.
8257 (vc-next-action-on-file): If the file is 'edited by read-only,
8258 make it read-write instead of trying to commit.
8259 (vc-version-diff, vc-update-change-log): Use `setq
8260 default-directory' rather than `cd'.
8261 (vc-log-edit): Don't forget to set default-directory in the
8262 buffer.
8263
8264 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8265 (vc-sccs-state-heuristic): Use file-writable-p instead of
8266 comparing userids.
8267 (vc-sccs-checkout): Use `unless'.
8268
8269 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8270 of comparing userids.
8271 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8272 Simplify the logic by eliminating unreachable code.
8273 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8274 just do a recursive call if we need to retry.
8275 (vc-rcs-checkout): Handle the case where rcs is missing by making
8276 the buffer read-write if requested and re-signalling the error.
8277
8278 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8279
82802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8281
8282 * vc-hooks.el (vc-handled-backends): Docstring change.
8283 (vc-ignore-vc-files): Mark obsolete.
8284 (vc-registered): Check vc-ignore-vc-files.
8285 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8286 vc-ignore-vc-files.
8287
8288 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8289
82902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8291
8292 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8293 files since ange-ftp already has vc-registered return nil.
8294
8295 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8296 (vc-sccs-workfile-version): Use with-temp-buffer and new
8297 vc-parse-buffer and don't bother setting the property.
8298 (vc-sccs-add-triple): Use with-current-buffer and
8299 find-file-noselect.
8300 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8301
8302 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8303 derives from the old vc-parse-buffer but uses the revision number
8304 rather than the date (much easier to compare robustly).
8305 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8306 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8307 locking-user more directly. Check strict locking and set
8308 checkout-model appropriately.
8309 (vc-rcs-parse-locks): Remove.
8310 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8311 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8312 (vc-rcs-system-release): Use with-current-buffer and
8313 vc-parse-buffer.
8314 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8315
8316 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8317 (vc-simple-command): Docstring fix.
8318 (vc-registered): Align the way the file-handler is called with the
8319 way the function itself works.
8320 (vc-file-owner): Remove.
8321
8322 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8323 extraction of fields and call to file-attributes because of a
8324 temporary bug in rcp.el.
8325 (vc-cvs-fetch-status): Use with-current-buffer.
8326
83272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8328
8329 * vc.el (vc-do-command): Use file-relative-name.
8330 (vc-responsible-backend): Use vc-backend if possible.
8331 (vc-create-snapshot): Improve the `interactive' spec. Add support
8332 for branches and dispatch to backend-specific `create-snapshot'.
8333 (vc-default-create-snapshot): New function, containing the bulk of
8334 the old vc-create-snapshot.
8335 (vc-retrieve-snapshot): Improve the interactive spec.
8336
8337 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8338 (vc-backend-hook-functions): Remove.
8339 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8340 (vc-backend): Reintroduce the test for `file = nil' now that I
8341 know why it was there (and added a comment to better remember).
8342
8343 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8344 code from vc-sccs-hooks.el.
8345 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8346 'vc anymore.
8347 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8348 and file-directory-p instead of file-exists-p.
8349 (vc-sccs-check-headers): Simplify the regexp.
8350
8351 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8352 from vc-rcs-hooks.el. Don't require 'vc anymore.
8353 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8354 file-directory-p instead of file-exists-p.
8355
8356 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8357 from vc-cvs-hooks.el.
8358 (proto vc-cvs-registered): Require 'vc-cvs instead of
8359 'vc-cvs-hooks. Don't require 'vc anymore.
8360 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8361 file-directory-p instead of file-exists-p.
8362 (vc-cvs-create-snapshot): New function, replacing
8363 vc-cvs-assign-name.
8364 (vc-cvs-assign-name): Remove.
8365
83662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8367
8368 * vc-cvs.el (vc-cvs-header): New var.
8369
8370 * vc-rcs.el (vc-rcs-exists): Remove.
8371 (vc-rcs-header): New var.
8372
8373 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8374 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8375 (vc-sccs-header): New var.
8376
8377 * vc.el (vc-do-command): Get rid of the `last' argument.
8378 (vc-header-alist): Remove, replaced by vc-X-header.
8379 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8380 (vc-dired-hook): Use expand-file-name instead of concat.
8381 (vc-directory): Use file-name-as-directory.
8382 (vc-snapshot-precondition, vc-create-snapshot)
8383 (vc-retrieve-snapshot): Allow the command to operate on any
8384 directory.
8385
8386 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8387 just removing the 'WORKFILE argument or by removing the 'MASTER
8388 argument and replacing `file' with (vc-name file).
8389
83902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8391
8392 * vc.el: Update Copyright and add a crude list of backend funs.
8393 (vc-writable-p): New function.
8394 (with-vc-file): Use vc-writable-p.
8395 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8396 (vc-register): Avoid vc-name.
8397 (vc-locking-user): Remove.
8398 (vc-steal-lock): Make the `owner' arg non-optional.
8399 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8400 vc-checkout-model.
8401 (vc-default-dired-state-info): Use vc-state instead of
8402 vc-locking-user and return special strings for special states.
8403 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8404 and get rid of one of the special CVS cases.
8405 (vc-cancel-version): prettify error message with \\[...].
8406 (vc-rename-master): New function.
8407 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8408 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8409 the CVS special case generic.
8410 (vc-default-record-rename): Remove.
8411 (vc-file-tree-walk-internal): Only call FUNC for files that are
8412 under control of some VC backend and replace `concat' with
8413 expand-file-name.
8414 (vc-file-tree-walk): Update docstring.
8415 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8416 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8417
8418 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8419 vc-sccs-record-rename. Use `find-file-noselect' rather than
8420 `find-file' and call `vc-rename-master' to do the actual move.
8421 (vc-sccs-diff): Remove unused `backend' variable.
8422
8423 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8424 to delay loading of vc-sccs until it is really used.
8425 (vc-sccs-master-templates): Preload.
8426 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8427 (vc-sccs-project-dir): Remove (merged into
8428 vc-sccs-search-project-dir).
8429 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8430 rather than `concat', make sure it is preloaded and don't bother
8431 to check that the file actually exists.
8432 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8433 `locks' argument (use buffer's content instead) and eliminate n^2
8434 behavior.
8435
8436 * vc-rcs.el: Update Copyright.
8437 (vc-rcs-rename-file): New function.
8438 (vc-rcs-diff): Remove unused `backend' variable.
8439
8440 * vc-hooks.el: Update Copyright.
8441 (vc-backend): Don't accept a nil argument any more.
8442 (vc-up-to-date-p): Turn into a defsubst.
8443 (vc-possible-master): New function.
8444 (vc-check-master-templates): Use `vc-possible-master' and allow
8445 funs in vc-X-master-templates to return a non-existent file.
8446
8447 * vc-cvs.el: Update Copyright.
8448 (vc-cvs-diff): Remove unused `backend' variable.
8449 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8450
8451 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8452
84532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8454
8455 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8456 since it can be called from vc-rcs.el.
8457 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8458
84592000-09-04 Andre Spiegel <spiegel@gnu.org>
8460
8461 * vc.el (vc-version-diff): Expand file name read from the
8462 minibuffer. Handle the case when a previous version number can't
8463 be guessed. Give suitable messages when there were no differences
8464 found.
8465 (vc-clear-headers): Call backend-specific implementation, if one
8466 exists.
8467 (vc-cancel-version): Made error checks generic. When done, clear
8468 headers generically, too.
8469
8470 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8471 from vc-clear-headers in vc.el.
8472
8473 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8474 correctly.
8475 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8476 optional. Handle the case when it's not there.
8477
84782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8479
8480 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8481
84822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8483
8484 * vc-hooks.el (vc-loadup): Remove.
8485 (vc-find-backend-function): Use `require'. Also, handle the case
8486 where vc-BACKEND-hooks.el doesn't exist.
8487 (vc-call-backend): Cleanup.
8488
84892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8490
8491 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8492 vc-rcs-grab-templates)
8493 (vc-rcs-registered): Remove. The default function works as well.
8494 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8495 vc-sccs-grab-templates)
8496 (vc-sccs-registered): Remove. The default function works as well.
8497
8498 * vc.el (vc-version-diff): Left out a vc- in call to
8499 vc-call-backend.
8500 (vc-default-dired-state-info, vc-default-record-rename)
8501 (vc-default-merge-news): Update for the new backend argument.
8502
8503 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8504 using the default function.
8505 (vc-call-backend): If calling the default function, pass it the
8506 backend as first argument. Update the docstring accordingly.
8507 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8508 for the new backend argument.
8509 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8510 (vc-find-backend-function): Use the new name.
8511 (vc-default-registered): New function.
8512
85132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8514
8515 * vc.el (vc-merge): Use vc-find-backend-function.
8516
8517 * vc-hooks.el (vc-backend-functions): Remove.
8518 (vc-loadup): Don't setup 'vc-functions.
8519 (vc-find-backend-function): New function.
8520 (vc-call-backend): Use above fun and populate 'vc-functions
8521 lazily.
8522 (vc-backend-defines): Remove.
8523
85242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8525
8526 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8527 Call vc-call-backend without the leading vc-.
8528 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8529 (vc-check-headers): Call vc-call-backend without the leading vc-.
8530 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8531 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8532 Call vc-call-backend without the leading vc-.
8533
8534 * vc-cvs.el (tail): Provide vc-cvs.
8535 * vc-sccs.el (tail): Provide vc-sccs.
8536 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8537
8538 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8539 (vc-make-backend-function, vc-call): Pass names without leading
8540 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8541 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8542 (vc-call-backend): Always try to load vc-X-hooks.
8543 (vc-registered): Remove vc- in call to vc-call-backend.
8544
85452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8546
8547 * vc.el (vc-process-filter): New function.
8548 (vc-do-command): Setup `vc-process-filter' for the async process.
8549 (vc-maybe-resolve-conflicts): New function to reduce
8550 code-duplication. Additionally, it puts the buffer in
8551 `smerge-mode' if applicable.
8552 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8553 calling `merge-news'.
8554 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8555 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8556 interfacing to log-edit.el.
8557 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8558 log-edit is available.
8559 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8560
85612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8562
8563 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8564 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8565 defvar and the initialization.
8566 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8567
8568 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8569 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8570
8571 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8572
85732000-09-04 Andre Spiegel <spiegel@gnu.org>
8574
8575 * vc.el (vc-file-clear-masterprops): Removed.
8576 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8577 (vc-version-diff): Use buffer-size without argument.
8578 (vc-register): Heed vc-initial-comment.
8579
8580 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8581 default branch.
8582
8583 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8584 file name and workfile version.
8585 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8586
8587 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8588 vc-file-clear-masterprops.
8589
8590 * vc-sccs.el (vc-sccs-checkout): Removed call to
8591 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8592 rather than user login name.
8593
8594
85952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8596
8597 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8598 `want-differences-if-changed' and simplify.
8599 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8600 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8601 output (which is invalid for async vc-diff) to decide whether to
8602 do the revert silently or not.
8603
86042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8605
8606 * vc-hooks.el (vc-loadup): Load files quietly.
8607 (vc-call-backend): Oops, brain fart.
8608
86092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8610
8611 * vc-cvs.el (vc-cvs-state): Typo.
8612 (vc-cvs-merge-news): Return the status code rather than the error msg.
8613
86142000-09-04 Andre Spiegel <spiegel@gnu.org>
8615
8616 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8617 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8618 vc-state or vc-up-to-date-p.
8619 (vc-merge): Use vc-backend-defines to check whether merging is
8620 possible. Set state to 'edited after successful merge.
8621
8622 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8623 return that name. Redocumented.
8624
86252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8626
8627 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8628 new `vc-state' semantics.
8629 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8630 'vc-locking-user to the current user.
8631 (vc-merge): Inline vc-backend-merge. Comment out code that I
8632 don't understand and hence can't adapt to the new `vc-state' and
8633 `vc-locking-user' semantics.
8634 (vc-backend-merge): Remove.
8635
8636 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8637 rather than 'vc-locking-user.
8638
8639 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8640
8641 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8642 (vc-state): Don't use 'reserved any more. Just use the same
8643 convention as the one used for vc-<backend>-state where the
8644 locking user (as a string) is returned.
8645 (vc-locking-user): Update, based on the above convention. The
8646 'vc-locking-user property has disappeared.
8647 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8648
8649 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8650 with a heuristic one.
8651 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8652 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8653 error. That allows us to get to 'needs-merge even in the
8654 stay-local case. There's still no way to detect 'needs-patch in
8655 such a setup (or to force an update for that matter).
8656 (vc-cvs-logentry-check): Remove, the default works as well.
8657
86582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8659
8660 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8661
8662 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8663 major-mode in which the buffer might have been put earlier. Use
8664 `remove' and `when'. Allow `okstatus' to be `async' and use
8665 `start-process' in this case.
8666 (vc-version-diff): Handle the case where the diff looks empty
8667 because of the use of an async process.
8668
86692000-09-04 Andre Spiegel <spiegel@gnu.org>
8670
8671 * vc.el (vc-next-action-on-file): Removed optional parameter
8672 `simple'. Recompute state unconditionally.
8673 (vc-default-toggle-read-only): Removed.
8674
8675 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8676 (vc-toggle-read-only): Undid prev change.
8677
8678 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8679 vc-cvs-simple-toggle. Redocumented.
8680 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8681 (vc-cvs-toggle-read-only): Removed.
8682
86832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8684
8685 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8686 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8687 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8688 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8689 still is. So maybe it should be removed.
8690 (vc-head-version, vc-find-binary): Remove.
8691 (vc-recompute-state): Move from vc-hooks.el.
8692 (vc-next-action-on-file): Add a `simple' argument to allow
8693 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8694 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8695 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8696 (vc-dired-mode-map): Properly defvar it.
8697 (vc-print-log): Call log-view-mode if available.
8698 (small-temporary-file-directory): defvar instead of use boundp.
8699 (vc-merge-news): Moved to vc-cvs.el.
8700 (vc-default-merge-news): New function.
8701
8702 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8703 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8704 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8705 unknown `vc-latest-version' function. It should probably refer to
8706 vc-workfile-version or somesuch, but it's very unclear to me and I
8707 don't have SCCS to test things.
8708
8709 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8710 (vc-sccs-state-heuristic): Fix typo.
8711 (vc-sccs-workfile-unchanged-p): Add missing argument.
8712
8713 * vc-rcs.el: Require vc and vc-rcs-hooks.
8714 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8715 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8716 (vc-release-greater-or-equal-p): Move from vc.
8717 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8718 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8719 (vc-rcs-checkout): Add a missing `new-version' argument in the
8720 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8721
8722 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8723 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8724 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8725 than the apparently unbound `workfile-version'.
8726
8727 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8728 (vc-file-prop-obarray): Use `make-vector'.
8729 (vc-backend-functions): Add new hookable functions
8730 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8731 (vc-loadup): If neither backend nor default functions exist, use
8732 the backend function rather than nil.
8733 (vc-call-backend): If the function if not bound yet, try to load
8734 the non-hook file to see if it provides it.
8735 (vc-call): New macro plus use it wherever possible.
8736 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8737 nor `vc-find-binary' since it's only called from
8738 vc-mistrust-permission which is only used once the backend is known.
8739 (vc-checkout-model): Fix parenthesis.
8740 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8741
8742 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8743 (vc-cvs-release, vc-cvs-system-release): Remove.
8744 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8745 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8746 status symbols.
8747 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8748 (vc-cvs-toggle-read-only): First cut at a function to allow a
8749 cvs-status-free vc-toggle-read-only.
8750 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8751 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8752 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8753 (vc-cvs-checkout): Modify access rights directly if the user
8754 requested not to use `cvs edit'. And refresh the mode line.
8755
8756 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8757 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8758
87592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8760
8761 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8762 workfile' that got lost when the code was extracted from vc.el.
8763 And merged the tail with the rest of the code (not possible in the
8764 old vc.el where the tail was shared among all backends). And
8765 explicitly set the state to 'edited if `writable' is set.
8766
8767 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8768 (vc-cvs-state): Be careful to return the value from
8769 vc-cvs-parse-state.
8770 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8771 property but return it instead. Also be careful to handle a nil
8772 or "" `rev' when workfile is non-nil (it was handled properly when
8773 workfile was nil).
8774
8775 * vc.el: Removed those pesky unnecessary `(function' quotes.
8776 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8777 directly in the defvar.
8778 (vc-do-command): Bind inhibit-read-only so as to properly handle
8779 the case where the destination buffer has been made read-only.
8780 (vc-diff): Delegate to vc-version-diff in all cases.
8781 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8782 (vc-annotate-mode-variables): Removed (code moved partly to
8783 defvars and partly to vc-annotate-add-menu).
8784 (vc-annotate-mode): Turned into a derived-mode.
8785 (vc-annotate-add-menu): Moved in code in
8786 vc-annotate-mode-variables.
8787 (vc-update-change-log): Use make-temp-file if available.
8788
87892000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8790
8791 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8792 `vc-checkout-model' updated to `vc-cvs-update-model'.
8793
87942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8795
8796 * vc.el (vc-next-action-on-file): Added handling of state
8797 `unlocked-changes'.
8798 (vc-checkout-carefully): Is now practically obsolete, unless the
8799 above is too slow to be enabled unconditionally.
8800 (vc-update-change-log): Fixed typo.
8801
8802 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8803
8804 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8805 Now handles state `unlocked-changes'.
8806 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8807
8808 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8809
8810 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8811 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8812 `unlocked-changes'.
8813 (vc-rcs-workfile-unchanged-p): Renamed from
8814 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8815 function yet, but supposed to become one soon.
8816
8817 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8818 `vc-steal-lock'.
8819 (vc-call-backend): Changed error message.
8820 (vc-state): Added description of state `unlocked-changes'.
8821
88222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8823
8824 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8825 always return t in CVS-controlled directories.
8826
8827 * vc.el (vc-responsible-backend): New function.
8828 (vc-register): Largely rewritten.
8829 (vc-admin): Removed (implementation moved into vc-register).
8830 (vc-checkin): Redocumented.
8831 (vc-finish-logentry): If no backend defined yet (because we are in
8832 the process of registering), use the responsible backend.
8833
8834 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8835 Updated function lists.
8836 (vc-call-backend): Fixed typo.
8837
8838 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8839 New functions.
8840 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8841 Removed query option. Redocumented.
8842
88432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8844
8845 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8846
8847 * vc.el: Updated callers of `vc-checkout-required' to use
8848 `vc-checkout-model'.
8849
88502000-09-04 Martin Lorentzson <martinl@gnu.org>
8851
8852 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8853 stuff updated to reference this function instead of the old
8854 `vc-backend-release-p'.
8855
88562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8857
8858 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8859 vc-checkout-model. Return appropriate values. Updated callers.
8860
88612000-09-04 Martin Lorentzson <martinl@gnu.org>
8862
8863 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8864 (vc-backend-revert): Function moved into `vc-revert';
8865 `vc-next-action' must be updated to accomodate this change.
8866 (vc-backend-steal): Function moved into `vc-finish-steal'.
8867 (vc-backend-logentry-check): Function moved into
8868 `vc-finish-logentry'.
8869 (vc-backend-printlog): Function moved into `vc-print-log'.
8870 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8871 (vc-backend-assign-name): Function moved into
8872 `vc-create-snapshot'.
8873
88742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8875
8876 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8877 Rename to vc-checkout-model. Return appropriate values.
8878 Update callers.
8879
8880 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8881 to vc-checkout-model.
8882 (vc-checkout-required): Rename to vc-checkout-model.
8883 Re-implement and re-comment.
8884 (vc-after-save): Use vc-checkout-model.
8885
88862000-09-04 Martin Lorentzson <martinl@gnu.org>
8887
8888 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8889 Update to use the vc-BACKEND-diff functions instead.
8890 `vc-diff' is now working.
8891
8892 * vc-rcs.el (vc-rcs-logentry-check): New function.
8893
8894 * vc-cvs.el (vc-cvs-logentry-check): New function.
8895
8896 * vc-sccs.el (vc-sccs-diff): Function changed name from
8897 `vc-backend-diff'. This makes `vc-diff' work.
8898
8899 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8900 of functions possibly implemented in a vc-BACKEND library.
8901 (vc-checkout-required): Fix bug that caused an error to be
8902 signaled during `vc-after-save'.
8903
8904 * vc.el: Fix typo.
8905 This checkin is made with our new VC code base for the very first time.
8906 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8907
8908 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8909 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8910
8911 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8912 updated to `vc-uses-locking'.
8913 (vc-checkout-required): Call to backend function.
8914 `vc-checkout-required' updated to `vc-uses-locking' instead.
8915
8916 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8917 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8918
8919 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8920 to match the split into various backends.
8921 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8922 (vc-retrieve-snapshot): Bug fix.
8923
89242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8925
8926 * vc-sccs.el (vc-sccs-release): Doc fix.
8927
89282000-09-04 Martin Lorentzson <martinl@gnu.org>
8929
8930 * vc.el (vc-next-action-on-file): Bug found and fixed.
8931 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8932 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8933
8934 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8935 (vc-rcs-checkout): Name space cleaned up. No more revision number
8936 crunching function names that are not prefixed with vc-rcs.
8937 (vc-rcs-checkout-model): Function added. References to
8938 `vc-checkout-model' replaced.
8939
89402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8941
8942 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8943 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8944 still need to be split, and implemented for RCS).
8945
89462000-09-04 Martin Lorentzson <martinl@gnu.org>
8947
8948 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8949
8950 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8951 required by the vc.el file.
8952
8953 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8954 required by the vc.el file.
8955 (vc-rcs-exists): Function added.
8956
8957 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8958 required by the vc.el file.
8959
8960 * vc.el (vc-admin): Updated to handle selection of appropriate
8961 backend. Current implementation is crufty and need re-thinking.
8962
8963 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8964
89652000-09-04 Martin Lorentzson <martinl@gnu.org>
8966
8967 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8968 beginning of annotate buffers correctly.
8969
8970 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8971 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8972 functionality updated quite a lot to support multiple backends.
8973 Variables `vc-annotate-mode', `vc-annotate-buffers',
8974 `vc-annotate-backend' added.
8975
8976 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8977 `vc-annotate-difference' added to supported backend functions.
8978
89792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8980
8981 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8982 Use with-temp-file instead of /bin/sh. Merged from mainline
8983
89842000-09-04 Martin Lorentzson <martinl@gnu.org>
8985
8986 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8987
8988 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8989
8990 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8991
89922000-09-04 Martin Lorentzson <martinl@gnu.org>
8993
8994 * vc-hooks.el: vc-state-heuristic added to
8995 vc-backend-hook-functions.
8996
8997 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8998
8999 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9000
9001 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9002 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9003 state to `reserved'.
9004
9005 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9006 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9007
90082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9009
9010 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9011 untouched.
9012
9013 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9014
9015 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9016 if defined. (Merged from main line, slightly adapted.)
9017
9018 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9019 millenium problem (merged from mainline).
9020
90212000-09-04 Martin Lorentzson <martinl@gnu.org>
9022
9023 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9024 part and moved the non-BACKEND stuff to vc.el.
9025
9026 * vc.el: Split the annotate feature into a BACKEND specific part
9027 and moved it from the vc-cvs.el file to this one.
9028
90292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9030
9031 * vc-hooks.el: Implement new state model.
9032 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9033 (vc-locking-user): Simplify. Now only needed if the file is
9034 locked by somebody else.
9035 (vc-lock-from-permissions): Remove. Functionality is in
9036 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9037 (vc-mode-line-string): New name for former vc-status. Adapted.
9038 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9039
9040 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9041 Various simplifications and adaptations all over the place.
9042
9043 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9044 Simplify and adapt the rest.
9045
9046 * vc.el (vc-resynch-window): Add TODO comment: check for
9047 interaction with view mode according to recent RCS change.
9048 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9049
90502000-09-04 Martin Lorentzson <martinl@gnu.org>
9051
9052 * vc.el: Convert the remaining function comments to docstrings.
9053
90542000-09-04 Martin Lorentzson <martinl@gnu.org>
9055
9056 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9057 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9058 (vc-minor-part, vc-previous-version): Functions that operate and
9059 compare revision numbers got proper documentation. Comments added
9060 about their possible removal.
9061
90622000-09-04 Martin Lorentzson <martinl@gnu.org>
9063
9064 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9065 the vc-backend.el files.
9066
9067 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9068
9069 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9070 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9071 (vc-rcs-previous-version): Functions added.
9072
9073 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9074
9075 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9076
90772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9078
9079 * vc-hooks.el (vc-master-templates): Is really obsolete.
9080 Comment out the definition for now. What is the right procedure
9081 to get rid of it?
9082 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9083 rewritten.
9084 (vc-default-registered): Remove.
9085 (vc-check-master-templates): New function; does mostly what the
9086 above did before.
9087 (vc-locking-user): Don't rely on the backend to set the property.
9088
9089 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9090 Rewrite documentation.
9091 (vc-rcs-templates-grabbed): New variable.
9092 (vc-rcs-grab-templates): New function.
9093 (vc-rcs-registered): Rewrite to use above mechanism.
9094
9095 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9096 Rewrite documentation.
9097 (vc-sccs-templates-grabbed): New variable.
9098 (vc-sccs-grab-templates): New function.
9099 (vc-sccs-registered): Rewrite to use above mechanism.
9100 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9101 Don't throw the result, simply return it.
9102
9103 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9104 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9105 (vc-cvs-registered): Does the check itself now. Simplify.
9106
9107 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9108 from main line.
9109
91102000-09-04 Martin Lorentzson <martinl@gnu.org>
9111
9112 * vc-cvs.el (vc-cvs-diff): New function.
9113
9114 * vc-sccs.el (vc-sccs-diff): New function.
9115
9116 * vc-rcs.el (vc-rcs-diff): New function.
9117 (vc-rcs-checkout): Bug (typo) found and fixed.
9118 (vc-rcs-register-switches): New variable.
9119
9120 * vc.el (vc-backend-diff): Function removed and placed in the
9121 backend files.
9122
91232000-09-04 Martin Lorentzson <martinl@gnu.org>
9124
9125 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9126
9127 * vc.el (vc-backend-checkout): Function removed and replaced in
9128 the vc-backend.el files.
9129
9130 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9131
9132 * vc.el (vc-backend-admin): Removed and replaced in the
9133 vc-backend.el files.
9134
9135 * vc.el (Martin): Removed all the annotate functionality since it
9136 is CVS backend specific.
9137
91382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9139
9140 * spec.txt: Added specification of vc-state.
9141
9142 * vc-sccs-hooks.el (vc-sccs-master-properties):
9143 Remove handling of vc-latest-version and
9144 vc-your-latest-version. What used to be vc-latest-version, is now
9145 returned as vc-workfile-version.
9146 (vc-sccs-workfile-version): Adapt.
9147
91482000-09-04 Dave Love <fx@gnu.org>
9149
9150 * vc.el: [Merged from mainline.]
9151 (vc-dired-mode): Make the dired-move-to-filename-regexp
9152 regexp match the date, to avoid treating date as file size.
9153 Add YYYY S option to WESTERN/
9154
91552000-09-04 Dave Love <fx@gnu.org>
9156
9157 * vc.el: Require `compile' when compiling.
9158 (vc-logentry-check-hook): New option.
9159 (vc-steal-lock): Use compose-mail.
9160 (vc-dired-mode-map): Defvar when compiling.
9161 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9162 vc-sccs.el and renamed. Callers changed.
9163 (vc-backend-checkout, vc-backend-logentry-check)
9164 (vc-backend-merge-news): Doc fix.
9165 (vc-default-logentry-check): New function.
9166 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9167 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9168 (vc-backend-merge): Doc fix. Use backend functions.
9169 (vc-check-headers): Use backend functions.
9170
9171 * vc-cvs.el: Require vc when compiling.
9172 (vc-cvs-register-switches): Doc fix.
9173 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9174 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9175 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9176 New functions (code from vc.el).
9177 (vc-annotate-display-default): Fix interactive spec.
9178 (vc-annotate-time-span): Doc fix.
9179
9180 * vc-rcs.el: Require vc when compiling.
9181 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9182 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9183 (vc-rcs-checkin): New functions (code from vc.el).
9184 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9185 Doc fix.
9186 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9187
9188 * vc-sccs.el: Require vc when compiling.
9189 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9190 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9191 (vc-sccs-revert)
9192 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9193 from vc.el).
9194 (vc-sccs-add-triple, vc-sccs-record-rename)
9195 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9196 (vc-sccs-admin): Doc fix.
9197
91982000-09-04 Martin Lorentzson <martinl@gnu.org>
9199
9200 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9201 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9202 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9203 from vc.el.
9204
9205 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9206
9207 * vc-cvs.el: Moved the annotate functionality from vc.el.
9208 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9209
92102000-09-04 Dave Love <fx@gnu.org>
9211
9212 * vc.el (vc-backend-release): Call vc-system-release.
9213
9214 * vc-sccs.el (vc-sccs-system-release):
9215 Renamed from vc-sccs-backend-release.
9216
9217 * vc-rcs.el (vc-rcs-system-release):
9218 Renamed from vc-rcs-backend-release.
9219
9220 * vc-cvs.el (vc-cvs-system-release):
9221 Renamed from vc-cvs-backend-release.
9222
92232000-09-04 Dave Love <fx@gnu.org>
9224
9225 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9226 backend files.
9227 (vc-backend-release): Dispatch to backend functions.
9228 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9229 probably needs attention.]
9230
9231 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9232 (vc-sccs-backend-release): New function.
9233
9234 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9235 (vc-cvs-backend-release): New function.
9236
9237 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9238 Doc fix.
9239 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9240 (vc-default-dired-state-info): New function.
9241 (vc-dired-state-info): Dispatch to backends.
9242 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9243
9244 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9245 from vc.el and renamed.
9246
92472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9248
9249 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9250 (vc-version-other-window, vc-backend-assign-name): Removed
9251 references to vc-latest-version; sometimes changed into
9252 vc-workfile-version.
9253
9254 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9255 vc-rcs-master-workfile-version.
9256 (vc-rcs-workfile-version): Use the above. Don't call
9257 vc-latest-version (that was unreachable code, anyway).
9258 (vc-rcs-fetch-master-properties): Doc fix.
9259
9260 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9261 (vc-backend-hook-functions): Removed them from this list, too.
9262 (vc-fetch-properties): Removed.
9263 (vc-workfile-version): Doc fix.
9264
9265 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9266 (vc-rcs-workfile-version, vc-rcs-locking-user)
9267 (vc-rcs-uses-locking): Use it.
9268
9269 * vc-hooks.el (vc-consult-rcs-headers):
9270 Moved into vc-rcs-hooks.el, under the name
9271 vc-rcs-consult-headers.
9272
9273 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9274 headers.
9275 (vc-cvs-find-master): Use this name only; correct different
9276 versions of the name.
9277
9278 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9279 New functions.
9280 (vc-sccs-locking-user): Use the latter.
9281
9282 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9283 New functions.
9284
9285 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9286 Moved into both
9287 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9288 functions are implementation details of those two backends.
9289
92902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9291
9292 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9293 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9294
9295 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9296 (vc-sccs-parse-locks): SCCS-specific code moved here from
9297 vc-hooks.
9298
9299 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9300 code moved here from vc-hooks.
9301
9302 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9303 into back-end specific parts and removed. Callers not updated
9304 yet; because I guess these callers will disappear into back-end
9305 specific files anyway.
9306
93072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9308
9309 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9310 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9311 `vc-uses-locking'.
9312
9313 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9314 Store yes/no in the property, and return t/nil. Updated all
9315 callers.
9316
9317 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9318 vc-sccs-uses-locking. Don't set property.
9319 (vc-sccs-locking-user): Don't set property.
9320
9321 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9322 vc-cvs-uses-locking. Don't set property here; leave that to
9323 vc-hooks.
9324 (vc-cvs-locking-user): Reflect above change. Streamlined.
9325
9326 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9327 vc-rcs-uses-locking.
9328 (vc-rcs-locking-user): Reflect above change.
9329
93302000-09-04 Dave Love <fx@gnu.org>
9331
9332 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9333
9334 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9335
9336 * vc-hooks.el (vc-checkout-model): Punt to backends.
9337
9338 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9339
9340 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9341
9342 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9343 New functions.
9344
9345 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9346 New functions.
9347
9348 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9349 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9350
9351 * vc-hooks.el (vc-default-locking-user): New function.
9352 (vc-locking-user, vc-workfile-version): Punt to backends.
9353
93542000-09-04 Dave Love <fx@gnu.org>
9355
9356 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9357 (vc-master-workfile-version): Moved from vc-hooks.
9358
9359 * vc-rcs-hooks.el: Fix duplicate code in last change.
9360
9361 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9362 (vc-rcs-master-templates): Improve :type.
9363 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9364 vc-master-workfile-version): Moved from vc-hooks.
9365
9366 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9367 (vc-sccs-master-templates): Improve :type.
9368 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9369
9370 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9371
9372 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9373 (vc-cvs-master-templates): Improve :type. Use
9374 vc-cvs-find-cvs-master.
9375 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9376 from vc-hooks.
9377 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9378
9379 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9380 Moved to vc-cvs-hooks.
9381
9382 * vc-hooks.el: Add doc strings in various places. Simplify the
9383 minor mode setup.
9384 (vc-handled-backends): New user variable.
9385 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9386 simplification.
9387
93882000-09-04 Dave Love <fx@gnu.org>
9389
9390 * vc.el: Some doc fixes for autoloaded and interactive functions.
9391 Fix compilation warnings from ediff stuff.
9392 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9393
9394 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9395
9396 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9397
9398 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9399
94002000-09-04 Dave Love <fx@gnu.org>
9401
9402 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9403 New variable.
9404 (vc-make-backend-function, vc-loadup, vc-call-backend)
9405 (vc-backend-defines): New functions.
9406
9407 * vc-hooks.el: Various doc fixes.
9408 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9409 (vc-match-substring): Function removed. Callers changed to use
9410 match-string.
9411 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9412 Simplify.
9413
94142000-09-04 Dave Love <fx@gnu.org>
9415
9416 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9417 type.
9418 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9419 (vc-sccs-registered): Doc fix.
9420
9421 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9422 (vc-cvs-registered): Doc fix.
9423
9424 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9425 (vc-rcs-registered): Doc fix.
9426
94272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9428
9429 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9430
9431 * vc-hooks.el: vc-registered has been renamed
9432 vc-default-registered. Some functions have been moved to the
9433 backend specific files. they all support the
9434 vc-BACKEND-registered functions.
9435
94362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9437
9438 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9439
9440 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9441
94422000-09-04 Dave Love <fx@gnu.org>
9443
9444 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9445 menu-bar-update-hook.
9446
9447 * help.el (help-manyarg-func-alist): Add
9448 find-operation-coding-system.
9449
9450 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9451
9452 * custom.el (custom-set-variables): Print message about errors in
9453 setting.
9454
94552000-09-03 Andrew Innes <andrewi@gnu.org>
9456
9457 * makefile.w32-in: Change to DOS line endings.
9458
94592000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9460
9461 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9462 minor-mode keymaps, if they don't have one.
9463
94642000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9465
9466 * eshell/esh-module.el (eval-when-compile): Don't lose if
9467 esh-module.el's file name is truncated to DOS 8+3 limits.
9468
94692000-09-01 John Wiegley <johnw@gnu.org>
9470
9471 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9472 predicate, which caused entries in the completion list to be
9473 doubled.
9474
94752000-08-30 John Wiegley <johnw@gnu.org>
9476
9477 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9478 sending to subprocesses. Also, hook pre-command-hook if
9479 `eshell-send-direct-to-subprocesses' is non-nil.
9480 (eshell-send-direct-to-subprocesses): New config variable. If t,
9481 subprocess input is send immediately.
9482 (eshell-toggle-direct-send): New function.
9483 (eshell-self-insert-command): New function.
9484 (eshell-intercept-commands): New function.
9485 (eshell-send-input): If direct subprocess sending is enabled,
9486 don't echo any input to the Eshell buffer. Let the subprocess
9487 handle that. This requires "stty echo" in bash, for example.
9488
94892000-08-28 John Wiegley <johnw@gnu.org>
9490
9491 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9492 completion function for Eshell's implementation of `unset'.
9493
94942000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9495
9496 * info.el (Info-directory-list): Doc fix.
9497
94982000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9499
9500 * filecache.el (file-cache-add-directory-using-find): Don't quote
9501 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9502
95032000-08-31 Kenichi Handa <handa@etl.go.jp>
9504
9505 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9506 coding systems.
9507
95082000-08-30 Andrew Innes <andrewi@gnu.org>
9509
9510 * timer.el (run-with-idle-timer): Undo last change, so that timer
9511 is not activated immediately if Emacs is already idle. Some
9512 existing code relies on this behaviour.
9513
95142000-08-30 Miles Bader <miles@gnu.org>
9515
9516 * frame.el (set-frame-font): Do completion of font-name for
9517 interactive use.
9518
95192000-08-30 Kenichi Handa <handa@etl.go.jp>
9520
9521 * international/quail.el (quail-start-translation): Bind locally
9522 last-command-event, last-command, and this-command.
9523 (quail-start-conversion): Likewise.
9524 (quail-self-insert-command): Fix docstring.
9525
95262000-08-29 Gerd Moellmann <gerd@gnu.org>
9527
9528 * progmodes/executable.el
9529 (executable-make-buffer-file-executable-if-script-p): Check that
9530 buffer contains at least 2 characters.
9531
95322000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9533
9534 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9535
95362000-08-29 Dave Love <fx@gnu.org>
9537
9538 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9539 (diff-mode-shared-map): Bind mouse-2.
9540 (diff-imenu-generic-expression): New variable.
9541 (diff-mode): Use it.
9542
9543 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9544 (mouse-popup-menubar): Add minor mode menus.
9545 (popup-menu): Check for lookup-key returning number.
9546
95472000-08-29 Miles Bader <miles@gnu.org>
9548
9549 * comint.el (comint-send-input): Create overlays using the proper
9550 front/read-advance arguments.
9551
95522000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9553
9554 * ps-print.el: Even/odd pages printing. Doc fix.
9555 (ps-print-version): New version number (6.0).
9556 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9557 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9558 (ps-print-duplex-feature): Variable eliminated.
9559 (ps-even-or-odd-pages): New variable.
9560
9561 * progmodes/ebnf2ps.el: Doc fix.
9562 (ebnf-version): New version (3.3).
9563 (ebnf-user-arrow): Change variable customization to sexp.
9564 (ebnf-user-arrow): Function eliminated.
9565 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9566
95672000-08-29 Kenichi Handa <handa@etl.go.jp>
9568
9569 * help.el (help-xref-mule-regexp): New variable.
9570 (help-make-xrefs): Handle help-xref-mule-regexp.
9571
9572 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9573 variable.
9574 (describe-input-method): Temporarily activate the specfied input
9575 method to display the information.
9576 (describe-language-environment): Hyperlinks to mule related items.
9577
9578 * international/mule-diag.el (charset-multibyte-form-string): New
9579 function.
9580 (list-character-sets-1): Use charset-multibyte-form-string.
9581 (describe-character-set): New function.
9582 (describe-coding-system): Hyperlinks to safe character sets.
9583
9584 * international/quail.el (quail-help): New arg PACKAGE.
9585 Hyperlinks to mule related items.
9586 (quail-help-insert-keymap-description): Use
9587 substitute-command-keys instead of describe-bindings.
9588 (quail-translation-help): Hyperlinks to mule related items.
9589
95902000-08-28 John Wiegley <johnw@gnu.org>
9591
9592 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9593 have a defsubst call itself. Made `eshell-flatten-list' back into
9594 a function again.
9595
9596 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9597 catch, in case re-centering point at bottom messes up the display.
9598 This happens frequently in Emacs 21, due I believe to variable
9599 line heights.
9600
9601 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9602 to call `find-tag-interactive'.
9603
9604 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9605 the list of remember directories.
9606
96072000-08-28 John Wiegley <johnw@gnu.org>
9608
9609 * align.el: Test align-region-separate to see if it's a symbol.
9610
96112000-08-28 John Wiegley <johnw@gnu.org>
9612
9613 * eshell/esh-util.el (eshell-flatten-list): Made this function
9614 into a defsubst form. It gets used very frequently, although
9615 calls don't occur all that often.
9616
9617 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9618 examining it.
9619
9620 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9621 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9622 `eshell-protect'.
9623 (eshell-copy-handles): Created a new macro for duplicating the
9624 current set of open handles. This is needed by the looping
9625 functions.
9626 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9627 is not incorrectly stomped on.
9628
9629 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9630 declaration for pcomplete-use-paring.
9631 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9632 value of eshell-cmpl-use-paring.
9633 * pcomplete.el (pcomplete-use-paring): New config variable, to
9634 indicate whether paring should be used.
9635 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9636 completion alternatives that have already been used.
9637
9638 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9639 bound to C-c C-y, which will repeat the previous N arguments
9640 (based on prefix argument).
9641 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9642
9643 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9644 if there is no *Help* buffer. This is for XEmacs, which renames
9645 its help buffers uniquely. TODO: Find out what the current buffer
9646 name to delete is.
9647
9648 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9649 first entry that correlates to a passwd/group number. Later
9650 entries (used for group/user name aliasing to multiple IDs) are
9651 ignored.
9652
9653 * eshell/em-xtra.el (eshell/expr):
9654 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9655 (eshell-grep, eshell/diff, eshell/locate):
9656 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9657 argument list, before passing it to the system command.
9658
9659 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9660 `find-tag' for use at final position in Eshell buffers (which
9661 otherwise triggers an error on Emacs 21).
9662 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9663 buffer, if it is currently bound to `find-tag'.
9664
9665 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9666 in the list of matched Makefile names.
9667 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9668 directory, prefer its contents to Makefile.
9669
9670 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9671 directory parts (like "cd old new", or "cd =regexp"), are now case
9672 sensitive on non-Windows/DOS platforms.
9673
9674 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9675 types RET after an open delimiter (like "), display a message
9676 indicating that Eshell is waiting for the closing delimiter.
9677
9678 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9679 environment variables.
9680
9681 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9682 gracefully if the user enters incorrect arguments.
9683
9684 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9685 Eshell buffers.
9686
9687 * eshell/esh-var.el (eshell-interpolate-variable):
9688 * eshell/esh-mode.el (eshell-move-argument):
9689 * eshell/em-unix.el (eshell-du-sum-directory):
9690 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9691 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9692 (not (= ...)).
9693
9694 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9695 to ensure the `preserve' flag gets propagated when doing recursive
9696 directory copies.
9697
96982000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9699
9700 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9701 Don't convert \n into \0177 in memory.
9702 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9703 and back again, when reading and writing.
9704
97052000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9706
9707 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9708 testing of `fboundp' on `processp'.
9709
9710 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9711 (eshell/jobs): Don't call process-list if it is not bound.
9712 (eshell-gather-process-output): Support systems where async
9713 subprocesses aren't supported.
9714 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9715 variables.
9716
9717 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9718 eshell-do-eval returns t.
9719 (eshell-do-pipelines-synchronously): New defmacro.
9720 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9721 when async subprocesses aren't supported.
9722 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9723 if async subprocesses aren't supported.
9724 (eshell-resume-command): Don't assume STATUS is a string.
9725
9726 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9727
9728 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9729 (eshell-close-target, eshell-get-target): Use eshell-processp.
9730 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9731 fix.
9732 (eshell-get-target, eshell-create-handles): Doc fix.
9733
97342000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9735
9736 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9737 criterion to include commands that output something, as long as it
9738 leaves both the command and the end-of-buffer visible when the
9739 command has exited.
9740 (eshell-review-quick-commands): Adjust the help doc string
9741 accordingly.
9742
97432000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9744
9745 * locate.el (locate): Cleaned up locate command's interactive prompting
9746 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9747
9748 * filecache.el (file-cache-case-fold-search): New variable
9749 (file-cache-assoc-function): New variable
9750 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9751 Use file-cache-case-fold-search variable
9752 (file-cache-add-file): Use file-cache-assoc-function
9753 (file-cache-delete-file): likewise
9754 (file-cache-directory-name): likewise
9755 (file-cache-debug-read-from-minibuffer): likewise
9756
97572000-08-28 Gerd Moellmann <gerd@gnu.org>
9758
9759 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9760 (abbrev-table-name): New function.
9761 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9762 If non-nil list local abbrev, only.
9763
97642000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9765
9766 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9767 from Gnus support code, and use special article copy buffer
9768 `(gnus-original-article-buffer)' instead. This allows to get rid
9769 of article-hide-headers usage (which breaks in the latest Gnus
9770 version). Thanks to Detlev Zundel.
9771
97722000-08-28 Kenichi Handa <handa@etl.go.jp>
9773
9774 * international/quail.el (quail-use-package): Hide "... loaded"
9775 message.
9776 (quail-start-translation, quail-start-conversion): Likewise.
9777
9778 * international/kkc.el (kkc-region): Hide "... loaded" message.
9779
97802000-08-27 Dave Love <fx@gnu.org>
9781
9782 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9783
97842000-08-27 Miles Bader <miles@gnu.org>
9785
9786 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9787
97882000-08-27 Kenichi Handa <handa@etl.go.jp>
9789
9790 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9791 'ja-dic-cnv), not (require 'skkdic-cnv).
9792
97932000-08-26 Miles Bader <miles@gnu.org>
9794
9795 * faces.el (face-x-resources): Add entry for :inherit.
9796 * cus-face.el (custom-face-attributes): Add support for :inherit
9797 attribute. Add support for relative face heights.
9798 (custom-face-attributes-get): Treat `nil' as being a default value
9799 for :inherit (as well as `unspecified').
9800
9801 * faces.el (set-face-attribute): Update doc string.
9802 (face-attribute-name-alist): Add :inherit.
9803 (face-valid-attribute-values): Handle :inherit.
9804 (face-read-string): Rephrase prompt to be less confusing.
9805 Assume that DEFAULT is a string, since we must return a string.
9806 (face-read-integer): Use `format' to turn DEFAULT into an
9807 acceptable default for face-read-string. Match NEW-VALUE against
9808 the string "unspecified", not the symbol `unspecified', since
9809 that's what face-read-string returns.
9810 (read-face-attribute): Lookup a name for old-value in valid, and
9811 use it as a default if we find one. Treat all values from
9812 face-read-string as strings. If the default is used, don't do any
9813 more processing on the value, just use the old value directly.
9814 (read-face-and-attribute, modify-face): Tweak prompt.
9815 (read-face-name): Don't assume prompt ends with a space.
9816
9817 * faces.el (describe-face): Add support for :inherit attribute.
9818
98192000-08-25 Kenichi Handa <handa@etl.go.jp>
9820
9821 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9822 concat doesn't accept interger.
9823
9824 * international/kkc.el: Remove SKK from Keywords. Require
9825 ja-dic-utl instead of skkdic-utl.
9826
9827 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9828 Provide ja-dic-cnv instead of skkdic-cnv.
9829 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9830 (iso-2022-7bit-short): Add safe-charsets property.
9831 (skkdic-convert-postfix): Search Japanese chou-on character in
9832 addition to Hiragana character.
9833 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9834 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9835 (batch-skkdic-convert): Likewise.
9836
9837 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9838 Provide ja-dic-utl instead of skkdic-utl.
9839 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9840
98412000-08-24 Dave Love <fx@gnu.org>
9842
9843 * disp-table.el (standard-display-default): Make the test of `l'
9844 useful.
9845
9846 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9847 mod sample text.
9848
9849 * international/iso-ascii.el: Make pilcrow convenient string
9850 consistent with section.
9851 (iso-ascii-display): Set up multibyte characters as well as
9852 unibyte.
9853
98542000-08-24 Kenichi Handa <handa@etl.go.jp>
9855
9856 * international/mule-cmds.el (reset-language-environment): Set
9857 default-process-coding-system to '(undecided . iso-latin-1), which
9858 makes process I/O almost consistent with file I/O. Call this
9859 function when mule-cmds.el[c] is loaded.
9860
98612000-08-22 Andrew Innes <andrewi@gnu.org>
9862
9863 * makefile.w32-in: New file.
9864
98652000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9866
9867 * comint.el (comint-output-filter): Compare end of
9868 comint-last-output-overlay with the start of the newly inserted
9869 text, not the end, when deciding whether to extend it.
9870 Set saved-point's insertion type to advance after insertion.
9871
9872 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9873 since this is now done independently of font-lock mode.
9874
98752000-08-21 Gerd Moellmann <gerd@gnu.org>
9876
9877 * server.el (server-kill-new-buffers): New user option.
9878 (server-existing-buffer): New buffer-local variable.
9879 (server-visit-files): When using an existing buffer, set
9880 server-existing-buffer to t.
9881 (server-buffer-done): If server-kill-new-buffers is t, kill the
9882 buffer, unless it was already present before visiting it with
9883 Emacs server.
9884
98852000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9886
9887 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9888 even if the display doesn't support colors: some displays will
9889 support bold/underline faces.
9890
98912000-08-21 Gerd Moellmann <gerd@gnu.org>
9892
9893 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9894
9895 * startup.el (command-line): If user's init file had an error,
9896 add explanatory text to *Messages*.
9897
98982000-08-21 Kenichi Handa <handa@etl.go.jp>
9899
9900 * man.el (Man-getpage-in-background): Decode the process output by
9901 the system locale coding system.
9902
99032000-08-20 Dave Love <fx@gnu.org>
9904
9905 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9906 Don't test x-popup-menu.
9907 (function) <complete-function>: Complete only fbound symbols.
9908 <validate, value>: New.
9909 (variable) <complete-function>: Complete only bound symbols.
9910 (coding-system): Add :base-only, :complete-function, :validate,
9911 :value, :prompt-match.
9912 (widget-coding-system-prompt-value): Use read-coding-system and
9913 act on :base-only.
9914 (editable-field): Add :help-echo.
9915 (widget-push-button-gui, widget-push-button-cache)
9916 (widget-gui-action, widget-editable-list-gui): COmment out, along
9917 with uses.
9918 (widget-at): Make arg optional.
9919 (widget-echo-help): Adjust for current help-echo calling sequence.
9920 (widget-specify-field, widget-specify-button)
9921 (widget-specify-insert, widget-get-sibling, widget-image-find)
9922 (widget-convert, widget-insert, widget-leave-text)
9923 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9924 (widget-setup, widget-field-find, widget-before-change)
9925 (widget-after-change, widget-default-complete)
9926 (widget-default-create, widget-default-delete)
9927 (widget-push-button-value-create, editable-field)
9928 (widget-field-prompt-value, widget-field-validate)
9929 (widget-choice-value-create, widget-choice-action)
9930 (widget-choice-validate, widget-checklist-add-item)
9931 (widget-radio-add-item, widget-radio-chosen)
9932 (widget-radio-value-inline, widget-editable-list-value-create)
9933 (widget-editable-list-entry-create)
9934 (widget-documentation-link-add)
9935 (widget-documentation-string-value-create)
9936 (widget-regexp-validate, widget-file-complete)
9937 (widget-sexp-validate, widget-plist-convert-widget)
9938 (widget-plist-convert-widget, widget-alist-convert-widget)
9939 (widget-alist-convert-widget, widget-color-complete): Simplify,
9940 particularly to avoid bindings which aren't optimized out.
9941
9942 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9943 Doc fix.
9944 (down-list, backward-up-list, up-list, kill-sexp)
9945 (backward-kill-sexp, mark-sexp): Make arg optional.
9946 (lisp-complete-symbol): Add optional arg PREDICATE.
9947
9948 * cus-start.el: Add display-buffer-reuse-frames,
9949 file-coding-system-alist.
9950
99512000-08-20 Gerd Moellmann <gerd@gnu.org>
9952
9953 * startup.el (command-line): Clear realized faces after
9954 modifying TTY color mappings.
9955
99562000-08-20 Miles Bader <miles@gnu.org>
9957
9958 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9959 merely a subset of FACE's attributes.
9960
99612000-08-19 Miles Bader <miles@gnu.org>
9962
9963 * comint.el (comint-output-filter): Save the point with a marker,
9964 not just a buffer position.
9965
9966 * international/mule.el (set-buffer-process-coding-system): Make
9967 interactive prompt less confusing.
9968
99692000-08-19 Gerd Moellmann <gerd@gnu.org>
9970
9971 * hilit-chg.el: General cleanup of doc strings, comments and
9972 code formatting.
9973
99742000-08-19 Miles Bader <miles@gnu.org>
9975
9976 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9977 Compiler macro removed; beginning-of-line is no longer always
9978 equivalent to forward-line, in the presence of fields.
9979
9980 * comint.el (comint-output-filter): Remove ad-hoc saving of
9981 restriction, and just use save-restriction, now that it works
9982 correctly. Don't adjust comint-last-input-start to account for
9983 our insertion; it shouldn't have moved because we don't use
9984 insert-before-markers anymore. Comment out call to
9985 `force-mode-line-update'; why is it here?
9986
9987 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9988 while checking for prompt to delete. Use `forward-line 0'
9989 instead of beginning-of-line.
9990 (gud-filter): Temporarily widen gud comint buffer while
9991 examining output.
9992
99932000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9994
9995 * progmodes/sh-script.el: Big bag of typos.
9996
9997 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9998 check since ispell-process is not bound when ispell is not yet loaded.
9999
100002000-08-18 Dave Love <fx@gnu.org>
10001
10002 * image.el (find-image): Copy `spec' before using plist-put.
10003
100042000-08-18 Gerd Moellmann <gerd@gnu.org>
10005
10006 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10007 `portugues'.
10008
10009 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10010 backward-kill-sexp, analogous to kill-sexp.
10011
10012 * progmodes/icon.el (icon-indent-line)
10013 (icon-is-continuation-line): Handle comments specially.
10014
100152000-08-17 Ken Stevens <k.stevens@ieee.org>
10016
10017 * ispell.el: Set to standard author/maintainer/keyword fields.
10018 Fine tuning to menu map appearance and operation, and added help.
10019 Remove `start' and `end' error messages when compiling.
10020 (ispell-choices-win-default-height): Fixed comment string.
10021 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10022 castellano8 dictionaries.
10023 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10024 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10025 dictionary, added italiano dictionary.
10026 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10027 word character
10028 (ispell-tex-skip-alists): Added psfig support.
10029 (ispell-skip-html): Renamed from ispell-skip-sgml.
10030 (ispell-begin-skip-region-regexp, ispell-skip-region)
10031 (ispell-minor-check): Improved html skipping support to skip across
10032 code, and recognize `&' commands without propper `;' syntax;
10033 (ispell-process-line): Fix alignment error when manually
10034 correcting spelling.
10035 (ispell): Fix comment string.
10036 (ispell-add-per-file-word-list): Always put word list on new line.
10037
100382000-08-17 Gerd Moellmann <gerd@gnu.org>
10039
10040 * format.el (format-encode-run-method): Fix error message to say
10041 `encode' instead of `decode'. Use save-window-excursion around
10042 shell-command-on-region as in format-decode-run-method because
10043 shell-command-on-region can display a buffer with error output.
10044 (format-decode): Don't record undo information for the decoding.
10045 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10046 that number part of the temporary buffer name so that more than
10047 one decoding using a temporary buffer can happen safely.
10048
10049 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10050 of `A-z' in the regexp.
10051
10052 * hilit-chg.el: Fix typos in commentary.
10053
10054 * help.el (view-emacs-news): Rewritten for new naming scheme
10055 for old NEWS files.
10056
10057 * startup.el (command-line): Pop to *Messages* in case an error
10058 is signaled while loading user-init-file.
10059
100602000-08-17 Andreas Schwab <schwab@suse.de>
10061
10062 * files.el (insert-directory): Don't lose original file name,
10063 undoing an undocumented change.
10064
100652000-08-17 Alex Schroeder <alex@gnu.org>
10066
10067 * sql.el (sql-magic-go): Use comint-bol.
10068 (sql-copy-column): Use comint-line-beginning-position.
10069 (comint-line-beginning-position): Define a replacement for
10070 comint-line-beginning-position if it is not fboundp.
10071
100722000-08-17 Alex Schroeder <alex@gnu.org>
10073
10074 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10075 it didn't have any effect anyway.
10076
100772000-08-17 Alex Schroeder <alex@gnu.org>
10078
10079 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10080 --pset and pager=off instead of sending \\o|cat at the beginning
10081 of the session.
10082
100832000-08-17 Miles Bader <miles@gnu.org>
10084
10085 * progmodes/octave-inf.el: Add compatibility definition of
10086 comint-line-beginning-position.
10087
100882000-08-17 Kenichi Handa <handa@etl.go.jp>
10089
10090 * startup.el (normal-top-level): Look in each dir in load-path for
10091 a leim-list.el file too. This assures of loading leim-list.el
10092 that is created at Emacs installation time even if a user have his
10093 own leim-list.el.
10094
100952000-08-17 Miles Bader <miles@gnu.org>
10096
10097 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10098 foreground color to black if the background is dark.
10099
101002000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10101
10102 * loadhist.el (unload-feature): Typo.
10103
10104 * finder.el (finder-compile-keywords):
10105 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10106 to the generated file.
10107
10108 * mail/mh-e.el (mh-make-local-vars):
10109 Replace make-variable-buffer-local with make-local-variable.
10110
10111 * play/landmark.el:
10112 * options.el (Edit-options-{set,toggle,t,nil}):
10113 * mail/mailabbrev.el (mail-abbrevs-mode):
10114 * textmodes/tex-mode.el (tex-expand-files):
10115 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10116
10117 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10118
10119 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10120 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10121 Allow going past the last element.
10122 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10123 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10124 (cvs-mouse-toggle-mark): Don't move point.
10125 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10126
10127 * progmodes/compile.el (grep): Provide a default set of files.
10128 (next-error): Docstring fix.
10129 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10130
10131 * emacs-lisp/easy-mmode.el (define-minor-mode):
10132 Use `symbol-value' to keep the byte-compiler quiet.
10133
10134 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10135 (diff-find-source-location): New fun, extracted from diff-goto-source.
10136 (diff-goto-source): Use it.
10137 (diff-next-complex-hunk, diff-filter-lines): New function.
10138 (diff-apply-hunk): New command.
10139
10140 * smerge-mode.el (smerge-mode-menu): Doc fix.
10141
10142 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10143
101442000-08-16 Dave Love <fx@gnu.org>
10145
10146 * windmove.el (windmove) <defgroup>: Add :version.
10147
10148 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10149 (goto-address-fontify-p, goto-address-highlight-p)
10150 (goto-address-url-face, goto-address-url-mouse-face)
10151 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10152 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10153 (goto-address-fontify, goto-address-at-mouse): Simplify,
10154 (goto-address-at-point): browse-url-url-at-point,
10155 goto-address-find-address-at-point can return nil.
10156 (goto-address-find-address-at-point): Return nil on failure.
10157
10158 * align.el (align) <defgroup>: Add :version.
10159
10160 * calculator.el (calculator): Add :version.
10161 (calculator): Use two lines for calculator window if `modeline'
10162 face is boxed.
10163
10164 * play/5x5.el: Doc fixes.
10165 (5x5) <defgroup>: Add :version.
10166
10167 * play/fortune.el (fortune) <defgroup>: Add :version.
10168 (fortune-append): Fix error message.
10169 (fortune-from-region): Doc fix.
10170
10171 * play/pong.el (pong): Doc fix.
10172
10173 * play/morse.el: Keywords, commentary, autoloads.
10174
101752000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10176
10177 * desktop.el (desktop-save): Don't look at symbol-value of a
10178 member of minor-mode-alist, unless it is boundp.
10179
101802000-08-16 Sam Steingold <sds@gnu.org>
10181
10182 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10183 `while'; use `with-current-buffer' instead of `save-excursion'.
10184 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10185
101862000-08-16 Kenichi Handa <handa@etl.go.jp>
10187
10188 * international/ccl.el (declare-ccl-program): Docstring modified.
10189 (ccl-execute-with-args): Likewise.
10190
101912000-08-16 Miles Bader <miles@gnu.org>
10192
10193 * progmodes/sql.el: Add compatibility definition of
10194 comint-line-beginning-position.
10195
101962000-08-15 Gerd Moellmann <gerd@gnu.org>
10197
10198 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10199 'buffer-menu' property.
10200 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10201 fails.
10202 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10203 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10204 wasn't killed.
10205
10206 * buff-menu.el (list-buffers-noselect): Don't display the
10207 *Buffer List* buffer.
10208
10209 * font-lock.el: Require jit-lock to prevent a very late
10210 `Loading jit-lock' message.
10211
10212 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10213 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10214 mail address.
10215
102162000-08-15 Miles Bader <miles@gnu.org>
10217
10218 * textmodes/ispell.el (ispell-graphic-p): New constant.
10219 (ispell-choices-win-default-height, ispell-help): Use
10220 `ispell-graphic-p' instead of `xemacsp'.
10221
102222000-08-15 Dave Love <fx@gnu.org>
10223
10224 * simple.el: Autoload widget-convert when compiling.
10225 (mail-user-agent): Doc fix.
10226
10227 * help.el (function-called-at-point, variable-at-point): Use
10228 with-syntax-table.
10229 (help-manyarg-func-alist): Add insert-and-inherit.
10230
10231 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10232
10233 * delsel.el (delsel-unload-hook): New function.
10234
10235 * find-file.el: Doc fixes. Move provide to end.
10236 (ff) <defgroup>: Add :link.
10237 (ff-goto-click): Deleted.
10238 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10239 Use mouse-set-point.
10240
10241 * textmodes/tildify.el: Doc fixes.
10242 (tildify) <defgroup>: Add:version.
10243
10244 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10245 (glasses-custom-set): Use set-default, not set.
10246 (minor-mode-alist): Propertize the lighter.
10247 (glasses-mode): Provide optional arg.
10248
10249 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10250 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10251 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10252 option. Provide :type.
10253 (cwarn-configuration): Provide :type.
10254 (cwarn-mode): Doc fix.
10255
10256 * add-log.el (change-log-merge): Doc fix.
10257 (change-log-redate): New command.
10258
10259 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10260 Doze and Dog.
10261 (browse-url): Use dolist, not mapcar.
10262 (browse-url-at-point): Check for null url.
10263 (browse-url-event-buffer, browse-url-event-point): Functions
10264 deleted.
10265 (browse-url-at-mouse, browse-url-netscape): Simplify.
10266
10267 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10268 modes.
10269 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10270 Fix previous change to mapcan.
10271 (msb--init-file-alist, msb--add-separators)
10272 (msb--make-keymap-menu): Simplify.
10273 (msb--choose-file-menu): Use copy-sequence.
10274 (msb-mode-map): Add title to keymap.
10275 (msb-unload-hook): New function.
10276
10277 * bs.el: Fix indentation.
10278 (bs) <defgroup>: Add :links.
10279 (bs-show): Doc fix.
10280 (bs-apply-sort-faces): Don't use window-system.
10281 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10282
102832000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10284
10285 * calendar/timeclock.el (timeclock-file): Run .timelog through
10286 convert-standard-filename.
10287
102882000-08-14 Gerd Moellmann <gerd@gnu.org>
10289
10290 * emacs-lisp/authors.el: New file.
10291
10292 * paren.el (show-paren-priority): New user option.
10293 (show-paren-function): Set overlay priorities to
10294 show-paren-priority.
10295
102962000-08-14 Miles Bader <miles@gnu.org>
10297
10298 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10299 beginning-of-line with inhibit-field-text-motion bound.
10300
103012000-08-14 Gerd Moellmann <gerd@gnu.org>
10302
10303 * calendar/timeclock.el: New file.
10304
103052000-08-14 David Ponce <david@dponce.com>
10306
10307 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10308 `widget-button-click'. so that one can use left mouse button to
10309 click on dialog buttons.
10310
103112000-08-14 Emmanuel Briot <briot@gnat.com>
10312
10313 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10314 identifiers, since XML is case sensitive
10315
103162000-08-12 Miles Bader <miles@gnu.org>
10317
10318 * comint.el (comint-output-filter): Don't bother frobbing
10319 window-start, it doesn't seem to be necessary.
10320
10321 * comint.el (comint-send-string, comint-send-region): Make into
10322 real functions. Snapshot the prompt before sending.
10323
103242000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10325
10326 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10327 technique similar to Info-index, instead of relying on specific
10328 names of relevant Index nodes.
10329 (Info-goto-emacs-command-node): Bind Info-history to nil when
10330 going to the first node found by Info-find-emacs-command-nodes.
10331
103322000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10333
10334 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10335
103362000-08-10 Miles Bader <miles@gnu.org>
10337
10338 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10339
103402000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10341
10342 * info.el (Info-file-list-for-emacs): More elements for the
10343 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10344 and woman manuals.
10345
103462000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10347
10348 * comint.el (comint-send-input): Make the newline boundary overlay
10349 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10350 (comint-output-filter): Use `insert' instead of
10351 `insert-before-markers'. Extend comint-last-output-overlay when
10352 necessary since we can't rely on insert-before-markers to do it.
10353 * gud.el (gud-filter): Use `with-current-buffer' instead of
10354 save-excursion when inserting the output, so that point gets
10355 updated correctly; the old method relied on a rather dodgy
10356 side-effect of comint-output-filter to avoid the effect of
10357 save-excursion.
10358
103592000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10360
10361 * files.el (recover-file): Call insert-directory instead of
10362 invoking `ls' directly.
10363
103642000-08-10 Miles Bader <miles@gnu.org>
10365
10366 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10367 (comint-last-prompt-overlay): New variables.
10368 (comint-output-filter): Implement prompt highlighting.
10369 (comint-snapshot-last-prompt): New function.
10370 (comint-send-input): Snapshot the last prompt.
10371 Use comint-highlight-input-face.
10372 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10373 Use defface instead of defcustom.
10374 (send-invisible, comint-send-eof): Snapshot the last prompt.
10375 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10376 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10377
103782000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10379
10380 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10381 (regexp-opt-group): Use a list of chars for `letters'.
10382 (regexp-opt-charset): `chars' is now a list of chars.
10383 Use a char-table rather than a vector so it works for multibyte chars.
10384
10385 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10386 Set cvs-minor-current-files to the selected fileinfo.
10387 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10388 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10389
103902000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10391
10392 * files.el (insert-directory): Don't call access-file on
10393 directories on DOS and Windows.
10394
103952000-08-09 Kenichi Handa <handa@etl.go.jp>
10396
10397 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10398 longer if necessary.
10399 (ccl-embed-code): Call ccl-embed-data to store CODE in
10400 ccl-program-vector.
10401
104022000-08-09 Miles Bader <miles@gnu.org>
10403
10404 * comint.el (comint-output-filter): Properly handle the case where
10405 the text surrounded by comint-last-output-overlay was deleted.
10406
104072000-08-08 Gerd Moellmann <gerd@gnu.org>
10408
10409 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10410 non-nil.
10411 (Info-file-list-for-emacs): Remove "info" from the list because
10412 that leads to trying to use the documentation from file `info'
10413 in various situations where it isn't appropriate, for instance
10414 C-h C-k C-h i.
10415
10416 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10417 DIR and/or STRING are nil.
10418
10419 * progmodes/compile.el (compilation-setup): Make variable
10420 compilation-error-screen-columns buffer-local, as some comment
10421 in the code suggests it should be.
10422
10423 * files.el (auto-mode-interpreter-regexp): New variable.
10424 (set-auto-mode): Use it.
10425
10426 * indent.el (indent-for-tab-command): Doc fix.
10427
10428 * mouse-sel.el (mouse-sel-mode): Doc fix.
10429
10430 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10431 labels.
10432
10433 * help.el (print-help-return-message): When
10434 display-buffer-reuse-frames is set, let the help window been quit,
10435 instead of deleting it, which might delete a reused frame.
10436
104372000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10438
10439 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10440 rename a directory to a name that differs only by its letter case.
10441
104422000-08-08 Kenichi Handa <handa@etl.go.jp>
10443
10444 * international/quail.el (quail-define-rules): Handle Quail decode
10445 map correctly. Add code for supporting annotations.
10446 (quail-install-decode-map): New function.
10447 (quail-defrule-internal): New optional arguments decode-map and
10448 props.
10449 (quail-advice): New function.
10450
104512000-08-07 Sam Steingold <sds@gnu.org>
10452
10453 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10454 `defconst', `define-condition', `with-slots'.
10455 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10456
104572000-08-03 Miles Bader <miles@gnu.org>
10458
10459 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10460 New variable.
10461 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10462 comint-use-prompt-regexp-instead-of-fields.
10463 (comint-send-input): Add `input' field property to stuff we send to
10464 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10465 (comint-output-filter): Add `output' field property to process
10466 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10467 (comint-replace-by-expanded-history)
10468 (comint-get-old-input-default, comint-show-output)
10469 (comint-backward-matching-input, comint-forward-matching-input)
10470 (comint-next-prompt, comint-previous-prompt): Use field
10471 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10472 (comint-line-beginning-position): New function.
10473 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10474 (comint-replace-by-expanded-history-before-point): Use
10475 comint-line-beginning-position and line-end-position.
10476 (comint-last-output-overlay): New variable.
10477 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10478
10479 * shell.el (shell-prompt-pattern): Doc change.
10480 (shell-backward-command): Use line-beginning-position.
10481
10482 * gud.el (gud-gdb-complete-command): Use
10483 comint-line-beginning-position.
10484
10485 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10486 comint-bol doesn't actually go to the beginning of the line.
10487
10488 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10489 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10490 (try-expand-line-all-buffers): Likewise.
10491
10492 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10493 explicitly matching comint-prompt-regexp.
10494 (sql-copy-column): Use comint-line-beginning-position instead of
10495 explicitly matching comint-prompt-regexp.
10496
10497 * progmodes/octave-inf.el (inferior-octave-complete): Use
10498 comint-line-beginning-position.
10499
10500 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10501
10502 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10503 looking for a prompt, use `forward-line 0' instead of
10504 `beginning-of-line', to avoid getting caught by an input field.
10505
105062000-08-07 Gerd Moellmann <gerd@gnu.org>
10507
10508 * files.el (shell-quote-wildcard-pattern): Make sure to return
10509 PATTERN, in the Unix case.
10510
105112000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10512
10513 * play/zone.el (zone): Discard any pending input before running
10514 the randomly-chosen pgm.
10515
105162000-08-07 Kenichi Handa <handa@etl.go.jp>
10517
10518 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10519 checking the existence of any multibyte characters.
10520
105212000-08-06 Gerd Moellmann <gerd@gnu.org>
10522
10523 * help.el (describe-mode): Test minor-mode symbol for being
10524 bound before testing its value for being nil.
10525
10526 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10527 `first', `second', and `third'.
10528
10529 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10530 (second): Make it an alias for `cadr'.
10531
105322000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10533
10534 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10535 types of display support faces now.
10536
105372000-08-05 Gerd Moellmann <gerd@gnu.org>
10538
10539 * pcvs.el (require): Require `cl' during compilation, only.
10540
10541 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10542 (toplevel): Remove `remq' and `remove' from autoloads.
10543 (cl-fake-autoloads): New variable. If set, arrange for an error
10544 when CL functions etc. are autoloaded.
10545
105462000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10547
10548 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10549
10550 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10551 popped up, but the user clicks outside the menu, return an empty
10552 regexp (that causes unhighlight-regexp to have no effect).
10553
10554 * menu-bar.el (menu-bar-games-menu): Add Zone.
10555
10556 * hi-lock.el (toplevel): Require font-lock.
10557
105582000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10559
10560 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10561 (ebnf-8-bit-chars): New var for bug fix.
10562 (ebnf-string): Bug fix.
10563
105642000-08-03 Sam Steingold <sds@gnu.org>
10565
10566 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10567 instead of `buffer-string'.
10568 (require 'cl): Always, not just when compiling.
10569 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10570 necessary.
10571
105722000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10573
10574 * international/mule-cmds.el (select-safe-coding-system): Make
10575 the message text about selecting a safe coding system more clear.
10576
105772000-08-02 Gerd Moellmann <gerd@gnu.org>
10578
10579 * hi-lock.el: New file.
10580
10581 * play/zone.el: New file.
10582
10583 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10584 value of tab-width in the original buffer. Choose a line number
10585 format that's a multiple of the original buffer's tab width, so
10586 that lines appear right.
10587
10588 * textmodes/ispell.el (ispell): New function, replacing an alias.
10589 Spell-check active region if in transient-mark-mode and mark
10590 is active; otherwise spell-check buffer.
10591
105922000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10593
10594 * ps-mule.el: Fix a customization problem on
10595 ps-mule-font-info-database-default.
10596
105972000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10598
10599 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10600 display-mouse-p instead of window-system.
10601 (ebrowse-member-mode-map): Ditto.
10602
106032000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10604
10605 * progmodes/ebnf2ps.el: Update ps-print functions call.
10606 Indentation fix. Doc fix.
10607 (ebnf-version): New version number (3.2).
10608 (ebnf-format-color, ebnf-begin-job): Code fix.
10609
106102000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10611
10612 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10613 font lock support on window-system.
10614 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10615
10616 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10617 display-color-p, if fboundp, instead of window-system.
10618
106192000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10620
10621 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10622 instead of window-system.
10623
10624 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10625 window-system.
10626 (widget-choice-mouse-down-action): Use display-popup-menus-p
10627 instead of window-system.
10628
10629 * strokes.el (strokes-file): Run the file name through
10630 convert-standard-filename.
10631 (strokes-mode): Call display-mouse-p instead of looking at
10632 window-system. Change the error message accordingly.
10633
10634 * progmodes/cpp.el (toplevel): Support faces on tty's.
10635
10636 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10637 (lm-plot-square, lm-init-display): Don't use window-system.
10638
10639 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10640 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10641
10642 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10643 instead of looking at window-system.
10644
106452000-07-30 Gerd Moellmann <gerd@gnu.org>
10646
10647 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10648 of testing if iswitchb-prepost-hooks is bound, because the
10649 latter will always be true when invoking a recursive minibuffer
10650 from an active Iswitchb buffer.
10651
106522000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10653
10654 * files.el (shell-quote-wildcard-pattern): New function.
10655 (insert-directory): Call it. Only prepend "\" to command on Unix
10656 and GNU/Linux systems.
10657
106582000-07-30 Gerd Moellmann <gerd@gnu.org>
10659
10660 * eshell/esh-groups.el: Change custom :link file names
10661 from `eshell.info' to `eshell'.
10662
106632000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10664
10665 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10666 correctly in recursive ange-ftp listings.
10667
106682000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10669
10670 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10671 ps-header-font-size-internal and
10672 ps-header-title-font-size-internal variables are not set,
10673 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10674 face text property is (foreground-color . COLOR) or
10675 `(background-color . COLOR)', ps-print crashes. Doc fix.
10676 (ps-print-version): New version number (5.2.4).
10677 (ps-plot-region): Code fix.
10678 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10679 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10680 Bug fix 2.
10681
106822000-07-30 Milan Zamazal <pdm@freesoft.cz>
10683
10684 * glasses.el (glasses-make-readable): Fix uncapitalization of
10685 identifiers like `myXMLDocument'.
10686
106872000-07-28 Karl Fogel <kfogel@red-bean.com>
10688
10689 * mail/mail-hist.el (mail-hist-previous-input)
10690 (mail-hist-next-input): Do the obvious code factorization.
10691 (mail-hist-retrieve-and-insert): New func, contains common
10692 code of above two.
10693 If inserting a message body, leave point at top.
10694
106952000-07-28 Sam Steingold <sds@gnu.org>
10696
10697 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10698 Use `<=', not `<' to compare times!
10699 (ange-ftp-ls): Remove.
10700
107012000-07-27 Gerd Moellmann <gerd@gnu.org>
10702
10703 * play/cookie1.el: Add explanation of how to make cookie.el
10704 compatible with strfile(1) to comment.
10705
10706 * subr.el (remove, remq): New functions.
10707
10708 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10709 escape `*' in regexps.
10710 (midnight-find): Reverse order of arguments in the funcall of
10711 TEST.
10712
10713 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10714 and `.class'.
10715
10716 * play/meese.el: Add Commentary section.
10717
107182000-07-27 Alex Schroeder <alex@gnu.org>
10719
10720 * sql.el (sql-ms): Added autoload cookie.
10721 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10722 (sql-oracle): Ditto.
10723 (sql-help): Doc change.
10724
10725 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10726 types and exceptions.
10727
107282000-07-27 Alex Schroeder <alex@gnu.org>
10729
10730 * sql.el (sql-placeholder-history): New variable.
10731 (sql-query-placeholders-and-send): New function that will query
10732 the user and replace placeholders with user input.
10733 (sql-oracle): If running on NT, set comint-input-sender to
10734 sql-query-placeholders-and-send.
10735
10736 (sql-stop): If in the SQLi buffer, insert stop notification, else
10737 present it as a message.
10738
107392000-07-27 Alex Schroeder <alex@gnu.org>
10740
10741 * sql.el (sql-input-ring-separator): Doc change.
10742 (sql-input-ring-file-name): Doc change.
10743 (sql-interactive-mode): Use `sql-input-ring-separator' and
10744 `sql-input-ring-file-name' to set the comint-mode equivalents
10745 without making them local variables.
10746 (sql-stop): Don't bind `sql-input-ring-separator' and
10747 `sql-input-ring-file-name' dynamically to their comint-mode
10748 equivalents.
10749
107502000-07-27 Kenichi Handa <handa@etl.go.jp>
10751
10752 * international/mule.el (register-char-codings): New function.
10753 (make-coding-system): Handle `safe-chars' specification in the arg
10754 PROPERTY.
10755
10756 * international/mule-cmds.el
10757 (find-coding-systems-region-subset-p): This function deleted.
10758 (sort-coding-systems-predicate): New variable.
10759 (sort-coding-systems): New function.
10760 (find-coding-systems-region): Use
10761 find-coding-systems-region-internal.
10762 (find-coding-systems-string): Use find-coding-systems-region.
10763 (find-coding-systems-for-charsets): Check
10764 char-coding-system-table.
10765 (select-safe-coding-system-accept-default-p): New variable.
10766 (select-safe-coding-system): Mostly rewritten. New argument
10767 ACCEPT-DEFAULT-P.
10768 (select-message-coding-system): Call select-safe-coding-system
10769 with ACCEPT-DEFAULT-P arg.
10770 (reset-language-environment): Reset default-sendmail-coding-system
10771 to the default value iso-latin-1.
10772 (set-language-environment): Don't set the obsolete variable
10773 charset-origin-alist.
10774
10775 * international/codepage.el (cp-coding-system-for-codepage-1):
10776 Give `safe-chars' property to make-coding-system.
10777
10778 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10779 calling select-message-coding-system twice.
10780
10781 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10782 instead of `safe-charsets'.
10783 (cyrillic-alternativnyj): Likewise.
10784 (ccl-encode-alternativnyj): Don't check the charset
10785 cyrillic-iso8859-5.
10786
107872000-07-27 Kenichi Handa <handa@etl.go.jp>
10788
10789 * composite.el (compose-chars-after): Preserve match data.
10790
107912000-07-26 Sam Steingold <sds@gnu.org>
10792
10793 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10794 (ange-ftp-real-file-newer-than-file-p): New function.
10795 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10796 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10797
10798 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10799 * midnight.el (midnight-float-time): Ditto.
10800
108012000-07-26 Andreas Schwab <schwab@suse.de>
10802
10803 * files.el (normal-backup-enable-predicate): Correct
10804 interpretation of the return value of compare-strings.
10805
108062000-07-26 Gerd Moellmann <gerd@gnu.org>
10807
10808 * isearch.el (isearch-resume): New function.
10809 (isearch-done): Add something to command-history to resume
10810 the search.
10811 (isearch-yank-line, isearch-yank-word): Use
10812 buffer-substring-no-properties instead of buffer-substring.
10813
10814 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10815 of flyspell-mouse-map.
10816
10817 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10818 duplicate definition.
10819 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10820
10821 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10822 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10823
108242000-07-25 Sam Steingold <sds@gnu.org>
10825
10826 * net/ange-ftp.el: Get modtime over the net.
10827 (ange-ftp-file-modtime): New function.
10828 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10829 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10830 Use it.
10831 (ange-ftp-dot-to-slash): New function.
10832 (ange-ftp-fix-name-for-vms): Use it.
10833
10834 * midnight.el (midnight-buffer-display-time): Use
10835 `with-current-buffer'.
10836
108372000-07-25 Gerd Moellmann <gerd@gnu.org>
10838
10839 * find-dired.el: Update copyright notice.
10840 (find-dired): Offer to kill a running `find'.
10841
10842 * enriched.el (enriched-face-ans): For a `foreground-color'
10843 property, return '(("x-color" COLOR))' so that COLOR will be
10844 output as a parameter of the x-color annotation. Likewise for the
10845 `background-color' property. In the case of normal face
10846 properties, don't return annotations for unspecified foreground
10847 and background face attributes.
10848
108492000-07-25 Kenichi Handa <handa@etl.go.jp>
10850
10851 * language/japan-util.el (japanese-katakana-region): Fix handling
10852 HANKAKU argument.
10853
108542000-07-25 Miles Bader <miles@gnu.org>
10855
10856 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10857 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10858 constrain-to-field.
10859
108602000-07-24 Andrew Innes <andrewi@gnu.org>
10861
10862 * timer.el (timer-activate-when-idle): Add optional parameter
10863 DONT-WAIT. Update docstring.
10864 (run-with-idle-timer): Specify extra parameter to
10865 timer-activate-when-idle, so that timer will be activated
10866 immediately if Emacs is already idle.
10867
10868 * w32-fns.el (w32-using-nt): Fix docstring.
10869
108702000-07-24 Dave Love <fx@gnu.org>
10871
10872 * mouse.el (popup-menu): Set last-command-event.
10873 (mouse-major-mode-menu-prefix): Declare.
10874
108752000-07-24 Gerd Moellmann <gerd@gnu.org>
10876
10877 * textmodes/flyspell.el: Update to author's version 1.5d.
10878
10879 * progmodes/hideshow.el: Update copyright notice.
10880
10881 * vcursor.el: Set maintainer to FSF, since author cannot
10882 be reached.
10883
108842000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10885
10886 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10887 the prompt.
10888
10889 * mouse.el (popup-menu): Run the keymap through indirect-function,
10890 in case it was defined with define-prefix-key. If the menu is a
10891 list of keymaps, look up the binding of user's choice in each one
10892 of the keymaps.
10893 (mouse-popup-menubar): If the global and local menu-bar keymaps
10894 don't have a prompt string, create one and insert it into the
10895 keymap. Don't barf if current-local-map returns nil.
10896
108972000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10898
10899 * dired.el (dired-sort-R-check): Added to allow recursive listing
10900 to be undone.
10901 (dired-sort-other): Use it.
10902
109032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10904
10905 * Release of cc-mode 5.27
10906
109072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10908
10909 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10910 c-beginning-of-statement-1 that caused a bad case of recursion
10911 which could consume a lot of CPU in large classes in languages
10912 that have in-expression classes (i.e. Java and Pike).
10913
10914 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10915 statements before top level constructs (i.e. case 6 is moved
10916 before case 5 and is now case 4) to catch in-expression
10917 classes in top level expressions correctly.
10918
109192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10920
10921 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10922 objc-method-intro. Case 4 removed and case 5I added.
10923
10924 * cc-langs.el (c-append-paragraph-start): New variable used by
10925 c-common-init to get paragraph-start correct.
10926 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10927 initialize paragraph-start to make it correct both with and
10928 without the javadoc special case.
10929
10930 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10931 initialize paragraph-start for javadoc markup.
10932
10933 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10934 change by defaulting this to t. It's motivated by the
10935 confusing behavior that otherwise arise from the style system
10936 when editing both java and non-java files at the same time
10937 (see the comments about style setting in c-common-init).
10938
109392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10940
10941 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10942 similar to the one in c-fill-paragraph to check the fill
10943 prefix from the adaptive fill function for sanity.
10944
109452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10946
10947 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10948 defun block.
10949
a30eb617
DL
109502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10951
10952 * cc-align.el (c-lineup-multi-inher): Handle lines with
10953 leading comma nicely. Extended to handle member initializers
10954 too.
10955
10956 * cc-engine.el: (c-beginning-of-inheritance-list,
10957 c-guess-basic-syntax): Fixed recognition of inheritance lists
10958 when the lines begins with a comma.
10959
a30eb617
DL
10960 * cc-vars.el (c-offsets-alist): Changed default for
10961 member-init-cont to c-lineup-multi-inher since it now handles
10962 member initializers and indents better for leading commas.
10963
109642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10965
10966 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10967 handling that caused class open lines to be recognized as
10968 statement-conts in some cases.
10969
10970 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10971 guessed by the adaptive fill function unless point is on the
10972 first line of a block comment.
10973
10974 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10975 when the buffer ends with a macro continuation char.
10976
10977 * cc-engine.el (c-guess-basic-syntax): Added support for
10978 function definitions as statements in Pike. The first
10979 statement in a lambda block is now labeled defun-block-intro
10980 instead of statement-block-intro.
10981
10982 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10983 so that the class surrounding point is selected, not the one
10984 innermost in the state.
10985
10986 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10987 recognition of switch labels having hanging multiline
10988 statements.
10989
10990 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10991 some code in c-guess-basic-syntax to a separate function.
10992 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10993 recognition of member inits with multiple line arglists.
10994 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10995 member-init-cont when the commas are in funny places.
10996
109972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10998
10999 * cc-defs.el (c-auto-newline): Removed this macro since it's
11000 not used anymore.
11001
11002 * cc-engine.el (c-looking-at-bos): New helper function.
11003 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11004 inexpr and toplevel classes apart in Pike.
11005
11006 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11007 of case 9A.
11008
11009 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11010 constant, since "class" can introduce an in-expression class
11011 in Pike nowadays.
11012
110132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11014
11015 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11016 indentation on cpp-macro lines.
11017
11018 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11019 a syntax modifier like comment-intro, to make it possible to
11020 get syntactic indentation for preprocessor directives. It's
11021 incompatible wrt to lineup functions on cpp-macro, but it has
11022 no observable effect in the 99.9% common case where cpp-macro
11023 is set to -1000.
11024
110252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11026
11027 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11028 member-init-cont when the preceding arglist is several lines.
11029
110302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11031
11032 * cc-styles.el (c-style-alist): The basic offset for the BSD
11033 style corrected to 8.
11034
110352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11036
11037 * cc-styles.el (c-style-alist): Adjusted the indentation of
11038 brace list openers in the gnu style.
11039
110402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11041
11042 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11043
11044 * cc-cmds.el (c-electric-brace, c-electric-slash,
11045 c-electric-star, c-electric-semi&comma, c-electric-colon,
11046 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11047 when c-syntactic-indentation is nil.
11048
11049 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11050 we were left at comments preceding the first statement when
11051 reaching the beginning of the buffer.
11052
11053 * cc-vars.el (c-syntactic-indentation): New variable to turn
11054 off all syntactic indentation.
11055
110562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11057
11058 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11059 between the text and the block comment ender when it hangs,
11060 depending on how many there are before the fill.
11061
110622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11063
11064 * cc-engine.el (c-beginning-of-closest-statement): New helper
11065 function to go back to the closest preceding statement start,
11066 which could be inside a conditional statement.
11067 * cc-engine.el (c-guess-basic-syntax): Use
11068 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11069
11070 * cc-engine.el (c-guess-basic-syntax): Better handling of
11071 arglist-intro, arglist-cont-nonempty and arglist-close when
11072 the arglist is nested inside parens. Cases 7A, 7C and 7F
11073 changed.
11074
11075 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11076 up-to-date with javadoc 1.2.
11077
110782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11079
11080 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11081 multiline Pike type decls.
11082
110832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11084
11085 * cc-cmds.el (c-indent-new-comment-line): Always break
11086 multiline comments in multiline mode, regardless of
11087 comment-multi-line.
11088
110892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11090
11091 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11092 fully::qualified::names in C++ member init lists. Preamble in
11093 case 5D changed.
11094
110952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11096
11097 * cc-langs.el (c-common-init): Handling of obsolete variables
11098 moved to c-initialize-cc-mode. More compatible style override
11099 when using global style variables.
11100 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11101 variables moved here.
11102
a30eb617
DL
11103 * cc-styles.el (c-make-styles-buffer-local): Flag style
11104 variable localness in c-style-variables-are-local-p to make
11105 the compatibility measure in c-common-init work well.
11106
11107 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11108 longer contain set-from-style.
11109 * cc-styles.el (c-initialize-builtin-style): Don't check for
11110 set-from-style on c-special-indent-hook.
11111 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11112 copy-alist is sufficient now.
11113
11114 * cc-styles.el (c-set-style, c-set-style-1,
11115 c-get-style-variables): Fixes to variable initialization so
11116 that duplicate entries in styles have the same effect
11117 regardless of DONT-OVERRIDE.
11118
11119 * cc-styles.el (c-set-style-2): Fixed bug where the
11120 initialization of inheriting styles failed when the
11121 dont-override flag is set.
11122
11123 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11124 on this.
11125
111262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11127
11128 * cc-defs.el (c-forward-comment): Removed the workaround
11129 introduced in 5.38 since it had worse side-effects. If a line
11130 contains the string "//\"", it regarded the // as a comment
11131 start since the \ temporarily doesn't have escape syntax.
11132
111332000-07-17 Emmanuel Briot <briot@act-europe.fr>
11134
11135 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11136 ada-xref.el before ada-prj.el, so that the Project menu is created
11137 when ada-prj tries to add to it.
11138 (ada-activate-keys-for-case): Suppress the characters that are not
11139 part of the Ada syntax. Better compatibility with else-mode
11140 (ada-adjust-case-interactive): When auto-casing is not active,
11141 correctly insert newlines (used to insert only ^M). Prevent the
11142 syntax table from being changed in case of an error
11143 (or '_' becomes part of a word and some commands are confused).
11144 Do nothing if ada-auto-case is nil.
11145 (ada-after-keyword-p): Ignore keywords that are also attributes
11146 (ada-batch-reformat): Update usage comment
11147 (ada-call-from-contextual-menu): New function
11148 (ada-case-read-exceptions): Reinitialize the casing exception list
11149 first to nil first, so that the casing exception file can be
11150 shared.
11151 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11152 files.
11153 (ada-compile-goto-error): Fix regexp used to detect a file:line
11154 anywhere in the error message
11155 (ada-contextual-menu-last-point): New variable
11156 (ada-create-keymap): If the variable delete-key-deletes-forward is
11157 t on XEmacs, it means that DEL should delete one character
11158 forward.
11159 (ada-create-menu): Use :included instead of :visible for XEmacs.
11160 New submenu "Options".
11161 (ada-end-stmt-re): Correctly indent "select ... then abort"
11162 statements.
11163 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11164 even if they don't match ada-fill-comment-prefix Fix handling of
11165 paragraphs on the first or last line of a file.
11166 (ada-format-paramlist): Fix handling of default parameter values.
11167 (ada-get-body-name): New function.
11168 (ada-get-current-indent): Optimized by searchling directly for an
11169 existing generic part or a statement outside of it. Handle
11170 ada-indent-align-comments when indenting comments Replaced some
11171 regexps by testing directly the next character. This results in a
11172 huge speedup on some files. New indentation scheme for renames
11173 statements. Stop looking for the 'while' or 'for' associated with
11174 a 'loop' at the first semicolon encountered. A "return" can also
11175 match an anonymous access subprogram declaration.
11176 (ada-get-indent-noindent): Ignore strings and comments when
11177 looking for the keywords "record" and "private".
11178 (ada-goto-matching-decl-start): When matching "if", make sure we
11179 are not in fact seeing "end if". Ignore "when" statements except
11180 when initial keyword was "begin". Fix handling of nested
11181 procedures. Add a recursive call to this function to skip over
11182 other 'end' statmts. Fix indentation for "when .. => begin"
11183 (ada-in-open-paren-p): Fix indentation for complex boolean
11184 expressions, where 'and then', 'or else' and parenthesis
11185 statements are mixed up.
11186 (ada-in-paramlist-p): Skip comments while searching for the
11187 beginning Fix handling of operator declarations.
11188 (ada-indent-align-comments): New variable
11189 (ada-indent-current): Change the syntax table only in the
11190 protected section, so that we are sure it is restored correctly.
11191 (ada-indent-on-previous-lines): Use ada-use-indent and
11192 ada-with-indent Correctly indent "select ... then"
11193 (ada-indent-region): Slight speedup.
11194 (ada-indent-renames): New variable.
11195 (ada-last-which-function-subprog, ada-last-which-function-line):
11196 New variables
11197 (ada-looking-at-semi-private): Correctly indent the 'private'
11198 keyword when it is the first word in a package declaration.
11199 (ada-loose-case-word): Stop searching if at the end of the buffer.
11200 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11201 even if point is not initially at the end of the word.
11202 (ada-matching-decl-start-re): Add "when".
11203 (ada-mode): Add support for abbrev-mode, outline-mode and
11204 which-func-mode Override the old find-file.el entry in
11205 ff-special-constructs since it is using the obsolete
11206 ada-spec-suffix variable
11207 (ada-no-auto-case): New function
11208 (ada-scan-paramlist): When parsing the argument type, accept
11209 spaces (as in "X 'Class", generated by Rational Rose).
11210 (ada-other-file-name): No longer loads the other file.
11211 (ada-popup-menu): Save and restore the current buffer and cursor
11212 position before and after displaying the menu.
11213 (ada-search-ignore-complex-boolean): New function.
11214 (ada-uncomment-region): Emacs21 already knows how to delete
11215 comments not starting in the first column.
11216 (ada-use-indent): New variable
11217 (ada-which-function): New function.
11218 (ada-with-indent): New variable
11219 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11220 can be batch-compiled from the command line.
11221
11222 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11223 Add to the menu when the file is loaded, not in ada-mode-hook.
11224 Add -toolbar to the default ddd command Switches moved from
11225 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11226 ada-prj-default-comp-opt
11227 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11228 Reference Manual to the menu
11229 (ada-check-current): rewritten as a call to ada-compile-current
11230 (ada-compile): Removed.
11231 (ada-compile-application, ada-compile-current, ada-check-current):
11232 Set the compilation-search-path so that compile.el automatically
11233 finds the sources in src_dir. Automatic scrollong of the
11234 compilation buffer. C-uC-cC-c asks for confirmation before
11235 compiling
11236 (ada-compile-current): New parameter, prj-field
11237 (ada-complete-identifier): Load the .ali file before doing
11238 processing
11239 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11240 conform to gnatmake's behavior.
11241 (ada-find-file-in-dir): New function
11242 (ada-find-references): Set the environment variables for gnatfind
11243 (ada-find-src-file-in-dir): New function.
11244 (ada-first-non-nil): Removed
11245 (ada-gdb-application): Add support for jdb, the java debugger.
11246 (ada-get-ada-file-name): Load the original-file first if not done
11247 yet.
11248 (ada-get-all-references): Handles the new ali syntax (parent types
11249 are found between <>).
11250 (ada-initialize-runtime-library): New function
11251 (ada-mode-hook): Always load a project file when a file is opened,
11252 so that the casing exceptions are correctly read.
11253 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11254 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11255 to open the project file, since the latter does not work with
11256 speedbar Get default values before loading the prj file, or the
11257 default executable file name is wrong. Use the absolute value of
11258 src_dir to initialize ada-search-directories and
11259 compilation-search-path,... Add the standard runtime library to
11260 the search path for find-file.
11261 (ada-prj-default-debugger): Was missing an opening '{'
11262 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11263 variables.
11264 (ada-prj-default-gnatmake-opt): New variable
11265 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11266 buffers, the project file is the default one Save the windows
11267 configuration before displaying the menu.
11268 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11269 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11270 ...) regexp-quote identifiers names to support operators +,
11271 -,... in regexps.
11272 (ada-remote): New function.
11273 (ada-run-application): Erase the output buffer before starting the
11274 run Support remote execution of the application. Use
11275 call-process, or the arguments are incorrectly parsed
11276 (ada-set-default-project-file): Reread the content of the active
11277 project file, not the one from the current buffer When a project
11278 file is set as the default project, all directories are
11279 automatically associated with it.
11280 (ada-set-environment): New function
11281 (ada-treat-cmd-string): New special variable ${current}
11282 (ada-treat-cmd-string): Revised. The substitution is now done for
11283 any ${...} substring
11284 (ada-xref-current): If no body was found, compiles the spec
11285 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11286 compiler to get rid of command line length limitations.
11287 (ada-xref-get-project-field): New function
11288 (ada-xref-project-files): New variable
11289 (ada-xref-runtime-library-specs-path)
11290 (ada-xref-runtime-library-ali-path): New variables
11291 (ada-xref-set-default-prj-values): Default run command now does a
11292 cd to the build directory. New field: main_unit Provide a default
11293 file name even if the current buffer has no prj file.
11294
11295 * ada-prj.el:
11296 Rewritten to show a tabbed-dialog.
11297 (ada-prj-add-ada-menu): Remove the map and name parameters.
11298 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11299 New function
11300 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11301 (ada-prj-load-from-file): New function
11302 (ada-prj-save): Always save fields that depend on the current buffer
11303 (ada-prj-show-value): New function
11304
11305 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11306 Ada mode. This will allow us to display the Ada menu in any buffer
11307 we want (for project items).
11308 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11309 number of spaces in the header.
11310
113112000-07-24 Dave Love <fx@gnu.org>
11312
11313 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11314
113152000-07-23 Noah Friedman <friedman@splode.com>
11316
11317 * type-break.el (type-break): perform autosave.
11318 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11319 (type-break-do-query): Cancel query schedule while performing
11320 actual query, to avoid possibility of a second query being made
11321 while first one is already in progress.
11322 (type-break-time-stamp-format): New variable.
11323 (type-break-time-stamp): New function.
11324 (type-break-time-warning): Use it.
11325 (type-break-keystroke-warning): Use it.
11326 (type-break-noninteractive-query): Use it.
11327
11328 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11329 cookie.
11330 Use add-minor-mode to set minor-mode-alist, if available.
11331 (eldoc-echo-area-use-multiline-p): New user option.
11332 (eldoc-echo-area-multiline-supported-p): New variable.
11333 (eldoc-docstring-format-sym-doc): Use them.
11334 (eldoc-mode): If not using idle timers, append to local post and
11335 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11336 (eldoc-display-message-no-interference-p): Don't interfere with
11337 edebug.
11338 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11339 (eldoc-function-arglist): New function.
11340 (eldoc-function-argstring): Use it.
11341
11342 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11343 auto save directory exists before calling directory-files.
11344
113452000-07-23 Dave Love <fx@gnu.org>
11346
11347 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11348 ^o, ^u.
11349
113502000-07-21 Dave Love <fx@gnu.org>
11351
11352 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11353 now passed to the function. It now works properly.
11354
11355 * smerge-mode.el (smerge-mode-menu): Fill it out.
11356
113572000-07-20 Gerd Moellmann <gerd@gnu.org>
11358
11359 * info-look.el (info-lookup): If *info* is shown in another frame
11360 on the same display, select that frame, instead of switching to
11361 the Info buffer in another window of the selected frame.
11362
11363 * simple.el (universal-argument-map): Bind numeric keypad keys
11364 kp-0 to kp-9 and kp-subtract.
11365 (digit-argument): Handle these keys.
11366
113672000-07-20 Dave Love <fx@gnu.org>
11368
11369 * net/goto-addr.el (goto-address-fontify): Don't bother with
11370 buffer-modified and read-only stuff -- irrelevant with overlays.
11371 Put an extra property on the overlays and use it to clean up in
11372 case goto-address is re-run.
11373
113742000-07-19 Richard M. Stallman <rms@gnu.org>
11375
11376 * timer.el (run-with-idle-timer): Doc fix.
11377
11378 * mail/mail-utils.el (mail-strip-quoted-names):
11379 Handle case where <...> appears inside "...".
11380 Use replace-match to edit the string more simply.
11381 (rmail-dont-reply-to): Cope with an unmatched ".
11382
113832000-07-19 Dave Love <fx@gnu.org>
11384
11385 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11386 implementation.
11387
11388 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11389 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11390 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11391
113922000-07-19 Gerd Moellmann <gerd@gnu.org>
11393
11394 * textmodes/refer.el: Correct maintainer's email address.
11395
11396 * progmodes/hideif.el: Correct author's email address.
11397 Fix typo in comment.
11398
11399 * xml.el: New file.
11400
11401 * mail/mailheader.el: Correct author's mail address.
11402
11403 * gnus/parse-time.el: Correct author's mail address.
11404
114052000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11406
11407 * comint.el (comint-highlight-input, comint-highlight-face):
11408 New user options.
11409 (comint-input-ring-file-name): Change custom type.
11410 (comint-mode-map): Bind mouse-2.
11411 (comint-insert-clicked-input): New function.
11412 (comint-send-input): Handle input highlighting.
11413
114142000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11415
11416 * mouse.el (popup-menu): New function.
11417 (mouse-major-mode-menu): Use it.
11418
114192000-07-18 Dave Love <fx@gnu.org>
11420
11421 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11422 improvements.
11423
114242000-07-18 Gerd Moellmann <gerd@gnu.org>
11425
11426 * faces.el (face-font-selection-order)
11427 (face-font-family-alternatives): Add custom type.
11428
114292000-07-18 Dave Love <fx@gnu.org>
11430
11431 * cus-edit.el (custom-variable-reset-saved)
11432 (custom-variable-reset-standard): Remove unused bindings.
11433
11434 * rect.el (open-rectangle-line): Remove unused let.
11435
11436 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11437
114382000-07-18 Gerd Moellmann <gerd@gnu.org>
11439
11440 * cdl.el: Fix `Maintainer' keyword.
11441
11442 * play/pong.el: Add author's email address.
11443
114442000-07-17 Sam Steingold <sds@gnu.org>
11445
11446 * files.el (insert-directory): Call `split-string' instead of
11447 re-implementing it.
11448
114492000-07-18 Gerd Moellmann <gerd@gnu.org>
11450
11451 * mail/vms-pmail.el: Change maintainer to FSF.
11452
11453 * net/goto-addr.el: Change maintainer to FSF.
11454
11455 * info.el (Info-title-face-alist): Removed.
11456
114572000-07-18 David Ponce <david@dponce.com>
11458
11459 * recentf.el (recentf-open-files): New command that works like
11460 `recentf-open-more-files', but shows the whole list of files (not just
11461 those omitted from the menu). Useful if you don't use a menu-bar!
11462 (recentf-open-more-files) Modified to use `recentf-open-files'.
11463
11464 (recentf-open-files, recentf-open-more-files)
11465 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11466
11467 (recentf-dialog-mode): New mode for dialogs. You can now just type
11468 "q" to cancel the dialogs.
11469
114702000-07-18 David Ponce <david@dponce.com>
11471
11472 * recentf.el: This is a major update of recentf.el. It adds new
11473 features to better organize the recentf menu and "More..." buffer.
11474
11475 Using new provided menu filtering functions you can now organize the
11476 recent files list:
11477
11478 - by major modes
11479 - by directories
11480 - by user defined rules
11481
11482 Finally, with the new `recentf-filter-changer' customizable filter you
11483 can define a ring of filters and dynamically (via the menu) cycle on
11484 each menu organization in the ring (a la msb).
11485
114862000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11487
11488 * eshell/eshell.el (eshell): Replace links to eshell.info with
11489 links to eshell, to avoid problems on systems where the manual is
11490 installed as `eshell'.
11491 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11492 * eshell/em-smart.el (eshell-smart): Ditto.
11493 * eshell/em-banner.el (eshell-banner): Ditto.
11494 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11495
11496 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11497 same-file check in the MS-DOS version (it does support inodes).
11498
11499 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11500
11501 * eshell/eshell.el (eshell-directory-name):
11502 Run default directory name through convert-standard-filename.
11503
115042000-07-18 Kenichi Handa <handa@etl.go.jp>
11505
11506 * international/mule-cmds.el (select-safe-coding-system):
11507 Fix typo in the comment.
11508
11509 * language/european.el (compound-text):
11510 Force katakana-jisx0201 to be designated to G1.
11511
11512 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11513 Don't translate some national variant characters of latin-jisx0201.
11514 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11515
11516 * international/kkc.el (kkc-after-update-conversion-functions):
11517 New variable.
11518 (kkc-update-conversion): Run functions in it at the tail.
11519
115202000-07-16 John Wiegley <johnw@gnu.org>
11521
11522 * lisp/align.el (align-newline-and-indent):
11523 Adding new function. for auto-aligning blocks of code on RET.
11524 (align-region): Fixed badly formatted minibuffer message.
11525
115262000-07-17 Kenichi Handa <handa@etl.go.jp>
11527
11528 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11529 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11530 the conversion list at first if appropriate.
11531 (kkc-next): Don't update kkc-next-count here.
11532 (kkc-prev): Don't update kkc-prev-count here.
11533 (kkc-show-conversion-list-update): Fix setting up of conversion
11534 list message.
11535
115362000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11537
11538 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11539
115402000-07-16 Dave Love <fx@gnu.org>
11541
11542 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11543 function to be more specific.
11544
11545 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11546 non-string help-echo.
11547 (widget-types-convert-widget): Defsubst it.
11548 (widget-echo-help): Try to cope with a help-echo function of two
11549 possible sorts.
11550
115512000-07-15 Jason Rumney <jasonr@gnu.org>
11552
11553 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11554 Declare as obsolete.
11555
11556 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11557
115582000-07-14 Gerd Moellmann <gerd@gnu.org>
11559
11560 * hilit-chg.el: Fix typo.
11561
115622000-07-14 Dave Love <fx@gnu.org>
11563
11564 * info.el (Info-mode-menu): Fix use of :help, :enable.
11565
115662000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11567
11568 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11569
115702000-07-13 Dave Love <fx@gnu.org>
11571
11572 * emacs-lisp/easymenu.el: Doc fixes.
11573 (easy-menu-remove): Defalias to ignore.
11574
11575 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11576 Call throw correctly.
11577
115782000-07-13 Gerd Moellmann <gerd@gnu.org>
11579
11580 * faces.el (frame-background-mode): Doc fix.
11581
11582 * simple.el (eval-expression-print-length): Change custom type to
11583 allow entering nil as value.
11584
115852000-07-13 Dave Love <fx@gnu.org>
11586
11587 * progmodes/fortran.el (fortran-imenu-generic-expression):
11588 Change definition layout.
11589 (fortran-mode-menu): Reinstate customize entries.
11590
11591 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11592 Use :filter, per old XEmacs code.
11593
115942000-07-12 Gerd Moellmann <gerd@gnu.org>
11595
11596 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11597 event when deciding what to send to the terminal.
11598
115992000-07-12 Dave Love <fx@gnu.org>
11600
11601 * cus-start.el: Add optional version as 4th element of specs and
11602 use it for several things new in v21. Remove load-path. Fix type
11603 of line-number-display-limit.
11604
116052000-07-11 Dave Love <fx@gnu.org>
11606
11607 * progmodes/fortran.el: Don't require easymenu.
11608 Use repeat counts in various regexps.
11609 (fortran-mode-syntax-table): Defvar directly.
11610 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11611 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11612 Use defvar, not defconst.
11613 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11614 (fortran-mode): Set fortran-comment-line-start-skip,
11615 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11616 (fortran-comment-indent): Use defsubst.
11617 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11618 Use fortran-comment-indent, not fortran-comment-indent-function.
11619 (fortran-comment-region, fortran-electric-line-number): Simplify.
11620 (fortran-auto-fill): New function.
11621 (fortran-do-auto-fill): Deleted.
11622 (fortran-find-comment-start-skip):
11623 Check for non-null comment-start-skip.
11624 (fortran-auto-fill-mode, fortran-fill-statement):
11625 Use fortran-auto-fill.
11626 (fortran-fill): Use fortran-auto-fill. Check for null
11627 comment-start-skip. Simplify final clause and use end-of-line finally.
11628
11629 * widget.el (widget-plist-member): New alias.
11630
116312000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11632
11633 * eshell/esh-module.el (toplevel): Reference
11634 byte-compile-current-file only if it is bound.
11635
116362000-07-10 Gerd Moellmann <gerd@gnu.org>
11637
11638 * dired.el: Don't require `dired-aux'.
11639
116402000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11641
11642 * dired-aux.el (dired-show-file-type): New function.
11643 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11644 (dired-show-file-type): Add autoload.
11645
116462000-07-10 Kenichi Handa <handa@etl.go.jp>
11647
11648 * international/mule-diag.el (describe-font): Adjusted for the
11649 change of fontset-info.
11650 (print-fontset): Likewise.
11651
116522000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11653
11654 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11655
116562000-07-07 Gerd Moellmann <gerd@gnu.org>
11657
11658 * bindings.el: Bind `[delete]' to delete-char.
11659
11660 * dired.el (dired-find-alternate-file): New function.
11661 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11662 (toplevel): Require dired-aux when compiling.
11663 (dired-buffers): Move defvar within file to avoid compiler warning.
11664
11665 * info.el (Info-last-search): Variable removed.
11666 (Info-search-history): New variable.
11667 (Info-search): New Info-search-history.
11668
11669 * battery.el, info-look.el: Change author's mail address.
11670
116712000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11672
11673 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11674 if rmail-ignored-headers is nil.
11675 (rmail-retry-failure): Bind rmail-ignored-headers and
11676 rmail-displayed-headers to nil.
11677
116782000-07-06 Gerd Moellmann <gerd@gnu.org>
11679
11680 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11681 (print-region-1): Don't hard code `-h' here.
11682
11683 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11684
116852000-07-01 Francesco Potorti` <pot@gnu.org>
11686
11687 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11688 exim can use "your message" instead of "the message".
11689
116902000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11691
11692 * facemenu.el: Docstrings fixes.
11693 (facemenu-get-face): Don't use internal-find-face.
11694 (facemenu-iterate): Rename arg to match the docstring.
11695
11696 * newcomment.el (uncomment-region): Be more careful when skipping
11697 backwards over `=' not to bump into BOBP.
11698
116992000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11700
11701 * ediff-diff.el (ediff-wordify): Use syntax table.
11702 * ediff-init.el (ediff-has-face-support-p): Use
11703 ediff-color-display-p.
11704 (ediff-color-display-p): Use display-color-p, changed to defun
11705 from defsubst.
11706 Got rid of special cases for NeXT and OS/2.
11707 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11708 face.
11709
117102000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11711
11712 * emacs-lisp/lucid.el: Require CL.
11713 (copy-tree, remprop): Remove, it's provided by CL.
11714 (map-keymap): Define in terms of cl-map-keymap.
11715 (extent-property, set-extent-end-glyph): New functions.
11716
11717 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11718
117192000-07-05 Gerd Moellmann <gerd@gnu.org>
11720
11721 * Makefile.in (DONTCOMPILE): Add comment that the name may
11722 not be changed without changing the make-dist script.
11723
11724 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11725 (cl-mapc): Use mapc instead of cl-old-mapc.
11726
117272000-07-05 Andrew Innes <andrewi@gnu.org>
11728
11729 * makefile.nt: Add support for `bootstrap' and related targets.
11730
117312000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11732
11733 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11734 (easy-menu-do-define): Use `menu-item' format.
11735 Handle case where easy-menu-create-menu returns a symbol.
11736 Manually call the potential top-level filter in the function binding.
11737 (easy-menu-filter-return): New arg NAME.
11738 Convert to a keymap if MENU is an XEmacs menu.
11739 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11740 (easy-menu-converted-items-table, easy-menu-convert-item):
11741 New var and fun to memoize easy-menu-convert-item-1.
11742 (easy-menu-do-add-item): Use it.
11743 (easy-menu-create-menu): Use easy-menu-convert-item.
11744 Wrap easy-menu-filter-return around any :filter specification.
11745 Don't convert the menu if a filter was specified.
11746 Tell easy-menu-make-symbol not to check for MENU being an expression.
11747 (easy-menu-make-symbol): New arg NOEXP.
11748
117492000-07-05 Gerd Moellmann <gerd@gnu.org>
11750
11751 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11752 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11753 (eval-defun): If called with prefix arg, instrument code for
11754 Edebug.
11755
11756 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11757 similar to that of eval-defun.
11758
117592000-07-04 Dave Love <fx@gnu.org>
11760
11761 * hl-line.el (hl-line-overlay): Make it permanent-local.
11762
11763 * calendar/todo-mode.el: Replaced with a working version, based on
11764 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11765
117662000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11767
11768 * paths.el (prune-directory-list): New function.
11769 (Info-default-directory-list): Rewritten to more methodically
11770 enumerate a big list of possible info directories (based on the
11771 list used by the standalone info reader).
11772
11773 * info.el (info-initialize): Use prune-directory-list to remove
11774 non-existent directories from Info-directory-list.
11775
11776 * paths.el (Info-default-directory-list): Try a list of possible
11777 info-directories instead of a single one. Add the possible
11778 info directory "/usr/share/info".
11779
11780 * woman.el (woman-man.conf-path): Explicitly include the debian
11781 man-db config file "/etc/manpath.config".
11782 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11783 are present in `manpath.config'.
11784 (woman-manpath): Include "/usr/share/man".
11785
117862000-07-03 Gerd Moellmann <gerd@gnu.org>
11787
11788 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11789
11790 * startup.el (command-line): Initialize blink-cursor based
11791 on window-system.
11792
11793 * frame.el (blink-cursor): Default to nil if not running under
11794 a window-system.
11795
11796 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11797 (face-x-resources): Remove duplicate entry for :font.
11798
11799 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11800 instead of cycling through windows with next-window.
11801
11802 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11803 of cycling through windows with next-window.
11804
11805 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11806 of cycling through windows with next-window.
11807
11808 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11809 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11810 instead of cycling through windows with next-window.
11811
11812 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11813 instead of cycling through windows with next-window.
11814
11815 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11816 of cycling through windows with next-window.
11817
11818 * terminal.el (te-process-output): Use walk-windows instead of
11819 cycling through windows with next-window.
11820
11821 * server.el (server-switch-buffer): Use some-window instead of
11822 cycling through windows with next-window.
11823
11824 * window.el (some-window): New function.
11825 (walk-windows): Remove reference to walk-windows-start.
11826
11827 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11828
118292000-07-03 Richard Stallman <rms@gnu.org>
11830
11831 * window.el (walk-windows): Guarantee termination by keeping a list
11832 of all the windows already handled.
11833
118342000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11837 window-system.
11838
11839 * man.el (Man-notify-when-ready): Don't use window-system. If
11840 Man-notify-method is newframe, and the display is not
11841 multi-frame, select the frame created for the man page.
11842 (Man-init-defvars): Doc fix.
11843
118442000-06-28 Gerd Moellmann <gerd@gnu.org>
11845
11846 * faces.el (region): Change background color for light background.
11847
11848 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11849 attribute from mode-line face of Ediff control frame.
11850
11851 * replace.el (query-replace-map): Bind `e' like `E'.
11852
118532000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11854
11855 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11856 Change name to "Select All".
11857
11858 * dos-fns.el (convert-standard-filename): Fix last change.
11859
118602000-06-27 Gerd Moellmann <gerd@gnu.org>
11861
11862 * help.el (describe-variable): Don't insert a second `'s' in front
11863 of the string `value is shown below'. Since the syntax-table is
11864 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11865 an existing `'s', so that this won't be deleted.
11866
11867 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11868 * pcmpl-unix.el: New files.
11869
118702000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11871
11872 * wid-edit.el (widget-member): Use the new plist-member.
11873
118742000-06-26 Gerd Moellmann <gerd@gnu.org>
11875
11876 * replace.el (perform-replace): Undo change of 2000-04-04.
11877 Instead, move backward 1 character at the end of the loop when
11878 necessary.
11879
11880 * faces.el (fringe): Change face for different backgrounds.
11881
11882 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11883 patch from John.
11884
11885 * eshell/*.el: Change spelling of the Free Software Foundation.
11886
11887 * eshell/esh-toggle.el: Removed.
11888
11889 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11890
11891 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11892 interactively.
11893
118942000-06-26 Alex Schroeder <alex@gnu.org>
11895
11896 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11897 `define-key'; instead of checking `(emacs-version)' check for
11898 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11899 for `;' and `o' which might be electric.
11900
11901 (sql-electric-stuff): New user option.
11902 (sql-magic-go): New function which uses `sql-electric-stuff'.
11903 (sql-magic-semicolon): New function which uses
11904 `sql-electric-stuff'.
11905
11906 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11907 is not fboundp.
11908
11909 (sql-oracle-options): New variable.
11910 (sql-oracle): Use it.
11911
11912 (sql-imenu-generic-expression): Doc change.
11913 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11914 is used.
11915
11916 (sql-informix): Added command line parameter "-" to force
11917 sql-informix-program to use stdout.
11918
119192000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11920
11921 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11922 (cp864-decode-table): Doc fix.
11923 (cp720-decode-table): New variable, supports the Arabic OEM
11924 codepage used by Windows.
11925 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11926
119272000-06-23 Dave Love <fx@gnu.org>
11928
11929 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11930 (font-lock-fontify-anchored-keywords): Use
11931 line-beginning-position.
11932 (global-font-lock-mode): Use mapc.
11933
119342000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11935
11936 * eshell/esh-module.el: Require CL when compiling.
11937
119382000-06-23 Gerd Moellmann <gerd@gnu.org>
11939
11940 * comint.el (comint-substitute-in-file-name): Call replace-match
11941 with second and third arg t.
11942
11943 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11944 Specify foreground color.
11945
11946 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11947 color.
11948
11949 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11950
11951 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11952 cddr instead of cdddr.
11953
11954 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11955 instead of copy-list.
11956
11957 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11958 of copy-list.
11959
11960 * subdirs.el: Add eshell subdirectory.
11961
11962 * eshell: New subdirectory containing the Eshell package.
11963
11964 * pcomplete.el: New file.
11965
119662000-06-23 Paul Eggert <eggert@twinsun.com>
11967
11968 * mail/mailpost.el (post-mail-send-it): Make sure file has
11969 proper permissions from birth.
11970
11971 * files.el (basic-save-buffer-2): When temporarily setting
11972 file modes, set them to current modes plus 0200, not to 0777.
11973
11974 * emerge.el (emerge-make-temp-file): Make sure file has proper
11975 permissions from birth.
11976
119772000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11978
11979 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11980 backup file name through convert-standard-filename.
11981
11982 * dos-fns.el (convert-standard-filename): Convert leading
11983 directories as well. When long file names are supported, convert
11984 characters that are invalid in Windows file names.
11985
119862000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11987
11988 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11989 ps-print crashes. New feature: page selection for printing. Create
11990 raw-text-unix coding system for XEmacs. Doc fix.
11991 (ps-print-version): New version number (5.2.3).
11992 (ps-plot-region): Bug fix.
11993 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11994 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11995 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11996 funs.
11997 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11998 (ps-last-page): New vars.
11999
120002000-06-21 Gerd Moellmann <gerd@gnu.org>
12001
12002 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12003 empty option string.
12004
120052000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12006
12007 * man.el (man): Doc fix.
12008
120092000-06-21 Kenichi Handa <handa@etl.go.jp>
12010
12011 * international/mule-cmds.el (set-language-info-alist): Docstring
12012 fixed.
12013
120142000-06-20 Gerd Moellmann <gerd@gnu.org>
12015
12016 * version.el (emacs-version): Use ISO date format.
12017
12018 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12019 instead of `M-backspace'.
12020
12021 * simple.el (turn-off-auto-fill): New function.
12022
120232000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12024
12025 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12026 Renamed from with-buffer-prepared-for-font-lock and use
12027 inhibit-modification-hooks rather than setting *-change-functions.
12028 Update all functions to use the new name.
12029 (jit-lock-first-unfontify-pos): New semantics (and doc).
12030 (jit-lock-mode): Make non-interactive.
12031 Don't automatically turn on font-lock.
12032 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12033 Always use jit-lock-after-change.
12034 Remove and restore font-lock-after-change-function.
12035 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12036 (jit-lock-after-unfontify-buffer): Remove.
12037 (jit-lock-stealth-fontify):
12038 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12039 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12040
120412000-06-20 Sam Steingold <sds@gnu.org>
12042
12043 * emacs-lisp/cl-indent.el (toplevel): Indent
12044 `print-unreadable-object' properly. Untabify.
12045
120462000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12047
12048 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12049 Support for bibentry.
12050 (reftex-compile-variables): Fixed problem with end of section-re.
12051
12052 * texmodes/reftex-dcr.el (reftex-view-crossref,
12053 reftex-view-crossref-from-bibtex):
12054 Deal with changed `reftex-find-citation-regexp-format'.
12055 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12056 Replaced `remprop' with `put'.
12057 (reftex-view-crossref, reftex-view-crossref-when-idle):
12058 Support for bibentry.
12059
12060 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12061 New entry for bibentry package.
12062
12063 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12064 Regexp also matches "\nobibliography".
12065
12066 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12067 Call `reftex-ensure-write-access' before doing anything.
12068 (reftex-ensure-write-access): New function.
12069
120702000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12071
12072 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12073
12074 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12075
12076 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12077
12078 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12079
12080
120812000-06-20 Dave Love <fx@gnu.org>
12082
12083 * faces.el (frame-background-mode): Use set-default, not set, in
12084 setter.
12085 (frame-update-faces, frame-update-face-colors): Define with
12086 defalias.
12087
12088 * enriched.el (enriched-decode-foreground)
12089 (enriched-decode-background): Don't use internal-find-face.
12090
12091 * apropos.el: Doc fixes.
12092
12093 * cus-edit.el (customize-changed-options): Check arg.
12094 (customize-version-lessp): Don't require decimal point.
12095
12096 * custom.el (defcustom, defgroup): Doc fix.
12097
12098 * newcomment.el (comment) <defgroup>: Add :version.
12099 (comment-multi-line): Doc fix.
12100
12101 * emulation/mlsupport.el (define-hooked-local-abbrev,
12102 define-hooked-global-abbrev): Fix, using define-abbrev.
12103
121042000-06-19 Gerd Moellmann <gerd@gnu.org>
12105
12106 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12107 the whole buffer.
12108
121092000-06-19 Dave Love <fx@gnu.org>
12110
12111 * menu-bar.el (menu-bar-options-save): New function.
12112 (menu-bar-options-menu): Use it.
12113 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12114 Simplify.
12115
121162000-06-19 Andreas Schwab <schwab@suse.de>
12117
12118 * progmodes/etags.el (tags-query-replace): Put new parameters
12119 START and END at the end, for backward compatibility.
12120
121212000-06-19 Kenichi Handa <handa@etl.go.jp>
12122
12123 * international/codepage.el:
12124 (cp-coding-system-for-codepage-1): Delete special codes for
12125 generating xxx-dos coding system because now a CCL based coding
12126 system can handle EOL conversion by default.
12127
12128 * international/mule.el (make-coding-system): Generate subsidiary
12129 coding systems for EOL handling variants even for a CCL based
12130 coding system.
12131
121322000-06-19 Kenichi Handa <handa@etl.go.jp>
12133
12134 * international/isearch-x.el (isearch-minibuffer-input-method)
12135 (isearch-minibuffer-input-method-function): These variables
12136 deleted.
12137 (isearch-with-input-method): Don't use the above variables.
12138 (isearch-process-search-multibyte-characters): Likewise. Call
12139 read-string with the arg INHERIT-INPUT-METHOD t.
12140
121412000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12142
12143 * font-lock.el (font-lock-after-fontify-buffer)
12144 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12145
12146 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12147 Use consistent make-local-variable style for font-lock-fontified.
12148 (jit-lock-fontify-buffer):
12149 Don't bother checking for font-lock-mode and jit-lock-mode.
12150
12151 * time.el: Remove trailing ^M that prevent CVS-merging.
12152
121532000-06-16 Gerd Moellmann <gerd@gnu.org>
12154
12155 * Makefile.in (distclean): New target.
12156
121572000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12158
12159 * Makefile.in (srcdir): Define for update-subdirs.
12160
121612000-06-16 Gerd Moellmann <gerd@gnu.org>
12162
12163 * find-lisp.el: New file.
12164
121652000-06-16 Andrew Innes <andrewi@gnu.org>
12166
12167 * time.el (display-time-mail-function): New variable, to allow
12168 external packages to indicate when new mail is available.
12169 (display-time-update): Use it.
12170
121712000-06-16 Kenichi Handa <handa@etl.go.jp>
12172
12173 * international/mule.el (mule-version): Change version name to
12174 SAKAKI. AOI has already been used by Meadow.
12175
12176 * international/quail.el (quail-show-guidance-buf): To find the
12177 bottom window (but minibuffer), pay attention to the height of
12178 minibuffer.
12179
121802000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12181
12182 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12183 menu-bar menus. Add help strings. Don't remove the Edit menu
12184 from the menu bar, as the menu bar has enough space now.
12185
12186 * Makefile.in (SHELL): Make sure /bin/sh is used.
12187
12188 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12189 characters, which use series of two ^H characters instead of one.
12190
121912000-06-15 Gerd Moellmann <gerd@gnu.org>
12192
12193 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12194 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12195 functions.
12196 (Info-find-node-2): Try a case-sensitive search first, then
12197 do a case-insensitive search.
12198
12199 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12200 tutorials.
12201
12202 * complete.el (PC-env-vars-alist): New variable.
12203 (PC-complete-as-file-name): New function.
12204 (partial-completion-mode): Initialize PC-env-vars-alist from
12205 process-environment.
12206 (PC-do-completion): Handle completion of env vars.
12207
12208 * info.el (Info-set-mode-line): Show file name in mode line,
12209 use `*Info*' instead of `Info:'.
12210
12211 * startup.el (command-line-1): Change copyright messages to year
12212 2000.
12213
122142000-06-15 Dave Love <fx@gnu.org>
12215
12216 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12217 not local-map.
12218
122192000-06-15 Kenichi Handa <handa@etl.go.jp>
12220
12221 * international/mule.el (set-buffer-file-coding-system): Almost
12222 rewritten to handle `undecided' as no-op.
12223
122242000-06-14 Gerd Moellmann <gerd@gnu.org>
12225
12226 * Makefile.in: New file.
12227
12228 * Makefile: Removed.
12229
12230 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12231 (goto-address-highlight-keymap): Bind C-c RET.
12232
122332000-06-14 Kenichi Handa <handa@etl.go.jp>
12234
12235 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12236 inherits buffer-file-coding-system of the current buffer.
12237
12238 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12239 0. Give correct argument to set-auto-coding-function.
12240 (tar-expunge): For goto-char, use (point-min), not 0.
12241 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12242 (tar-subfile-save-buffer): Likewize.
12243
12244 * international/mule.el
12245 (after-insert-file-set-buffer-file-coding-system): Call
12246 set-buffer-file-coding-system with the arg FORCE t.
12247
122482000-06-13 Gerd Moellmann <gerd@gnu.org>
12249
12250 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12251 nil. Contemporary sendmails issue an X-Authentication-Warning if
12252 the sender is set with `-f'.
12253
122542000-06-13 Dave Love <fx@gnu.org>
12255
12256 * help.el (describe-function-1): Kluge around cases of functions
12257 fset to subrs whose doc doesn't match their symbol-name.
12258
12259 * image.el (insert-image): Default STRING to a space.
12260
12261 * info.el Doc fixes.
12262 (Info-build-node-completions): Match Ref tags.
12263
122642000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12265
12266 * frame.el (display-multi-frame-p, display-multi-font-p): New
12267 defaliases for display-graphic-p.
12268
12269 * hl-line.el: Fixed a typo in commentary.
12270
122712000-06-13 Kenichi Handa <handa@etl.go.jp>
12272
12273 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12274 fixed.
12275
122762000-06-12 Dave Love <fx@gnu.org>
12277
12278 * image.el (insert-image): Save a little consing.
12279
122802000-06-12 Kenichi Handa <handa@etl.go.jp>
12281
12282 * language/tibet-util.el: Convert all tibetan-1-column characters
12283 to the corresponding tibetan characters.
12284 (tibetan-add-components): Delete code for the special treatment of
12285 'a chung.
12286
12287 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12288 change.
12289 (tibetan-vowel-transcription-alist): More rules added.
12290 (tibetan-composite-vowel-alist): New variable.
12291 (tibetan-precomposition-rule-alist): More rules added.
12292
122932000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12294
12295 * startup.el (command-line): Only call menu-bar-mode if interactive.
12296
12297 * thingatpt.el (toplevel symbol-properties):
12298 * textmodes/makeinfo.el (makeinfo-compile):
12299 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12300 * progmodes/hideif.el (hif-compress-define-list)
12301 (hide-ifdef-use-define-alist):
12302 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12303 (ange-ftp-vms-add-file-entry):
12304 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12305 * man.el (Man-build-man-command):
12306 * mail/rnewspost.el (news-reply-header-hook):
12307 * info.el (Info-insert-dir):
12308 * emulation/mlconvert.el (backward-word, forward-word, setq):
12309 * emacs-lisp/gulp.el (gulp-send-requests):
12310 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12311 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12312 (byte-optimize-apply, end of file):
12313 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12314 (ad-make-freeze-definition):
12315 * startup.el (command-line, command-line-1): Don't quote lambdas.
12316
12317 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12318 (cvs-cleanup-removed): New function.
12319 (cvs-cleanup-functions): New var.
12320 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12321 some flexibility in specifying additional entries to auto-cleanup.
12322 (cvs-quickdir): New function.
12323 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12324 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12325 (cvs-mode-find-file): Check that we are on a filename or dirname
12326 when invoked through a mouse-click.
12327 (cvs-full-path): Remove.
12328 (cvs-dired-action): Re-introduced.
12329 (cvs-dired-noselect): Use it.
12330 (vc-post-command-functions): use this new hook if available.
12331
12332 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12333 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12334 (cvs-filename-map, cvs-dirname-map): Remove.
12335 (cvs-default-action): Remove.
12336 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12337 if the arg is really a keymap.
12338 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12339 Don't hardcode the mapping from state (aka type) to face, but check
12340 the var cvs-fi-<type>-face instead.
12341 (cvs-fileinfo-from-entries): New function.
12342
12343 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12344 Docstring fix.
12345 (cvs-find-file-and-jump): Change default to be safer.
12346 (cvs-mode-diff-map): Define it as a function as well.
12347 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12348 Bind mouse-2 in this global map rather than with text-properties.
12349
12350 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12351 file to resolve the ambiguity between C(conflict) and C(need-merge).
12352
123532000-06-12 Kenichi Handa <handa@etl.go.jp>
12354
12355 * international/mule.el (set-buffer-file-coding-system): If
12356 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12357 unconditionally.
12358
123592000-06-12 Dave Love <fx@gnu.org>
12360
12361 * wid-edit.el (widget-specify-button): Really suppress the face if
12362 required.
12363
123642000-06-11 Gerd Moellmann <gerd@gnu.org>
12365
12366 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12367
123682000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12369
12370 * imenu.el (imenu-generic-expression): Docstring fix.
12371
12372 * composite.el (composition-function-table): Move the `put'
12373 below the autoload cookie so we can load the file before loaddefs.
12374
12375 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12376
12377 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12378 Handle easy-mmode-define-global-mode.
12379 For complex macros like define-minor-mode that can generate
12380 several autoload entries, try to autoload entries in the
12381 macroexpanded code.
12382
12383 * emacs-lisp/easy-mmode.el (define-minor-mode):
12384 If KEYMAP is a symbol, just use it.
12385 Use byte-compile-current-file and load-file-name to infer the
12386 proper :require to pass to defcustom.
12387 Wrap the hook var into `progn' so as not to autoload it.
12388 Add a :autoload-end cookie.
12389 Be more careful about the evaluation of KEYMAP.
12390 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12391 (define-derived-mode): Move define-abbrev-table outside of defvar.
12392
123932000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12394
12395 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12396 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12397 (backup-compiled-files): Ignore errors during `tar'.
12398 (bootstrap): Make autoloads before elc files.
12399
124002000-06-10 Kenichi Handa <handa@etl.go.jp>
12401
12402 * international/mule.el (set-buffer-file-coding-system): If one of
12403 undecided-XXX is specified, change only EOL conversion.
12404
12405 * international/mule-conf.el (unix): New alias for the coding
12406 system undecided-unix.
12407
124082000-06-09 Dave Love <fx@gnu.org>
12409
12410 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12411
12412 * progmodes/executable.el: Byte compile dynamic.
12413 (executable-insert): Change custom type.
12414 (executable-find): Add autoload cookie.
12415 (executable-make-buffer-file-executable-if-script-p): New
12416 function. After Noah Friedman.
12417
12418 * files.el (after-save-hook): Customize, with
12419 executable-make-buffer-file-executable-if-script-p as an option.
12420
124212000-06-09 Kenichi Handa <handa@etl.go.jp>
12422
12423 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12424 "tib24p-mule.bdf" for Tibetan.
12425
12426 * composite.el (decompose-composite-char): Declare it as obsolete.
12427
12428 * man.el (Man-fontify-manpage): Pay attention to underline and
12429 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12430
124312000-06-08 Gerd Moellmann <gerd@gnu.org>
12432
12433 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12434 Set maintainer to FSF since author isn't reachable.
12435
124362000-06-08 Dave Love <fx@gnu.org>
12437
12438 * international/mule-cmds.el (select-safe-coding-system): If
12439 DEFAULT-CODING-SYSTEM is not specified, also check the most
12440 preferred coding-system if buffer-file-coding-system is
12441 `undecided'. From Handa.
12442
124432000-06-08 Kenichi Handa <handa@etl.go.jp>
12444
12445 * international/mule.el
12446 (after-insert-file-set-buffer-file-coding-system): If the buffer
12447 size is greater than INSERTED, judget that we are not visiting.
12448
124492000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12450
12451 * whitespace.el (defgroup whitespace): Comment out `:version'.
12452 XEmacs 20.4 has problems defining the group with this present.
12453 We'll have this commented out till get resolve the problem.
12454
124552000-06-07 John Wiegley <johnw@gnu.org>
12456
12457 * align.el (align-dq-string-modes, align-sq-string-modes)
12458 (align-open-comment-modes): Add pyhton-mode.
12459 (align-rules-list): Use get-text-property instead of
12460 text-properties-at.
12461 (align-rules-list): Add python-assignment.
12462 (align-rules-list): Change perl-comma-delimiter to
12463 basic-comma-delimiter. Use if for Perl modes and python-mode.
12464 (align-rules-list): Add python-chain-logic and
12465 basic-line-continuation.
12466
124672000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12468
12469 * apropos.el (apropos-mode-hook): New user variable.
12470 (apropos-mode): Run apropos-mode-hook.
12471
124722000-06-07 David Ponce <david@dponce.com>
12473
12474 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12475 commands. Require `wid-edit' at run-time.
12476
124772000-06-07 David Ponce <david@dponce.com>
12478
12479 * recentf.el: Added some "Commentary".
12480 (recentf-open-more-files, recentf-edit-list): Minor changes to
12481 move the point at the top of the file list. This behaviour is
12482 consistent with the menu one when the list contains a lot of
12483 files.
12484 (recentf-cleanup): Now displays the number of items removed from
12485 the list.
12486 (recentf-relative-filter) New menu filter to show filenames
12487 relative to `default-directory'.
12488
124892000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12490
12491 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12492 with/without giving an error if PostScript printer doesn't have this
12493 kind of page size. Zebra Stripe continues or restarts on next page.
12494 Manual/automatic paper feeding. Switch or not the header.
12495 (ps-print-version): New version number (5.2.2).
12496 (ps-windows-system): Include emx as a Windows system.
12497 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12498 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12499 (ps-background-text): Code fix.
12500 (ps-error-handler-message, ps-user-defined-prologue)
12501 (ps-print-prologue-header, ps-printer-name)
12502 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12503 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12504 (ps-use-face-background): Customization fix.
12505 (ps-n-up-database): Data fix.
12506 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12507 (ps-switch-header): New vars.
12508 (ps-xemacs-color-name, ps-face-foreground-name)
12509 (ps-face-background-name, ps-boolean-constant): New funs.
12510
125112000-06-07 Dave Love <fx@gnu.org>
12512
12513 * allout.el: New version from Manheimer.
12514
125152000-06-07 Kenichi Handa <handa@etl.go.jp>
12516
12517 * textmodes/fill.el (fill-find-break-point): Check the validity of
12518 charset.
12519
125202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12521
12522 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12523 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12524 Call display-color-p and display-mouse-p instead of looking at
12525 window-system.
12526
125272000-06-06 Dave Love <fx@gnu.org>
12528
12529 * image.el (find-image): Doc fix. Return nil if image not found.
12530 (put-image, insert-image): Make STRING arg optional.
12531
125322000-06-06 Kenichi Handa <handa@etl.go.jp>
12533
12534 * language/vietnamese.el: Remove eval-when-compile.
12535 (viet-viscii-nonascii-translation-table): Define it as a
12536 translation table made from viet-viscii-decode-table.
12537 (viet-viscii-encode-table): Define it as a translation table made
12538 from the reverse map of above.
12539 (viet-vscii-nonascii-translation-table): Define it as a
12540 translation table made from viet-vscii-decode-table.
12541 (viet-vscii-encode-table): Define it as a translation table made
12542 from the reverse map of above.
12543 (ccl-decode-viscii): Use translate-character.
12544 (ccl-encode-viscii, ccl-encode-viscii-font)
12545 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12546 Likewize.
12547
12548 * language/cyrillic.el: Remove eval-when-compile.
12549 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12550 translation table made from cyrillic-koi8-r-decode-table.
12551 (cyrillic-koi8-r-encode-table): Define it as a translation table
12552 made from the reverse map of above.
12553 (ccl-decode-koi8): Use translate-character.
12554 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12555 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12556 a translation table made from cyrillic-alternativnyj-decode-table.
12557 (cyrillic-alternativnyj-encode-table): Define it as a translation
12558 table made from the reverse map of above.
12559 (ccl-decode-alternativnyj): Use translate-character.
12560 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12561 Likewize
12562
12563 * international/mule-diag.el (non-iso-charset-alist): Specify
12564 translation table symbol instead of translation table itself.
12565 (list-block-of-chars): CHARSET may be a translation table symbol.
12566
12567 * international/mule.el (make-coding-system): If CODING-SYSTEM
12568 already exists, override it.
12569
12570 * international/fontset.el: Use family `proportional' for Tibetan
12571 fonts.
12572
12573 * international/ccl.el (ccl-compile-translate-character): Don't
12574 check if Rrr has property translation-table.
12575 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12576
125772000-06-05 Gerd Moellmann <gerd@gnu.org>
12578
12579 * info.el: Bind case-fold-search to t when searching in case
12580 a user sets it to nil in a hook.
12581
125822000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12583
12584 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12585 * hl-line.el (hl-line-mode): Use the new :global key argument.
12586
12587 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12588 (tar-clip-time-string): Prepend a space.
12589 (tar-grind-file-mode): Construct a string rather than modifying one.
12590 (tar-header-block-summarize): Fix docstring.
12591 Use `format' rather than an error-prone set of copy-loops.
12592
12593 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12594 (diff-goto-source, diff-unified->context, diff-context->unified)
12595 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12596 understand the format output by the `-p' argument to diff.
12597
12598 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12599 (sh-re-done): Use defconst.
12600 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12601 (sh-help-string-for-variable, sh-guess-basic-offset):
12602 Don't quote lambdas.
12603 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12604 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12605
12606 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12607 (mh-letter-mode): Derive from text-mode.
12608 This implicitly means that it now calls kill-all-local-variables.
12609 Also remove the Emacs-18 compatibility code.
12610
12611 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12612 Make use of symbol-property doc-string-elt.
12613 Use memq rather than a sequence of eq.
12614 (doc-string-elt): Fix the wrong or missing previously unused values.
12615 (autoload-print-form): New function extracted from
12616 generate-file-autoloads to allow recursion when handling progn
12617 so that defvar's and defun's docstrings are properly printed.
12618 (generate-file-autoloads): Use it.
12619
12620 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12621 Use find-file-hooks in the minor-mode function.
12622 Be careful not to loop indefinitely in the post-command-hook function.
12623
126242000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12625
12626 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12627 tty's.
12628 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12629 differences whenever appropriate.
12630 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12631 * viper.el (find-file, find-file-other-window): Get viper to do
12632 wildcards.
12633
126342000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12635
12636 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12637 (jit-lock-fontify-buffer): New function for JIT refontification.
12638 (jit-lock-mode): Fix docstring.
12639 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12640 Remove jit-lock-after-change from the _local_ hook.
12641 (jit-lock-function-1): Fix docstring.
12642
12643 * info.el (Info-on-current-buffer): Initialize info.
12644
12645 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12646
12647 * progmodes/tcl.el (tcl-indent-for-comment):
12648 Ignore comment-indent-hook.
12649
12650 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12651 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12652 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12653 and improve to use the lighter to guess the capitalization.
12654 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12655 Add keyword arguments to specify global-ness or the custom group.
12656 Add local-map and help-echo properties to the lighter.
12657 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12658 (easy-mmode-define-global-mode): New macro.
12659
126602000-06-02 Dave Love <fx@gnu.org>
12661
12662 * wid-edit.el: byte-compile-dynamic since we typically don't use
12663 all the widgets. Don't require cl or widget. Remove
12664 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12665 (widget-read-event): Removed. Callers changed to use read-event.
12666 (widget-button-release-event-p): Renamed from
12667 button-release-event-p.
12668 (widget-field-add-space, widget-field-use-before-change):
12669 Uncustomize.
12670 (widget-specify-field): Use keymap property, not local-map.
12671 (widget-specify-button): Obey :suppress-face.
12672 (widget-specify-insert): Use modern backquote syntax.
12673 (widget-image-directory): Renamed from widget-glyph-directory.
12674 (widget-image-enable): Renamed from widget-glyph-enable.
12675 (widget-image-find): Replaces widget-glyph-find.
12676 (widget-button-pressed-face): Move defvar.
12677 (widget-image-insert): Replaces widget-glyph-insert.
12678 (widget-convert): Use keywordp.
12679 (widget-leave-text, widget-children-value-delete): Use mapc.
12680 (widget-keymap): Remove XEmacs stuff.
12681 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12682 (widget-button-click): Don't set point at the click, but re-centre
12683 if we scroll out of window. Rewritten for images v. glyphs &c.
12684 (widget-tabable-at): Use POS arg, not point.
12685 (widget-beginning-of-line, widget-end-of-line)
12686 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12687 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12688 (widget-default-create): Use widget-image-insert; some rewriting.
12689 (widget-visibility-value-create)
12690 (widget-push-button-value-create, widget-toggle-value-create): Use
12691 widget-image-insert.
12692 (checkbox): Create on and off images dynamically.
12693 (documentation-link): Change :help-echo.
12694 (widget-documentation-link-echo-help): Remove.
12695
126962000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12699
12700 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12701 (easy-mmode-define-toggle, define-minor-mode): Use it.
12702 (easy-mmode-define-keymap): Docstring fix.
12703 (define-derived-mode): Default PARENT to fundamental-mode.
12704 Add the derived-mode-parent symbol-property.
12705 (easy-mmode-derived-mode-p): New function.
12706
127072000-06-02 Dave Love <fx@gnu.org>
12708
12709 * files.el (convert-standard-filename): Doc fix.
12710 (normal-backup-enable-predicate): New function.
12711 (backup-enable-predicate): Use it to replace the lambda form.
12712
12713 * calendar/todo-mode.el: [This needs more work on the outline
12714 stuff.] Doc fixes.
12715 (todo) <defgroup>: Add :version.
12716 (todo-add-category): Don't use pushnew.
12717 (todo-cmd-raise): Fix typo.
12718 (todo-top-priorities): Change temp buffer name.
12719 (todo-category-alist): Avoid redundant lambda.
12720 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12721 Use outline-next-heading.
12722
12723 * autoarg.el: Rewritten to use define-minor-mode.
12724 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12725 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12726
127272000-06-02 Kenichi Handa <handa@etl.go.jp>
12728
12729 * isearch.el (isearch-other-meta-char): Fix previous change.
12730
127312000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12732
12733 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12734 (log-edit-done): Only add the comment to the ring if it's different
12735 from the last comment entered.
12736
12737 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12738
127392000-06-01 Dave Love <fx@gnu.org>
12740
12741 * hl-line.el: Rewritten using define-minor-mode.
12742
12743 * help.el (describe-function-1): Distinguish special form from
12744 builtin function. Sanity-check presence of arglist for builtins.
12745
127462000-06-01 Kenichi Handa <handa@etl.go.jp>
12747
12748 * international/characters.el: Fix syntax/category setting of
12749 Tibetan characters.
12750
12751 * language/tibet-util.el (tibetan-add-components): Fixes for new
12752 encoding of Tibetan characters.
12753 (tibetan-decompose-precomposition-alist): New variable.
12754 (tibetan-decompose-region): Convert precomposed characters to
12755 non-precomposed characters.
12756 (tibetan-decompose-string): Likewise.
12757 (tibetan-composition-function): Fix args to
12758 thibetan-compose-string.
12759
12760 * language/tibetan.el (tibetan-composable-pattern): More
12761 characters included.
12762 (tibetan-consonant-transcription-alist): Rule for "R" added.
12763 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12764 "+R" added.
12765 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12766
12767 * language/lao-util.el (lao-composition-function): Fix args to
12768 compose-string.
12769
12770 * language/thai-util.el (thai-composition-function): Fix args to
12771 compose-string.
12772
12773 * isearch.el (isearch-update): Set disable-point-adjustment to t
12774 to prevent the point moving to the end of a composition when a
12775 part of a composition is searched.
12776 (isearch-other-meta-char): If the key invoking this command can be
12777 mapped by function-key-map to a printing char, call
12778 isearch-process-search-char directly.
12779
127802000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12781
12782 * emacs-lisp/bytecomp.el:
12783 * frame.el:
12784 * international/mule-cmds.el:
12785 * international/mule-util.el:
12786 * international/mule.el:
12787 * mouse.el:
12788 * subr.el:
12789 * faces.el: Update calls to make-obsolete with a WHEN argument.
12790
12791 * byte-run.el (make-obsolete, make-obsolete-variable):
12792 Add an optional WHEN argument and change the format of the
12793 symbol-property information.
12794 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12795 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12796 new obsolete-symbol-property format and print WHEN if it is provided.
12797
127982000-05-31 Dave Love <fx@gnu.org>
12799
12800 * loadhist.el (loadhist-hook-functions): Remove
12801 before-change-function, after-change-function.
12802 (unload-feature): Deal with symbols which are both bound and
12803 fbound.
12804
12805 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12806 before-change-function, after-change-function.
12807
12808 * simple.el (newline): Don't bind before-change-function,
12809 after-change-function.
12810
128112000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12812
12813 * whitespace.el (whitespace-rescan-timer-time): Update interval
12814 set to 600 seconds (10 minutes) instead of 60 seconds since
12815 a large number of whitespace buffers causes emacs to `freeze'
12816 for a considerable amount of time.
12817
12818 * whitespace.el: Updated email address
12819
128202000-05-31 Dave Love <fx@gnu.org>
12821
12822 * add-log.el (change-log-font-lock-keywords) <function>: Add
12823 pattern for function of change.
12824 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12825 acknowledgements patterns.
12826
128272000-05-31 Kenichi Handa <handa@etl.go.jp>
12828
12829 * isearch.el (isearch-printing-char): If keyboard coding system is
12830 being used, call isearch-process-search-multibyte-characters.
12831
12832 * international/isearch-x.el: Mostly rewritten.
12833
12834 * international/quail.el (quail-start-conversion): Don't include
12835 unhandled events in the returned events, but set them in
12836 unread-command-events. Exit if all inputs are deleted.
12837
128382000-05-30 Jason Rumney <jasonr@gnu.org>
12839
12840 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12841
12842 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12843 Reenable code to create initial fontsets.
12844 Use set-fontset-font in place of put-charset-property.
12845
128462000-05-30 Gerd Moellmann <gerd@gnu.org>
12847
12848 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12849 label, ensure that the first colon isn't followed by another.
12850
12851 * paths.el (Info-default-directory-list): Doc fix.
12852
12853 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12854 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12855 send a query containing USER only, not USER@HOST.
12856
12857 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12858 and rmail-msgend to compute the restriction at the end, instead of
12859 computing it.
12860
128612000-05-29 Gerd Moellmann <gerd@gnu.org>
12862
12863 * dabbrev.el (dabbrev-expand): Don't display messages in the
12864 echo area if the minibuffer window is active.
12865
12866 * jit-lock.el (jit-lock-mode): Add after change function to
12867 local hook.
12868
128692000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12870
12871 * antlr-mode.el: New commands: hide/unhide actions,
12872 upcase/downcase literals.
12873 (antlr-tiny-action-length): New user option.
12874 (antlr-hide-actions): New command. Suggested by
12875 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12876 (antlr-mode-map): New binding [C-c C-v].
12877 (antlr-mode-menu): New entries.
12878 (antlr-downcase-literals): New command.
12879 (antlr-upcase-literals): Ditto.
12880
12881 * antlr-mode.el: Minor changes: indendation, mode-name.
12882 (antlr-indent-line): Indent cpp directive at column 0.
12883 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12884
12885 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12886 (antlr-font-lock-additional-keywords): Workaround for intentional
12887 bug in XEmacs version of font-lock.
12888 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12889 be used by a smarter version of `buffers-menu-grouping-function'.
12890
128912000-05-29 Gerd Moellmann <gerd@gnu.org>
12892
12893 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12894 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12895
128962000-05-29 Kenichi Handa <handa@etl.go.jp>
12897
12898 * international/encoded-kb.el
12899 (encoded-kbd-iso2022-designation-map): Pay attention to that
12900 charset-iso-final-char return -1 for eight-bit-control and
12901 eight-bit-graphic.
12902
129032000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12904
12905 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12906 (speedbar-easymenu-definition-base): Use display-graphic-p where
12907 available, instead of window-system.
12908
129092000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12910
12911 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12912 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12913 coding systems.
12914
129152000-05-26 Dave Love <fx@gnu.org>
12916
12917 * disp-table.el (standard-display-underline): Don't use
12918 internal-find-face.
12919
12920 * mail/reporter.el: Maintainer change. Doc fixes.
12921 (reporter-version): Deleted.
12922
12923 * emacs-lisp/elp.el: Maintainer change.
12924 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12925
129262000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12927
12928 * add-log.el (add-change-log-entry): Merge the current entry with the
12929 previous one if the previous one is empty.
12930
129312000-05-26 Dave Love <fx@gnu.org>
12932
12933 * loadhist.el (unload-feature): Fix interactive spec [from
12934 lijnzaad@ebi.ac.uk].
12935
12936 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12937 subr-arity to check primitives.
12938 (byte-compile-flush-pending, byte-compile-file-form-progn)
12939 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12940 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12941 mapcar.
12942
129432000-05-26 Kenichi Handa <handa@etl.go.jp>
12944
12945 * international/fontset.el: Set family names of non-latin charsets
12946 in default fontset to "*".
12947
12948 * international/mule-diag.el (print-fontset): Combine family part
12949 and registry part of the fontname by "-*-" instead of "-".
12950
12951 * international/mule-cmds.el (encode-coding-char): Make strings
12952 multibyte before calling encode-coding-string.
12953
129542000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12955
12956 * derived.el: Fix keywords.
12957 (define-derived-mode): Only define if needed.
12958
12959 * simple.el (fill-comment, comment-column, comment-start)
12960 (comment-start-skip, comment-end, comment-indent-function)
12961 (block-comment-start, block-comment-end, indent-for-comment)
12962 (set-comment-column, kill-comment, comment-padding, comment-region)
12963 (comment-multi-line, indent-new-comment-line): Remove.
12964
12965 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12966 function names for comment operations.
12967
12968 * newcomment.el: Add abundant autoload cookies.
12969 (comment-style): Don't depend on runtime data at compile-time.
12970 (comment-indent-hook): Remove.
12971 (comment-indent): Check if comment-indent-hook is bound.
12972 (comment-region): Docstring fix.
12973
129742000-05-25 Dave Love <fx@gnu.org>
12975
12976 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12977 byte-code-function-p.
12978
12979 * mail/rmailsum.el: Add provide.
12980
12981 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12982
12983 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12984 defcustom.
12985
129862000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12987
12988 * ediff-diff.el (ediff-exec-process): delete --binary option from
12989 non-buffer ediff jobs.
12990
129912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12992
12993 * hilit-chg.el (highlight-changes-mode): Ask about color or
12994 grayscale support, not about window-system.
12995
12996 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12997 window-system.
12998 (ffap-highlight): Always default to t.
12999
13000 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13001 display-popup-menus-p instead of looking at window-system.
13002
13003 * disp-table.el (standard-display-g1, standard-display-graphic):
13004 Only refuse to use string glyphs on X and MS-Windows.
13005
13006 * avoid.el: Remove window-system from commentary, suggest to use
13007 display-*-p instead.
13008
13009 * apropos.el (apropos-print): Use display-mouse-p instead of
13010 window-system.
13011
130122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13013
13014 * international/codepage.el (cp-decoding-vector-for-codepage):
13015 Fill up unsupported characters with their own codes. From Kenichi
13016 Handa.
13017
130182000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 * international/mule-diag.el (describe-char-after): Use
13021 display-graphic-p instead of window-system, so that this function
13022 works on MS-DOS.
13023
130242000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13025
13026 * international/codepage.el (cp-make-coding-systems-for-codepage):
13027 Remove the eight-bit-graphic and eight-bit-control charsets from
13028 the list of charsets which we convert into `?'.
13029
130302000-05-25 Kenichi Handa <handa@etl.go.jp>
13031
13032 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13033 private charsets.
13034 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13035 japanese-jisx0213-2): New charsets.
13036
13037 * international/fontset.el: Setup default fontset for new charsets.
13038
130392000-05-24 Dave Love <fx@gnu.org>
13040
13041 * info.el (Info-find-node-2): Restructure [following "Vadim
13042 S. Solomin" <sovs@uic.nnov.ru>].
13043
13044 * icomplete.el: Fix header for Finder.
13045
130462000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13047
13048 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13049 STAY.
13050
13051 * rmail.el (rmail-automatic-folder-directives): New user variable.
13052 (rmail-show-message): Add call to `rmail-auto-file' during
13053 display.
13054 (rmail-auto-file): New function.
13055
130562000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13057
13058 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13059 account.
13060 (ediff-test-utility,ediff-diff-mandatory-option)
13061 (ediff-reset-diff-options): Utilities for proper initialization of
13062 ediff-diff-options and ediff-diff3-options on Windows.
13063
13064 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13065 variable.
13066
13067 * ediff-mult.el (ediff-filegroup-action): Use
13068 ediff-merge-filename-prefix.
13069
130702000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13071
13072 * viper-ex.el (ex-write): Set selective display to nil.
13073
130742000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13075
13076 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13077 aliases for hebrew-iso-8bit.
13078
130792000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13080
13081 * woman.el: New version from Francis J. Wright
13082 <F.J.Wright@Maths.QMW.ac.uk>.
13083 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13084 names in environment variables regardless of the path separator.
13085 (woman-topic-all-completions-1): Don't call file-name-directory-p
13086 on all files, since woman-file-regexp already filters out any
13087 directories.
13088
130892000-05-24 Kenichi Handa <handa@etl.go.jp>
13090
13091 * international/quail.el (quail-start-translation): Don't change
13092 modified-p of the current buffer.
13093 (quail-start-conversion): Likewise.
13094
13095 * international/kkc.el (kkc-region): Don't change modified-p of
13096 the current buffer.
13097
13098 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13099 conform to RFC1468.
13100 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13101
131022000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13103
13104 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13105 (speedbar-insert-button): Invisible text property fix.
13106 (speedbar-directory-plus): Renamed from speedbar-directory-+
13107 (speedbar-directory-minus): Renamed from speedbar-directory--
13108 (speedbar-page-plus): Renamed from speedbar-file-+
13109 (speedbar-page-minus): Renamed from speedbar-file--
13110 (speedbar-page): Renamed from speedbar-file-
13111 (speedbar-tag): Renamed from speedbar-tag-
13112 (speedbar-tag-plus): Renamed from speedbar-tag-+
13113 (speedbar-tag-minus): Renamed from speedbar-tag--
13114 (speedbar-expand-image-button-alist): Use above renames.
13115
13116 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13117 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13118 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13119 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13120 * sb-pg.xpm: Renamed from sb-file.xpm
13121 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13122 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13123
131242000-05-24 Kenichi Handa <handa@etl.go.jp>
13125
13126 * international/quail.el (quail-show-guidance-buf): Set
13127 current-input-method of the guidance buffer to the name of the
13128 curren input method.
13129
131302000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13131
13132 * progmodes/compile.el (compile-internal): Style typo.
13133
13134 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13135 quote vars and functions in the docstring.
13136
13137 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13138
13139 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13140 Don't quote lambdas.
13141
13142 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13143
131442000-05-23 Gerd Moellmann <gerd@gnu.org>
13145
13146 * startup.el (command-line): Determine source file of compiled
13147 user init file differently. Warn if compiled user init file
13148 is older than its source file.
13149
13150 * ffap.el (ffap-url-regexp): Add `https'.
13151
131522000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13153
13154 * files.el (make-backup-file-name-1): Replace slashes with `!'
13155 rather than `|' (which is not allowed on Windows). Replace the
13156 drive letters with a string "drive_X".
13157
131582000-05-23 Gerd Moellmann <gerd@gnu.org>
13159
13160 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13161
13162 * files.el (interpreter-mode-alist): Add `bash2'.
13163
131642000-05-22 Dave Love <fx@gnu.org>
13165
13166 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13167 mapc.
13168 (feature-file): Avoid calling symbol-name. Doc fix.
13169 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13170 (loadhist-hook-functions): Add mouse-position-function.
13171 (unload-feature): Change uses of mapcar.
13172
13173 * files.el (parse-colon-path): Doc fix.
13174 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13175 (set-auto-mode): Use mapc.
13176
13177 * complete.el (PC-look-for-include-file): Use :alnum: character
13178 class.
13179 (partial-completion-mode): Add autoload cookie.
13180
131812000-05-22 Sam Steingold <sds@gnu.org>
13182
13183 * info.el (Info-fontify-node): Fixed the call to
13184 `add-text-properties' (bug introduced on 2000-05-18).
13185
131862000-05-22 Dave Love <fx@gnu.org>
13187
13188 * bindings.el: Remove debug-ignored-errors set in other files.
13189
13190 * progmodes/etags.el: Add to debug-ignored-errors.
13191 (visit-tags-table-buffer): Clear out buffers holding old tables
13192 when making a new list.
13193 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13194 mapc.
13195
13196 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13197 quote keywords.
13198 (cmpl-string-case-type): Use character classes.
13199
13200 * comint.el:
13201 * textmodes/ispell.el:
13202 * imenu.el:
13203 * mail/mh-e.el:
13204 * progmodes/compile.el: Add to debug-ignored-errors.
13205
13206 * dabbrev.el: Add to debug-ignored-errors.
13207 (dabbrev-completion): Use mapc.
13208
132092000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13210
13211 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13212 (woman-mapcan, woman-parse-man.conf)
13213 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13214 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13215 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13216 path syntax better.
13217 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13218 (woman-manpath): Call woman-parse-man.conf.
13219 (woman-emulation): New defcustom, defaults to nroff.
13220 (woman-font-support): New defconst.
13221 (woman-use-symbol-font): New defcustom.
13222 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13223 "Emulation".
13224 Many functions: Doc fix.
13225
132262000-05-22 Kenichi Handa <handa@etl.go.jp>
13227
13228 * international/quail.el (quail-simple-translation-keymap): Map
13229 128..255 to quail-self-insert-command.
13230 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13231
132322000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13233
13234 * help.el (help-manyarg-func-alist): Typo.
13235
13236 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13237 intervals which makes it heaps simpler.
13238
13239 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13240 the nested comment markers.
13241
13242 * subr.el (remove-hook): Don't turn the hook's value into a list.
13243
132442000-05-21 Dave Love <fx@gnu.org>
13245
13246 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13247 are invalid characters.
13248
13249 * international/mule-util.el (detect-coding-with-priority): Use
13250 mapc. Remove redundant lambda.
13251
13252 * international/mule-diag.el (list-non-iso-charset-chars)
13253 (describe-fontset): Remove redundant lambda.
13254
13255 * emulation/crisp.el (brief-mode): New alias.
13256
13257 * emacs-lisp/ring.el (ring-elements): New function.
13258
13259 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13260 (easy-menu-do-add-item): Use keywordp.
13261
13262 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13263
13264 * replace.el: Doc and error message fixes.
13265 (replace-highlight): Use facep, not internal-find-face.
13266
132672000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13268
13269 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13270
13271 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13272 (log-edit-insert-changelog): Drop `:' as well.
13273
13274 * log-view.el: Fix file description.
13275 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13276 available.
13277 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13278 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13279
13280 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13281 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13282 Print a status message if the toggle is called interactively.
13283 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13284 for global minor modes and use `defcustom' for them.
13285 Use add-minor-mode.
13286 (easy-mmode-define-derived-mode): Remove.
13287 (define-derived-mode): Fancier default docstring.
13288 (easy-mmode-define-navigation): Signal an error rather than (ding).
13289
13290 * newcomment.el (comment-styles): New `box-multi'.
13291 (comment-normalize-vars): Better default for comment-continue to
13292 avoid whitespace-only continuations.
13293 (comment-search-forward): Always move even in the no-syntax case.
13294 (comment-padright): Only obey N if it's only obeyed for padleft.
13295 (comment-make-extra-lines): Better handling of empty continuations.
13296 Use `=' for the filler if comment-start has only one character.
13297 (uncomment-region): Try handling the special `=' filler.
13298 (comment-region): Allow LINES even if MULTI is nil.
13299 (comment-box): Choose box style based on comment-style.
13300
133012000-05-20 Kenichi Handa <handa@etl.go.jp>
13302
13303 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13304 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13305
133062000-05-20 Kenichi HANDA <handa@etl.go.jp>
13307
13308 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13309 and insert, not subst-char-in-region.
13310
13311 * international/mule-diag.el (list-character-sets-1): Handle
13312 charsets eight-bit-control and eight-bit-graphic.
13313 (list-iso-charset-chars): Likewise.
13314 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13315 charactes as is. Use indent-to to align characters.
13316
13317 * international/mule-cmds.el (find-multibyte-characters): Never
13318 exclude charsets eight-bit-control and eight-bit-graphic.
13319
133202000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13321
13322 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13323 Don't quote lambdas.
13324
13325 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13326
133272000-05-19 Gerd Moellmann <gerd@gnu.org>
13328
13329 * gud.el (gud-jdb-directories): Doc fix.
13330
133312000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13332
13333 * newcomment.el: New file.
13334
133352000-05-19 Gerd Moellmann <gerd@gnu.org>
13336
13337 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13338
133392000-05-18 Andreas Schwab <schwab@suse.de>
13340
13341 * dired.el (dired-between-files): Also skip lines beginning with
13342 `used'.
13343
133442000-05-18 Gerd Moellmann <gerd@gnu.org>
13345
13346 * msb.el (msb-menu-cond): Add choice `user'.
13347
133482000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13349
13350 * ps-print.el: Compatibility, customization and doc fix.
13351 (ps-printer-name-option): Replace defconst by defvar.
13352 (ps-postscript-code-directory): XEmacs compatibility.
13353 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13354 fix.
13355 (ps-user-defined-prologue, ps-print-prologue-header)
13356 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13357 compatibility and code fix.
13358 (ps-print-background-image, ps-print-background-text):
13359 Customization fix.
13360 (ps-line-number-start, ps-n-up-on): New vars.
13361
133622000-05-18 Espen Skoglund <esk@ira.uka.de>
13363
13364 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13365 the indent-comment function to just return the appropriate indent.
13366
133672000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13368
13369 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13370 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13371 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13372
133732000-05-18 Dave Love <fx@gnu.org>
13374
13375 * info.el (Info-fontify-node): Add intangible property as well as
13376 invisible.
13377
13378 * calendar/appt.el (appt-make-list): Match all lines of entry.
13379 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13380
133812000-05-18 Kenichi Handa <handa@etl.go.jp>
13382
13383 * international/mule-diag.el (describe-char-after): Call
13384 internal-char-font, not char-font. If internal-char-font returns
13385 nil, display "-- none --".
13386
133872000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13388
13389 * image.el (image-type-available-p): Don't reference image-types
13390 if it isn't bound.
13391
133922000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13393
13394 * autoarg.el (autoarg-mode): Typo in the :set argument.
13395
133962000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13397
13398 * startup.el (command-line-1): Don't signal an error if the
13399 directory for auto-save-list files does not yet exist.
13400
134012000-05-17 Kenichi Handa <handa@etl.go.jp>
13402
13403 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13404
134052000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * subr.el (remove-hook): `setq' hook-value, not `set'.
13408
134092000-05-16 Sam Steingold <sds@gnu.org>
13410
13411 * info.el (debug-ignored-errors): More errors to ignore.
13412
134132000-05-16 Dave Love <fx@gnu.org>
13414
13415 * cus-edit.el: Don't require cl or easymenu.
13416 (custom-variable-prompt): Test standard-value property, not
13417 user-variable-p.
13418
134192000-05-16 Sam Steingold <sds@gnu.org>
13420
13421 * subr.el (add-hook): `setq' hook-value, not `set'.
13422
134232000-05-16 Gerd Moellmann <gerd@gnu.org>
13424
13425 * startup.el (command-line-1): Mention the FAQ in the startup
13426 message.
13427
13428 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13429
13430 * progmodes/compile.el (compilation-parse-errors): Collect
13431 `nomessage' regexps last.
13432
13433 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13434
13435 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13436 to the function name.
13437
134382000-05-15 Dave Love <fx@gnu.org>
13439
13440 * speedbar.el (speedbar-recenter): Typo.
13441 (speedbar-expand-line): Make arg optional.
13442 (speedbar-mode): Avoid a compiler warning.
13443
134442000-05-15 Gerd Moellmann <gerd@gnu.org>
13445
13446 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13447 user-specified option string is empty.
13448
13449 * mouse.el (mouse-yank-at-click): Doc fix.
13450
134512000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13452
13453 * term/internal.el (IT-character-translations): More updates of
13454 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13455 documents.
13456
134572000-05-15 Gerd Moellmann <gerd@gnu.org>
13458
13459 * env.el (getenv): New function, interactively callable.
13460 (setenv, getenv): Remove autoload cookies.
13461
13462 * loadup.el: Load `env'.
13463
13464 * progmodes/f90.el: Change author's mail address.
13465
134662000-05-14 Dave Love <fx@gnu.org>
13467
13468 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13469 goto-addr as an option.
13470
13471 * help.el (help-xref-stack): Doc fix.
13472 (help-xref-following): New variable.
13473 (help-make-xrefs): Use it.
13474 (help-xref-go-back): Use position information from stack element.
13475 (help-follow): Make position in stack element a pair. Use
13476 help-xref-following.
13477
13478 * autoarg.el: New file.
13479
13480 * faces.el: Declare more functions obsolete.
13481
13482 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13483 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13484 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13485 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13486 Remove all the setup-...-environment functions.
13487
134882000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13489
13490 * speedbar.el: Updated the commentary section. xemacs20p now uses
13491 >= when detecting. Require `defimage' safely.
13492 (speedbar-easymenu-definition-base): Add toggle for images.
13493 (speedbar-easymenu-definition-special): Add flush cache & expand.
13494 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13495 (speedbar-reconfigure-keymaps-hook): New variable.
13496 (speedbar-frame-parameters): Updated documentation.
13497 (speedbar-use-imenu-flag): Updated custom tag
13498 (speedbar-dynamic-tags-function-list): New variable.
13499 (speedbar-tag-hierarchy-method): Updated doc & custom.
13500 (speedbar-indentation-width, speedbar-indentation-width) New
13501 variables.
13502 (speedbar-hide-button-brackets-flag): Customizable.
13503 (speedbar-vc-indicator): Doc update.
13504 (speedbar-ignored-path-expressions): Updated default value.
13505 (speedbar-supported-extension-expressions): Updated default value.
13506 (speedbar-syntax-table): Remove {} paren status.
13507 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13508 as "+". Added overlay aliases.
13509 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13510 `force-mode-line-update'.
13511 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13512 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13513 `mouse-set-point'
13514 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13515 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13516 of arbitrary text, and new helper functions.
13517 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13518 filename finder.
13519 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13520 (speedbar-directory-buttons): Update path search/expansion.
13521 (speedbar-make-tag-line): Pay attention to
13522 `speedbar-indentation-width'. Use more care w/ invisible
13523 properties.
13524 (speedbar-change-expand-button-char): Call
13525 `speedbar-insert-image-button-maybe'.
13526 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13527 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13528 (speedbar-trim-words-tag-hierarchy)
13529 (speedbar-simple-group-tag-hierarchy): New functions
13530 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13531 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13532 functions.
13533 (speedbar-mouse-set-point): New function
13534 (speedbar-power-click): Updated documentation.
13535 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13536 of tag prefix text.
13537 (speedbar-expand-line, speedbar-contract-line): Make more robust
13538 to strange text.
13539 (speedbar-expand-line): Takes universal argument to flush the
13540 cache.
13541 (speedbar-flush-expand-line): New function.
13542 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13543 Use new generator insertion method.
13544 (speedbar-fetch-dynamic-tags): New function.
13545 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13546 `speedbar-fetch-dynamic-imenu'.
13547 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13548 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13549 "Revert Buffer" menu items.
13550 (speedbar-buffer-buttons-engine): Be smarter when creating a
13551 filename tag (for expansion purposes.).
13552 (speedbar-highlight-one-tag-line,
13553 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13554 (speedbar-recenter): New functions.
13555 (defimage-speedbar): Image loading abstraction.
13556 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13557 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13558 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13559 (speedbar-tag-type, speedbar-tag-mail): New images.
13560 (speedbar-expand-image-button-alist): New variable.
13561 (speedbar-insert-image-button-maybe): Insert an image over some
13562 buttons.
13563
135642000-05-13 Kenichi Handa <handa@etl.go.jp>
13565
13566 * international/mule-cmds.el (encode-coding-char): An ASCII
13567 character is always encodable.
13568
13569 * international/mule-conf.el: Add more information in descriptions
13570 of character sets.
13571
13572 * international/mule-diag.el (describe-char-after): New function.
13573 (describe-font-internal): Adjusted for the change of font-info.
13574 (describe-font): Likewise.
13575 (print-fontset): Rewritten for the new fontset implementation.
13576 (describe-fontset): Include fontset alias names in completion.
13577 (list-fontsets): Adjusted for the change of print-fontset.
13578
13579 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13580 describe-char-after instead of displaying the detail in the echo
13581 area.
13582 (syntax-code-table): Format changed.
13583 (string-to-syntax): Adjusted for the above change.
13584
135852000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13586
13587 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13588
135892000-05-12 Dave Love <fx@gnu.org>
13590
13591 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13592 dependence. Use line-{beginning,end}-position, not
13593 point-at{b,e}ol. Some doc fixes.
13594 (todo-position): New function. Fix callers of position to use it.
13595 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13596
135972000-05-12 Gerd Moellmann <gerd@gnu.org>
13598
13599 * time.el (display-time-mail-icon): Use `:ascent center'.
13600
13601 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13602 handling FTP security extensions.
13603
136042000-05-11 Dave Love <fx@gnu.org>
13605
13606 * calendar/todo-mode.el: New file.
13607
136082000-05-11 Gerd Moellmann <gerd@gnu.org>
13609
13610 * comint.el (comint-read-input-ring): Move reference to
13611 comint-input-ring-size outside of the save-excursion. It was
13612 causing the default value to be the only one ever seen.
13613
13614 * font-lock.el: Update copyright. Remove Simon Marshall's email
13615 address on request from him.
13616
13617 * subr.el (substitute-key-definition): Add comment describing
13618 the meaning of PREFIX.
13619
136202000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13621
13622 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13623
13624 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13625 (add-minor-mode): Don't make the variable buffer-local and add a
13626 reference to define-minor-mode in the docstring.
13627
13628 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13629 HEADER/FOOTER and fix bug with trailing empty directory.
13630 (cvs-append-to-ignore): Use vc-editable-p if available.
13631 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13632 (vc-do-command): Tweak advice to handle the new VC.
13633
13634 * log-view.el (log-view-goto-rev): New function for the new VC.
13635 (log-view-minor-wrap): Use mark-active.
13636
13637 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13638 (log-edit-changelog-full-paragraphs): New var.
13639 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13640 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13641 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13642 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13643 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13644 Replace the `cvs' prefix with `log-edit'.
13645
13646 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13647
13648 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13649 (diff-font-lock-defaults): Explicitly turn off multiline.
13650 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13651 (diff-ediff-patch): Fix call to ediff-patch-file.
13652 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13653 Handle comments.
13654
13655 * frame.el (automatic-hscrolling): Typo.
13656
13657 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13658
136592000-05-09 Sam Steingold <sds@goems.com>
13660
13661 * apropos.el (apropos-print): use `describe-face' instead of
13662 `customize-face-other-window'.
13663
136642000-05-09 Dave Love <fx@gnu.org>
13665
13666 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13667
13668 * help.el (describe-variable): Have customize button pop the
13669 help-xref stack when invoked.
13670 (help-xref-symbol-regexp): Add `face'.
13671 (help-make-xrefs): Check for quoted face names and adapt regexp
13672 submatch numbers to cope.
13673 (help-xref-interned): Maybe insert face doc too. Separate
13674 sections with a line of hyphens.
13675
13676 * faces.el: Some doc fixes. Declare some functions obsolete.
13677 (describe-face): Add customize button. Return the help
13678 text. Fix prompt.
13679
136802000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13681
13682 * term/internal.el (IT-character-translations): Fix last change.
13683
136842000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13685
13686 * woman.el: New file
13687 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13688
136892000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13690
13691 * term/internal.el (IT-character-translations): Update ASCII
13692 simulations for greek-iso8859-7, add latin-iso8859-14 and
13693 latin-iso8859-15.
13694
13695 * international/mule-cmds.el (set-language-info-alist): Call
13696 define-prefix-command with 3 arguments, to make the map suitable
13697 for a menu.
13698
136992000-05-07 Dave Love <fx@gnu.org>
13700
13701 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13702
137032000-05-05 Dave Love <fx@gnu.org>
13704
13705 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13706 list in doc string. Don't quote keyword symbols.
13707 * emacs-lisp/cl.el: Likewise
13708 * emacs-lisp/cl-seq.el: Likewise
13709
137102000-05-05 Gerd Moellmann <gerd@gnu.org>
13711
13712 * abbrev.el (abbrev-mode): Make ARG optional.
13713
137142000-05-04 Gerd Moellmann <gerd@gnu.org>
13715
13716 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13717
13718 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13719
13720 * subr.el (substitute-key-definition): Clarify documentation.
13721
137222000-05-04 Milan Zamazal <pdm@freesoft.cz>
13723
13724 * glasses.el (glasses-convert-to-unreadable): Use
13725 `glasses-separator' instead of the hard-wired "_".
13726 (glasses-mode): Call `glasses-make-unreadable' only in a single
13727 place.
13728
137292000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13730
13731 * term/internal.el (cjk-codepages-alist): Add associations for
13732 Chinese and Korean codepages. Remove FIXME comment.
13733
137342000-05-03 Dave Love <fx@gnu.org>
13735
13736 * time.el (display-time-mail-face, display-time-use-mail-icon):
13737 New option.
13738 (display-time-mail-icon): New variable.
13739 (display-time-string-forms): Use the above. Fix the local-map.
13740
137412000-05-03 Gerd Moellmann <gerd@gnu.org>
13742
13743 * replace.el (query-replace-map): Add binding for `E'.
13744 (query-replace-help): Extend help text.
13745 (perform-replace): Allow editing the replacement string.
13746
13747 * make-mode.el (makefile-mode-abbrev-table): New variable.
13748 (makefile-mode): Set local abbrev table to
13749 makefile-mode-abbrev-table.
13750 (makefile-font-lock-keywords): Fontify includes and conditionals.
13751
13752 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13753 set TOGGLE's value.
13754
13755 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13756 mail-interactive-insert-alias.
13757 (mail-abbrev-complete-alias): New command.
13758 (mail-mode-map): Bind it to `M-TAB'.
13759
137602000-05-03 Kenichi Handa <handa@etl.go.jp>
13761
13762 * language/lao-util.el (lao-compose-region): New function.
13763
137642000-05-02 Gerd Moellmann <gerd@gnu.org>
13765
13766 * files.el (recover-session): Make directories as necessary
13767 if they don't exist yet.
13768
13769 * calendar/cal-french.el
13770 (french-calendar-multibyte-special-days-array)
13771 (french-calendar-special-days-array): Change French text.
13772 (calendar-french-date-string): Change output.
13773 (calendar-goto-french-date): Likewise.
13774
137752000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13776
13777 * wid-edit.el (widget-default-active): Obey `:always-active'.
13778 (widget-documentation-string-value-create): Set `:always-active'.
13779
137802000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13781
13782 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13783 default prefix to `~/_emacs.d/auto-save.list/_s'.
13784 (normal-top-level): Create the directory for auto-save files, if
13785 it doesn't already exist (in the ms-dos case only).
13786
137872000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13788
13789 * international/mule-cmds.el (set-language-environment): Don't
13790 concat an integer (dos-codepage), use format instead.
13791
137922000-05-02 Dave Love <fx@gnu.org>
13793
13794 * help.el (help-xref-on-pp): Check for constant symbols.
13795
137962000-04-29 Gerd Moellmann <gerd@gnu.org>
13797
13798 * startup.el (normal-top-level): Put a condition-case around
13799 the code loading subdirs.el.
13800
138012000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13802
13803 * ps-print.el: Upside-down and face background color printing,
13804 line number step, doc fix.
13805 (ps-print-version): New version number (5.2).
13806 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13807 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13808 (ps-spool-config): Var fix.
13809 (ps-printer-name-option): Const fix.
13810 (ps-print-upside-down, ps-use-face-background)
13811 (ps-line-number-step): New vars.
13812 (ps-window-system, ps-lp-system): New consts.
13813 (ps-face-background): New fun.
13814
138152000-04-28 Richard Stallman <rms@gnu.org>
13816
13817 * files.el (make-auto-save-file-name):
13818 Apply auto-save-file-name-transforms to visited file name
13819 before generating auto save file name.
13820 (auto-save-file-name-transforms): New variable.
13821
13822 * files.el (backup-enable-predicate):
13823 Correctly test for a file under a temporary directory.
13824
138252000-04-28 Gerd Moellmann <gerd@gnu.org>
13826
13827 * subr.el (add-minor-mode): Rewritten.
13828
138292000-04-28 Kenichi Handa <handa@etl.go.jp>
13830
13831 * mail/sendmail.el (sendmail-send-it): Set
13832 buffer-file-coding-system to the selected coding system for MIME
13833 header.
13834
138352000-04-27 Gerd Moellmann <gerd@gnu.org>
13836
13837 * dired.el (dired-move-to-filename-regexp): Allow format where
13838 YYYY is followed by two spaces.
13839
13840 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13841 in the second character class of the regexp.
13842
13843 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13844 mh-etc, too.
13845
13846 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13847 nil.
13848
13849 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13850
13851 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13852 argument.
13853
138542000-04-27 Sen Nagata <sen@eccosys.com>
13855
13856 * emacs-lisp/crm.el (crm-completion-table): New variable.
13857 (crm-collection-fn, crm-test-completion)
13858 (completing-read-multiple): Use it.
13859
138602000-04-27 Dave Love <fx@gnu.org>
13861
13862 * help.el (locate-library): Use mapc.
13863 (help-manyarg-func-alist): Add call-process-region.
13864
138652000-04-26 Gerd Moellmann <gerd@gnu.org>
13866
13867 * subr.el (add-minor-mode): Make argument MAP optional.
13868
13869 * desktop.el (desktop-save): Save list of minor modes.
13870 (desktop-create-buffer): Restore minor modes.
13871 (desktop-minor-mode-table): New user-option.
13872
13873 * subr.el (add-minor-mode): New function.
13874
13875 * image.el (find-image): New function.
13876 (defimage): Rewritten to find image at load time.
13877
13878 * startup.el (normal-top-level-add-to-load-path): Handle
13879 case that the default directory is not in load-path.
13880
13881 * help.el: Old patch from Stefan Monnier.
13882 (help-xref-on-pp): New function.
13883 (describe-variable): Use it to display xrefs in a symbol's value.
13884
138852000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13886
13887 * cus-edit.el (custom-face): Fix parenthesis.
13888
138892000-04-26 Kenichi Handa <handa@etl.go.jp>
13890
13891 * mail/rmail.el (rmail-expunge): When there are no deleted
13892 messages, do nothing.
13893
138942000-04-26 Dave Love <fx@gnu.org>
13895
13896 * international/mule-cmds.el (locale-translation-file-name):
13897 Defvar to nil.
13898 (set-locale-environment): Set it here (at runtime).
13899
139002000-04-25 Gerd Moellmann <gerd@gnu.org>
13901
13902 * replace.el (perform-replace): Add parameters START and END. Use
13903 them instead of the check for a region in Transient Mark mode.
13904 (query-replace-read-args): Return two more list elements for the
13905 start and end of the region in Transient Mark mode.
13906 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13907 (map-query-replace-regexp, replace-string, replace-regexp): Add
13908 optional last arguments START and END and pass them to
13909 perform-replace.
13910
13911 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13912 form with additional arguments for perform-replace.
13913
13914 * progmodes/etags.el (tags-query-replace): Add parameters START
13915 and END. Construct a form with additional arguments for
13916 perform-replace.
13917
13918 * simple.el (shell-command): Set default directory for "*Shell
13919 Command Output" buffer.
13920
13921 * language/european.el (iso-latin-4): Fix typo.
13922
13923 * emacs-lisp/crm.el: New file.
13924
139252000-04-24 Dave Love <fx@gnu.org>
13926
13927 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13928 (Custom-reset-saved, Custom-reset-standard)
13929 (custom-group-value-create, custom-group-set, custom-group-save)
13930 (custom-group-reset-current, custom-group-reset-saved)
13931 (custom-group-reset-standard): Use mapc.
13932 (custom-buffer-create-internal): Disable undo when creating items.
13933 Use mapc.
13934 (custom-face): Avoid redundant lambda.
13935
139362000-04-24 Gerd Moellmann <gerd@gnu.org>
13937
13938 * startup.el (auto-save-list-file-prefix): Set default to
13939 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13940
139412000-04-24 Sam Steingold <sds@gnu.org>
13942
13943 * time-stamp.el (time-stamp-string-preprocess): Always convert
13944 `field-result' to a string.
13945
139462000-04-24 Gerd Moellmann <gerd@gnu.org>
13947
13948 * frame.el (scrolling): New group.
13949 (automatic-hscrolling): New user-option.
13950
13951 * startup.el (command-line-x-option-alist): Add `-lsp' and
13952 `--line-spacing'.
13953
139542000-04-19 Dave Love <fx@gnu.org>
13955
13956 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13957 (cl-mapc): Rename from mapc. Fix the funcall.
13958
139592000-04-19 Gerd Moellmann <gerd@gnu.org>
13960
13961 * simple.el (clone-indirect-buffer-other-window): New command.
13962 (clone-indirect-buffer): Add optional arg NORECROD.
13963 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13964
13965 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13966
13967 * window.el (count-screen-lines): New function.
13968 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13969 instead of window-buffer-height.
13970
13971 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13972 non-existing variable comint-input-sentinel.
13973 (inferior-lisp-args-to-list): Removed.
13974 (inferior-lisp): Use split-string instead of
13975 inferior-lisp-args-to-list.
13976
13977 * hexl.el (hexl-insert-hex-string): New command.
13978
13979 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13980 instead of concat.
13981
139822000-04-18 Gerd Moellmann <gerd@gnu.org>
13983
13984 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13985 at the start of an existing but empty folder.
13986
139872000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13988
13989 * ps-mule.el: Customization fix, doc fix.
13990 (ps-multibyte-buffer): Customization fix.
13991
139922000-04-17 Richard M. Stallman <rms@gnu.org>
13993
13994 * subr.el (read-passwd): Use read-char-exclusive.
13995
139962000-04-17 Gerd Moellmann <gerd@gnu.org>
13997
13998 * textmodes/texinfo.el (texinfo-insert-@email)
13999 (texinfo-insert-@emph, texinfo-insert-@quotation)
14000 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14001 (texinfo-mode-map): Add key bindings for them.
14002
14003 * files.el (basic-save-buffer-2): Use a template with `$'
14004 instead of `#' for VMS.
14005
14006 * simple.el (clone-indirect-buffer): New function.
14007
140082000-04-16 Stephen Eglen <stephen@gnu.org>
14009
14010 * iswitchb.el (iswitchb-case): New function. If the user input
14011 contains any upper-case characters, the search is made
14012 case-sensitive.
14013
140142000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14015
14016 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14017 comment-end.
14018 (texinfo-font-lock-syntactic-keywords): New var.
14019 (texinfo-font-lock-keywords): Remove comment regexp.
14020 (texinfo-insert-block): New function.
14021 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14022 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14023 and font-lock-defaults. Use regexp-opt for outline-regexp.
14024 (texinfo-environments): New var.
14025 (texinfo-environment-regexp): Use regexp-opt and
14026 texinfo-environments.
14027
14028 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14029 ispell-process is bound since this might be eval'd before ispell
14030 is loaded.
14031 (ispell-message): Use a tiny bit less magic and a bit more hard
14032 data to figure out what kind of sc-cite-regexp to use.
14033
14034 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14035
14036 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14037 (insert-cyclic-diary-entry): Unquote the lambda.
14038
14039 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14040
14041 * files.el (backup-enable-predicate): Unquote the lambda.
14042
14043 * cus-edit.el (custom-face, face): Unquote the lambda.
14044
140452000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14046
14047 * ps-print.el: Check for line-beginning-position definition.
14048
14049 * ps-print.el: Fix counting lines in a region.
14050 (ps-print-version): New version number (5.1.5).
14051 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14052 (ps-printing-region): Fun code fix.
14053
140542000-04-15 Gerd Moellmann <gerd@gnu.org>
14055
14056 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14057 to file-directory-p.
14058
140592000-04-14 Gerd Moellmann <gerd@gnu.org>
14060
14061 * gud.el (gud-jdb-build-source-files-list): Check that directory
14062 exists before calling directory-files.
14063
140642000-04-13 Dave Love <fx@gnu.org>
14065
14066 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14067 syntax.
14068
14069 * emacs-lisp/cl-specs.el: Remove when, unless.
14070
14071 * emacs-lisp/cl-extra.el: Don't quote keywords.
14072 (cl-old-mapc): New variable.
14073 (mapc): Use it.
14074 (cl-map-intervals): Use with-current-buffer. Don't check for
14075 next-property-change.
14076 (cl-map-overlays): Use with-current-buffer.
14077 (cl-expt): Remove.
14078 (copy-tree, remprop): Define unconditionally.
14079
14080 * emacs-lisp/cl-compat.el (keywordp): Remove.
14081
14082 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14083 to use keywordp.
14084 (edebug-spec): Enable keywordp.
14085
14086 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14087 string-lessp.
14088
14089 * cus-start.el: Use keywordp.
14090
140912000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14092
14093 * diary-lib.el (include-other-diary-files): Fix the fix of
14094 2000-02-18 by doing a save-excursion.
14095
140962000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14097
14098 * ps-print.el: Customization fix, doc fix.
14099 (ps-print-version): New version number (5.1.4).
14100 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14101 (ps-print-preprint): Adjust code.
14102 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14103 (ps-print-prologue-header, ps-print-control-characters)
14104 (ps-spool-config): Customization fix.
14105
141062000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14107
14108 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14109 converted to the new menu-item format, names silightly changed,
14110 help strings added.
14111
14112 Support for spelling without async subprocesses:
14113
14114 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14115 (ispell-session-buffer): New variables.
14116 (ispell-start-process, ispell-process-status,
14117 ispell-accept-output, ispell-send-string): New functions, for
14118 Ispell invocation when async subprocesses aren't supported.
14119 (ispell-word, ispell-pdict-save, ispell-command-loop,
14120 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14121 to process-send-string with calls to ispell-send-string, and
14122 accept-process-output with ispell-accept-output.
14123 (ispell-init-process): Call ispell-process-status instead of
14124 process-status with.
14125 (ispell-init-process): Call ispell-start-process. Call
14126 ispell-accept-output and ispell-send-string. Don't call
14127 process-kill-without-query and kill-process if they are unbound.
14128 (ispell-async-processp): New function.
14129
141302000-04-12 Dave Love <fx@gnu.org>
14131
14132 * info.el: Add debug-ignored-errors.
14133 (Info-mode-menu): Add some items.
14134 (Info-directory): Add autoload cookie.
14135
14136 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14137 Modify `truncate-lines'. Make `describe-language-environment'
14138 always visible and add help. Modify `describe-key' help. Invoke
14139 Info-directory from `info'. New entry `emacs-manual'.
14140
141412000-04-10 Gerd Moellmann <gerd@gnu.org>
14142
14143 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14144 propertized-buffer-identification.
14145 (ebrowse-update-member-buffer-mode-line): Likewise.
14146 (ebrowse--mode-strings): Removed.
14147 (ebrowse--mode-line-props): Removed.
14148
14149 * files.el (auto-mode-alist): Add `EBROWSE'.
14150
14151 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14152 space before testing for end of buffer.
14153 (ebrowse-load): Removed.
14154 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14155 (ebrowse-create-tree-buffer): Rewritten.
14156 (ebrowse-tree-mode): Read tree from buffer.
14157
14158 * progmodes/ebrowse-ffh.el: Removed.
14159
141602000-04-10 Kenichi Handa <handa@etl.go.jp>
14161
14162 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14163
141642000-04-10 Gerd Moellmann <gerd@gnu.org>
14165
14166 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14167 at the wrong place.
14168
141692000-04-09 Dave Love <fx@gnu.org>
14170
14171 * files.el (backup-enable-predicate): Use
14172 temporary-file-directory, small-temporary-file-directory.
14173 (make-backup-file-name-function, backup-directory-alist): New
14174 variables.
14175 (make-backup-file-name-1): New function.
14176 (make-backup-file-name): Use it.
14177 (find-backup-file-name): Likewise. Use format for clarity, not
14178 concat.
14179 (file-newest-backup): Use make-backup-file-name.
14180
141812000-04-09 Gerd Moellmann <gerd@gnu.org>
14182
14183 * progmodes/ebrowse-ffh.el: New file.
14184
14185 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14186 to ebrowse-ffh.el.
14187 (ebrowse-load): Add autoload.
14188
14189 * finder.el (finder-commentary): Add autoload cookie.
14190
14191 * mail/rfc2368.el: Correct author's email address.
14192
14193 * progmodes/ebrowse.el: New file.
14194
14195 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14196 item help string.
14197 (easy-menu-do-add-item): Ditto.
14198 (easy-menu-define): Extend doc string.
14199
14200 * jit-lock.el (with-buffer-unmodified): Use
14201 restore-buffer-modified-p.
14202 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14203 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14204 with-buffer-unmodified.
14205
142062000-04-08 Dave Love <fx@gnu.org>
14207
14208 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14209 unless, when.
14210
142112000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14212
14213 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14214 (viper-flash-search-pattern): No operation when using Emacs
14215 doesn't support face.
14216 Use `viper-put-on-search-overlay'.
14217
142182000-04-04 Gerd Moellmann <gerd@gnu.org>
14219
14220 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14221 like C-r.
14222
14223 * progmodes/make-mode.el: Some doc fixes.
14224 (makefile-mode-abbrev-table): New variable.
14225 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14226 (makefile-font-lock-keywords): Fontify includes and conditionals.
14227 (toplevel): Require `dabbrev' and `add-log' when compiling.
14228
14229 * replace.el (perform-replace): Don't move forward one char
14230 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14231 to do that because it leaves point 1 position after the last
14232 replacement, after everything has been replaced.
14233
14234 * jit-lock.el (with-buffer-unmodified): New macro.
14235 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14236 modified state.
14237 (jit-lock-function-1): Extracted from jit-lock-function; not
14238 preserving buffer's modified state.
14239 (jit-lock-function, jit-lock-stealth-fontify): Call
14240 jit-lock-function-1.
14241
14242 * mail/rfc2368.el: Remove supernumerary copyright line.
14243
142442000-04-04 Milan Zamazal <pdm@freesoft.cz>
14245
14246 * glasses.el: Provide facilities for inserting space before left
14247 parentheses and uncapitalization of identifiers.
14248 (glasses-mode): Try to remove old overlays in all cases.
14249
142502000-04-03 Gerd Moellmann <gerd@gnu.org>
14251
14252 * progmodes/compile.el (compile-internal): Display the compilation
14253 buffer in a different frame, if it's already displayed there.
14254
14255 * mail/rfc2368.el: New file.
14256
14257 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14258 header and insert its value as mail body.
14259
14260 * subr.el (member-ignore-case): New function.
14261
14262 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14263 (dabbrev--find-expansion): Ignore buffers matching a regexp
14264 from dabbrev-ignored-regexps.
14265
14266 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14267 to extensions handled by gzip.
14268
142692000-04-03 Richard M. Stallman <rms@gnu.org>
14270
14271 * files.el (insert-directory): List the total free space
14272 along with the used space.
14273
14274 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14275 line is followed by one that matches CITATION-REGEXP, end the
14276 paragraph.
14277
142782000-04-03 Markus Rost <rost@delysid.gnu.org>
14279
14280 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14281 (rmail-make-basic-summary-line): Use that option.
14282
142832000-04-03 Kenichi Handa <handa@etl.go.jp>
14284
14285 * international/mule-cmds.el (encoded-string-description):
14286 Rewritten. Try pretty description for ISO 2022 escape sequences
14287 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14288 for hexadecimal format.
14289
142902000-04-01 Dave Love <fx@gnu.org>
14291
14292 * cpp.el: Change customization group to `c' from `C'.
14293
14294 * vcursor.el (vcursor-move): Use display-color-p.
14295
14296 * international/mule-util.el: Provide mule-utils.
14297 (string-to-sequence): Simplify and speed up.
14298
14299 * international/mule.el (make-coding-system): Purecopy doc-string.
14300
14301 * international/mule-cmds.el: Various menu changes.
14302 (describe-specified-language-support): Handle `Default'.
14303 (set-language-info): Purecopy `info'.
14304
143052000-03-31 Andrew Innes <andrewi@gnu.org>
14306
14307 * vc.el (vc-backend-diff): Return the correct status if we had to
14308 retry the rcsdiff command without the --brief option.
14309
143102000-03-31 Dave Love <fx@gnu.org>
14311
14312 * help.el (help-manyarg-func-alist): Correct several omissions.
14313
14314 * add-log.el: Don't require cl, fortran.
14315 (add-log-current-defun-function): Doc fix.
14316 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14317 fix.
14318 (change-log-version-rcs): Function deleted.
14319 (change-log-version-number-search): Doc fix. Use
14320 vc-workfile-version. Avoid CL dolist.
14321 (add-change-log-entry): Just call add-log-current-defun to get
14322 defun. Simplify somewhat.
14323 (change-log-get-method-definition-1): Likewise.
14324 (add-log-current-defun): Return nil if calling
14325 add-log-current-defun-function does so. Move Fortran stuff to
14326 fortran.el. Return string without properties.
14327
14328 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14329 and :alpha: char classes.
14330
14331 * mail/supercite.el: Defvar curline when compiling.
14332 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14333 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14334 rather than a-zA-Z0-9 to allow non-ASCII characters.
14335
143362000-03-31 Gerd Moellmann <gerd@gnu.org>
14337
14338 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14339
14340 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14341 Re-enable new code.
14342
14343 * lpr.el (print-region-1): Use -d to specify printer name for
14344 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14345
143462000-03-31 Dave Love <fx@gnu.org>
14347
14348 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14349 for function definition in symbol's function value slot first
14350 instead of first consulting byte-compile-function-environment.
14351
143522000-03-31 Kenichi Handa <handa@etl.go.jp>
14353
14354 * language/european.el ("Polish"): New language environment.
14355 (setup-polish-environment): New function.
14356
143572000-03-30 Gerd Moellmann <gerd@gnu.org>
14358
14359 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14360 Disable new code.
14361
14362 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14363 trying to `load' the symbol of an autoload instead of the file
14364 recorded in the autoload. Fix error messages.
14365
143662000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14367
14368 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14369 (ps-print-version): New version number (5.1.3).
14370 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14371 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14372 (ps-generate-postscript-with-faces): Code fix.
14373 (ps-color-values): XEmacs compatibility.
14374 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14375 (ps-default-fg, ps-default-bg): Adjust customization.
14376 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14377 (ps-color-scale): Renaming old ps-color-value fun.
14378 (ps-print-headers): Replace ps-print-header group to avoid conflict
14379 with ps-print-header variable.
14380 (ps-print-miscellany): New group.
14381 (ps-format-color, ps-rgb-color): New funs.
14382 (ps-default-foreground): New var.
14383 (ps-printer-name-option): New const.
14384
143852000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14386
14387 * net/net-utils.el:
14388 (network-connection-host, network-connection-service): New variables
14389 (network-connection-mode): New mode, derived from comint-mode
14390 (network-connection-mode-setup): New function, saves host and
14391 service information in local variables.
14392
14393 * lisp/locate.el:
14394 (locate-word-at-point): Added this function
14395 (locate): Default to using locate-word-at-point as input
14396 Run dired-mode-hook
14397
143982000-03-29 Dave Love <fx@gnu.org>
14399
14400 * calendar/appt.el: Doc fixes.
14401 (appt-check): Convert min-to-app to a string before passing to
14402 appt-disp-window-function or concat.
14403 (appt-delete-window): Remove test for frame-root-window.
14404 (appt-select-lowest-window, appt-convert-time): Simplify.
14405
14406 * emacs-lisp/bytecomp.el: Doc fixes.
14407 (byte-compile-file-form-autoload): Update
14408 byte-compile-function-environment.
14409
144102000-03-29 Andreas Schwab <schwab@suse.de>
14411
14412 * emacs-lisp/autoload.el: Also print defsubst doc string
14413 specially.
14414
14415 * dired.el (dired-insert-directory): If dired-free-space-program
14416 failed just delete its output.
14417
144182000-03-29 Dave Love <fx@gnu.org>
14419
14420 * international/iso-cvt.el: Move provide to end. Doc fixes.
14421 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14422 (iso-iso2sgml, iso-sgml2iso): New functions.
14423 (iso-cvt-define-menu): Fix some entries and use backquote for
14424 clarity.
14425
14426 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14427
144282000-03-28 Gerd Moellmann <gerd@gnu.org>
14429
14430 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14431 ISO-DATE. If non-nil, return date in ISO 8601 format.
14432
144332000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14434
14435 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14436 if it ever becomes used.
14437 (log-edit-mode-hook): Default to vc-log-mode-hook.
14438 (log-edit-mode): Fix the docstring.
14439
14440 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14441 the code.
14442
144432000-03-26 Dave Love <fx@gnu.org>
14444
14445 * net/browse-url.el (browse-url): Re-fix case of
14446 browse-url-browser-function being an alist.
14447 (browse-url): Add :link to defgroup.
14448
14449 * files.el: Doc fixes.
14450 (file-truename): Include `[' in wildcard characters.
14451 (automount-dir-prefix): Customize.
14452 (find-file-wildcards): Add :version.
14453 (find-file-noselect): Simplify a mapcar call.
14454
14455 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14456 compatible with inf-lisp version.
14457 (eval-defun-1): Fix custom-declare-variable case.
14458
144592000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14460
14461 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14462
144632000-03-24 Gerd Moellmann <gerd@gnu.org>
14464
14465 * Makefile (COMPILE_FIRST): New macro.
14466 (compile-files): Compile files from COMPILE_FIRST first.
14467
14468 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14469 code.
14470
14471 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14472 matching open parenthesis in column 0 to defun-prompt-regexp
14473 only if open-paren-in-column-0-is-defun-start is set.
14474
14475 * sun-curs.el: Require CL at compile-time only.
14476
14477 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14478 instead of copy-list which is a function from CL.
14479 (msb--choose-menu, msb--mode-menu-cond)
14480 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14481 (msb--init-file-alist): Use mapcar instead of mapcan.
14482 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14483 `(' in column 0 in doc string.
14484 (msb--add-separators): Use mapcar instead of mapcan.
14485
14486 * cus-dep.el: Require CL at compile-time only.
14487
144882000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14489
14490 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14491 (byte-compile-warnings): New warning `noruntime'.
14492 (byte-compile-constants, byte-compile-variables): Fix docstring.
14493 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14494 execute `eval-whenc-compile's body.
14495 (byte-compile-unresolved-functions): Fix docstring.
14496 (byte-compile-eval): New function.
14497 (byte-compile-callargs-warn): Check if the function will be available
14498 at runtime (via property `byte-compile-noruntime').
14499 (byte-compile-print-syms): New function.
14500 (byte-compile-warn-about-unresolved-functions): Also warn about
14501 `noruntime' functions (and use `byte-compile-print-syms').
14502 (byte-compile-file): Capitalize the message.
14503
145042000-03-24 Gerd Moellmann <gerd@gnu.org>
14505
14506 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14507 (rmail-expunge): Ask for confirmation depending on the setting
14508 of rmail-confirm-expunge.
14509
145102000-03-23 Gerd Moellmann <gerd@gnu.org>
14511
14512 * Makefile (bootstrap-clean): If $(emacs) exists, build
14513 loaddefs.el first. A loaddefs.el that's not up-to-date might
14514 cause a bootstrap failure because things don't autoload as
14515 expected.
14516
145172000-03-23 Dave Love <fx@gnu.org>
14518
14519 * net/browse-url.el: Restore previous use of
14520 browse-url-maybe-new-window.
14521
145222000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14523
14524 * ps-print.el: Skip banner page fix.
14525 (ps-print-version): New version number (5.1.2).
14526 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14527
145282000-03-23 Dave Pearson <davep@davep.org>
14529
14530 * net/quickurl.el Changed the type of parameter passed to the
14531 function defined by `quickurl-format-function'. Before only the
14532 text of the URL was passed. Now the whole URL structure is passed
14533 and the function is responsible for extracting the parts it
14534 requires. Changed the default of `quickurl-format-function'
14535 accordingly.
14536 (quickurl-insert): Changed the `funcall' of
14537 `quickurl-format-function' to match the above change.
14538 (quickurl-list-insert): Changed the `url' case so that it makes
14539 use of `quickurl-format-function', previous to this the format was
14540 hard wired.
14541
145422000-03-22 Gerd Moellmann <gerd@gnu.org>
14543
14544 * startup.el: Change some spellings for the X Window System.
14545
145462000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14547
14548 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14549 up the code and the regexp and make sure the cursor is temporarily
14550 moved to the suspicious line while querying the user.
14551
145522000-03-22 Jason Rumney <jasonr@gnu.org>
14553
14554 * w32-fns.el (w32-charset-info-alist): Initialize.
14555
145562000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14557
14558 * ps-print.el: N-up last page fix.
14559 (ps-print-version): New version number (5.1.1).
14560 (ps-end-file, ps-end-job, ps-generate): Code fix.
14561
145622000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14563
14564 * files.el (find-file-run-dired): Update docstring.
14565 (find-directory-functions): New hook.
14566 (find-file-noselect): Run find-directory-functions rather than
14567 calling dired directly.
14568
14569 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14570
14571 * pcvs.el: Add a minimal leading commentary.
14572 (cvs-make-cvs-buffer): Change the header part by removing the startup
14573 message and adding a `Module' entry. Also replace the FOOTER and
14574 HEADER special fileinfos with the new support in ewoc for updating
14575 its own footer and header.
14576 (cvs-update-header): Update to use the header/footer of the ewoc.
14577 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14578 (cvs-is-within-p): New function.
14579 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14580 to only examine some subset of the buffers.
14581
14582 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14583 `format' instead of our own ad-hoc functions.
14584 Remove HEADER and FOOTER cases, now handled in the EWOC.
14585 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14586
14587 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14588 output to avoid scaring the user.
14589 (cvs-parse-table): Catch message for non-up-to-date commits.
14590
14591 * pcvs-defs.el (cvs-startup-message): Remove.
14592 (cvs-global-menu): New autoloaded menu.
14593
14594 * pcvs-util.el (cvs-string-fill): Remove.
14595
14596 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14597 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14598 PP part of it and also make it work for footers and headers.
14599 (ewoc-create): Drop POS and BUFFER arguments.
14600 Use the DLL's dummy node to store the end-of-footer position.
14601 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14602 (ewoc-refresh): Remove unused `header' variable.
14603 (ewoc-(get|set)-hf): New functions.
14604
14605 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14606 log-view-*-(message|file) and use easy-mmode-define-navigation.
14607 (log-view-message-re): Match SCCS format as well.
14608 And match the revision line rather than the dashed separator line.
14609 (log-view-mode): Use the new define-derived-mode.
14610 (log-view-current-tag): Fill in with an actual implementation.
14611
14612 * cvs-status.el (cvs-status-(prev|next)): Rename from
14613 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14614 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14615 to let the output "breathe" a little more (more readable).
14616 (cvs-status-mode): Use the new define-derived-mode.
14617
14618 * smerge-mode.el (smerge-auto-leave): New function and variable.
14619 (smerge-basic-map): Rename from smerge-basic-keymap.
14620 Change the bindings for smerge-diff-*.
14621 (smerge-*-map): Use easy-mmode-defmap.
14622 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14623 (smerge-keep-*): Use smerge-auto-leave.
14624
146252000-03-21 Jason Rumney <jasonr@gnu.org>
14626
14627 * cus-edit.el (custom-button-face): Use 3D look for w32.
14628 (custom-button-pressed-face): Likewise.
14629
146302000-03-21 Gerd Moellmann <gerd@gnu.org>
14631
14632 * progmodes/etags.el (tags-case-fold-search): New user-option.
14633 (tags-loop-eval): New function. Bind case-fold-search around eval
14634 depending on the value of tags-case-fold-search.
14635 (tags-loop-continue): Use tags-loop-eval.
14636 (find-tag-in-order): Bind case-fold-search depending on the value
14637 of tags-case-fold-search.
14638
146392000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14640
14641 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14642 (diff-end-of-hunk): Return the end position for use in
14643 `easy-mmode-define-navigation'.
14644 (diff-recenter): Remove.
14645 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14646 of `easy-mmode-define-navigation'.
14647 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14648 previous renaming) and fix to use new names.
14649 (diff-merge-strings): Use \n as separator: simpler, faster.
14650 (diff-mode): Use `define-derived-mode'.
14651
14652 * derived.el (define-derived-mode): Don't autoload anymore.
14653 Prefer the macro-only version provided by easy-mmode.el.
14654
14655 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14656 `easy-mmode-define-derived-mode'.
14657 Use `combine-run-hooks'.
14658 (easy-mmode-define-navigation): New macro.
14659
14660 * subr.el (combine-run-hooks): New function.
14661
146622000-03-21 Kenichi HANDA <handa@etl.go.jp>
14663
14664 * term/x-win.el: Fontsets related initialization is simplified.
14665
14666 * international/mule-diag.el (describe-font): Don't refer to
14667 global-fontset-alist, instead call font-list.
14668 (describe-fontset, list-fontsets, mule-diag): Likewise.
14669 (print-fontset): Adjusted for the change of fontset
14670 implementation.
14671
14672 * international/fontset.el (x-charset-registries): Variable
14673 removed, instead the corresponding data is stored in the default
14674 fontset.
14675 (register-alternate-fontnames): Function removed.
14676 (resolved-ascii-font): Variable removed.
14677 (x-compose-font-name): Ignore the second argument REDOCE.
14678 (x-complement-fontset-spec): Complement only an ASCII font and
14679 element for those charsets than can use that ASCII font.
14680 (generate-fontset-menu): Don't refer to global-fontset-alist,
14681 instead call fontset-list.
14682 (uninstantiated-fontset-alist): Variable removed.
14683 (x-style-funcs-alist): Likewise.
14684 (fontset-default-styles): Likewise.
14685 (x-modify-font-name): Function removed.
14686 (create-fontset-from-fontset-spec): Ignore the argument
14687 STYLE-VARIANT.
14688 (create-fontset-from-ascii-font): Docsting adjusted for the above
14689 change.
14690 (instantiate-fontset, resolve-fontset-name): Functions removed.
14691 (fontset-list): Now implemented by C code.
14692
14693 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14694 (describe-face): Include `font' attribute in the description.
14695
146962000-03-21 Kenichi Handa <handa@etl.go.jp>
14697
14698 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14699
147002000-03-20 Gerd Moellmann <gerd@gnu.org>
14701
14702 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14703 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14704 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14705
14706 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14707 about behavior of set-buffer-modified-p wrt redisplay.
14708
147092000-03-19 Richard M. Stallman <rms@gnu.org>
14710
14711 * view.el (view-mode-disable): Kill local binding of view-read-only.
14712
147132000-03-18 Gerd Moellmann <gerd@gnu.org>
14714
14715 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14716 is a string, convert it to a syntax cell using string-to-syntax.
14717
14718 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14719 (string-to-syntax): New function.
14720
14721 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14722 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14723 try to use passive ftp mode.
14724
147252000-03-17 Gerd Moellmann <gerd@gnu.org>
14726
14727 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14728
14729 * simple.el (append-to-buffer): Update point of windows after
14730 insertion.
14731
14732 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14733 forward then moving backward. Reindent.
14734
14735 * frame.el (other-frame): Call x-focus-frame only if
14736 focus-follows-mouse is off.
14737
147382000-03-17 Dave Love <fx@gnu.org>
14739
14740 * pcvs-util.el (cvs-strings->string): Rename
14741 replace-regexps-in-string.
14742
147432000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14744
14745 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14746 regexp for labels cannot span several lines.
14747
14748 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14749 `(setq :<key> ':<key>)' to the macro expansion.
14750
147512000-03-16 Dave Love <fx@gnu.org>
14752
14753 * progmodes/f90.el (f90): Put custom group under `languages', not
14754 `fortran'.
14755 (f90-mode-hook): Customize.
14756 (f90-mode): Set add-log-current-defun-function.
14757 (f90-current-defun): New function.
14758
147592000-03-16 Gerd Moellmann <gerd@gnu.org>
14760
14761 * cus-edit.el (custom-variable-tag-face): Handle case that
14762 default face's height is not a number.
14763 (custom-face-tag-face, custom-group-tag-face-1)
14764 (custom-group-tag-face): Ditto.
14765 (custom-group-tag-face-1): Add :group.
14766
14767 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14768
147692000-03-15 Gerd Moellmann <gerd@gnu.org>
14770
14771 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14772 requiring easymenu.
14773
147742000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14775
14776 * ps-print.el: PostScript user-defined prologue, PostScript error
14777 handler, doc fix.
14778 (ps-print-version): New version number (5.1).
14779 (ps-user-defined-prologue, ps-error-handler-message)
14780 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14781 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14782 (ps-insert-string): New function.
14783
147842000-03-15 Kenichi Handa <handa@etl.go.jp>
14785
14786 * international/ccl.el (ccl-compile-expression): Don't generate
14787 invalid self-assignment code.
14788
147892000-03-14 Dave Love <fx@gnu.org>
14790
14791 * subr.el (replace-regexp-in-string): Renamed from
14792 replace-regexps-in-string. Doc fix.
14793
147942000-03-12 Dave Love <fx@gnu.org>
14795
14796 * cus-edit.el: Doc fixes.
14797 (customize-set-variable, customize-save-variable): Rename args for
14798 doc.
14799 (custom-variable-tag-face, custom-face-tag-face)
14800 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14801 style which user identify as hyperlink.
14802 (hook): Don't add undefined functions to the hook.
14803 (debug-ignored-errors): Transfer message from bindings.el.
14804
148052000-03-12 Gerd Moellmann <gerd@gnu.org>
14806
14807 * recentf.el (recentf-keep-non-readable-files-p): Remove
14808 double/nested definition.
14809
148102000-03-12 Dave Love <fx@gnu.org>
14811
14812 * facemenu.el (facemenu-get-face): Use display-color-p.
14813 * enriched.el (enriched-decode-foreground): Likewise.
14814 (enriched-decode-background): Likewise.
14815 * isearch.el (isearch-highlight): Likewise.
14816 * info-look.el (info-lookup): Likewise.
14817 * simple.el (completion-setup-function): Likewise.
14818
14819 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14820 :options.
14821
14822 * bindings.el (mode-line-format): Fix line-number and
14823 column-number items. Add help-echo for the background.
14824 (mode-line-mule-info): Modify help-echo.
14825
14826 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14827
14828 * files.el (load-file): Allow completion to .elc.
14829
14830 * man.el: Doc fixes.
14831 (Man-init-defvars): Use display-color-p to set fontification.
14832
14833 * play/hanoi.el (hanoi-internal): Don't use oddp.
14834
148352000-03-12 Gerd Moellmann <gerd@gnu.org>
14836
14837 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14838
14839 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14840
148412000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14842
14843 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14844 Fix comment.
14845
148462000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14847
14848 * font-lock.el (font-lock-keywords): Fix the doc now that
14849 regexp-opt-depth is unnecessary.
14850 (save-buffer-state): Set an edebug spec.
14851 (font-lock-fontify-anchored-keywords): Properly handle the case when
14852 the matcher goes past the limit.
14853
14854 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14855 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14856
14857 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14858 dll.el and cookie.el (from Elib) with heavy renaming and other
14859 massaging.
14860
14861 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14862 Autoload the functions used.
14863 (easy-mmode-define-syntax): Fix CL typo.
14864 (easy-mmode-define-derived-mode): Improve the docstring generation.
14865
148662000-03-10 Gerd Moellmann <gerd@gnu.org>
14867
14868 * textmodes/texinfo.el (texinfo-version): Variable and function
14869 removed.
14870
148712000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14872
14873 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14874 allow more flexibility.
14875 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14876 fns.
14877 (easy-mmode-defmap, easy-mmode-defsyntax)
14878 (easy-mmode-define-derived-mode): New macros.
14879
148802000-03-09 Didier Verna <didier@xemacs.org>
14881
14882 * rect.el (replace-rectangle): New function.
14883
148842000-03-09 Dave Love <fx@gnu.org>
14885
14886 * progmodes/fortran.el (fortran-comment-line-start): Define as
14887 "C".
14888 (fortran-comment-line-start-skip): Don't match cpp stuff.
14889 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14890 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14891 (fortran-mode): Don't set fortran-comment-line-start-skip,
14892 fortran-comment-line-start here. Set comment-start,
14893 add-log-current-defun.
14894 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14895 (fortran-current-defun): New function.
14896
148972000-03-09 Gerd Moellmann <gerd@gnu.org>
14898
14899 * emacs-lisp/re-builder.el: New file.
14900
14901 * mouse.el (mouse-drag-region): Don't run up-event handler
14902 if hscroll has changed.
14903
14904 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14905 builtin operators, use `font-lock-builtin-face' for Emacs and
14906 `font-lock-preprocessor-face' otherwise.
14907
14908 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14909 `(defun (setf foo)' differently.
14910
149112000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14912
14913 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14914 (regexp-opt): Update comment and adapt the code the new meaning of
14915 the `paren' argument of regex-opt-group for shy-groups.
14916 (regexp-opt-depth): Handle shy groups as well as backslashed
14917 backslashes.
14918 (regexp-opt-group): Turn the leading comment into a docstring.
14919 Allow `paren' to be a string (the string to use to open a group).
14920 Remove open-presuf and close-presuf. Instead of checking for `all
14921 one-char' and then later on check for `several one-char', handle
14922 both cases close together. Also apply a more generic algorithm
14923 for suffixes (the mirror image of the algorithm used for
14924 prefixes). Use shy-groups. Use nreverse rather than reverse.
14925 (regexp-opt-try-suffix): Removed.
14926
14927 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14928 from comint-mode-map, so we can just inherit from it. Also, move
14929 the initialization into the `defvar' since there's no docstring
14930 anyway and it's fairly short.
14931 (inferior-scheme-mode): Define it as derived-mode: the code is
14932 shorter and this way we inherit from comint-mode-map rather than
14933 copying it.
14934
14935 * subr.el (replace-regexps-in-string): Properly handle the case
14936 where we match an empty string.
14937
14938 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14939 when the command has a directory component (such as "./testml").
14940 Also fix a typo in the comment.
14941
149422000-03-08 Gerd Moellmann <gerd@gnu.org>
14943
14944 * Makefile (compile-files): Compile files one by one because
14945 that's the only way to ensure a clean compilation environment for
14946 each individual file.
14947
14948 * frame.el (other-frame): Call x-focus-frame.
14949
149502000-03-07 Dave Love <fx@gnu.org>
14951
14952 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14953 :require to defcustom.
14954
14955 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14956 lists.
14957
14958 * files.el (auto-mode-alist): Add configure.in.
14959
14960 * progmodes/autoconf.el: New file.
14961
149622000-03-07 Gerd Moellmann <gerd@gnu.org>
14963
14964 * mail/mh-e.el: Change maintainer to `none'.
14965
14966 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14967 to remove-hook and add-hook.
14968
149692000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14970
14971 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14972 it as the default.
14973 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14974 (sendmail-send-it): Conditionally add MIME headers specifying the
14975 used character set.
14976
149772000-03-07 Dave Love <fx@gnu.org>
14978
14979 * winner.el: Fix keywords, autoload cookies. Split
14980 eval-when-compile form to avoid compilation failure.
14981
149822000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14983
14984 * international/mule.el: Modify comment about coding system
14985 property `coding-category'.
14986 (make-coding-system): New argument EOL-TYPE. Pay attention to
14987 coding-category property of PROPERTIES.
14988
14989 * international/mule-conf.el (coding-category-utf-8,
14990 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14991 categories. Include them in the argument for set-coding-priority.
14992
14993 * international/mule-cmds.el (reset-language-environment): Include
14994 coding-category-utf-8, coding-category-utf-16-be, and
14995 coding-category-utf-16-le in the argument for set-coding-priority.
14996 (reset-language-environment): Initialize coding-category-utf-8,
14997 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14998
149992000-03-06 Karl Fogel <kfogel@red-bean.com>
15000
15001 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15002 code abstracted out of `bookmark-jump-noselect'. Now tries info
15003 extensions as well as compression extensions.
15004 (bookmark-jump-noselect): Use above new func.
15005
150062000-03-03 Gerd Moellmann <gerd@gnu.org>
15007
15008 * strokes.el: Change maintainer's mail address.
15009
150102000-03-03 Kenichi Handa <handa@etl.go.jp>
15011
15012 * international/mule-diag.el (list-character-sets): Make help-echo
15013 string by substitute-command-keys.
15014 (list-character-sets): Likewise.
15015 (sort-listed-character-sets): Call help-setup-xref.
15016
150172000-03-02 Gerd Moellmann <gerd@gnu.org>
15018
15019 * time.el (display-time-mail-file): Add `none' to the list of
15020 choices.
15021
150222000-03-01 Dave Love <fx@gnu.org>
15023
15024 * help.el (help-xref-go-back): Don't try to set position.
15025
15026 * international/mule-diag.el (list-character-sets): Call
15027 help-setup-xref. Add help-echo to xrefs.
15028 (list-character-sets-1): Add help-echo to xrefs.
15029
150302000-03-02 Gerd Moellmann <gerd@gnu.org>
15031
15032 * frame.el (blink-cursor-mode): Switch cursor on when turning
15033 the mode off.
15034
15035 * add-log.el (add-log-current-defun): Add support for
15036 Autoconf mode.
15037
15038 * mail/rmail.el (rmail-quit-hook): New variable.
15039
150402000-03-01 Dave Love <fx@gnu.org>
15041
15042 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15043
15044 * help.el (help-xref-button): Add help-echo arg.
15045 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15046
15047 * faces.el (list-faces-display): Supply help-echo with
15048 help-make-xrefs.
15049
15050 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15051 nil.
15052
150532000-03-01 Gerd Moellmann <gerd@gnu.org>
15054
15055 * image.el (defimage): Look for image files in load-path.
15056
15057 * frame.el (busy-cursor-delay-seconds): Change type to
15058 `number'.
15059
150602000-03-01 David Ponce <david.ponce@wanadoo.fr>
15061
15062 * recentf.el (recentf): Added version tag to the defgroup of
15063 recentf.
15064
150652000-03-01 David Ponce <david.ponce@wanadoo.fr>
15066
15067 * recentf.el (recentf-cleanup): Changed to remove excluded file
15068 too.
15069 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15070 action to select/unselect a file.
15071 (recentf-edit-list): Code cleanup and improvement.
15072 (recentf-open-more-files-action): `recentf-open-more-files' button
15073 widget action to open a file.
15074 (recentf-open-more-files): No more use standard completion but
15075 widgets.
15076 (recentf-more-collection): Deleted.
15077 (recentf-more-history): Deleted.
15078 (recentf-setup-more-completion): Deleted.
15079
150802000-03-01 David Ponce <david.ponce@wanadoo.fr>
15081
15082 * recentf.el (recentf-mode): No more needs that Emacs is running
15083 under a window-system.
15084
150851999-03-01 David Ponce <david.ponce@wanadoo.fr>
15086
15087 * recentf.el (recentf-edit-list): New command to edit the recent
15088 list which allow the user to remove files.
15089 (recentf-edit-selected-items): New global variable, used by
15090 `recentf-edit-list' to hold the list of files to be removed from
15091 the recent list.
15092 (recentf-make-menu-items): Updated to display a "Edit list..."
15093 menu item. Minor code cleanup.
15094
150951999-03-01 David Ponce <david.ponce@wanadoo.fr>
15096
15097 * recentf.el (recentf-open-more-files): New command to open files
15098 that are not displayed in the menu.
15099 (recentf-more-collection): New global variable holding the set of
15100 permissible completions used by `recentf-open-more-files'.
15101 (recentf-more-history): New global variable holding the history list
15102 used by `recentf-open-more-files' completion.
15103 (recentf-setup-more-completion): New function to setup completion for
15104 `recentf-open-more-files'.
15105 (recentf-make-menu-items): Updated to display a "More..." menu item.
15106
151071999-03-01 David Ponce <david.ponce@wanadoo.fr>
15108
15109 * recentf.el (recentf-menu-action): Doc fixed.
15110
151111999-03-01 David Ponce <david.ponce@wanadoo.fr>
15112
15113 * recentf.el (recentf-menu-filter): Doc updated.
15114 (recentf-update-menu-hook): Allow menu filters to force menu update.
15115 (recentf-make-menu-items): New menu filter handling.
15116 (recentf-make-menu-item): New helper function.
15117 (recentf-menu-elements): New menu handling function.
15118 (recentf-sort-ascending): Updated to new menu filter handling.
15119 (recentf-sort-descending): Updated to new menu filter handling.
15120 (recentf-sort-basenames-ascending): New menu filter function.
15121 (recentf-sort-basenames-descending): New menu filter function.
15122 (recentf-show-basenames): New menu filter function.
15123 (recentf-show-basenames-ascending): New menu filter function.
15124 (recentf-show-basenames-descending): New menu filter function.
15125
151262000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15127
15128 * diary-lib.el (list-diary-entries): Don't try to go forward at
15129 the end of the buffer.
15130
151312000-02-29 Kenichi Handa <handa@etl.go.jp>
15132
15133 * international/mule-diag.el (list-character-sets): Completely
15134 rewritten.
15135 (sort-listed-character-sets): New function.
15136 (list-character-sets-1): Completely rewritten.
15137 (list-character-sets-2): New function.
15138 (non-iso-charset-alist): New variable.
15139 (decode-codepage-char): New function.
15140 (charset-history): New variable.
15141 (read-charset) (list-block-of-chars)
15142 (list-iso-charset-chars)
15143 (list-non-iso-charset-chars)
15144 (list-charset-chars): New functions.
15145 (mule-diag): Call list-character-sets-2, not
15146 list-character-sets-2.
15147 (dump-charsets): Likewise.
15148
151492000-02-29 Gerd Moellmann <gerd@gnu.org>
15150
15151 * dired-x.el (dired-filename-at-point): Add `@' to valid
15152 file name characters.
15153 (dired-filename-at-point): Handle ange-ftp file names.
15154
15155 * frame.el (frame-notice-user-settings): Use assq-delete-all
15156 instead of assoc-delete-all.
15157 (frame-notice-user-settings): Ditto.
15158
15159 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15160 Don't copy alist.
15161
151622000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15163
15164 * calculator.el (calculator-use-menu): New option.
15165 (calculator-initial-bindings): Changed some bindings to work as
15166 macros.
15167 (calculator-forced-input): Removed.
15168 (calculator-restart-other-mode): New variable.
15169 (calculator-mode-map): Set up menu.
15170
151712000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15172
15173 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15174 tags.
15175
151762000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15177
15178 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15179 translate all ESC key sequences.
15180 (viper-goto-mark-subr): restore markers for files for which
15181 they were saved.
15182 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15183 * viper-util.el (viper-set-replace-overlay-glyphs,
15184 viper-set-replace-overlay): always check if the replacement
15185 overlay is live.
15186 * viper.el (viper-vi-state-mode-list): added major modes.
15187 * ediff-wind.el: minor comment changes.
15188 * ediff.el: copyright notice date fix.
15189
151902000-02-27 Jason Rumney <jasonr@gnu.org>
15191
15192 * faces.el (face-font-family-alternatives): Add arial to helv.
15193 (mode-line, header-line, tool-bar): Same default as x for w32.
15194 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15195 face-font-family-alternatives from working.
15196 * term/w32-win.el (mouse-set-font): Do not build fontset from
15197 chosen font.
15198
151992000-02-25 Sam Steingold <sds@goems.com>
15200
15201 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15202 properly.
15203
152042000-02-25 Richard M. Stallman <rms@gnu.org>
15205
15206 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15207
152082000-02-25 Gerd Moellmann <gerd@gnu.org>
15209
15210 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15211 writable.
15212
15213 * frame.el (busy-cursor-delay-seconds): New option.
15214
152152000-02-24 Gerd Moellmann <gerd@gnu.org>
15216
15217 * frame.el (show-cursor-in-non-selected-windows): New option.
15218
152192000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15220
15221 * diary-lib.el (include-other-diary-files): Undo the selective
15222 display in any included file and don't kill it.
15223
152242000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15225
15226 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15227 bar. Menu items converted to (menu-item format, help strings
15228 added.
15229 [downcase, upcase]: Don't enable on MS-DOS.
15230 [symlink, symlinks]: Don't show if make-symbolic-link is not
15231 bound.
15232 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15233
152342000-02-23 Dave Love <fx@gnu.org>
15235
15236 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15237 (backward-kill-word): Revert addition of * to interactive spec --
15238 it's a feature.
15239
15240 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15241 (backward-kill-sentence, kill-sentence): Likewise.
15242
15243 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15244 scratch buffer name.
15245 (gud-format-command): Use int-to-string in ?l case. Simplify
15246 slightly.
15247
15248 * term/w32-win.el (internal-face-interactive): Update prompt for
15249 new read-face-name.
15250
15251 * mail/footnote.el (footnote): Add :version to defgroup.
15252 (footnote-section-tag-regexp): Customize.
15253 (footnote-start-tag, footnote-end-tag): New option.
15254 (footnote-latin-regexp): New variable.
15255 (Footnote-latin): New function.
15256 (footnote-style-alist): Add element for latin style.
15257 (footnote-style): Moved.
15258 (Footnote-goto-footnote): Use eq to test arg.
15259
15260 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15261
15262 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15263 (byte-compile-trueconstp): Include keywords.
15264 (byte-optimize-quote, byte-optimize-lapcode): Use
15265 byte-compile-const-symbol-p.
15266 (byte-optimize-char-before): New optimization.
15267
15268 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15269 (byte-compile-const-symbol-p): New function.
15270 (byte-compile-constp, byte-compile-out-toplevel)
15271 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15272 Use it.
15273
15274 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15275
152762000-02-23 Kenichi Handa <handa@etl.go.jp>
15277
15278 * international/encoded-kb.el: Be sure to update minor-mode-alist
15279 and minor-mode-map-alist.
15280 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15281 codes SS2 and SS3 correctly.
15282 (encoded-kbd-self-insert-ccl): New function.
15283 (encoded-kbd-setup-keymap): New function.
15284 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15285 by calling encoded-kbd-setup-keymap.
15286
15287 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15288 characters.
15289 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15290 locally.
15291
152922000-02-22 Dave Love <fx@gnu.org>
15293
15294 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15295 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15296 defvar.
15297 (lisp-mode-syntax-table): Set up for #|...|# comments.
15298 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15299 classes. Match `defface'.
15300 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15301 (eval-defun-1): Fix for defcustom.
15302 (lisp-indent-region): Doc fix.
15303
15304 * subr.el (when, unless, split-string): Doc fix.
15305 (read-passwd): Move call of clear-this-command-keys to the right
15306 place.
15307 (replace-regexps-in-string): New function.
15308
153092000-02-22 Gerd Moellmann <gerd@gnu.org>
15310
15311 * help.el (describe-variable): Set syntax table to
15312 emacs-lisp-mode-syntax-table when moving forward over the
15313 symbol's name.
15314
153152000-02-22 Dave Love <fx@gnu.org>
15316
15317 * xt-mouse.el: Doc fixes.
15318 (xterm-mouse-position-function): New function, replacing advice of
15319 mouse-position.
15320 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15321
15322 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15323
153242000-02-21 Gerd Moellmann <gerd@gnu.org>
15325
15326 * format.el (format-annotate-single-property-change): Handle
15327 properties.with dotted-list values.
15328 (format-proper-list-p): New function.
15329
15330 * enriched.el (enriched-face-ans): Handle '(foreground-color
15331 . COLOR) and (background-color . COLOR).
15332
153332000-02-20 Dave Love <fx@gnu.org>
15334
15335 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15336 and assignments to it.
15337 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15338 current local map.
15339 (make-flyspell-overlay): Use it.
15340 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15341
15342 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15343 (lm-get-header-re): Defun, not defsubst.
15344 (lm-get-package-name): Defun, not defsubst. Simplify.
15345 (lm-version): Doc fix. Simplify.
15346 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15347 (lm-crack-address, lm-last-modified-date, lm-commentary)
15348 (lm-verify, lm-synopsis): Simplify.
15349 (lm-report-bug): Require emacsbug. Use compose-mail.
15350
153512000-02-20 Gerd Moellmann <gerd@gnu.org>
15352
15353 * dired.el (dired-mode): Call propertized-buffer-identification
15354 to set mode-line-buffer-identification to something having
15355 the right text properties.
15356
15357 * bindings.el (propertized-buffer-identification): New function.
15358
153592000-02-20 Dave Love <fx@gnu.org>
15360
15361 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15362 check for t-mouse too.
15363
15364 * cus-start.el: Make echo-keystrokes `number'.
15365
153662000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15367
15368 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15369 Don't call ring-empty-p unless tags-location-ring is bound.
15370 From Noah Friedman <friedman@splode.com>.
15371
153722000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15373
15374 * progmodes/hideshow.el (hs-flag-region): No longer use
15375 `intangible' overlay property.
15376
15377 (hs-toggle-hiding): New command.
15378 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15379
15380 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15381 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15382 and deactivation.
15383
153842000-02-18 Gerd Moellmann <gerd@gnu.org>
15385
15386 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15387
153882000-02-17 Gerd Moellmann <gerd@gnu.org>
15389
15390 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15391
15392 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15393 of `*' to handle `(* ... *)' comments.
15394
153952000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15396
15397 * faces.el (list-faces-display): Use display-mouse-p instead of
15398 window-system.
15399
15400 * menu-bar.el (global-map): Menu-bar items converted to the new
15401 format (menu-item..., rearranged for better CUA compliance, and
15402 their names changed for better clarity. Help strings added.
15403
15404 * international/mule-cmds.el (mule-menu-keymap)
15405 (describe-language-environment-map, set-coding-system-map)
15406 (setup-language-environment-map): Convert to new (menu-item...
15407 form, add help strings. Change names of menu items for better
15408 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15409 submenu).
15410
154112000-02-17 Gerd Moellmann <gerd@gnu.org>
15412
15413 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15414 within the code.
15415
154162000-02-16 Dave Love <fx@gnu.org>
15417
15418 * faces.el: Don't require custom. Add more specific :groups to
15419 various deffaces.
15420 (set-face-attribute): Purecopy args.
15421 (read-face-name): Default to name at point and use it in prompt.
15422 Remove colon from arg in all callers.
15423 (list-faces-display): Hyperlink to face descriptions and customize
15424 buffers.
15425
154262000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15427
15428 * wid-edit.el (widget-match-inline): An atom never matches a
15429 list.
15430
154312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15432
15433 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15434 at ':' characters by call to split-string.
15435
154362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15437
15438 * textmodes/bibtex.el: Added RCS version identification.
15439
154402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15441
15442 * textmodes/bibtex.el: Some temporary comments removed.
15443 (bibtex-field-name, bibtex-entry-type): Made the relationship
15444 explicit.
15445 (bibtex-field-const): Allow capital letters.
15446 (bibtex-start-of-string): Deleted because unused.
15447
15448 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15449 use the term 'reference' to describe a bibtex entry as a whole.
15450 Further, reference keys are no longer called 'labels'.
15451 (bibtex-keys): Renamed to bibtex-reference-keys.
15452 (bibtex-reformat-previous-labels): Renamed to
15453 bibtex-reformat-previous-reference-keys.
15454 (bibtex-reference-type): Renamed to bibtex-entry-type.
15455 (bibtex-reference-head): Renamed to bibtex-entry-head.
15456 (bibtex-reference-maybe-empty-head): Renamed to
15457 bibtex-entry-maybe-empty-head.
15458 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15459 (bibtex-search-reference): Renamed to bibtex-search-entry.
15460 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15461 bibtex-enclosing-entry-maybe-empty-head.
15462 (bibtex-entry-field-alist, bibtex-entry-head,
15463 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15464 bibtex-map-entries, bibtex-search-entry,
15465 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15466 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15467 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15468 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15469 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15470 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15471 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15472
154732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15474
15475 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15476 comment.
15477 (bibtex-format-field-delimiters): New function, functionality
15478 extracted from bibtex-format-entry.
15479 (bibtex-autokey-get-yearfield-digits): New function, functionality
15480 extracted from bibtex-autokey-get-yearfield.
15481
15482 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15483 entries in order to avoid stack overflow in the regexp matcher if
15484 field contents become large.
15485 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15486 bibtex-field-string-part-not-braced,
15487 bibtex-field-string-part-no-inner-braces,
15488 bibtex-field-string-part-1-inner-brace,
15489 bibtex-field-string-part-2-inner-braces,
15490 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15491 bibtex-field-string-quoted, bibtex-field-string,
15492 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15493 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15494 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15495 as parsing is now performed by the following functions.
15496 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15497 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15498 bibtex-parse-field-string, bibtex-search-forward-field-string,
15499 bibtex-parse-association, bibtex-field-name-for-parsing,
15500 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15501 bibtex-search-forward-field, bibtex-search-backward-field,
15502 bibtex-start-of-field, bibtex-end-of-field,
15503 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15504 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15505 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15506 bibtex-parse-string, bibtex-search-forward-string,
15507 bibtex-search-backward-string, bibtex-start-of-string,
15508 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15509 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15510 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15511 entries. Instead of reporting the results of the parsing by
15512 match-beginning or match-end, these functions return data structures
15513 that hold the corresponding positions.
15514 (bibtex-enclosing-field): Changed to also report field boundaries by
15515 return values rather than by match-beginning or match-end. The
15516 following functions have been adapted to use the new parsing
15517 functions.
15518 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15519 bibtex-enclosing-field, bibtex-format-entry,
15520 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15521 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15522 bibtex-print-help-message, bibtex-end-of-entry,
15523 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15524 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15525 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15526 method for parsing.
15527 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15528 bibtex-map-entries, bibtex-flash-head,
15529 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15530 bibtex-autokey-change, bibtex-autokey-get-namefield,
15531 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15532 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15533 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15534 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15535 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15536 order to make the new binding of case-fold-search immediately
15537 visible.
15538
155392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15540
15541 * textmodes/bibtex.el: Copyright notice is up to date.
15542 Added constant 'bibtex-maintainer-salutation.
15543
15544 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15545 than make-temp-name, use match-string-no-properties and eliminate
15546 a quadratic behavior when building bibtex-strings.
15547
15548 * bibtex.el (bibtex-reference-key): Accept string entries whose
15549 reference key contains upper case letters.
15550
155512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15552
15553 * bibtex.el (bibtex-reference-head): Allow entries to start with
15554 a new line.
15555
155562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15557
15558 * bibtex.el: Hiding of entry bodies is not longer provided by
15559 bibtex.el directly. Instead the hideshow package can be used.
15560 Added a special bibtex entry to hs-special-modes-alist.
15561 (bibtex-hs-forward-sexp): Added for hideshow.el.
15562
155632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15564
15565 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15566 at ':' characters by call to split-string.
15567
155682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15569
15570 * textmodes/bibtex.el: Added RCS version identification.
15571
155722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15573
15574 * textmodes/bibtex.el: Some temporary comments removed.
15575 (bibtex-field-name, bibtex-entry-type): Made the relationship
15576 explicit.
15577 (bibtex-field-const): Allow capital letters.
15578 (bibtex-start-of-string): Deleted because unused.
15579
15580 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15581 use the term 'reference' to describe a bibtex entry as a whole.
15582 Further, reference keys are no longer called 'labels'.
15583 (bibtex-keys): Renamed to bibtex-reference-keys.
15584 (bibtex-reformat-previous-labels): Renamed to
15585 bibtex-reformat-previous-reference-keys.
15586 (bibtex-reference-type): Renamed to bibtex-entry-type.
15587 (bibtex-reference-head): Renamed to bibtex-entry-head.
15588 (bibtex-reference-maybe-empty-head): Renamed to
15589 bibtex-entry-maybe-empty-head.
15590 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15591 (bibtex-search-reference): Renamed to bibtex-search-entry.
15592 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15593 bibtex-enclosing-entry-maybe-empty-head.
15594 (bibtex-entry-field-alist, bibtex-entry-head,
15595 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15596 bibtex-map-entries, bibtex-search-entry,
15597 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15598 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15599 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15600 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15601 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15602 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15603 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15604
156052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15606
15607 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15608 comment.
15609 (bibtex-format-field-delimiters): New function, functionality
15610 extracted from bibtex-format-entry.
15611 (bibtex-autokey-get-yearfield-digits): New function, functionality
15612 extracted from bibtex-autokey-get-yearfield.
15613
15614 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15615 entries in order to avoid stack overflow in the regexp matcher if
15616 field contents become large.
15617 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15618 bibtex-field-string-part-not-braced,
15619 bibtex-field-string-part-no-inner-braces,
15620 bibtex-field-string-part-1-inner-brace,
15621 bibtex-field-string-part-2-inner-braces,
15622 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15623 bibtex-field-string-quoted, bibtex-field-string,
15624 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15625 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15626 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15627 as parsing is now performed by the following functions.
15628 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15629 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15630 bibtex-parse-field-string, bibtex-search-forward-field-string,
15631 bibtex-parse-association, bibtex-field-name-for-parsing,
15632 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15633 bibtex-search-forward-field, bibtex-search-backward-field,
15634 bibtex-start-of-field, bibtex-end-of-field,
15635 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15636 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15637 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15638 bibtex-parse-string, bibtex-search-forward-string,
15639 bibtex-search-backward-string, bibtex-start-of-string,
15640 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15641 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15642 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15643 entries. Instead of reporting the results of the parsing by
15644 match-beginning or match-end, these functions return data structures
15645 that hold the corresponding positions.
15646 (bibtex-enclosing-field): Changed to also report field boundaries by
15647 return values rather than by match-beginning or match-end. The
15648 following functions have been adapted to use the new parsing
15649 functions.
15650 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15651 bibtex-enclosing-field, bibtex-format-entry,
15652 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15653 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15654 bibtex-print-help-message, bibtex-end-of-entry,
15655 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15656 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15657 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15658 method for parsing.
15659 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15660 bibtex-map-entries, bibtex-flash-head,
15661 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15662 bibtex-autokey-change, bibtex-autokey-get-namefield,
15663 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15664 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15665 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15666 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15667 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15668 order to make the new binding of case-fold-search immediately
15669 visible.
15670
156712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15672
15673 * textmodes/bibtex.el: Copyright notice is up to date.
15674 Added constant 'bibtex-maintainer-salutation.
15675
15676 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15677 than make-temp-name, use match-string-no-properties and eliminate
15678 a quadratic behavior when building bibtex-strings.
15679
15680 * bibtex.el (bibtex-reference-key): Accept string entries whose
15681 reference key contains upper case letters.
15682
156832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15684
15685 * bibtex.el (bibtex-reference-head): Allow entries to start with
15686 a new line.
15687
156882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15689
15690 * bibtex.el: Hiding of entry bodies is not longer provided by
15691 bibtex.el directly. Instead the hideshow package can be used.
15692 Added a special bibtex entry to hs-special-modes-alist.
15693 (bibtex-hs-forward-sexp): Added for hideshow.el.
15694
156952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15696
15697 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15698 proceedings entry type (for cross referencing). Thanks to Wagner
15699 Toledo Correa for the suggestion.
15700
15701 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15702
157032000-02-14 Kenichi Handa <handa@etl.go.jp>
15704
15705 * international/characters.el: Setup case table for Vietnamese.
15706
157072000-02-12 Gerd Moellmann <gerd@gnu.org>
15708
15709 * uniquify.el (toplevel): Require CL at compile time.
15710 (uniquify-push): Removed.
15711
15712 * shadowfile.el (shadow-when): Removed.
15713
15714 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15715 (tempo-process-and-insert-string): Use dolist instead of
15716 tempo-dolist.
15717
15718 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15719 regexp for paragraph-start.
15720
15721 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15722 commas as well.
15723
157242000-02-10 Dave Love <fx@gnu.org>
15725
15726 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15727 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15728 Deleted.
15729 (widget-specify-field, widget-specify-button): Don't use
15730 widget-mouse-help as help-echo property.
15731 (default): Use #'ignore for :validate and :mouse-down-action.
15732 (checkbox): Add help-echo.
15733 (widget-sexp-validate): Rewritten to clarify error messages.
15734 (character): Use char-valid-p in :match function.
15735 (widget-color-complete): Use facemenu-color-alist.
15736 (widget-color-action): Use facemenu-read-color.
15737
15738 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15739 set up `caar' &c that we now have.
15740
157412000-02-09 Ray Blaak <blaak@gnu.org>
15742
15743 * delphi.el: Make resourcestring a declaration region, like const
15744 and var.
15745
157462000-02-09 Dave Love <fx@gnu.org>
15747
15748 * bindings.el (mode-line-input-method-map): New variable.
15749 (mode-line-mule-info): Use it; fix last change.
15750 (mode-line-mode-menu): Move definition.
15751 (mode-line-mouse-sensitive-p): Deleted.
15752 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15753 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15754 level.
15755
15756 * startup.el (command-line-1): Don't call
15757 make-mode-line-mouse-sensitive.
15758
157592000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15760
15761 * mail/rmail.el (rmail-retry-failure): Use
15762 rmail-beginning-of-message before rmail-toggle-header, because the
15763 former toggles headers.
15764
157652000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15766
15767 * diff-mode.el (diff-kill-junk): New interactive function.
15768 (diff-reverse-direction): Use delete-and-extract-region.
15769 (diff-post-command-hook): Restrict the area so that the hook also works
15770 outside of any diff hunk. This is necessary for the minor-mode.
15771 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15772 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15773
15774 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15775 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15776 so that it can be used more easily in <foo>-mode-hook. Also make sure
15777 to avoid duplicate entries.
15778 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15779 (font-lock-remove-keywords): Just as was done for `add', allow it to
15780 work even if font-lock-mode is nil. Also make sure we don't modify
15781 any pre-existing list by forcing a copy-sequence. Finally rename
15782 `major-mode' to `mode'.
15783 (font-lock-fontify-syntactic-anchored-keywords)
15784 (font-lock-fontify-anchored-keywords)
15785 (font-lock-fontify-keywords-region): Use line-end-position.
15786 Don't make `font-lock-multiline' local (it's now done in
15787 font-lock-set-defaults).
15788 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15789 move the `font-lock-fontified' creation to inside the `unless'.
15790
157912000-02-06 Andrew Innes <andrewi@gnu.org>
15792
15793 * term/w32-win.el (x-handle-args): Comment out call to message,
15794 which occurs before window system is initialized.
15795
15796 * makefile.nt: Add support for recompiling lisp code.
15797
157982000-02-04 Dave Love <fx@gnu.org>
15799
15800 * bindings.el (mode-line-mule-info): Fix/extend last change.
15801
15802 * completion.el: Replace completion-dolist with dolist.
15803
15804 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15805 dotimes.
15806
158072000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15808
15809 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15810 environment names before they go into the section regexp.
15811
15812 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15813 char class in regexp.
15814
15815 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15816 `case-fold-search' to nil.
15817
15818 * progmodes/idlwave.el (idlwave-template): Respect
15819 `idlwave-abbrev-change-case'.
15820 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15821 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15822 idlwave-while): respect `idlwave-reserved-word-upcase'.
15823 (idlwave-rw-case): New function.
15824 (idlwave-statement-match): Fixed problem with assignment regexp.
15825 (idlwave-font-lock-keywords): Improved regexp for keyword
15826 parameters.
15827 (idlwave-surround): New argument LENGTH to support padding of
15828 operators longer than 1 char.
15829
15830 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15831 idlwave-shell-expression-overlay. Implemented printing of
15832 expressions on higher levels of the calling stack.
15833 (idlwave-shell-display-level-in-calling-stack): Restore stack
15834 level.
15835 (idlwave-retrieve-expression-from-level): New function.
15836 (idlwave-shell-last-calling-stack): Variable removed.
15837 (idlwave-shell-reset): Argument action reversed (`visible' to
15838 `hidden'). Also remove stop-line overlay.
15839 (idlwave-shell-calling-stack-routine): New variable.
15840 (idlwave-shell-parse-stack-and-display): Messages now display
15841 negative level numbers.
15842 (idlwave-shell-mode): Set `modeline-format'.
15843 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15844 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15845 21.
15846 (idlwave-shell-print-expression-function): New option.
15847
15848 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15849 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15850 `tool-bar' instead of `toolbar'.
15851
158522000-02-02 Dave Love <fx@gnu.org>
15853
15854 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15855 emacs-lisp-mode-hook. Don't check for defalias being defined.
15856
15857 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15858 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15859 the new builtins directly.
15860
15861 * whitespace.el (whitespace): Add :version to defgroup.
15862
15863 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15864 Doc fix.
15865
15866 * thingatpt.el (sexp-at-point, symbol-at-point)
15867 (number-at-point, list-at-point): Add autoload cookie.
15868
15869 * recentf.el (recentf): Add :version to defgroup.
15870
15871 * quickurl.el (quickurl): Add :version to defgroup.
15872
15873 * elide-head.el (elide-head): Use point-marker more.
15874
15875 * bs.el (bs): Add :version to defgroup.
15876
15877 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15878
15879 * progmodes/delphi.el (delphi): Add :version to defgroup.
15880
158812000-02-02 Gerd Moellmann <gerd@gnu.org>
15882
15883 * ange-ftp.el (ange-ftp-write-region): Handle case that
15884 succeeding process operation sets a different coding system.
15885
15886 * calculator.el: New file.
15887
158882000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15889
15890 * frame.el (frames-on-display-list, framep-on-display): New
15891 functions.
15892 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15893 (display-selections-p, display-screens, display-pixel-width)
15894 (display-pixel-height, display-mm-width, display-mm-height)
15895 (display-backing-store, display-save-under, display-planes)
15896 (display-color-cells, display-visual-class): New functions.
15897
15898 * term/tty-colors.el (tty-color-gray-shades): New function.
15899
15900 * faces.el (display-color-p): Use framep-on-display.
15901 (display-grayscale-p): New function.
15902
159032000-01-31 Dave Love <fx@gnu.org>
15904
15905 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15906 (create-fontset-from-x-resource): Don't concat integers.
15907
159082000-01-31 Inge Frick <inge@nada.kth.se>
15909
15910 * view.el: Some changes in documentation. Removed some trailing
15911 whitespace. Changed some parameter names to agree with
15912 documentation.
15913 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15914 window is not deleted. Modifies change 1998-04-26.
15915
159162000-01-31 Gerd Moellmann <gerd@gnu.org>
15917
15918 * windmove.el: New file.
15919
15920 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15921 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15922 progmodes/ebnf-yac.el: Update copyright and license info.
15923
15924 * jit-lock.el (jit-lock-function): Widen before calculating end
15925 position.
15926 (jit-lock-stealth-chunk-start): Rewritten.
15927
15928 * info.el (Info-title-face-alist): Removed.
15929 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15930 faces.
15931 (Info-fontify-node): Use these faces.
15932
159332000-01-30 Gerd Moellmann <gerd@gnu.org>
15934
15935 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15936 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15937 `&allow-other-keywords'.
15938
15939 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15940 the list of directories scanned heuristically.
15941
15942 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15943 exist.
15944
159452000-01-30 Jason Rumney <jasonr@gnu.org>
15946
15947 * w32-fns.el: Define w32-tty-standard-colors.
15948
15949 * startup.el (command-line): Use w32-tty-standard-colors when in
15950 w32 console mode.
15951
159522000-01-30 Dave Love <fx@gnu.org>
15953
15954 * jka-compr.el (jka-compr-load): Fix up load-history.
15955
15956 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15957
15958 * emacs-lisp/cl-macs.el: Revert previous change.
15959
159602000-01-29 Dave Love <fx@gnu.org>
15961
15962 * facemenu.el: Purecopy various strings.
15963
15964 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15965 years. Deal with three-digit years.
15966
15967 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15968 defconst, purecopy.
15969 (help-back-label): Purecopy it.
15970
159712000-01-18 Gerd Moellmann <gerd@gnu.org>
15972
15973 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15974 variable. If non-nil, order the buffer list according to the
15975 currently selected frame.
15976 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15977 non-nil, pass the selected frame to function buffer-list.
15978
159792000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15980
15981 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15982
159832000-01-28 Dave Love <fx@gnu.org>
15984
15985 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15986
15987 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15988 Don't use lisp-indent-hook property.
15989 (cl-abs): Remove.
15990
15991 * subr.el: Move out indent and edebug specs for when and unless.
15992
15993 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15994 when, unless.
15995
15996 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15997 unless, when.
15998
159992000-01-28 Gerd Moellmann <gerd@gnu.org>
16000
16001 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16002 `collecting' as synonym for `collect'.
16003
16004 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16005 for the case it contains spaces.
16006
16007 * simple.el (what-cursor-position): Change formatting of
16008 messages.
16009
16010 * frame.el (delete-other-frames): New function.
16011 (toplevel): Bind it to C-x 5 1.
16012
16013 * sort.el (sort-numeric-base): New option.
16014 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16015 interpret it as octal or hexadecimal. Use sort-numeric-base
16016 as default base.
16017
16018 * progmodes/glasses.el: New file.
16019
160202000-01-27 Gerd Moellmann <gerd@gnu.org>
16021
16022 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16023 userids differently.
16024
16025 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16026 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16027 progmodes/ebnf-yac.el: New files.
16028
160292000-01-26 Dave Love <fx@gnu.org>
16030
16031 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16032 on a function with an empty body. [From Eric Ludlam.]
16033
160342000-01-25 Andre Spiegel <spiegel@gnu.org>
16035
16036 * vc.el (vc-version-diff): Make sure file name is expanded.
16037
160382000-01-25 Gerd Moellmann <gerd@gnu.org>
16039
16040 * scroll-bar.el (scroll-bar-timer): Variable removed.
16041 (scroll-bar-toolkit-scroll): Don't use a timer.
16042
160432000-01-25 Kenichi Handa <handa@etl.go.jp>
16044
16045 * language/thai-util.el (thai-composition-function): Delete
16046 superfluous `a'.
16047
160482000-01-24 Dave Love <fx@gnu.org>
16049
16050 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16051 end-of-defun-function.
16052
16053 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16054 &c.
16055
160562000-01-22 Jason Rumney <jasonr@gnu.org>
16057
16058 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16059 conflicts with new face support.
16060
160612000-01-22 Richard M. Stallman <rms@gnu.org>
16062
16063 * replace.el (query-replace): Rename last arg to DELIMITED.
16064 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16065 (query-replace-regexp): Likewise.
16066
160672000-01-20 Richard M. Stallman <rms@gnu.org>
16068
16069 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16070
16071 * emacs-lisp/lisp.el (beginning-of-defun-function):
16072 Variable renamed from beginning-of-defun.
16073 Do not call make-variable-buffer-local.
16074 (beginning-of-defun-raw): Use new variable name; doc fix.
16075 (beginning-of-defun): Doc fix.
16076 (end-of-defun-function): Variable renamed from end-of-defun.
16077 Do not call make-variable-buffer-local.
16078 (end-of-defun): Use new variable name; doc fix.
16079
16080 * subr.el (dolist, dotimes): Copied from cl-macs.el
16081 and made to work.
16082
16083 * mail/undigest.el (rmail-digest-end-regexps):
16084 Variable replaces rmail-digest-end-regexp.
16085 Allows multiple regexps for detecting the end line.
16086 (undigestify-rmail-message): Corresponding changes.
16087
160882000-01-19 Dave Love <fx@gnu.org>
16089
16090 * files.el (user-init-file): Don't declare here -- is primitive.
16091
16092 * startup.el (command-line): Check for compiled user-init-file and
16093 set to uncompiled version if necessary.
16094
160952000-01-18 Gerd Moellmann <gerd@gnu.org>
16096
16097 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16098 (undigestify-rmail-message): Use it.
16099
16100 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16101
161022000-01-17 Gerd Moellmann <gerd@gnu.org>
16103
16104 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16105 of mini-buffer.
16106
161072000-01-14 Gerd Moellmann <gerd@gnu.org>
16108
16109 * emacs-lisp/copyright.el (copyright-update): Removed the
16110 requirement for a trailing space from `copyright-regexp', to
16111 support copyrights with owner specified on a separate line..
16112
16113 * align.el: New file.
16114
16115 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16116
16117 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16118
161192000-01-13 Dave Love <fx@gnu.org>
16120
16121 * ph.el: Removed. (Obsoleted by EUDC.)
16122
161232000-01-13 Gerd Moellmann <gerd@gnu.org>
16124
16125 * net/eudc.el (toplevel): Remove autoloaded code installing
16126 menu with easymenu, because that causes build problems.
16127
16128 * frame.el (frame-notice-user-settings): New variable.
16129 (frame-notice-user-settings): Don't modify frame parameters
16130 if called a second time.
16131
161322000-01-13 Richard M. Stallman <rms@gnu.org>
16133
16134 * frame.el (frame-notice-user-settings):
16135 Notice default-frame-parameters even for non-window frames.
16136
161372000-01-13 Gerd Moellmann <gerd@gnu.org>
16138
16139 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16140 for Emacs.
16141 (eudc-bob-can-display-inline-images): Extend for Emacs.
16142 (eudc-bob-toggle-inline-display): Ditto.
16143 (eudc-bob-display-jpeg): Ditto.
16144
161452000-01-12 Gerd Moellmann <gerd@gnu.org>
16146
16147 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16148 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16149 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16150
16151 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16152 nil)'.
16153
16154 * subdirs.el: Add `net' directory.
16155
16156 * net: New directory.
16157
16158 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16159 eval-last-sexp. Don't bind debug-on-error here.
16160 (eval-last-sexp): New function. Bind debug-on-error if
16161 eval-expression-debug-on-error is non-nil.
16162 (eval-defun-2, eval-defun): Likewise.
16163
16164 * simple.el (eval-expression): Don't bind debug-on-error if
16165 eval-expression-debug-on-error is nil. Detect changed
16166 debug-on-error, and propagate new value to global binding, if
16167 eval-expression-debug-on-error is non-nil,
16168 (eval-expression-debug-on-error): Change doc string.
16169
161702000-01-11 Richard M. Stallman <rms@gnu.org>
16171
16172 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16173
16174 * emacs-lisp/lisp-mode.el (with-syntax-table):
16175 Set up lisp-indent-function property.
16176
16177 * subr.el (with-syntax-table): Moved from simple.el.
16178
16179 * simple.el (with-syntax-table): Moved to subr.el.
16180
161812000-01-11 Gerd Moellmann <gerd@gnu.org>
16182
16183 * tmm.el (tmm-shortcut): Delete region after prompt instead
16184 of erasing buffer.
16185
16186 * textmodes/fill.el (fill-common-string-prefix): New function.
16187 (fill-context-prefix): Use the longest common prefix of first
16188 and second line fill prefix, if there is one.
16189
161902000-01-11 Richard M. Stallman <rms@gnu.org>
16191
16192 * array.el (array-mode): Don't use make-variable-buffer-local.
16193 Use make-local-variable for `truncate-lines'.
16194
161952000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16196
16197 * add-log.el (add-log-current-defun): Handle user-defined
16198 add-log-current-function returning nil,
16199
16200 * add-log.el (add-change-log-entry): Insert version number
16201 if having found a current function
16202
16203 * add-log.el (add-log-current-defun): Call
16204 `add-log-current-defun-function'. Try matches at level 0 and
16205 level 1. Strip whitespace from defun found.
16206
162072000-01-10 John Wiegley <johnw@gnu.org>
16208
16209 * allout.el (isearch-done/outline-provisions): Added `edit'
16210 argument to correspond with the current definition of
16211 `isearch-done'.
16212
162132000-01-10 Dave Love <fx@gnu.org>
16214
16215 * elide-head.el (elide-head): Use point-marker, not point.
16216
162172000-01-10 Gerd Moellmann <gerd@gnu.org>
16218
16219 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16220 before and after the year 2000.
16221
16222 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16223 Add ispell- prefix.
16224
162252000-01-10 Ken Stevens <k.stevens@ieee.org>
16226
16227 * ispell.el: Only define dictionaries in menus when they exist.
16228 (version18p): New variable.
16229 (version20p): New variable.
16230 (xemacsp): New variable.
16231 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16232 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16233 (ispell-dictionary-alist6): Russian command lines no longer accept
16234 run-together words.
16235 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16236 (ispell-dictionary-alist): Add koi8-r to customize definition.
16237 (check-ispell-version): Added documentation string. Returns
16238 library path when called non-interactively.
16239 (ispell-menu-map-needed): Uses new variables.
16240 (ispell-library-path): New variable.
16241 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16242 (ispell-word): Improved documentation string. Test for valid
16243 character mappings. Correctly check typed in word changes that can
16244 result in single words split into multiple words. Returns
16245 replacement word.
16246 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16247 replace in recursive query replace mode. Help message for
16248 recursive edit mode.
16249 (ispell-show-choices): Protect against bad framepop bindings.
16250 (ispell-help): Fix to work with XEmacs.
16251 (ispell-highlight-spelling-error): Use new variables.
16252 (ispell-overlay-window): Fix to work with XEmacs.
16253 (ispell-parse-output): Passed and returns location information
16254 tracking spelling corrections. Doesn't recheck same word on
16255 current line.
16256 (ispell-init-process): Protect against bogus XEmacs variable binding.
16257 Fix call to single argument in sleep-for. Use new variables.
16258 (ispell-region): Passed and returns location information tracking
16259 spelling corrections. Doesn't check same word on current line.
16260 Improved documentation string. Doesn't resend a line already
16261 checked to the ispell process - fixes bug in LaTeX parsing.
16262 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16263 (ispell-skip-region): No longer skips <TT> in SGML.
16264 (ispell-process-line): Tracks location information with spelling
16265 corrections. Added documentation string. Accounts for words
16266 already accepted on this line. Don't allow query-replace on line
16267 starting with math characters. Doesn't resend a line already sent
16268 to ispell process. Fixes alignment error bug.
16269
162702000-01-10 Richard M. Stallman <rms@gnu.org>
16271
16272 * dired-x.el (dired-guess-shell-alist-default):
16273 Suggest xloadimage, which is free, not xv, which isn't.
16274
16275 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16276 Don't ever include the host name or user name in the value.
16277
162782000-01-09 Gerd Moellmann <gerd@gnu.org>
16279
16280 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16281 of a real newline.
16282
162832000-01-09 Stephen Eglen <stephen@gnu.org>
16284
16285 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16286 for .png files.
16287
162882000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16289
16290 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16291
162922000-01-09 Gerd Moellmann <gerd@gnu.org>
16293
16294 * progmodes/cperl-mode.el: Replace ^F with ^L.
16295
16296 * sendmail.el (toplevel): Provide `sendmail' when compiling
16297 before `require'ing rmail and mailalias to prevent infinite
16298 recursion.
16299
163002000-01-08 Dave Love <fx@gnu.org>
16301
16302 * emacs-lisp/backquote.el: Remove inappropriate customization
16303 (allowing custom.el to use backquote).
16304
163052000-01-07 Dave Love <fx@gnu.org>
16306
16307 * add-log.el (add-log-debugging): Deleted.
16308 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16309 file. Remove debugging code.
16310 (change-log-get-method-definition, change-log-name): Add doc.
16311 (change-log-sortable-date-at): New function.
16312 (change-log-merge): New command.
16313
16314 * time.el (display-time-string-forms): Make the Mail string active.
16315 (display-time-update): Provide help-echo for load average.
16316
16317 * bindings.el (make-mode-line-mouse2-map): New function.
16318 (mode-line-modified): Use it and simplify.
16319 (mode-line-mule-info): Provide help-echo info.
16320 (minor-mode-alist): Activate the strings.
16321 (make-mode-line-mouse-sensitive): Simplify for
16322 mode-line-buffer-identification.
16323
163242000-01-07 Gerd Moellmann <gerd@gnu.org>
16325
16326 * play/pong.el: New file.
16327
163282000-01-06 Dave Love <fx@gnu.org>
16329
16330 * array.el: Assorted cleanups for compiler warnings, doc strings,
16331 `array-' prefix for symbols.
16332
163332000-01-05 Dave Love <fx@gnu.org>
16334
16335 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16336 outline-headers-as-kill.
16337 (outline-mode): Define imenu-generic-expression.
16338 (outline-headers-as-kill): New command.
16339
16340 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16341 from paragraph-start.
16342 (paragraph-indent-minor-mode): New command.
16343
16344 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16345 M-C-e, M-C-h, C-j, C-xnd, TAB.
16346 (fortran-mode): Set beginning-of-defun, end-of-defun.
16347 (fortran-column-ruler): Simplify.
16348 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16349 (fortran-with-subprogram-narrowing): Likewise.
16350 (fortran-indent-subprogram): Call mark-defun.
16351 (fortran-check-for-matching-do): Change narrowing.
16352
16353 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16354 (cl-lucid-hash-tag): Delete.
16355 (cl-hash-table-p): Correct test for native table.
16356 (cl-hash-table-count): Use hash-table-count.
16357
16358 * browse-url.el (browse-url): Fix case of
16359 browse-url-browser-function being an alist.
16360
163612000-01-05 Carsten Dominik <cd@gnu.org>
16362
16363 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16364 (reftex-index-phrase-file-extension): New options.
16365
16366 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16367 Use new option `reftex-index-phrase-file-extension'.
16368
16369 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16370 `reftex-parse-file-extension'.
16371
163722000-01-05 Dave Love <fx@gnu.org>
16373
16374 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16375 (beginning-of-defun-raw): Use it.
16376 (end-of-defun): New variable.
16377 (end-of-defun): Use it.
16378 (check-parens): New command.
16379
163802000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16381
16382 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16383 (hs-show-block): Don't use `mapcar' when not accumulating.
16384
16385 Fix buglet in local variables initialization.
16386
163872000-01-05 Andreas Schwab <schwab@suse.de>
16388
16389 * hscroll.el (hscroll): Doc fix.
16390
163912000-01-05 Carsten Dominik <cd@gnu.org>
16392
16393 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16394 idlw-toolbar.
16395
16396 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16397 file idlw-rinfo.el.
16398 (idlwave-customize): load must read file idlw-shell.el.
16399 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16400
164012000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16402
16403 * progmodes/idlw-shell.el: Also provide idlwave-shell
16404 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16405 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16406
16407 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16408 both reftex-dcr and reftex-vcr.
16409
16410 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16411
164122000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16413
16414 * ps-print.el: PostScript code now is in separate files, doc fix.
16415 (ps-print-version): New version number (5.0.3).
16416 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16417 local.
16418 (ps-spool-config): Initialization fix.
16419 (ps-print-prologue-1, ps-print-prologue-2)
16420 (ps-print-duplex-feature): PostScript code moved to separated file.
16421 (ps-background-image): Little code reformating.
16422 (ps-begin-file, ps-begin-job): Fix code.
16423 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16424 (ps-prologue-file): New fun.
16425
164262000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16427
16428 * ps-vars.el: Eliminated.
16429
16430 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16431 `;;;###autoload'.
16432
16433 * ps-print.el: ps-vars eliminated, doc fix.
16434 (ps-print-version): New version number (5.0.2).
16435 (ps-spool-config): Initialization fix.
16436 (ps-print-customize): New fun.
16437
164382000-01-04 Gerd Moellmann <gerd@gnu.org>
16439
16440 * autorevert.el (auto-revert-mode): Return value of
16441 auto-revert-mode.
16442
164432000-01-04 Dave Love <fx@gnu.org>
16444
16445 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16446 menu items.
16447
164482000-01-03 Dave Love <fx@gnu.org>
16449
16450 * elide-head.el (elide-head) [defgroup]: Add :version.
16451
16452 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16453 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16454 `cl-hash-table-p', not `hash-table-p'.
16455 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16456
164572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16458
16459 * faces.el (face-read-integer, read-face-attribute)
16460 (color-defined-p, color-values): unspecified-{f,b}g are now
16461 strings.
16462
164632000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16464
16465 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16466 at comment end, and re-insert them after filling.
16467
164682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16469
16470 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16471 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16472 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16473
164742000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16475
16476 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16477 the new name of face-color-supported-p.
16478
16479 * term/w32-win.el (xw-defined-colors): Likewise.
16480
164812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16482
16483 * simple.el (completion-setup-function): Count completion-size
16484 from minibuffer-prompt-end, not from point-min.
16485
164862000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16487
16488 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16489 Pass the frame to tty-color-* functions.
16490 (display-color-p, frame-set-background-mode): Pass the frame to
16491 tty-display-color-p.
16492
16493 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16494 tty-color-alist.
16495 (tty-color-alist, tty-modify-color-alist): New functions.
16496 (tty-color-define, tty-color-clear, tty-color-approximate)
16497 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16498 an optional parameter FRAME.
16499
165002000-01-01 Gerd Moellmann <gerd@gnu.org>
16501
16502 * image.el (create-image, defimage): Don't assume image data is a
16503 string.
16504
16505 * image.el (defimage): Handle specifications containing :data
16506 instead of :file.
16507 (image-type-from-data): New function.
16508 (image-type-from-file-header): Use it.
16509 (create-image): Add parameter DATA-P.
16510
16511See ChangeLog.8 for earlier changes.
16512
16513;; Local Variables:
16514;; coding: iso-2022-7bit
16515;; End: