(update_compositions) <check_mask & CHECK_HEAD>: Fix
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
8f625692
SM
12001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2
3 * composite.el (reference-point-alist): Doc fix.
4
1087f198
SS
52001-04-05 Sam Steingold <sds@gnu.org>
6
8f625692
SM
7 * font-lock.el (font-lock-keywords-case-fold-search):
8 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
9 file made font-lock case-insensitive.
10
a55e4e68
GM
112001-04-05 Gerd Moellmann <gerd@gnu.org>
12
0e4892e2
GM
13 * faces.el (defface menu): Doc fix.
14
4d664b04
GM
15 * wid-edit.el (widget-color-sample-face-get): Don't make
16 faces for undefined colors.
17
a55e4e68
GM
18 * version.el (emacs-version): Include LessTif/Motif version info.
19
f383cd0d
GM
202001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21
22 * ps-mule.el: Eliminate cl package dependence.
23 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
24 if they aren't defined yet.
25 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
26 Eliminate cl package dependence.
27
de28797f
SM
282001-04-04 Stefan Monnier <monnier@cs.yale.edu>
29
30 * progmodes/cc-cmds.el (c-outline-level):
31 Bind buffer-invisibility-spec. Originally from Dave Love, but
32 got lost when incorporating version 5.26.
33
32df8b47
EZ
342001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
35
de28797f
SM
36 * emulation/pc-select.el (pc-selection-mode):
37 Call normal-erase-is-backspace-mode instead of binding
38 keys individually.
58e4f61d 39
7f62656b
EZ
40 * cus-load.el (normal-erase-is-backspace): Use it instead of
41 delete-key-deletes-forward.
42
43 * startup.el (command-line): Use normal-erase-is-backspace and
44 normal-erase-is-backspace-mode.
45
46 * simple.el (normal-erase-is-backspace): Rename from
47 delete-key-deletes-forward. Doc fix.
48 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
49 delete-key-deletes-forward-mode. Doc fix.
50 Run normal-erase-is-backspace-hook.
7f62656b 51
32df8b47 52 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
53 ``human-readable'' format produced by GNU `ls'.
54 (dired-move-to-filename-regexp): Recognize ISO format dates.
55 From Paul Eggert <eggert@twinsun.com>.
32df8b47 56
5efa6032
GM
572001-04-04 Gerd Moellmann <gerd@gnu.org>
58
59 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
60 New functions.
de28797f
SM
61 (lm-verify): Check keywords.
62 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 63
d757aac1
EL
642001-04-03 Eric M. Ludlam <eric@siege-engine.com>
65
66 * speedbar.el (speedbar-insert-image-button-maybe): Check for
67 `xemacs' feature instead of for the function `set-extent-property'.
68
9832760a
SM
692001-04-03 Stefan Monnier <monnier@cs.yale.edu>
70
71 * mail/mh-utils.el (mh-folder-hist): New var.
72 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
73
d565f6aa
EZ
742001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
77 region, position point on the first or last 16-byte group.
78 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
79 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
80 hexl-beginning-of-line.
81
24c0fd39
GM
822001-04-03 Gerd Moellmann <gerd@gnu.org>
83
5efa6032
GM
84 * icomplete.el (icomplete-mode): Treat an argument like other
85 modes do.
86
b3f6107b
GM
87 * startup.el (fancy-splash-head): Use splash8.xpm for color
88 depth 8.
89
24d451c5
SM
90 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
91 Add an antry for ``converts''.
476bf681 92
24d451c5
SM
93 * language/slovak.el ("Slovak"): Add documentation string.
94 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 95
450f6970
GM
96 * language/czech.el ("Czech"): Add documentation string.
97 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
98
24d451c5
SM
99 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
100 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
101
1022001-04-02 Stefan Monnier <monnier@cs.yale.edu>
103
104 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
105 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
106 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
107 Use `defsubst' rather than a macro to ease debugging.
108 (mail-extr-last): Remove (use `last' instead).
109 (mail-extract-address-components): Properly reset the syntax-table
110 after parsing an address. Use `last' rather than mail-extr-last.
111 Make sure the end marker stays at the very end.
24c0fd39 112
2b908342
EZ
1132001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
116 last change.
117
acfb077d
GM
1182001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
119
120 * ps-print.el: Line and paragraph spacing feature. Region to cut
121 out when printing. Doc fix.
122 (ps-print-version): New version number (6.5).
24d451c5
SM
123 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
124 New vars. Line and paragraph spacing feature.
acfb077d
GM
125 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
126 out when printing.
127 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
128 (ps-get-font-size, ps-begin-job, ps-continue-line)
129 (ps-plot-region): Code fix.
130 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
131 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
132 New internal vars.
acfb077d
GM
133 (ps-get-size): New fun.
134 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
135 (ps-next-line): Replace defun by defsubst.
136 (ps-mule-plot-string): Autoload doc fix.
137
138 * ps-bdf.el: XEmacs compatibility. Doc fix.
139 (installation-directory, coding-system-for-read): Declare vars if
140 it's not declared yet.
141 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
142
143 * ps-mule.el: XEmacs compatibility. Doc fix.
144 (leading-code-private-22): Declare var if it's not declared yet.
145 (charset-bytes, charset-dimension, charset-id, charset-width)
146 (find-charset-region, split-char, char-width, chars-in-region)
147 (forward-point, decompose-composite-char, encode-coding-string)
148 (coding-system-p, ccl-execute-on-string, define-ccl-program):
149 Define funs if not defined yet.
150 (encode-composition-rule, find-composition): Define funs if not
151 loaded yet.
152 (ps-mule-prologue): PostScript code fix.
153
1542001-04-02 Kenichi Handa <handa@etl.go.jp>
155
156 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
157 non-nil, generate font for the header strings.
158 (ps-mule-prepare-font): Likewise.
159 (ps-mule-generate-glyphs): Likewise.
160 (ps-mule-string-encoding): Likewise.
161 (ps-mule-header-charsets): New variable.
162 (ps-mule-encode-header-string): New function.
163 (ps-mule-header-string-charsets): New function.
164 (ps-mule-begin-job): Check charsets in the header strings. If there
165 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
166
167 * ps-print.el (ps-generate-header-line): Encode the header string by
168 ps-mule-encode-header-string.
169 (ps-mule-encode-header-string): Declare autoload.
170
c0eb3c10
GM
1712001-04-02 Gerd Moellmann <gerd@gnu.org>
172
24d451c5
SM
173 * frame.el (cursor-in-non-selected-windows):
174 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 175
a3d0b0e0
KH
1762001-03-31 Kenichi Handa <handa@etl.go.jp>
177
178 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
179 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 180 (quail-misc-package-ext-info): New variable.
a3d0b0e0 181 (tsang-quick-converter): New function.
24d451c5
SM
182 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
183 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
184 (miscdic-convert, batch-miscdic-convert): New functions.
185
55f7832c
KH
1862001-03-30 Kenichi Handa <handa@etl.go.jp>
187
a2217cd8
KH
188 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
189 eight-bit-control chars.
190
55f7832c 191 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 192 Reduce making temporary vector (suggested by Dave Love).
55f7832c 193
911a2406
EZ
1942001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
195
196 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
197 string as well.
198
1a518f2c
AS
1992001-03-30 Andreas Schwab <schwab@suse.de>
200
201 * files.el (backup-directory-alist): Fix typo.
202
ef080b16
EZ
2032001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
204
205 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
206 <eggert@twinsun.com>.
207
e4174a55
DL
2082001-03-30 Dave Love <fx@gnu.org>
209
210 * progmodes/fortran.el (fortran-comment-region): Fix typo.
211
9d5d1075
EZ
2122001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
213
214 * simple.el (transient-mark-mode): Mention C-g in the doc string.
215
a27b451e
MB
2162001-03-30 Miles Bader <miles@gnu.org>
217
218 * subr.el (interactive-form): Fix paren typo.
219
aea51abe
EZ
2202001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
221
222 * emacs-lisp/profile.el: Say that it's obsolete in the header
223 line, so that finder.el puts that into its data-base.
224 Suggested by Alex Schroeder <alex@gnu.org>.
225
249dd409
EZ
2262001-03-29 Paul Eggert <eggert@twinsun.com>
227
228 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
229 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
230
1ac1fa96
SM
2312001-03-29 Stefan Monnier <monnier@cs.yale.edu>
232
233 * generic.el (generic-mode-set-comments): Use "" rather than nil
234 for comment-end.
235
e2b8a830
GM
2362001-03-29 Gerd Moellmann <gerd@gnu.org>
237
1ac1fa96
SM
238 * emacs-lisp/advice.el (ad-make-advised-definition):
239 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
240
241 * subr.el (interactive-form): New function.
242
8b2375e7
AS
2432001-03-29 Andre Spiegel <spiegel@gnu.org>
244
245 * vc-sccs.el (vc-sccs-register): Use relative file names.
246
f827b862
GM
2472001-03-28 Gerd Moellmann <gerd@gnu.org>
248
e59d0e9d
GM
249 * bookmark.el (bookmark-get-bookmark): Handle case that
250 BOOKMARK is not a string.
251
deb2613a
GM
252 * image.el (image-type-regexps): Change type for PS files
253 to `postscript'.
254
f827b862
GM
255 * subr.el (read-passwd): Clear command history after each
256 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
257
3c9449d0
KH
2582001-03-27 Kenichi Handa <handa@etl.go.jp>
259
260 * international/kkc.el (kkc-save-init-file): Locally bind
261 print-length to nil.
262
e6b13c74
GM
2632001-03-26 Gerd Moellmann <gerd@gnu.org>
264
e120bebf
GM
265 * textmodes/flyspell.el: Some doc fixes.
266 (flyspell-maybe-correct-transposition)
267 (flyspell-maybe-correct-doubling): Use a temporary buffer
268
269 * textmodes/ispell.el (ispell-parse-output): Doc fix.
270
5f6c5771 271 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
272 (byte-optimize-form-code-walker): Diagnose too few arguments
273 for `if' and `while'.
274
2b984c45
KH
2752001-03-26 Kenichi Handa <handa@etl.go.jp>
276
277 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
278 Prepend `\' to "\<quail-translation-docstring>".
279
bf2150fa
GM
2802001-03-26 Gerd Moellmann <gerd@gnu.org>
281
5f6c5771
SM
282 * autorevert.el (global-auto-revert-non-file-buffers):
283 Remove duplicate defcustom.
bf2150fa 284
a0d59316
MB
2852001-03-26 Miles Bader <miles@gnu.org>
286
5f6c5771
SM
287 * international/latin1-disp.el (latin1-char-displayable-p):
288 Add leading "-" for X font pattern.
a0d59316 289
9edbff6c
KH
2902001-03-26 Kenichi Handa <handa@etl.go.jp>
291
5f6c5771
SM
292 * international/mule-diag.el (describe-coding-system):
293 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
294 charsets they can encode.
295
50b57199
EZ
2962001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * help.el (view-lossage): Mention open-dribble-file in the doc
299 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
300
5b83f9c0
SM
3012001-03-23 Stefan Monnier <monnier@cs.yale.edu>
302
303 * skeleton.el (skeleton-internal-list): Fix bogus logic.
304 (skeleton-pair-insert-maybe): Don't pair after a backslash.
305
e0ecbf5c
KH
3062001-03-23 Kenichi Handa <handa@etl.go.jp>
307
5b83f9c0
SM
308 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
309 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
310 multibyte sequence can work correctly.
311 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
312 property of the coding system.
313
1cc218de
SM
3142001-03-23 Stefan Monnier <monnier@cs.yale.edu>
315
316 * textmodes/fill.el (fill-individual-paragraphs-prefix):
317 Fix transcription typo.
318
a3db02ad
RV
3192001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
320
321 * whitespace.el: Add buffer local variables to toggle testing of
322 whitespaces in buffers without affecting the default values.
a3db02ad 323 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
324 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
325 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
326 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 327
83c9cb8e
SM
3282001-03-21 Stefan Monnier <monnier@cs.yale.edu>
329
330 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
331
180d5509
GM
3322001-03-21 Gerd Moellmann <gerd@gnu.org>
333
eeb5b5c1
GM
334 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
335 bs-cycle-configuration-name. From Juanma Barranquero
336 <lektu@uol.com.br>.
337
170a9e70
GM
338 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
339 and cc-vars.el.
340
180d5509
GM
341 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
342 headers. Always invoke sendmail with option -t.
343
130c507e
GM
3442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
345
346 * Release of cc-mode 5.28.
347
3482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
349
350 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
351 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 352 It's instead taken care of by the default value for c-default-style.
130c507e 353
130c507e
GM
3542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
355
356 * cc-align.el (c-lineup-math): Fix bug where lineup was
357 triggered by equal signs in string literals.
358
3592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
360
361 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
362 limit detection when at the ends of the buffer.
363
364 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
365 "for" statement clause in case 7F; a better one is done
366 earlier in case 7D anyway.
367
3682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
369
370 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
371 somewhat more and did a small optimization.
372
3732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
374
375 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
376 Use the limit argument only to limit the syntactic context
377 search, not to limit the actual movement.
378
379 * cc-cmds.el (c-beginning-of-statement): Move by sentence
380 inside multiline strings, just like in comments. Also various
381 fixes to the paragraph and comment prefix recognition, block
382 comment ender handling etc.
383
3842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
385
386 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
387 the relative position of the point.
388
389 * cc-cmds.el (c-electric-continued-statement): New function to
390 use as abbrev hook to reindent for keywords such as "else"
391 that continues an earlier statement.
392
393 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
394 like classes.
395
396 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
397 (pike-mode): Populate the default abbrev tables to reindent for
398 keywords such as "else" that can continue earlier statements.
399 Abbrev mode is therefore turned on by default now. (Note that
400 this doesn't apply to idl-mode, since IDL afaik doesn't have
401 statements at all.)
402
4032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
404
405 * cc-engine.el (c-inside-bracelist-p): Fix for handling
406 bracelists where the declaration contains template arguments.
407
4082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
409
83c9cb8e
SM
410 * cc-cmds.el (c-comment-indent):
411 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
412 syntactic indentation. Fixes bug with lineup functions that
413 return vectors.
414
415 * cc-engine.el (c-get-syntactic-indentation): Split the
416 indentation sum calculation from `c-indent-line' to a separate
417 function.
418
4192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
420
421 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
422 Fixed places where it was assumed that preprocessor directives
423 have to start in column zero.
424
425 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
426 template arguments after a class identifier properly.
427
428 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
429 lists for `new Foo[]' constructs in Java as expressions and
430 not top level definition brace lists on the top level, so that
431 they'll get indented consistently with the same type of
432 expression in a normal block.
433
4342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
435
436 * cc-cmds.el (c-fill-paragraph): The kludge that checks
437 whether the adaptive filling package fails to keep the comment
438 prefix is now kludged further to check for filladapt-mode
439 which doesn't have that problem. This is really icky, but it's
440 the only way that works with the current misfeatures/bugs in
441 both adaptive-fill-mode and filladapt-mode.
442
443 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
444 around point is recognized more robust.
445
4462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
447
448 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
449 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
450 (c-lit-type): Fixed all internal variables used dynamically so
451 that they are always bound.
452
453 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
454 errors:
455
456 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
457 the region is fully reindented even when an error occurs.
458 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
459 whole lot of code that tried to optimize indentation of whole
460 sexps but in reality accomplishes nothing.
461
462 (c-indent-sexp): Use c-indent-region.
463
464 (c-parsing-error): Changed this variable to hold the message
465 for any syntactic error that is discovered.
466
467 (c-parse-state): Search backward from point instead of the bod
468 position when the latter is invalid. This makes CC Mode
469 recover faster when there are unbalanced close braces.
470
471 (c-backward-to-start-of-if): Use c-parsing-error to report
472 dangling "else" clauses instead of throwing an error, and fall
473 back to a reasonable position.
474
83c9cb8e 475 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 476
83c9cb8e 477 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
478
4792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
480
481 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
482 paragraph recognition when moving by sentence in literals.
483
83c9cb8e
SM
484 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
485 start regexp for javadoc to recognize javadoc markup in general instead
486 of a specific set of keywords, to be more future-safe.
130c507e
GM
487
488 (c-Pike-pikedoc-paragraph-start)
489 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
490 pikedoc markup.
491
83c9cb8e 492 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 493
83c9cb8e 494 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
495
496 * cc-vars.el (c-default-style): Made a nicer Customize widget.
497
498 (c-comment-prefix-regexp): Made it possible to use an
499 association list on this to specify mode specific regexps.
500 The default value now use a special regexp in Pike mode to
501 recognize pikedoc markup.
502
503 (c-current-comment-prefix): New variable containing the actual
504 regexp from c-comment-prefix-regexp for the current buffer.
505
5062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
507
508 * cc-cmds.el (c-electric-brace): Fixed check for special brace
509 lists: We can't look at the syntax, since a brace list can get
510 recognized as a plain statement-cont.
511
512 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
513 special brace list opener broken over two lines got recognized
514 as a statement on the second line. Case 9A changed.
515
5162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
517
518 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
519 adjustment after line is reindented.
520
5212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
522
523 * cc-defs.el (c-point): Added optional argument for position
524 to use instead of the current point.
525
526 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
527 the in-expression block symbols when the construct starts at
528 boi, to avoid the extra level of indentation in that case.
529 Cases 4, 16A and 17E affected.
530
5312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
532
533 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 534 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
535
536 * cc-engine.el (c-indent-line): Use the syntax already bound
537 to `c-syntactic-context', if there is any.
538
5392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
540
541 * cc-engine.el (c-get-offset): Fixed bug where the indentation
542 wasn't added up correctly when a lineup function returned nil.
543
5442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
545
546 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 547 empty lines were ignored when collecting line comments backwards.
130c507e
GM
548
5492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
550
551 * cc-align.el (c-lineup-dont-change): Return an absolute
552 indentation column to work correctly in the case when several
553 syntactic elements are processed for the same line.
554
555 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
556 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
557 (c-set-offset): Added absolute indentation column settings by
558 using the vector type.
559
130c507e
GM
5602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
561
562 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
563 Implemented two new cleanups `space-before-funcall' and
564 `compact-empty-funcall'.
565
130c507e
GM
5662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
567
568 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
569 helping building regexps.
570
571 * cc-engine.el (c-on-identifier): New function for detecting
572 identifiers. It takes keywords into account.
573
574 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
575 lists. `c-keywords' is set to a regexp matching all keywords
576 in the current language.
577
5782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
579
580 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
581 list of characters to skip backwards over at the beginning of
582 a statement, since it can precede string literals in Pike.
583
5842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
585
586 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
587 recognition when standing on the last line in a C++ comment
588 with nothing but whitespace after the prefix.
589
590 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
591 given no limit argument.
592
5932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
594
595 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
596 recognition for the `[]= operator symbol in Pike.
597
5982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
599
600 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
601 around a bug in `eval-when-compile' in the byte compiler.
602
603 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 604 value when count is zero and there's no token start within the limit.
130c507e
GM
605
606 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
607 "prefix comments", i.e. comments which are followed by code on
608 the same line.
609
610 * cc-mode-19.el: Fixes so that checks that must be done at
611 compile time also are done then.
612
6132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
614
615 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
616 time and at runtime, and only when it's needed.
617
6182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
619
620 Major cleanup for less error prone and more warning free
621 compilation, including some fixes for bugs due to different
622 compilation orders. Thanks to Martin Buchholz for providing
623 the basis for all this.
624
625 * cc-bytecomp.el: New file that provides some byte compilation
626 features: It ensures that files always are loaded from the
627 current source directory during compilation, and it provides a
628 set of macros to turn off specific compiler warnings for
629 specific symbols. (It's not CC Mode specific in any way.)
630
631 Fixed a nearly acyclic dependency tree (both runtime and
632 compile-time) between all files.
633
634 * cc-defs.el: Separated all macros before the inline functions,
635 to ensure correct compilation.
636
637 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
638 cc-defs.el to cc-engine.el and made it a function instead.
639
640 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
641 about char-after.
642
643 * cc-vars.el: Cope even when there isn't a custom package
644 containing defcustom available.
645
646 * cc-make.el: Removed since it's no longer necessary.
647
648 README: Updated installation instructions.
649
6502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
651
652 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
653 improve the modularity: Moved all mode init stuff from
654 cc-langs.el to cc-mode.el, including the keymap
655 initialization; cc-langs now only contains the various
656 variables for configuring the language syntax.
657
83c9cb8e
SM
658 * cc-engine.el, cc-styles.el (c-evaluate-offset)
659 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 660 dependency analysis suggests they belong there (which also
83c9cb8e 661 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
662
6632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
664
665 * cc-cmds.el (c-fn-region-is-active-p): New function that
666 wraps the corresponding macro, for use in places that aren't
667 compiled. Thanks to Martin Buchholz for pointing out this.
668
83c9cb8e 669 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
670
671 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
672 add things to the bug report.
673
6742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
675
676 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
677 returned prefix could contain a newline when the search for a
678 good prefix line failed.
679
6802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
681
682 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
683 (c-toggle-auto-hungry-state): Made the argument optional, as
684 the documentation says it is.
685
6862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
687
688 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
689 multiline string syntax, #"...", as a cpp macro.
690
7008ccac
GM
6912001-03-21 Paul Eggert <eggert@twinsun.com>
692
83c9cb8e
SM
693 * international/mule-cmds.el (set-locale-environment):
694 Set system-messages-locale and system-time-locale, but only if the
7008ccac 695 caller specifies a non-nil locale name.
3c9449d0 696
c2478129 6972001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
698
699 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 700 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 701
117e4b0c
GM
7022001-03-20 Gerd Moellmann <gerd@gnu.org>
703
7194219d
GM
704 * follow.el (follow-avoid-tail-recenter): Doc fix.
705
5721ae13
GM
706 * custom.el (custom-set-variables): Avoid reversing the list
707 of args needlessly.
708
7b8bbf72
GM
709 * startup.el (fancy-splash-head): Don't change the colors of the
710 XPM image on a dark background.
711
a91ad7c9
GM
712 * comint.el (comint-exec-1): Set columns of the terminal to
713 window-width instead of frame-width.
714
fa88947e
GM
715 * info.el (Info-scroll-down): Add missing WINDOW arg for
716 pos-visible-in-window-p.
717
1741905c
GM
718 * ehelp.el (electric-help-mode-hook): Add defcustom.
719
117e4b0c
GM
720 * mail/sendmail.el (mail-mode): Activate case-folding in
721 font-lock-defaults.
722
e84c695d
SM
7232001-03-19 Stefan Monnier <monnier@cs.yale.edu>
724
725 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
726 (completion-ignored-extensions): Remove duplicate ".class".
727
fc774041
AS
7282001-03-19 Andreas Schwab <schwab@suse.de>
729
83c9cb8e
SM
730 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
731 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 732
c2c097cc
GM
7332001-03-19 Gerd Moellmann <gerd@gnu.org>
734
735 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
736 methods since there are not prefix input methods.
737
fbe2e958
KH
7382001-03-19 Kenichi Handa <handa@etl.go.jp>
739
83c9cb8e
SM
740 * international/mule-cmds.el (read-input-method-name):
741 Locally bind enable-recursive-minibuffers to t.
fbe2e958 742
da47e491
SM
7432001-03-18 Stefan Monnier <monnier@cs.yale.edu>
744
745 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
746
4986c2c6 7472001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 748
4986c2c6
MK
749 * ediff-util.el: Copyright years.
750 (ediff-choose-syntax-table): New function.
751 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 752
4986c2c6
MK
753 * ediff-init.el (ediff-with-syntax-table): New macro, uses
754 with-syntax-table.
83c9cb8e 755
4986c2c6 756 * ediff.el: Date of last update, copyright years.
83c9cb8e 757
4986c2c6 758 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 759
4986c2c6
MK
760 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
761 of Scott Bronson.
762 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
763 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
764 Deleted functions.
765 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
766 ex-token-list.
83c9cb8e 767
4986c2c6 768 * viper-util.el: Spaces, indentation.
83c9cb8e 769
4986c2c6 770 * viper.el: Changed version, modification time.
83c9cb8e 771
3c799aec 7722001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
773
774 * calendar/timeclock.el (timeclock-workday-remaining):
775 Check whether `discrep' is non-null before using it.
3c799aec 776
ae3ce418
JW
7772001-03-16 John Wiegley <johnw@gnu.org>
778
779 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
780 first-time checkins.
781 (timeclock-log-data): Fixed problem with reading timelog log file.
782 Resulting data in the "day list" was incorrect.
783 (timeclock-find-discrep): Check if `timeclock-file' is readable
784 before opening it.
785 (timeclock-time-less-p): New function.
786 (timeclock-day-base): New function.
787 (timeclock-geometric-mean): New function.
788 (timeclock-generate-report): Generate a summary report based on
789 the contents of the log file. This uses `timeclock-log-data', and
790 is an example of writing a timelog manipulation function.
791 (timeclock-visit-timelog): A quick command for opening the timelog
792 file.
793 (timeclock-log-data): Bound the variable event.
794
c8d4a9bb
KH
7952001-03-16 Kenichi Handa <handa@etl.go.jp>
796
83c9cb8e
SM
797 * international/mule-cmds.el (select-safe-coding-system):
798 Fix typo: symbol-name -> symbol-value.
11d56c64 799
c8d4a9bb
KH
800 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
801 before substitute-in-file-name to handle double slashes in FILE
802 correctly.
803
c899e7e6
GM
8042001-03-15 Gerd Moellmann <gerd@gnu.org>
805
806 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
807 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
808
819dce0f
GM
8092001-03-14 Gerd Moellmann <gerd@gnu.org>
810
697617d9
GM
811 * bindings.el (features): Add `md5' and `overlay' to the list.
812
819dce0f
GM
813 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
814 bound before using it. It's not bound when configured without X,
815 for instance.
816
e0067a9d
TTN
8172001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
818
819 * progmodes/hideshow.el: Update copyright.
820 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 821 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 822
afcdc0a1
GM
8232001-03-13 Gerd Moellmann <gerd@gnu.org>
824
e0067a9d 825 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
826 a non-list.
827
30564c48
EZ
8282001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
829
830 * startup.el (fancy-splash-tail, command-line-1): Fix the
831 copyright year.
832
2b8e24b3
KH
8332001-03-13 Kenichi Handa <handa@etl.go.jp>
834
835 * term.el: These changes are based on a patch sent from Yong Lu
836 <lyongu@yahoo.com>.
837 (term-set-escape-char): Bind M-x to execute-extended-command in
838 term-raw-escape-map.
839 (term-move-columns): Don't try to move to negagive column.
840 (term-emulate-terminal): Insert a string before deleting a text to
841 overwrite.
842
789b6186
GM
8432001-03-12 Gerd Moellmann <gerd@gnu.org>
844
b0778a31
GM
845 * play/life.el (life): Rearrange code so that all calls to
846 life-display-generation are in a catch-form.
847
04528cda
GM
848 * progmodes/etags.el (tags-loop-continue): Don't change point in a
849 file that isn't interesting. In an interesting file, push the old
850 value of point on the mark ring.
851
760cefb5
GM
852 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
853 New function.
854 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
855 Use it.
856
83c9cb8e
SM
857 * emacs-lisp/autoload.el (generate-file-autoloads):
858 Remove warning about line lengths.
789b6186 859
a2ffbafe
FP
8602001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
861
862 * progmodes/etags.el (tags-compression-info-list): New variable.
863 (find-tag-in-order): Use it to deal with compressed source files.
864 (tag-file-name-match-p): New function.
865 (etags-recognize-tags-table): Use it for better match of file names.
866
5c9d9d92
KH
8672001-03-12 Kenichi Handa <handa@etl.go.jp>
868
ba3e9b9b
KH
869 * international/mule-cmds.el (register-input-method): Doc fix.
870
5c9d9d92
KH
871 * international/quail.el (quail-translate-key): Fix condition to
872 check if there's another breaking point in the current key.
873
40beecee
EZ
8742001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
875
876 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
877 Babyl header to the newly-created output file, bind
878 coding-system-for-write to either rmail-file-coding-system or
879 emacs-mule-unix.
880
75c6cb7f
SM
8812001-03-11 Stefan Monnier <monnier@cs.yale.edu>
882
883 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
884 Fix the name and regexp used for subsubsections.
885
5ec17636
DL
8862001-03-10 Dave Love <fx@gnu.org>
887
888 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
889 and save-buffer if buffer-file-name non-nil. From rms.
890
6d2e2c02
AS
8912001-03-10 Andre Spiegel <spiegel@gnu.org>
892
893 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 894 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
895 to reflect that.
896 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 897 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
898 variable bindings that might affect the diff command.
899 (vc-print-log): Don't switch to the *vc* buffer before the
900 command, so that local variable bindings are preserved.
901
789b6186 902 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
903 not the current buffer.
904 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
905
789b6186 906 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 907 make output go to buffer *vc*, not the current buffer.
a2ffbafe 908
b18f5523
SM
9092001-03-09 Stefan Monnier <monnier@cs.yale.edu>
910
911 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
912 so ^, $, *, ? and + are interpreted correctly.
913
3cfd8357
GM
9142001-03-09 Gerd Moellmann <gerd@gnu.org>
915
c085b77c 916 * help.el (string-key-binding): Renamed from
f9db8f19
SM
917 mode-line-key-binding. Handle any event on a string.
918 Check for `keymap' properties as well as `local-map' properties.
c085b77c 919
3cfd8357
GM
920 * comint.el (comint-insert-clicked-input): Use the last key
921 from this-command-keys to lookup the global key definition.
922
348f797a
KH
9232001-03-09 Kenichi Handa <handa@etl.go.jp>
924
3ebf3717
KH
925 * international/characters.el: Add category `j' for
926 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
927
348f797a
KH
928 * international/mule-conf.el (no-conversion): Fix docstring.
929 (raw-text): Fix docstring.
930
e1fbabaf
GM
9312001-03-08 Gerd Moellmann <gerd@gnu.org>
932
96e8e603
GM
933 * simple.el (choose-completion-string): When not leaving the
934 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
935 is set.
936
e1fbabaf
GM
937 * window.el (shrink-window-if-larger-than-buffer): Handle frame
938 parameter `(minibuffer . t)'.
939
f9db8f19
SM
9402001-03-07 Stefan Monnier <monnier@cs.yale.edu>
941
942 * progmodes/sh-script.el (sh-st-symbol): New symbol.
943 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
944 (sh-mode): Remove `make-local-variable' for unused var
945 `font-lock-unfontify-region-function'.
946
02756877
RS
9472001-03-07 Richard M. Stallman <rms@gnu.org>
948
132bf46d
RS
949 * info.el (Info-scroll-down): Fix previous change.
950
02756877
RS
951 * mail/rmail.el (rmail-toggle-header): Use a window which
952 is showing the Rmail buffer, rather than the selected window.
953
eeb24429
DL
9542001-03-07 Dave Love <fx@gnu.org>
955
956 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
957 now, to avoid problems with binding imenu directly to a mouse event.
958
3bdf2660
GM
9592001-03-07 Gerd Moellmann <gerd@gnu.org>
960
961 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
962 second arg t.
963
9642001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
965
966 * log-edit.el (log-edit-common-indent): New var.
967 (log-edit-set-common-indentation): Renamed from
968 log-edit-delete-common-indentation. Use the new var.
969 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
970
971 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
972 (cvs-mode-add-change-log-entry-other-window):
973 Don't presume change-log-default-name is defined.
974
975 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
976
977 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
978 the "tree" operation as well.
979
980 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
981
982 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
983 to match paragraph-start.
984
985 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
986 comment-start-skip and set comment-end-skip as well.
987 (sgml-comment-indent): Fix for new value of comment-start-skip.
988 (html-autoview-mode): Don't bother using make-local-hook.
989
2ad02767
GM
9902001-03-07 Gerd Moellmann <gerd@gnu.org>
991
189638d5 992 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 993 variables, otherwise long Custom entries would make them ineffective.
189638d5 994
2ad02767
GM
995 * uniquify.el: Set maintainer to FSF.
996
656f8cae
EZ
9972001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
998
999 * dired-aux.el (dired-do-shell-command): Doc fix.
1000
c83965c4
SM
10012001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1002
04af43bc
SM
1003 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1004
1005 * which-func.el (which-func-modes): Add cperl-mode.
1006 (which-func-mode-global): Use define-minor-mode.
1007
1008 * info-look.el: Docstring fixes and dead code eliminated.
1009 (cperl-mode): Add support.
1010 (emacs-lisp-mode): List all entries from elisp manual, whether
1011 or not they are currently (f)bound or not. Update regexp.
1012
1013 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1014
c83965c4
SM
1015 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1016 so that C-h m shows the correct information.
1017 Use make-local-variable rather than make-variable-buffer-local.
1018 (cperl-info-buffer, cperl-setup-tmp-buf):
1019 Use make-local-variable rather than make-variable-buffer-local.
1020 (cperl-msb-fix, cperl-get-help-defer):
1021 Check major-mode for `cperl-mode' as well.
1022
1023 * progmodes/cperl-mode.el: Updated to author version 4.23.
1024 (cperl-electric-pod): SYNOPSIS was misspelled.
1025 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1026 (cperl-after-expr-p): Make true after __END__.
1027
f16a7aa5
GM
10282001-03-06 Gerd Moellmann <gerd@gnu.org>
1029
157ae273 1030 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1031 bookmark-completion-ignore-case is t.
157ae273 1032
f16a7aa5
GM
1033 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1034 switch, like xterm, and concat resource strings, with a newline
1035 between them.
1036
abaddb98
EZ
10372001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1038
a2ffbafe 1039 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1040 (cp773-decode-table, cp774-decode-table): New variables.
1041
abaddb98
EZ
1042 * man.el (Man-hyphenated-reference-regexp): New variable.
1043 (Man-build-references-alist): Use it to search for referenced
1044 manpages. If hyphenated is non-nil, record a concatenated word in
1045 Man-refpages-alist only if it matches Man-reference-regexp.
1046 Update word's length when it is concatenated. Reverse the list,
1047 to get the first manpage at the head.
1048 (Man-possibly-hyphenated-word): New function.
1049 (Man-follow-manual-reference): Use it instead of current-word to
1050 find a manpage at point, in a way that accounts for hyphenated
1051 references.
1052
eb3f61dd
GM
10532001-03-06 Alex Schroeder <alex@gnu.org>
1054
1055 * sql.el (sql-interbase): New function.
1056 (sql-interbase-program): New option.
1057 (sql-interbase-options): New option.
1058 And some typos fixed: "customise" to "customize".
1059
fa84f42a
DL
10602001-03-06 Dave Love <fx@gnu.org>
1061
83c9cb8e
SM
1062 * textmodes/flyspell.el (flyspell-region):
1063 Set up flyspell-local-mouse-map.
fa84f42a 1064
fda3411d
RS
10652001-03-05 Richard M. Stallman <rms@gnu.org>
1066
a2ffbafe 1067 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1068 Don't call rmail-beginning-of-message.
1069 Don't discard From: field. Do discard Received: field.
1070 Use unwind-protect to re-prune.
1071 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1072
e972ab1f
KH
10732001-03-06 Kenichi Handa <handa@etl.go.jp>
1074
1075 * international/quail.el (quail-title): Add autoload cookie.
1076
335db3c1
DL
10772001-03-05 Dave Love <fx@gnu.org>
1078
1079 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1080 new defs.
1081
278dd6ac
KH
10822001-03-05 Kenichi Handa <handa@etl.go.jp>
1083
83c9cb8e
SM
1084 * language/ethio-util.el (ethio-toggle-space):
1085 Update current-input-method-title if necessary.
36d5e61d
KH
1086 (ethio-toggle-punctuation): Likewise.
1087
341cd4f0
KH
1088 * international/quail.el (quail-title): Fix for the case that a
1089 title of an input method is specified by a list of the same form
1090 as used in mode-line-format.
1091
83c9cb8e
SM
1092 * international/mule-cmds.el (activate-input-method):
1093 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1094 respect that value.
1095
10ebaeb6
GM
10962001-03-05 Gerd Moellmann <gerd@gnu.org>
1097
1098 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1099
7a65c85c
GM
11002001-03-05 Alex Schroeder <alex@gnu.org>
1101
1102 * sql.el (sql-sybase): Fix typo (was: query user about server two
1103 times instead of server and database).
1104
1105 * sql.el (sql-sybase): Doc change.
1106 (sql-mysql): Doc change.
1107 (sql-postgres): Doc change.
1108
b86644f2
KH
11092001-03-05 Kenichi Handa <handa@etl.go.jp>
1110
83c9cb8e
SM
1111 * international/mule-conf.el (emacs-mule, raw-text):
1112 Docstring modified.
b86644f2 1113
e30bd7b7
EZ
11142001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1115
1116 * term/internal.el: Update copyright notice.
1117
1118 * term/pc-win.el: Update copyright notice.
1119
7e365285
DL
11202001-03-02 Dave Love <fx@gnu.org>
1121
83c9cb8e
SM
1122 * files.el (insert-file-contents-literally):
1123 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1124 not jka-compr-compression-info-list.
7e365285 1125
75ed43a6
SM
11262001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1127
1128 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1129 spaces in default comment-start-skip settings rather than \s-.
1130
53c4b1e6
EZ
11312001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1132
1133 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1134 default-frame-alist as well.
1135
028d739a
DL
11362001-03-01 Dave Love <fx@gnu.org>
1137
1138 * textmodes/reftex.el (defvar): Wrap some defvars in
1139 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1140
1141 * subr.el (event-basic-type): Doc fix.
1142
1143 * international/quail.el: Doc fixes.
1144
1145 * international/utf-8.el: Doc fixes.
1146
1147 * international/mule-cmds.el: Doc fixes.
1148 (leim-list-header): Fix header text.
1149
1150 * international/mule.el (coding-system-category): Doc fix.
1151
1152 * international/ccl.el (ccl-compile): Doc fix.
1153
15d1caef
SM
11542001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1155
1156 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1157 rather than (before|after)-change-functions.
1158
f84ff02c
GM
11592001-03-01 Gerd Moellmann <gerd@gnu.org>
1160
1161 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1162 scroll-left and scroll-right being called interactively so that
1163 they set the window's min_hscroll.
1164
e0c1e774
EZ
11652001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * info.el (info-insert-file-contents-1): Accept an additional
1168 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1169 `suffix'; otherwise use the complicated MS-DOS code.
1170 All callers changed.
e0c1e774
EZ
1171 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1172 can access long file names, try the long file-name version of
1173 `info-insert-file-contents-1', then the short file-name version.
1174
b8b2ea31 11752001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1176
af122766
KH
1177 * language/ethio-util.el (setup-ethiopic-environment-internal):
1178 Change bindings of functions keys to conform to "Emacs Lisp Coding
1179 Convention".
1180
1181 * language/ethiopic.el ("Ethiopic"): Add documentation.
1182
b8b2ea31
KH
11832001-02-28 Kenichi Handa <handa@etl.go.jp>
1184
1d64e2ad
KH
1185 * international/utf-8.el (mule-utf-8): Set coding-category
1186 property to coding-category-utf-8.
1187
91cb6e51
RS
11882001-02-27 Richard M. Stallman <rms@gnu.org>
1189
1190 * lpr.el (lpr-page-header-switches, print-region-1):
1191 Undo 2000-07-06 change.
7298f3f7
RS
1192 (lpr-add-switches): Default to t on gnu/linux.
1193
c0cb1027
GM
11942001-02-27 Gerd Moellmann <gerd@gnu.org>
1195
1196 * bs.el (bs-attributes-list): Doc fix.
1197
01459648
GM
11982001-02-26 Gerd Moellmann <gerd@gnu.org>
1199
baebd8a5 1200 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1201
01459648
GM
1202 * help.el (view-order-manuals): Use goto-address.
1203
1204 * startup.el (command-line-1): Add info about ordering manuals
1205 to the not so fancy splash screens.
1206
f93e614e
AS
12072001-02-26 Andre Spiegel <spiegel@gnu.org>
1208
01459648
GM
1209 * vc.el (vc-default-workfile-unchanged-p)
1210 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1211
12435002
GM
12122001-02-26 Gerd Moellmann <gerd@gnu.org>
1213
a2ffbafe 1214 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1215 fontify in the right buffer.
1216
12435002
GM
1217 * allout.el (outline-flag-region): Move macro in front of first
1218 use to avoid a run-time error.
1219
425de386
AI
12202001-02-24 Andrew Innes <andrewi@gnu.org>
1221
1222 * makefile.w32-in: Fix copyright notice.
1223
66c56ed1
KH
12242001-02-24 Kenichi Handa <handa@etl.go.jp>
1225
4c1593ce
KH
1226 * international/utf-8.el (mule-utf-8): Set correct value for
1227 valid-codes property.
1228
66c56ed1
KH
1229 * international/fontset.el (x-complement-fontset-spec): In the
1230 case that we use ASCII font for the other charsets, use only
15d1caef 1231 family and registry part of it.
66c56ed1 1232
119171dd
EZ
12332001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1234
1235 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1236 (shrink-window-if-larger-than-buffer): Doc fix.
1237
932c309e
SM
12382001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1239
1240 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1241 predicate passed to completing-read.
1242
9b760e36
EZ
12432001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * startup.el (command-line): Fix last change.
1246
5c39a60f
JR
12472001-02-23 Jason Rumney <jasonr@gnu.org>
1248
1249 * startup.el (tool-bar-originally-present): New variable.
1250 (command-line): Set it if the tool-bar is switched on at startup.
1251
1252 * frame.el (frame-notice-user-settings): Only adjust frame height
1253 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1254 From E. Jay Berkenbilt.
5c39a60f 1255
cb91b2c7
SM
12562001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1257
39b557e8
SM
1258 * server.el (server-switch-buffer): Only switch window if the
1259 current one is dedicated.
1260
cb91b2c7
SM
1261 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1262 rather than using (match-beginning 0) when searching for break point.
1263
9238a8df
EZ
12642001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1265
1266 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1267 @ follows an accent command such as @'. Support optional braces
1268 in commands that insert accents, like makeinfo does.
1269
3473f362
GM
12702001-02-22 Gerd Moellmann <gerd@gnu.org>
1271
1272 * startup.el (fancy-splash-text): Add a line for ordering
1273 manuals. Reverse order of splash screens shown.
1274 (use-fancy-splash-screens-p): Adapt to the text line added.
1275
1276 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1277 manuals from the FSF.
1278
1279 * help.el (view-order-manuals): New function.
1280 (toplevel): Bind C-h C-m to this function.
1281
76a4de07
SM
12822001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * newcomment.el (comment-forward): Skip the comment-start before
1285 searching for the comment-end.
1286
75b71d85
DL
12872001-02-21 Dave Love <fx@gnu.org>
1288
2f4c9a87
DL
1289 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1290
75b71d85
DL
1291 * international/mule-cmds.el, international/mule.el: Doc fixes.
1292
1293 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1294 (fortune) <defgroup>: Add :link.
1295 (fortune-from-region): Use eq, not eql.
1296
ffc9ff0c
GM
12972001-02-21 Gerd Moellmann <gerd@gnu.org>
1298
1299 * startup.el (fancy-splash-screens): Use display-hourglass
1300 instead of display-busy-cursor.
1301
1302 * frame.el (display-hourglass): Renamed from busy-cursor.
1303 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1304 (show-cursor-in-non-selected-windows): Doc fix.
1305
f34eb373
DL
13062001-02-20 Dave Love <fx@gnu.org>
1307
1308 * international/utf-8.el: Doc and commentary fixes.
1309
f55e4a7e
EZ
13102001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1311
1312 * ehelp.el (with-electric-help): Doc fix.
1313
fa97adf6
GM
13142001-02-20 Gerd Moellmann <gerd@gnu.org>
1315
1316 * msb.el (msb-mode): Call the update-buffers function explicitly
1317 with a FORCE argument.
1318
1319 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1320 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1321 returns nil.
1322
54ed3bd2
GM
13232001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1324
1325 * ps-print.el: Timestamp package replacement. Some enhancements.
1326 Some XEmacs compatibility. Doc fix.
1327 (ps-print-version): New version number (6.4).
1328 (ps-printer-name): Initialization fix.
1329 (ps-zebra-stripe-follow): Funcionality enhancement.
1330 (ps-prologue-file): Code enhancement.
1331 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1332 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1333 (ps-get-page-dimensions)
54ed3bd2
GM
1334 (ps-generate-header, ps-begin-file, ps-begin-job)
1335 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1336 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1337 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1338 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1339
e8ebf97d
MB
13402001-02-20 Miles Bader <miles@gnu.org>
1341
1342 * image-file.el (image-file-name-extensions): Add "tif".
1343
136b27c5
GM
13442001-02-19 Gerd Moellmann <gerd@gnu.org>
1345
1346 * wid-edit.el (widget-button-click): Save the selected window
1347 around the code handling clicks on buttons.
1348
6ebbcf59
DL
13492001-02-18 Dave Love <fx@gnu.org>
1350
1351 * imenu.el (imenu--generic-function): Use mapc to iterate over
1352 syntax characters.
1353
595ded73
RS
13542001-02-17 Richard M. Stallman <rms@gnu.org>
1355
b9fe3dc8
RS
1356 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1357
595ded73
RS
1358 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1359
f3f053f3
GM
13602001-02-16 Gerd Moellmann <gerd@gnu.org>
1361
1362 * mouse.el (mouse-save-then-kill): If the distance from the new
1363 point to the mark is equal to the distance of point from the new
1364 point, move point instead of the mark.
1365
11570a8f
DL
13662001-02-16 Dave Love <fx@gnu.org>
1367
1368 * textmodes/flyspell.el (flyspell-get-word): Return string without
1369 properties.
1370
fb339cd5
EZ
13712001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1372
1373 * generic.el (generic-find-file-regexp): Doc fix.
1374 (generic-ignore-files-regexp): New defcustom.
1375 (generic-mode-find-file-hook): If the file's name matches the
1376 regexp in `generic-ignore-files-regexp', don't enter
1377 default-generic-mode. Doc fix.
1378
c56b1c1b
GM
13792001-02-16 Gerd Moellmann <gerd@gnu.org>
1380
a2ffbafe 1381 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1382 Add autoload cookies.
1383
a2ffbafe 1384 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1385 of cal-tex-24.
1386
0d140e65
EZ
13872001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1388
81558867
EZ
1389 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1390
0d140e65
EZ
1391 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1392 the character class after the (optional) drive, to support file
1393 names with embedded blanks.
1394
713f7b15
SS
13952001-02-15 Sam Steingold <sds@gnu.org>
1396
1397 * textmodes/tex-mode.el (tex-shell-running):
1398 Check the process buffer too.
1399
9a2a6f73
DL
14002001-02-15 Dave Love <fx@gnu.org>
1401
1402 * battery.el (battery-status-function): Fix doc, :type.
1403
15d1caef 1404 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1405
fe10cef0
GM
14062001-02-15 Gerd Moellmann <gerd@gnu.org>
1407
1408 * subr.el (read-passwd): Clear Lisp memory holding password.
1409
126f5d4d
MB
14102001-02-15 Miles Bader <miles@gnu.org>
1411
1412 * info.el (Info-copy-current-node-name): New function.
1413 (Info-mode-menu): Add it to the menu.
1414
92e98d63
RS
14152001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1416
1417 * international/mule-cmds.el (toggle-input-method): Doc fix.
1418
dd4e0e55
SM
14192001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1420
1421 * replace.el (occur): Stop at end of buffer.
1422
402dbbd1
EZ
14232001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1424
1425 * international/mule-cmds.el (set-input-method): Another doc fix.
1426
e9fcba3d
GM
14272001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1428
1429 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1430
78ad1cd5
MB
14312001-02-13 Miles Bader <miles@gnu.org>
1432
713f7b15 1433 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1434 (set-face-stipple): Treat a value of nil as being `unspecified'.
1435
fce9d9dc
DL
14362001-02-12 Dave Love <d.love@dl.ac.uk>
1437
1438 * international/latin1-disp.el: Doc fixes.
1439 (latin1-display) <defgroup>: Add :link.
1440 (latin1-display) <function>: Set variable latin1-display.
1441
bc406911
EZ
14422001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1443
1444 * international/mule-cmds.el (set-input-method): Doc fix.
1445
68514d48
EL
14462001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1447
1448 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1449 (speedbar-line-file): Return nil if not a file.
1450 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1451
513bea45 14522001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1453
513bea45
MK
1454 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1455 for remote files.
bc406911 1456 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1457 with raw-text.
713f7b15 1458
513bea45 1459 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1460
83c9cb8e
SM
1461 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1462 Better handling of the diff mode.
713f7b15 1463
513bea45 1464 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1465
bc406911 1466 * viper.texi: Fix typos.
713f7b15 1467
521d4010
DL
14682001-02-11 Dave Love <fx@gnu.org>
1469
36fd8e17
DL
1470 * shadowfile.el: Doc fixes.
1471 (shadow) <defgroup>: Add :link.
1472 (shadowfile-unload-hook): New function.
1473 (shadow-initialize): Use defalias, not fset.
1474 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1475 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1476
521d4010
DL
1477 * international/mule.el: Doc and message fixes.
1478
36fd8e17
DL
1479 * international/ccl.el (define-ccl-program): Doc fix.
1480
92395bbe
KH
14812001-02-11 Kenichi Handa <handa@etl.go.jp>
1482
1483 * faces.el (mode-line): Set :line-width property to -1.
1484
103db06c
RS
14852001-02-10 Richard M. Stallman <rms@gnu.org>
1486
08b78974
RS
1487 * complete.el (partial-completion-mode): Doc fix.
1488
103db06c
RS
1489 * simple.el (delete-key-deletes-forward-mode):
1490 Change `let' to `let*' to fix gross bug in last change.
1491
1492 * repeat.el (repeat): Don't let execute-kbd-macro alter
1493 real-last-command.
1494
a6a1ee53
EZ
14952001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1496
1497 * simple.el (eval-expression): Doc fix.
1498
d2f288c6
DL
14992001-02-09 Dave Love <fx@gnu.org>
1500
038f4ae3
DL
1501 * imenu.el (imenu-generic-expression): Doc fix.
1502
83c9cb8e
SM
1503 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1504 From Juanma Barranquero.
038f4ae3 1505
15d1caef 1506 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1507
9804b846
KH
15082001-02-09 Kenichi Handa <handa@etl.go.jp>
1509
1510 * faces.el (set-face-attribute): Describe the case of a negative
1511 value specified for :line-width.
1512
532f5197
SM
15132001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1514
1515 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1516 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1517
1d279666
DL
15182001-02-08 Dave Love <fx@gnu.org>
1519
4681ca3a
DL
1520 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1521 widget-plist-value-type.
1522 (widget-alist-convert-widget): Replace binding of
1523 widget-alist-value-type.
1524
1d279666
DL
1525 * textmodes/paragraphs.el (sentence-end): Doc fix.
1526
83c9cb8e
SM
1527 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1528 Remove `backward-line'.
1d279666 1529
532f5197
SM
1530 * play/pong.el (pong-blank-color, pong-bat-color)
1531 (pong-ball-color, pong-border-color, pong-left-key)
1532 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1533 (pong-pause-key, pong-resume-key, pong-timer-delay):
1534 * mail/mh-comp.el (mh-compose-letter-function):
1535 * eshell/esh-mode.el (eshell-skip-prompt-function):
1536 * emulation/viper-ex.el (ex-unix-type-shell-options):
1537 * recentf.el (recentf-menu-filter):
1538 * ps-print.el (ps-print-region-function):
1539 * lpr.el (print-region-function):
1540 * forms.el (forms-mode-hooks):
1541 * dirtrack.el (dirtrack-directory-change-hook):
1542 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1543 * textmodes/spell.el (spell-filter):
1544 * textmodes/fill.el (adaptive-fill-function):
1545 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1546 * progmodes/etags.el (find-tag-default-function):
1547 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1548 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1549
6f676109
EZ
15502001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1551
751d3bc4
EZ
1552 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1553 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1554 Meyering <jim@meyering.net>.
1555
6f676109
EZ
1556 * loadup.el: Revert last change.
1557
d3c26cdf
KH
15582001-02-07 Kenichi Handa <handa@etl.go.jp>
1559
83c9cb8e
SM
1560 * international/mule.el (transform-make-coding-system-args):
1561 Make it work also for coding systems not using CCL.
d3c26cdf 1562
44806980
EZ
15632001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1564
9889af08
EZ
1565 * simple.el (previous-matching-history-element)
1566 (next-matching-history-element): Doc fix.
1567
44806980
EZ
1568 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1569 specific part.
1570
1e36ff68
DL
15712001-02-06 Dave Love <fx@gnu.org>
1572
713f7b15 1573 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1574 (add-log-buffer-file-name-function, add-log-file-name-function):
1575 Fix :type.
1576 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1577
c7ca58df
EZ
15782001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1579
fecd556a
EZ
1580 * info.el (info-initialize): Remove the test for system-type when
1581 invocation-directory is non-nil.
1582
c7ca58df
EZ
1583 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1584 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1585
587b5737
AI
15862001-02-06 Andrew Innes <andrewi@gnu.org>
1587
1588 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1589 absolute.
1590
baf7eee4
GM
15912001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1592
1593 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1594 buffers. When hi-lock turned on rather than only checking current
1595 buffer for regexps, all buffers are checked. Moved activation of
1596 font-lock to hi-lock-refontify. When font-lock turned off rather
1597 than removing added highlighting just in current buffer, remove it
1598 in all buffers. Changed edit menu text from "Automatic
1599 Highlighting" to "Regexp Highlighting" Documentation for
1600 highlighting phrases, minor documentation changes.
1601 (hi-lock-set-file-patterns): Execute only if there are new or
1602 existing file patterns.
1603 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1604 unfontify and, if a support mode is active, will not refontify the
1605 whole buffer. If necessary, turn on font lock. (Removed
1606 font-lock-unfontify and font-lock support-mode-specific calls,
1607 such as lazy-lock-fontify-window.)
1608 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1609 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1610 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1611 (hi-lock-face-phrase-buffer): New function. Also added related
1612 menu item and keybinding.
1613 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1614 (hi-lock-process-phrase): New function.
1615 (hi-lock-line-face-buffer): Doc fixes.
1616 (hi-lock-face-buffer): Doc fixes.
1617 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1618
36710aa6
GM
16192001-02-06 Gerd Moellmann <gerd@gnu.org>
1620
1621 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1622 dabbrev-ignored-regexps.
1623
d3f22784
EZ
16242001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1625
1626 * simple.el (kill-line): Doc fix.
1627
5cb3c8d4
DL
16282001-02-05 Dave Love <fx@gnu.org>
1629
1630 * loadup.el: Revert last two changes -- bootstrapping works with
1631 regenerated loaddefs.
1632
e6297e7d
EZ
16332001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1634
1e14b095
EZ
1635 * isearch.el (isearch-forward): Doc fix.
1636
e6297e7d
EZ
1637 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1638 of font-lock-defaults to backward-paragraph.
1639
e16f52ce
GM
16402001-02-05 Gerd Moellmann <gerd@gnu.org>
1641
1642 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1643 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1644
01d19dd7
GM
16452001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1646
1647 * ebnf2ps.el: Eliminate time-stamp functions.
1648 (ebnf-version): New version (3.5).
1649 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1650 format-time-string.
1651
24886813
GM
16522001-02-05 Gerd Moellmann <gerd@gnu.org>
1653
1654 * simple.el (next-line): Goto end-of-line before inserting a newline.
1655
65e70fc4
MB
16562001-02-05 Miles Bader <miles@gnu.org>
1657
1658 * image-file.el (insert-image-file): When visiting an image, also
1659 set `truncate-lines' to t so that any fringe arrow looks correct.
1660
482f06c9
KH
16612001-02-05 Kenichi Handa <handa@etl.go.jp>
1662
1663 * isearch.el (isearch-forward): Add description about input method
1664 in the docsting.
1665
02399da7
SM
16662001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1667
1668 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1669
2c366083
EZ
16702001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1671
1672 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1673 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1674
bdadfce3
GM
16752001-02-02 Gerd Moellmann <gerd@gnu.org>
1676
79fb38c0
GM
1677 * wid-edit.el (widget-button-click): Fix last change.
1678
bdadfce3
GM
1679 * frame.el (frame-notice-user-settings): When resizing the initial
1680 frame because the tool bar is off, also change the frame's top
1681 position if a negative top position was specified.
1682
33155ffb
MB
16832001-02-02 Miles Bader <miles@gnu.org>
1684
1685 * image-file.el (insert-image-file): When visiting an image,
1686 suppress the cursor in the image buffer.
1687
1355ba0c
DL
16882001-02-01 Dave Love <fx@gnu.org>
1689
1690 * progmodes/f90.el (f90-mode): Remove startup message.
1691
fb758d2d 1692 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1693
01acdb05
GM
16942001-02-01 Gerd Moellmann <gerd@gnu.org>
1695
1696 * startup.el (command-line): Fix code determining whether or not
1697 to use delete-key-deletes-forward-mode.
1698
5b1ee316
AS
16992001-02-01 Andre Spiegel <spiegel@gnu.org>
1700
1701 * vc.el (vc-diff-switches): New user option.
1702 (vc-version-diff): Use it.
1703 (vc-diff-switches-list): New macro.
1704
83c9cb8e
SM
1705 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1706 New customization options.
5b1ee316
AS
1707 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1708
1709 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1710
00b1e7a1
GM
17112001-02-01 Gerd Moellmann <gerd@gnu.org>
1712
1713 * msb.el (toplevel): Quote hook symbols.
1714
85827036
KH
17152001-02-01 Kenichi Handa <handa@etl.go.jp>
1716
8e028499 1717 * international/mule.el (make-coding-system): Add description
3c948dde 1718 about recognized properties in the docstring.
8e028499 1719
85827036
KH
1720 * international/mule-conf.el: Remove unused charsets
1721 mac-roman-lower and mac-roman-upper.
1722
7ccf7ab9
GM
17232001-01-31 Gerd Moellmann <gerd@gnu.org>
1724
2441692d
GM
1725 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1726 is in front of the left-margin, if any.
1727
ee5cece0
GM
1728 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1729 like `delete'.
1730
83c9cb8e 1731 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1732
7ccf7ab9
GM
1733 * term/w32-win.el (mouse-set-font): Doc fix.
1734
b4f30ec5 17352001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1736
b4f30ec5
GM
1737 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1738 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1739 on already.
1740
03e0fe6e
GM
17412001-01-31 Markus Rost <rost@math.ohio-state.edu>
1742
1743 * files.el (save-buffer): Don't give message if (buffer-file-name)
1744 returns nil.
713f7b15 1745
8f289acc
EZ
17462001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1747
cb4aae04
EZ
1748 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1749
dbd98b19
EZ
1750 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1751 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1752
8f289acc
EZ
1753 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1754 display problems.
1755
c12553c1
KH
17562001-01-31 Kenichi Handa <handa@etl.go.jp>
1757
c7bf5db9
KH
1758 * international/mule.el (charset-info): Fix docstring.
1759
1760 * international/mule-diag.el (describe-character-set): Check final
1761 char valid before printing it.
c12553c1 1762
14f16b9c
GM
17632001-01-30 Gerd Moellmann <gerd@gnu.org>
1764
efaa080b
GM
1765 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1766
eef93f99
GM
1767 * frame.el (frame-notice-user-settings): Do the tool-bar
1768 stuff only for graphical displays. Fix a braino.
713f7b15 1769
14f16b9c
GM
1770 * frame.el (frame-initialize): Create initial frame visible.
1771 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1772 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1773
1774 * startup.el (command-line): Remove manipulation of frame
1775 height for tool bars.
1776
4ad25e43
EZ
17772001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1778
1779 * lpr.el: Compatibility with XEmacs and doc fixes.
1780 (lpr-windows-system, lpr-lp-system): New vars.
1781 (lpr-printer-switch): New defcustom.
1782 (printer-name, lpr-command): Customization fix.
1783 (print-region-1): Code fix.
1784 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1785 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1786 New functions.
4ad25e43 1787
e8f044a0
GM
17882001-01-29 Gerd Moellmann <gerd@gnu.org>
1789
1790 * msb.el (toplevel): Fix the eval-after-load.
1791
850d5045
GM
17922001-01-29 Dave Love <fx@gnu.org>
1793
762fe76e
DL
1794 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1795
1796 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1797
83c9cb8e 1798 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1799 (tcl-using-emacs-19-23): Consider Emacs 21+.
1800 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1801 (tcl-add-emacs-menu): Supply menu name.
1802 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1803
3a768251
GM
18042001-01-29 Gerd Moellmann <gerd@gnu.org>
1805
1806 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1807
274d02f7
SM
18082001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1809
1810 * pcvs.el (cvs-mark-fis-dead): New function.
1811 (cvs-mode-add): Use it.
1812 (cvs-mode-add-change-log-entry-other-window):
1813 Rebind change-log-default-name to itself rather than to nil.
1814
ed5d446e
SS
18152001-01-29 Sam Steingold <sds@gnu.org>
1816
efaa080b 1817 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1818 `autoload' statements.
1819
e2a80284
EZ
18202001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1821
8e1db7b3
EZ
1822 * files.el (confirm-kill-emacs): Doc fix.
1823
ff2a1c79
EZ
1824 * frame.el (frame-initialize): Doc fix.
1825
e7b0deaf
EZ
1826 * time-stamp.el (time-stamp-string): Doc fix.
1827
83c9cb8e
SM
1828 * woman.el (WoMan-log-1): Make the log buffer writable.
1829 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1830
005913e4
GM
18312001-01-29 Gerd Moellmann <gerd@gnu.org>
1832
1833 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1834 the `make-variable-buffer-local'.
1835
58622cc5
GM
18362001-01-29 Dave Love <fx@gnu.org>
1837
1838 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1839 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1840 Add autoload cookie.
58622cc5
GM
1841 (ansi-color-apply-sequence): Fix typo.
1842
0404d031
GM
18432001-01-29 Gerd Moellmann <gerd@gnu.org>
1844
ed5d446e 1845 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1846 Postscript printing in black and white.
1847
0404d031
GM
1848 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1849 X-Mailman-Version, Precedence, List-Help, List-Post,
1850 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1851 Content-Type, Content-Length.
1852
3b6ed359
DL
18532001-01-29 Dave Love <fx@gnu.org>
1854
ddd16e7a
DL
1855 * elide-head.el (elide-head): Make overlay evaporate.
1856
83c9cb8e 1857 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1858
8005142f
EZ
18592001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1860
1861 * isearch.el (isearch-highlight): Don't punt if the display
1862 doesn't support colors, since isearch faces are defined for
1863 monochrome displays as well.
1864
84728570
SS
18652001-01-27 Sam Steingold <sds@gnu.org>
1866
1867 * shell.el (shell-write-history-on-exit): Make sure that we are in
1868 the shell buffer (M-x tex-file RET inserted the error message into
1869 the TeX buffer).
1870
e26f9ced
EZ
18712001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1872
1873 * simple.el (transient-mark-mode): Doc fix.
1874
dc0274bd
GM
18752001-01-27 Gerd Moellmann <gerd@gnu.org>
1876
83c9cb8e 1877 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1878
c1acacc4
EZ
18792001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1880
f5058b96
EZ
1881 * shell.el (shell-unquote-argument): If the shell is one of the
1882 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1883 quote character.
1884 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1885 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1886
c1acacc4 1887 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1888 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1889
103db06c 18902001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1891
84728570 1892 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1893 Treat a one-capital-letter abbrev as "not all upper case",
1894 so as to force preservation of the expansion's pattern
1895 if the expansion starts with a capital letter.
1896
cfa70244
EZ
18972001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1898
cfee9de7
EZ
1899 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1900 Doc fix.
1901
cfa70244
EZ
1902 * simple.el (transient-mark-mode): Document the fact that many
1903 commands act on the region when mark is active.
1904
17d90d6b
KH
19052001-01-27 Kenichi Handa <handa@etl.go.jp>
1906
1907 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1908 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1909 (quail-show-guidance-buf): Make the multibyteness of current
1910 buffer inherited to Quail guidance buffer.
1911 (quail-help): Make the multibyteness of current buffer inherited
1912 to Quail help buffer.
1913
61076b20
DL
19142001-01-26 Dave Love <fx@gnu.org>
1915
c47e2c68
DL
1916 * time-stamp.el: Doc fixes.
1917
84728570 1918 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1919 (delphi-keyword-face, delphi-other-face): Fix :type.
1920
940f14b4
DL
1921 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1922
1923 * mail/feedmail.el (feedmail): Add :link.
1924 (feedmail-send-it): Doc fix.
1925
1926 * mail/sendmail.el: Doc fixes.
1927 (sendmail-send-it): Fix the non-ASCII regexp and use
1928 rfc2047-encode-string.
1929
61076b20
DL
1930 * dired.el, dired-aux.el: Revert last change.
1931
6c317bd2
GM
19322001-01-26 Gerd Moellmann <gerd@gnu.org>
1933
1934 * makefile.w32-in (DONTCOMPILE): Add various term files.
1935
19362001-01-26 Dave Love <fx@gnu.org>
1937
1938 * Makefile.in (DONTCOMPILE): Add various term files.
1939
1c636b5f
GM
19402001-01-26 Gerd Moellmann <gerd@gnu.org>
1941
af900b23
GM
1942 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1943
15fa6db0 1944 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1945 the echo area is resized to fit the size of the startup message.
15fa6db0 1946
1c636b5f
GM
1947 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1948 part of which is a constant.
1949
9b1adbd5
EZ
19502001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1951
83c9cb8e 1952 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 1953
103db06c 19542001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
1955
1956 * simple.el (next-line): Don't let `newline' expand abbrevs.
1957 Simplify slightly.
1958 (open-line): Don't let `newline' expand abbrevs.
1959
219227ea
JW
19602001-01-25 John Wiegley <johnw@gnu.org>
1961
1962 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1963 to `repeat' in the :type field.
1964
1965 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1966 allow a choice of regexp or nil.
d2906bf8 1967 (pcomplete-dir-ignore): Same.
219227ea
JW
1968
1969 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1970 a command) to always fail.
1971
ceba0dac
GM
19722001-01-25 Gerd Moellmann <gerd@gnu.org>
1973
1974 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1975 discard the result.
1976 (iswitchb-to-end): Likewise.
1977
9b0630e5
SS
19782001-01-25 Sam Steingold <sds@gnu.org>
1979
1980 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1981 Require vc.
9b0630e5 1982
a2ed9670
SM
19832001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1984
f0c1adab
SM
1985 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1986
a2ed9670
SM
1987 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1988
34ac3367
DL
19892001-01-25 Dave Love <fx@gnu.org>
1990
61076b20
DL
1991 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1992 (describe-coding-system): Tweak the English text.
1993
34ac3367
DL
1994 * loadup.el: Preload international/ccl for utf-8.
1995
4685e6b7
EZ
19962001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1997
1998 * mail/rmail.el (rmail-redecode-body): Doc fix.
1999
0fdb4475
KH
20002001-01-25 Kenichi Handa <handa@etl.go.jp>
2001
83c9cb8e
SM
2002 * international/mule-cmds.el (reset-language-environment):
2003 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2004
83c9cb8e
SM
2005 * international/mule-conf.el (coding-category-utf-8):
2006 Initialize to mule-utf-8.
0fdb4475 2007
9b0630e5 2008 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2009
2010 * international/utf-8.el: New file.
2011
245ed2b1
SM
20122001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2013
2014 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2015
e95b0c08
SS
20162001-01-24 Sam Steingold <sds@gnu.org>
2017
2018 * dired.el (dired-replace-in-string): Removed.
2019 (dired-sort-toggle): Use `replace-regexps-in-string'
2020 instead of `dired-replace-in-string'.
9b0630e5 2021
ceba0dac
GM
2022 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2023 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2024
e95b0c08
SS
2025 * gs.el (gs-replace-in-string): Removed.
2026 (gs-options): Use `replace-regexps-in-string'
2027 instead of `gs-replace-in-string'.
2028
c3902c3e
EZ
20292001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2030
2031 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2032 bug report is mailed to an email list and posted to a news group.
2033
b66b6aeb
GM
20342001-01-24 Gerd Moellmann <gerd@gnu.org>
2035
83c9cb8e
SM
2036 * comint.el (comint-replace-by-expanded-history-before-point):
2037 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2038
b66b6aeb
GM
2039 * startup.el (tool-bar-images-pixel-height): New variable.
2040 (command-line): After loading the user's init file, when
2041 tool-bar-mode is on, increase the frame's size by some lines for
2042 the tool-bar.
2043
2044 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2045
ff890e66
SZ
20462001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2047
2048 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2049 (chinese-big5): MIME:Big5.
2050
04363179
GM
20512001-01-24 Gerd Moellmann <gerd@gnu.org>
2052
e95b0c08 2053 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2054 Handle commands with prefix args.
2055
d56aaa64
GM
20562001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2057
2058 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2059 being a list of numbers.
2060 (diary-mail-entries): Rewritten.
2061
99858627
DL
20622001-01-23 Dave Love <fx@gnu.org>
2063
7aeb1fa9
DL
2064 * international/mule.el (make-coding-system): Fix typo.
2065
83c9cb8e
SM
2066 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2067 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2068
5a43decf
EZ
20692001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2070
2071 * font-lock.el (font-lock-mode): Doc fix.
2072
b0e98867
KH
20732001-01-23 Kenichi Handa <handa@etl.go.jp>
2074
2075 * international/mule.el (make-translation-table): Fix docstring.
2076
9c8acefd
EZ
20772001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2078
fd4976b8
EZ
2079 * mail/rmail.el (rmail-redecode-body): New function.
2080
9c8acefd
EZ
2081 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2082
871e0439
GM
20832001-01-22 Gerd Moellmann <gerd@gnu.org>
2084
21c2bbe0
GM
2085 * isearch.el (isearch-lazy-highlight-case-fold-search)
2086 (isearch-lazy-highlight-regexp): New variables.
2087 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2088 case-fold search or regexp search has been toggled.
2089
5710730c
GM
2090 * wid-edit.el (widget-button-click): Avoid a save-excursion
2091 around running a global binding.
2092
871e0439
GM
2093 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2094 to 0.25.
2095
d0554957
MB
20962001-01-20 Miles Bader <miles@gnu.org>
2097
2098 * cus-edit.el (custom-face-save): Do post-processing on the face's
2099 new value like `custom-face-set' does.
2100
1519f618
EZ
21012001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2102
ccd87890
EZ
2103 * mail/emacsbug.el (report-emacs-bug): Report the value of
2104 LC_CTYPE, not LC_TYPE.
2105
1519f618
EZ
2106 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2107 isearch-toggle-regexp and isearch-edit-string to doc string.
2108
9724173b
GM
21092001-01-19 Gerd Moellmann <gerd@gnu.org>
2110
48bb9196
GM
2111 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2112 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2113
e95b0c08 2114 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2115 font-lock-beginning-of-syntax-function to nil.
2116
dc81f8a2
EZ
21172001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2118
2119 * mail/emacsbug.el (report-emacs-bug): Report values of
2120 locale-coding-system, default-enable-multibyte-characters, and the
2121 environment variables LC_ALL, LC_TYPE, and LANG.
2122
99327974
GM
21232001-01-19 Gerd Moellmann <gerd@gnu.org>
2124
83c9cb8e 2125 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2126
2be6ecc6
GM
2127 * font-lock.el (font-lock-multiline): Default to nil.
2128 (font-lock-default-fontify-region): If font-lock-multiline is
2129 nil, don't check the property `font-lock-multiline'.
2130
99327974
GM
2131 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2132 is nil, don't check the `font-lock-multiline' text property.
2133
2550055a
MK
21342001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2135
0a949811 2136 * viper.el: Call initial-major-mode on startup.
e95b0c08 2137
0a949811 2138 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2139
8501998a 2140 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2141
2550055a 21422001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2143
0a949811 2144 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2145 diff mode, if available.
e95b0c08 2146
0a949811 21472001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2148
8501998a 2149 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2150
2550055a
MK
2151 * ediff-init.el (subst-char-in-string): Define and use it, unless
2152 it's already defined.
e95b0c08 2153
8962e303
GM
21542001-01-18 Gerd Moellmann <gerd@gnu.org>
2155
2156 * tooltip.el (tooltip-hide-delay): New user-option.
2157 (tooltip-show): Use tooltip-hide-delay instead of the default.
2158
6b453381
KH
21592001-01-18 Kenichi Handa <handa@etl.go.jp>
2160
2161 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2162 kill-local-variable doesn't work for enable-multibyte-characters.
2163
9eaf396b
DL
21642001-01-17 Dave Love <fx@gnu.org>
2165
cebd37ce
DL
2166 * ediff-init.el (ediff-before-setup-hook)
2167 (ediff-merge-filename-prefix): Add :version.
2168
9eaf396b
DL
2169 * international/latin1-disp.el: Require disp-table.
2170 (latin1-display): Fix :set.
2171
2172 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2173
f864120f
GM
21742001-01-17 Gerd Moellmann <gerd@gnu.org>
2175
2176 * isearch.el (isearch-lazy-highlight-initial-delay)
2177 (isearch-lazy-highlight-interval): Default to 0.
2178
21792001-01-17 Bob Glickstein <bobg@zanshin.com>
2180
2181 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2182 1 here rather than each time through
2183 isearch-lazy-highlight-new-loop.
2184 (isearch-lazy-highlight-max): Variable deleted.
2185 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2186 isearch-lazy-highlight-max but controls a single invocation of
2187 isearch-lazy-highlight-update.
2188 (isearch-lazy-highlight-wrapped): Variable recreated.
2189 (isearch-lazy-highlight-window-start): New variable.
2190 (isearch-lazy-highlight-cleanup): Restored to behavior of
2191 before 2-Jan.
2192 (isearch-lazy-highlight-remove-overlays): Function deleted;
2193 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2194 behavior removed.
2195 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2196 isearch-lazy-highlight-update in a loop rather than just once.
2197 Test isearch-invalid-regexp here and decide not to start a new
2198 loop, rather than testing it each time through
2199 isearch-lazy-highlight-update.
2200 (isearch-lazy-highlight-search): Function restored.
2201 (isearch-lazy-highlight-update): Get called in a timer loop again,
2202 but this time highlight more than one match each time through.
83c9cb8e
SM
2203 Only highlight matches in the visible part of the window.
2204 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2205 the edge of the window. Use sit-for to force redisplay and ensure
2206 window-start is credible. "Face suppressing" behavior removed;
2207 overlay priorities should make it unnecessary, right?
2208 (isearch-highlight): Face suppressing behavior removed.
2209 (isearch-dehighlight): Face suppressing behavior removed.
2210 (isearch-set-lazy-highlight-faces-at): Removed.
2211
076ec540
KH
22122001-01-17 Kenichi Handa <handa@etl.go.jp>
2213
2214 * language/european.el ("Latin-1"): Make the format of description
2215 about additional language environments same as that of Latin-2.
2216
92328ec5
DL
22172001-01-16 Dave Love <fx@gnu.org>
2218
39f2174e
DL
2219 * isearch.el (isearch-lazy-highlight): Add :version.
2220
92328ec5
DL
2221 * simple.el (backward-delete-char-untabify-method)
2222 (next-line-add-newlines): Add :version.
2223
f251459d
GM
22242001-01-16 Gerd Moellmann <gerd@gnu.org>
2225
9d4850e5
GM
2226 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2227 Don't bind <delete> otherwise.
2228
2229 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2230 and <delete> via function-key-map.
2231
f251459d
GM
2232 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2233 Subject line only if point is after the `Subject:'.
2234
771ffcf7
KH
22352001-01-16 Kenichi Handa <handa@etl.go.jp>
2236
bda6b481
KH
2237 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2238 japanese-jisx0213-2 in `charset' property of this lang. env.
2239
35793af7
KH
2240 * language/european.el ("Latin-1"): Add description for Dutch and
2241 Spanish lang. env.
2242
771ffcf7
KH
2243 * international/mule.el (decode-char): Fix conditions.
2244 (encode-char): Handle eight-bit-control too.
1c8102ff 2245 (transform-make-coding-system-args): New function.
50c29104
KH
2246 (make-coding-system): Accept XEmacs style arguments for CCL base
2247 coding system.
771ffcf7 2248
e1cf67b6
GM
22492001-01-15 Gerd Moellmann <gerd@gnu.org>
2250
2251 * progmodes/etags.el (find-tag-noselect): Save the value of
2252 tags-file-name before switching buffers, for the case it has a
2253 buffer-local value.
2254
b3287acf
GM
22552001-01-15 Alex Schroeder <alex@gnu.org>
2256
9eaf396b
DL
2257 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2258 From Dave Love <fx@gnu.org>.
b3287acf
GM
2259 (ansi-color-for-comint-mode): Fix :version.
2260
22612001-01-15 Alex Schroeder <alex@gnu.org>
2262
2263 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2264
8d7ff9c8
EZ
22652001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * dired.el (dired-insert-directory): If file-system-info fails,
2268 remove the " free " part, but don't signal an error.
2269
dbe99ae9
SS
22702001-01-12 Sam Steingold <sds@gnu.org>
2271
2272 * bookmark.el (bookmark-maybe-historicize-string):
2273 Use new backquote syntax.
2274
103db06c 22752001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2276
2277 * subr.el (last): Handle a list that doesn't end in nil.
2278
ca2ddd8e
SS
22792001-01-12 Sam Steingold <sds@gnu.org>
2280
2281 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2282 to `backward-delete-char-untabify'.
2283
1751c874
DL
22842001-01-12 Dave Love <fx@gnu.org>
2285
2286 * cus-edit.el (customize-menu-create): Fix the :filter following
2287 easymenu change.
2288
2289 * wid-edit.el (function): Add :match-alternatives.
2290 (widget-color-action): Doc fix.
2291
3cccce8d
GM
22922001-01-12 Gerd Moellmann <gerd@gnu.org>
2293
2294 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2295
18bfd6b5
KH
22962001-01-12 Kenichi Handa <handa@etl.go.jp>
2297
83c9cb8e 2298 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2299
18bfd6b5
KH
2300 * international/ccl.el (define-ccl-program): Fix docstring.
2301
562e00da
DL
23022001-01-11 Dave Love <fx@gnu.org>
2303
14fd0da3
DL
2304 * international/mule-cmds.el (standard-display-european-internal):
2305 Set display table for 2208 as for 160.
2306
2307 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2308
562e00da
DL
2309 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2310 entry for custom-menu-create change.
2311 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2312 don't cons it in the search loop.
2313
2314 * imenu.el (imenu--truncate-items): Revert last change.
2315
6e961dcd
EZ
23162001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * info.el (Info-setup-header-line): If the node header includes
2319 either Next: or Prev: links, don't show the File: and Node: parts
2320 in the header line.
2321
2c2ff7f2
GM
23222001-01-11 Gerd Moellmann <gerd@gnu.org>
2323
a7ee2d2e
GM
2324 * comint.el (comint-goto-process-mark): Don't print a message
2325 when running in batch mode.
2326
c5348233
GM
2327 * isearch.el (isearch-search): In the condition-case handler for
2328 `error', set isearch-invalid-regexp to the whole error message.
2329
422717d1
GM
2330 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2331 ensure that eval-after-load works for files dumped with Emacs.
2332
2333 * help.el (load-symbol-file-load-history): New function extracted
2334 from function symbol-file.
2335 (symbol-file): Use it.
2336
83c9cb8e 2337 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2338
926861fb
EZ
23392001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2342 behave as if there were no prefix argument.
2343 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2344 argument were nil.
2345
afa1f52c
RS
23462001-01-11 Richard M. Stallman <rms@gnu.org>
2347
ca2ddd8e 2348 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2349 Don't look for more potential matches once maximum is exceeded.
2350 Use overlays-in to check correctly for overlap with current match.
2351 Ignore empty matches.
2352
47a9f362
MB
23532001-01-11 Miles Bader <miles@gnu.org>
2354
2355 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2356 (ispell-overlay-window, ispell-help, ispell-show-choices)
2357 (ispell-command-loop): Use it instead of `window-height'.
2358
d196f58d
GM
23592001-01-10 Gerd Moellmann <gerd@gnu.org>
2360
cf523f0e
GM
2361 * files.el (confirm-kill-emacs): New user-option.
2362 (save-buffers-kill-emacs): Ask for final confirmation before
2363 killing Emacs.
2364
d196f58d
GM
2365 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2366 to nil.
2367
7c6c3d8e
GM
23682001-01-10 Dave Love <fx@gnu.org>
2369
1f8be15d
DL
2370 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2371
83c9cb8e 2372 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2373
2374 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2375
2376 * calculator.el (calculator-number-digits): Fix :type.
2377
0d5184de
DL
2378 * vc-cvs.el (vc-cvs-header): Fix :type.
2379 * vc-rcs.el (vc-rcs-header): Fix :type.
2380 * vc-sccs.el (vc-sccs-header): Fix :type.
2381
2382 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2383
7c6c3d8e
GM
2384 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2385
8c9f73a2
GM
2386 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2387
457b792c
GM
23882001-01-10 Gerd Moellmann <gerd@gnu.org>
2389
2390 * simple.el (set-variable): Force a thorough redisplay for the
2391 case that the variable has an effect on the display, like
2392 `tab-width' has.
2393
d2622d08
AS
23942001-01-10 Andre Spiegel <spiegel@gnu.org>
2395
2396 * vc.el: Add documentation for backend interface.
2397
ae4b5f4f
KH
23982001-01-10 Kenichi Handa <handa@etl.go.jp>
2399
e0844717
KH
2400 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2401
ae4b5f4f
KH
2402 * international/mule-conf.el (latin-extra-code-table): Set to t
2403 for \223 and \224.
2404
3184082b
KH
24052001-01-09 Kenichi Handa <handa@etl.go.jp>
2406
2407 * international/mule-cmds.el (locale-language-names): Map "es" to
2408 "Spanish" and "nl" to "Dutch".
2409
732b9cdd
GM
24102001-01-09 Gerd Moellmann <gerd@gnu.org>
2411
1dfca644
GM
2412 * bindings.el (global-map): Bind <home> to beginning-of-line,
2413 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2414 C-<end> to end-of-buffer.
2415
732b9cdd
GM
2416 * language/european.el: Add Dutch and Spanish language info
2417 to be able to use the appropriate tutorials.
2418
24192001-01-09 Alex Schroeder <alex@gnu.org>
2420
2421 * ansi-color.el (ansi-color-process-output): Use markers instead
2422 of positions for start and end of region.
2423 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2424 Previously, occasional mistakes happend when fontifying many
2425 chunks of output (eg. ls --color=yes /dev). This happened
2426 whenever an overlay was created up to the end of the region, which
2427 coincided with the process-mark. New text would then be added
2428 within that overlay instead of after it.
2429 (ansi-color-make-extent): Overlays are created with the property
2430 `modification-hooks' set to '(ansi-color-freeze-overlay).
2431 (ansi-color-freeze-overlay): New function. When inserting text at
2432 the end of the overlay, the overlay will resize.
2433
24342000-01-09 Alex Schroeder <alex@gnu.org>
2435
2436 * ansi-color.el (ansi-color-process-output): Doc change.
2437 (ansi-color-unfontify-region): Doc change. No longer installed
2438 automatically in font-lock-unfontify-region-function.
2439 (ansi-color-apply): Doc change.
2440 (ansi-color-apply-on-region): Use extents or overlays instead of
2441 text-properties.
2442 (ansi-color-make-extent): New function.
2443 (ansi-color-set-extent-face): New function.
2444
24452000-01-09 Alex Schroeder <alex@gnu.org>
2446
2447 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2448 both use ansi-color-process-output, now.
2449 (ansi-color-process-output): Doesn't return string anymore. It is
2450 installed in comint-output-filter-functions for both Emacs and
2451 XEmacs, now.
2452 (ansi-color-unfontify-region): Simplified code removing variables
2453 pos and start-ansi.
2454 (ansi-color-apply): Put text-property ansi-color before putting
2455 text-property face because ansi-color-unfontify-region is called
2456 immediately after the call to put-text-property.
2457 (ansi-color-context-region): Doc change.
2458 (ansi-color-filter-region): Simplified code.
2459 (ansi-color-apply-on-region): Changed start to start-marker, using
2460 a marker explicitly. Put text-property ansi-color before putting
2461 text-property face because ansi-color-unfontify-region is called
2462 immediately after the call to put-text-property.
2463
24642000-01-09 Alex Schroeder <alex@gnu.org>
2465
2466 * ansi-color.el (ansi-color-faces-vector): Doc change.
2467 (ansi-color-for-comint-mode): Changed :type property to choice.
2468 (ansi-color-last-context): Removed.
2469 (ansi-color-process-output): Don't use ansi-color-last-context, as
2470 the main functions will store their context now.
2471 (ansi-color-context): Doc change.
2472 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2473 Uses ansi-color-context such that repeated calls will strip
2474 partial escape sequences, too.
2475 (ansi-color-apply): Simplified code. Colorize end of string if
2476 face is not null. Store context in new (FACE STRING) format, such
2477 that repeated calls will strip partial escape sequences, too.
2478 Append faces to face property using ansi-color-apply-sequence such
2479 that cumulative mode actually works.
2480 (ansi-color-context-region): New variable.
2481 (ansi-color-filter-region): Rewrote it based on
2482 ansi-color-apply-on-region. Uses ansi-color-context-region such
2483 that repeated calls will strip partial escape sequences, too.
2484 (ansi-color-apply-on-region): Simplified code. Colorize end of
2485 region if face is not null. Store context in new (FACE POS)
2486 format, such that repeated calls will strip partial escape
2487 sequences, too. Append faces to face property using
83c9cb8e 2488 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2489 (ansi-color-apply-sequence): New function.
2490 (ansi-color-get-face): When the default face is added to the list
2491 of faces, all previous settings are discarded and the list of
2492 faces is set to '(default).
2493
24942000-01-09 Alex Schroeder <alex@gnu.org>
2495
2496 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2497 face, such that ansi-color-apply and ansi-color-apply-on-region
2498 will do the right thing.
2499 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2500 returns nil, set the list of faces back to nil instead of
83c9cb8e 2501 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2502
25032000-01-09 Alex Schroeder <alex@gnu.org>
2504
2505 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2506 (ansi-color-process): Doc change.
2507 (ansi-color-last-context): New buffer-local variable.
2508 (ansi-color-process-output): New function. It is automatically
2509 added to comint-output-filter-functions if this is XEmacs.
2510 (ansi-color-unfontify-region): New optional parameter for XEmacs
2511 compatibility. Check wether font-lock-syntactic-keywords is
2512 boundp before removing the syntax table text property, as XEmacs
2513 doesn't have it.
2514 (ansi-color-filter-region): Doc change.
2515 (ansi-color-apply-on-region): Doc change.
2516 (ansi-color-make-face): New function. Compatibility layer for
2517 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2518 (ansi-color-make-color-map): Use ansi-color-make-face.
2519 (ansi-color-get-face): Avoid face text property '(nil) as results
2520 in an errow for XEmacs.
2521
25222000-01-09 Alex Schroeder <alex@gnu.org>
2523
83c9cb8e
SM
2524 * ansi-color.el (ansi-color-unfontify-region): New function.
2525 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2526 ansi-color. When the package is loaded, a lambda expression is
2527 put onto font-lock-mode-hook. This lambda expression will check
2528 font-lock-unfontify-region-function and replace
83c9cb8e 2529 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2530 (ansi-color-apply): Add text-property ansi-color in addition to
2531 text-property face.
2532 (ansi-color-apply-on-region): Add text-property ansi-color in
2533 addition to text-property face.
2534 (save-buffer-state): Copy of the macro that is also used by
2535 lazy-lock and font-lock.
2536
2537 (ansi-color-for-comint-mode): New option.
2538 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2539 (ansi-color-for-comint-mode-off): Ditto.
2540 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2541 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2542 decide what to do. This function is added to
2543 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2544
2545 (ansi-color-for-shell-mode-set): Removed.
2546 (ansi-color-for-shell-mode): Removed.
2547
25482000-01-09 Alex Schroeder <alex@gnu.org>
2549
2550 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2551 the lambda expression from the ansi-color-for-shell-mode :set
2552 property. Additionally, modify shell-mode-hook to enable or
2553 disable font-lock-mode for future shell buffers.
2554 (ansi-color-for-shell-mode): The :set property calls
2555 ansi-color-for-shell-mode-set instead of a lambda expression.
2556
25572000-01-09 Alex Schroeder <alex@gnu.org>
2558
2559 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2560 (ansi-color-context): New variable.
2561 (ansi-color-apply): Save context between calls.
2562
fb55ff10
EZ
25632001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2564
83c9cb8e
SM
2565 * isearch.el (isearch, isearch-lazy-highlight-face):
2566 New definitions for face colors and attributes.
29910493 2567
fb55ff10
EZ
2568 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2569 of display-mouse-p.
2570
134d6265
KH
25712001-01-09 Kenichi Handa <handa@etl.go.jp>
2572
2573 * international/mule.el (make-coding-system): If the coding system
2574 accepts extra latin codes, register such codes as safe for the
2575 coding system.
2576
103db06c 25772001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2578
984c9f75
RS
2579 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2580 don't mention the file name or the date here, because they are
2581 logged at the start of the file.
2582
25832001-01-08 Richard M. Stallman <rms@gnu.org>
2584
78b8eee8
RS
2585 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2586 Change screen-width to frame-width.
2587
1460e5d4
EZ
25882001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2589
2590 * info.el (Info-search): Print the default as part of the prompt.
2591
56f24bc1
AS
25922001-01-08 Andre Spiegel <spiegel@gnu.org>
2593
ca2ddd8e 2594 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2595 constant implementations in backends.
2596
2597 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2598 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2599
2600 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2601 WRITABLE to EDITABLE.
2602
2603 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2604 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2605 to EDITABLE.
2606
b7812d30
EZ
26072001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2608
2609 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2610 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2611
7e56ea04
GM
26122001-01-08 Gerd Moellmann <gerd@gnu.org>
2613
2614 * isearch.el (isearch-old-signal-hook): Removed.
2615 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2616 instead of setting signal-hook-function.
2617 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2618
a758f97d
GM
26192001-01-08 Kevin Gallagher <kevingal@onramp.net>
2620
2621 * emulation/edt.el: Update to version 4.0. Provide support for
2622 EDT scroll margins at top and bottom of the window. Provide an
2623 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2624 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2625 user when file-related buffer modifications exist.
2626 Provide support for running EDT Emulation in XEmacs.
2627 Provide customize access to some user updatable variables.
2628 Add Commentary section to file header.
2629 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2630
2631 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2632 for detecting a keypress that generates an ASCII key sequence.
2633 (Previously, only a keypress that generates a vector was
2634 recognized.) Embed Window Manager name into name of the generated
2635 EDT Emulation initialization file since the initialization file is
2636 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2637
30db89f9
EZ
26382001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2639
4deb3ba9
EZ
2640 * mail/sendmail.el (mail-mode): Doc fix.
2641
30db89f9
EZ
2642 * info.el (Info-goto-emacs-command-node): Doc fix.
2643 (Info-goto-emacs-key-command-node): Doc fix.
2644
c3f2772b
EZ
26452001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2646
8726e79b 2647 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2648 systems without long file-name support.
2649
0dac6924
AI
26502001-01-06 Andrew Innes <andrewi@gnu.org>
2651
2652 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2653
4e6ef391
EZ
26542001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2655
380866a2
EZ
2656 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2657 (isearch-lazy-highlight-update): Doc fix.
2658
148b5960
EZ
2659 * ffap.el (ffap-bindings): Doc fix.
2660
4e6ef391
EZ
2661 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2662
4cb1bcc2
DL
26632001-01-05 Dave Love <fx@gnu.org>
2664
2665 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2666
3828218c
GM
26672001-01-05 Gerd Moellmann <gerd@gnu.org>
2668
83c9cb8e
SM
2669 * mouse-drag.el (mouse-drag-safe-scroll):
2670 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2671
1f4139d5
GM
2672 * isearch.el (isearch-old-signal-hook): New variable.
2673 (isearch-mode): Set signal-hook-function to isearch-done.
2674 (isearch-done): Restore old signal-hook-function.
2675
3828218c
GM
2676 * info.el (Info-fontify-node): Mark one more char as intangible.
2677
3970013f
KH
26782000-01-05 Kenichi Handa <handa@etl.go.jp>
2679
83c9cb8e
SM
2680 * composite.el (compose-last-chars): New argument COMPONENTS.
2681 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2682 COMPONENTS.
2683
2684 * international/quail.el (quail-input-string-to-events): New function.
2685 (quail-input-method): Convert input string to events here.
2686 (quail-start-translation): Return input string, not event list.
2687 (quail-start-conversion): Likewise.
2688
f3b05e99
GM
26892001-01-04 Gerd Moellmann <gerd@gnu.org>
2690
ca2ddd8e 2691 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2692 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2693 and tooltip-add-timeout.
2694 (tooltip-show): Set border color from faces's foreground.
2695 (tooltip-show-help-function): If called with the same help string
2696 as last time, do nothing.
2697 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2698
0f2ac578
GM
2699 * startup.el (fancy-splash-screens): Don't bind show-help-function
2700 to nil.
2701
f3b05e99
GM
2702 * tooltip.el (tooltip-frame-parameters): Remove colors.
2703 (tooltip): New face
2704 (tooltip-set-param): New function.
2705 (tooltip-show): Set up color frame parameters from face `tooltip'.
2706 Display the tooltip text in face `tooltip'.
2707
8416e94a
DL
27082001-01-04 Dave Love <fx@gnu.org>
2709
2710 * whitespace.el (whitespace-global-mode): Fix typo.
2711
2712 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2713
30db89f9
EZ
27142001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2715
83c9cb8e
SM
2716 * help.el (help-for-help): Fix a typo in a doc string.
2717 From kwzh@gnu.org (Karl Heuer).
30db89f9 2718
b847eb8c
DL
27192001-01-03 Dave Love <fx@gnu.org>
2720
2721 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2722 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2723 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2724 (dired-guess-shell-alist-user): Customize.
2725 (dired-x-help-address): Set to bug-gnu-emacs.
2726 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2727 (dired-default-directory): Renamed from default-directory.
2728
2729 * hl-line.el (hl-line): Doc fix.
2730
43c4b570
KF
27312001-01-03 Karl Fogel <kfogel@red-bean.com>
2732
1bf6b1bf 2733 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2734
984c9f75 27352001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2736
2737 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2738 to remove all the current alternative-match highlighting.
2739 If nil, remove only what's outside the current window.
2740 (isearch-lazy-highlight-remove-overlays): Take optional
2741 region within which NOT to remove them.
2742 (isearch-lazy-highlight-new-loop): Greatly simplified.
2743 (isearch-lazy-highlight-update): Find all the other occurrences
2744 visible in the window, in just one call.
2745 (isearch-lazy-highlight-start): Now holds start of region to scan.
2746 (isearch-lazy-highlight-end): Now holds end of region to scan.
2747 (isearch-lazy-highlight-wrapped): Variable deleted.
2748 (isearch-lazy-highlight-search): Function deleted.
2749
13d6a61c
AI
27502000-01-02 Andrew Innes <andrewi@gnu.org>
2751
2752 * w32-fns.el (convert-standard-filename): Do length check on name
2753 before aref.
2754
064866e7
DL
27552001-01-02 Dave Love <fx@gnu.org>
2756
b33e041b
DL
2757 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2758 value.
2759 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2760
2761 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2762
8166ffd5
DL
2763 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2764 read syntax.
2765
064866e7
DL
2766 * calendar/todo-mode.el (todo): Add :link, :version.
2767 (todo-save-top-priorities): Remove autoload cookie.
2768 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2769 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2770
6dde6abc
GM
27712001-01-02 Gerd Moellmann <gerd@gnu.org>
2772
2773 * comint.el (comint-input-history-ignore): New variable.
2774 (comint-read-input-ring): Ignore entries matching
2775 comint-input-history-ignore.
2776
1a8a9daf
GM
27772001-01-02 Eric M. Ludlam <zappo@gnu.org>
2778
2779 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2780 (lm-copyright-mark): New function.
2781 (lm-crack-copyright): New function.
2782 (lm-verify): Check that the file has a copyright.
2783 Check that the file is copyright Free Software Foundation.
2784
9c92eb53
KH
27852000-12-30 Kenichi Handa <handa@etl.go.jp>
2786
2787 * international/mule-diag.el (print-fontset): Indent font name by
2788 24 columns, not 25.
2789
49172314
GM
27902000-12-29 Gerd Moellmann <gerd@gnu.org>
2791
762a68ec
GM
2792 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2793 in Subject line.
2794
49172314 2795 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2796 Use mail-mode-hook instead of mail-setup-hook.
2797 Otherwise continuing an interrupted message with C-u C-x m for
2798 instance, winds up in Mail mode without abbrevs.
49172314 2799
bd7a2e26
GM
28002000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2801
2802 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2803 non-nil. Adding almost all customization variables on ps-setup.
2804 Doc fix.
bd7a2e26
GM
2805 (ps-print-version): New version number (6.3.3).
2806 (ps-end-with-control-d): Initialization fix.
2807 (ps-lines-printed): New var.
2808 (ps-skip-newline): New fun.
2809 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2810 (ps-next-line, ps-continue-line, ps-plot-region)
2811 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2812
2b3f28a4
KH
28132000-12-29 Kenichi Handa <handa@etl.go.jp>
2814
83c9cb8e
SM
2815 * international/fontset.el (x-complement-fontset-spec):
2816 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2817 registered in x-font-name-charset-alist.
2818 (create-fontset-from-fontset-spec): Adjusted for the above change.
2819 The name of fontset alias should be a unresolved ASCII font name.
2820
2ece9174
GM
28212000-12-28 Gerd Moellmann <gerd@gnu.org>
2822
2823 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2824 and delete in isearch-mode-map.
2825
cbe3ad7a
RS
28262000-12-28 Richard M. Stallman <rms@gnu.org>
2827
ca2ddd8e 2828 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2829 Use xpdf instead of acroread.
2830
a816f1c5
KH
28312000-12-28 Kenichi Handa <handa@etl.go.jp>
2832
f086e73c
KH
2833 * textmodes/artist.el (artist-butlast): Deleted.
2834 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2835 artist-butlast.
f086e73c 2836
a816f1c5
KH
2837 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2838
2839 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2840
b202115b
EZ
28412000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2842
2843 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2844
2845 * ls-lisp.el: Better support for the Mac and MS-Windows.
2846 (ls-lisp): New defgroup.
2847 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2848 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2849 (ls-lisp-support-shell-wildcards): New defcustoms.
2850 (ls-lisp-parse-symlink): New function.
2851 (insert-directory): Code to convert switches to a list and set up
2852 the wildcard argument copied from ls-lisp-insert-directory.
2853 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2854 for -C and -R switches.
2855 (ls-lisp-column-format): New function.
ca2ddd8e 2856 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2857 (ls-lisp-format-time): Add doc strings.
2858 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2859 Support ls-lisp-dirs-first.
2860 (ls-lisp-classify, ls-lisp-extension): New functions.
2861 (ls-lisp-format): Optionally support emulation of symlinks.
2862 Support -i, -s, and -G switches.
2863
6061fbf0
GM
28642000-12-27 Gerd Moellmann <gerd@gnu.org>
2865
5e25feee
GM
2866 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2867
6061fbf0
GM
2868 * version.el (emacs-version): Print X scroll bar information.
2869
2870 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2871 instead of x-toolkit-scroll-bars-p.
2872
2873 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2874 of x-toolkit-scroll-bars-p.
2875
25050dab
EZ
28762000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2877
83c9cb8e 2878 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2879 (ffap-bindings): Doc fix, to reflect the above change.
2880
c1786874
KH
28812000-12-27 Kenichi Handa <handa@etl.go.jp>
2882
2883 * term.el (term-char-mode): Define all non-ascii self-inserting
2884 characters to 'term-send-raw in term-raw-map.
2885
7261ece3 28862000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2887
83c9cb8e 2888 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2889
83c9cb8e
SM
2890 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2891 Changed initialization; use add-hook.
6061fbf0 2892 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2893
6061fbf0 2894 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2895
6061fbf0
GM
2896 * ediff.el (ediff-patch-buffer): Bug fix.
2897 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2898
83f40583
SM
28992000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2900
2901 * subr.el (combine-run-hooks): Remove.
2902
2903 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2904 and remove the rogue second spec.
2905
bdd6d4e8
GM
29062000-12-23 Gerd Moellmann <gerd@gnu.org>
2907
2908 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2909
26736ce3
SM
29102000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2911
0e86b6b0
SM
2912 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2913 Use minibuffer menu prompt for the `=' prefix.
2914 (smerge-command-prefix): Change default to C-^.
6eabfb26 2915 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2916
26736ce3
SM
2917 * skeleton.el (skeleton-internal-1): Make sure the first line of
2918 the region is also re-indented.
d21584d6
SM
2919 (skeleton-end-newline): New var.
2920 (skeleton-end-hook): Use it.
26736ce3 2921
95fa4fd7
MB
29222000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2923
2924 * comint.el (comint-password-prompt-regexp): Support CVS.
2925
f060b834
GM
29262000-12-22 Gerd Moellmann <gerd@gnu.org>
2927
83c9cb8e
SM
2928 * simple.el (delete-key-deletes-forward-mode): Simplify.
2929 Also backspace key combinations, depending on
856ff7a7
GM
2930 delete-key-deletes-forward.
2931
2932 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2933
f060b834
GM
2934 * simple.el (delete-key-deletes-forward): Doc fix.
2935
653558a1
GM
29362000-08-22 Emmanuel Briot <briot@gnat.com>
2937
2938 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2939 white spaces are relevant in the XML file.
653558a1
GM
2940 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2941 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2942 of XML files.
653558a1
GM
2943 (xml-parse-tag): Check that the casing is the same in the start
2944 tag and end tag, since XML is case-sensitive. Allows for spaces
2945 in the end tag, after the name of the tag.
2946 (xml-parse-attlist): Allow for the character '-' in the name of
2947 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2948 the properties in the XML tree, since they are not relevant.
653558a1 2949
3ad93d8d
SM
29502000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2951
2952 * generic.el (generic-read-type): Undo last change, inline into
2953 `generic-mode' and then remove.
2954 (generic-mode): Inline generic-read-type.
2955 (define-generic-mode): Push the symbol name rather than the symbol
2956 onto generic-mode-list.
2957
177f4e88
GM
29582000-12-21 Gerd Moellmann <gerd@gnu.org>
2959
8e15274f
GM
2960 * generic.el (generic-read-type): Build an alist for
2961 completing-read as in 20.7.
2962
2963 * play/landmark.el (lm): Use interactive spec `P'.
2964 (toplevel): Don't set debug-on-error.
2965
83c9cb8e 2966 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 2967
6ba384dc
GM
29682000-12-21 Dave Pearson <davep@davep.org>
2969
2970 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2971
647a066c
GM
29722000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2973
2974 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2975 ranges like \177-\237, but accepts the character sequence from \177 to
2976 \237. Doc fix.
2977 (ebnf-version): New version (3.4).
2978 (ebnf-setup): Code fix.
2979 (ebnf-range-regexp): New fun.
2980 (ebnf-8-bit-chars): Const fix.
2981
2982 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2983 entry. Doc fix.
2984 (ebnf-bnf-lex): Code fix.
2985 (ebnf-bnf-comment-chars): Const fix.
2986
2987 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2988 entry. Doc fix.
2989 (ebnf-iso-comment-chars): Const fix.
2990
2991 * ebnf-otz.el: Doc fix.
2992
2993 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2994 entry. Doc fix.
2995 (ebnf-yac-skip-code): Code fix.
2996 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2997
bc22fd18
EZ
29982000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2999
3000 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3001 (recover-file): Use it instead of insert-directory.
3002 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3003
587fc3f9
KH
30042000-12-21 Kenichi Handa <handa@etl.go.jp>
3005
83c9cb8e
SM
3006 * international/mule-cmds.el (select-safe-coding-system):
3007 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3008
587fc3f9
KH
3009 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3010
01860fb9
MB
30112000-12-21 Miles Bader <miles@gnu.org>
3012
83c9cb8e 3013 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3014
3f9d67a6
KH
30152000-12-21 Kenichi Handa <handa@etl.go.jp>
3016
9fd1c1f7
KH
3017 * international/mule-diag.el (describe-char-after): Make *Help*
3018 buffer inherit multibyteness of the current buffer.
3019
3f9d67a6
KH
3020 * international/mule.el (make-char): Docstring adjusted for the
3021 change of make-char-internal.
3022
c9669fac
SM
30232000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3024
3025 * international/iso-cvt.el: Docstrings fix.
3026
19594307
DL
30272000-12-20 Dave Love <fx@gnu.org>
3028
3029 * subr.el (eval-after-load): Doc fix.
3030
b1a447b3
KH
30312000-12-20 Kenichi Handa <handa@etl.go.jp>
3032
3033 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3034 for numbers.
3035
09877d5d
MB
30362000-12-20 Miles Bader <miles@gnu.org>
3037
3038 * international/quail.el (quail-help): Resize the help window
3039 again after it has all its contents. Remove unneeded progn.
3040
71d4497a
GM
30412000-12-19 Gerd Moellmann <gerd@gnu.org>
3042
3043 * pcmpl-linux.el: Fix copy/paste error.
3044
741e56a0
AI
30452000-12-19 Andrew Innes <andrewi@gnu.org>
3046
83c9cb8e 3047 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3048
cc24d91c
CD
30492000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3050
ba4c05aa
CD
3051 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3052
3053 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3054
3055 * progmodes/idlw-shell.el: Fixed copyright notice.
3056
3057 * progmodes/idlwave.el: Fixed copyright notice.
3058
71d4497a 3059 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3060 TAB as key separators.
3061
524c8caf
GM
30622000-12-19 Alex Schroeder <alex@gnu.org>
3063
3064 * sql.el (sql-sybase-options): New option.
3065 (sql-sybase): Use it. Add sql-database to the list of parameters
3066 provided for login. The options -w 2048 -n are not used any more.
3067 (sql-postgres-options): Changed default from "--pset" to "-P".
3068 (sql-mysql-options): Doc change.
3069 (sql-stop): Doc change.
3070
b5fa513d
KH
30712000-12-19 Kenichi Handa <handa@etl.go.jp>
3072
3073 * international/quail.el (quail-input-method): Always hide
3074 the guidance buffer on exiting.
3075
91c9e6ce
GM
30762000-12-18 Gerd Moellmann <gerd@gnu.org>
3077
c6da4eb4
GM
3078 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3079 isn't fboundp.
3080
3d2a0e0b
GM
3081 * server.el (server-buffer-done): Bury the buffer before
3082 killing it.
3083
91c9e6ce
GM
3084 * faces.el (face-spec-set): Interpret a nil in specs for
3085 foreground and background colors as `unspecified', for
3086 compatibility with 20.x.
3087
40fa0008
DL
30882000-12-18 Dave Love <fx@gnu.org>
3089
22adbe54
DL
3090 * simple.el (mail-user-agent): Doc fix.
3091 (input-mode-8-bit): Removed.
3092
3093 * international/mule.el (set-keyboard-coding-system): Doc fix.
3094 (keyboard-coding-system): New option.
3095
40fa0008
DL
3096 * mail/sendmail.el (send-mail-function): Customize.
3097
6f4745e2
EZ
30982000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3099
3100 * international/codepage.el (cp866-decode-table): New table.
3101
82b90229
GM
31022000-12-18 Gerd Moellmann <gerd@gnu.org>
3103
3104 * version.el (emacs-version): Remove `%a' from the time format
3105 because the weekday doesn't fit well into each locale.
3106
5a047002
MB
31072000-12-18 Miles Bader <miles@gnu.org>
3108
7f49aa07
MB
3109 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3110
ca2ddd8e 3111 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3112 Check that emacs-major-version is `=' to 20, not `>='.
3113 (artist-replace-chars): Use `make-string' instead of a loop.
3114
22ea2607
EZ
31152000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3116
3117 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3118 (cvs-execute-single-file): Don't change directory.
3119 Patch from Per Cederqvist.
3120
6c825f8e
EZ
31212000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3122
83c9cb8e
SM
3123 * textmodes/ispell.el (check-ispell-version):
3124 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3125 of -vv.
3126
8ff06845
KH
31272000-12-16 Kenichi Handa <handa@etl.go.jp>
3128
af4bb4c8
KH
3129 * international/mule-diag.el (mule-diag): Insert information about
3130 configure options, multibyte awareness, language env.
3131
8ff06845
KH
3132 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3133 regexp to search for candidates.
3134
b24e84ab
EZ
31352000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3136
3137 * info.el (Info-forward-node): If the node has an
3138 Info-header-line, widen the buffer before searching for "next:"
3139 and "up:" pointers, and set the search limit to stay in the
3140 current node.
3141
7981d89f
MB
31422000-12-16 Miles Bader <miles@gnu.org>
3143
3144 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3145
88ee7917
MB
31462000-12-15 Miles Bader <miles@gnu.org>
3147
3148 * comint.el (comint-send-string, comint-send-region): Also accept
3149 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3150 process-send-string/region.
3151
0c28d842
GM
31522000-12-15 Gerd Moellmann <gerd@gnu.org>
3153
4ea7fdca
GM
3154 * isearch.el (isearch-lazy-highlight-max): New user-option.
3155 (isearch-lazy-highlight-update): Don't highlight more than
3156 isearch-lazy-highlight-max matches.
3157
0c28d842
GM
3158 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3159
984c9f75 31602000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3161
8062e53a
GM
3162 * sort.el (sort-columns): Fix error message.
3163
3ffa545b
GM
3164 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3165 `upcase' or `downcase' or nil.
3166 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3167 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3168 (dabbrev--substitute-expansion): New arg record-case-pattern.
3169 If it is non-nil, set dabbrev--last-case-pattern.
3170 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3171
3172 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3173
c2d7f289
MB
31742000-12-15 Miles Bader <miles@gnu.org>
3175
b6348438
MB
3176 * paths.el (Info-default-directory-list): Don't delete
3177 configure-info-directory from the list of standard info
83c9cb8e 3178 directories when appending it to the end -- their order is important.
b6348438 3179
f9056dd9
MB
3180 * faces.el (read-face-attribute): If there's no entry for the
3181 user's input in VALID, just use it as-is (this will often result
3182 in an error, but it may be OK for e.g. colors using hexadecimal
3183 notation, and at least will yield a better error message).
3184
c2d7f289 3185 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3186 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3187 Variables removed.
3188 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3189 window is really the right size. Use vertical-motion
3190 rather than forward-line.
3191 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3192 (ispell-command-loop, ispell-show-choices): Use the variable
3193 ispell-choices-win-default-height, rather than the function.
3194 (ispell-choices-win-default-height): Function removed.
3195 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3196
8f530b95
SM
31972000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3198
3199 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3200
6d435deb
EZ
32012000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3202
83c9cb8e
SM
3203 * paths.el (Info-default-directory-list):
3204 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3205 put it first in the list; otherwise put it last. Doc string
3206 changed accordingly.
3207
3208 * info.el (Info-directory-list): Change doc string to reflect the
3209 change in Info-default-directory-list.
3210
6d435deb
EZ
3211 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3212 windows-nt as windowed environments, even under -nw.
3213
3214 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3215 if not fboundp. Switch delete-forward mode for the <delete> key
3216 on all PC platforms, even under -nw.
3217
3218 * term/internal.el ([M-delete]): Remap to M-d.
3219
9d7d9263
GM
32202000-12-14 Gerd Moellmann <gerd@gnu.org>
3221
3222 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3223
7cf0153a
EZ
32242000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3225
3226 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3227
5e5b3d41
GM
32282000-12-14 Gerd Moellmann <gerd@gnu.org>
3229
5f368d29
GM
3230 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3231 if appropriate.
3232
3233 * simple.el (delete-key-deletes-forward): New user-option.
3234 (delete-key-deletes-forward-mode): New function.
3235
9d7d9263 3236 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3237
83c9cb8e
SM
3238 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3239 Test if symbol is bound before getting its value.
5e5b3d41
GM
3240
3241 * tooltip.el (tooltip-show): If an error is signaled in
3242 x-show-tip, display that error, and display the help in the
3243 echo area.
ca2ddd8e 3244
191b83b6
KH
32452000-12-14 Kenichi Handa <handa@etl.go.jp>
3246
83c9cb8e
SM
3247 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3248 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3249
6192b604
KF
32502000-12-13 Karl Fogel <kfogel@red-bean.com>
3251
3252 * bookmark.el: Provide a generic exit hook, as suggested by
3253 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3254 (bookmark-exit-hook): New var.
3255 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3256 old raw lambda form in `kill-emacs-hook', and runs new
3257 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3258 as logically that feature must have been provided if this function
3259 is running.
3260 Removed ;;;###autoload before the `add-hook' call.
3261
5edf6b55
SM
32622000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3263
3264 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3265 (easy-menu-current-active-maps): New function.
3266 (easy-menu-get-map): Use it.
3267 Make a proper menu entry when creating a new keymap.
3268
16b5e8e6
KH
32692000-12-13 Kenichi Handa <handa@etl.go.jp>
3270
d49fc4eb
KH
3271 * international/characters.el: Fix cases and syntaxes for
3272 mule-unicode-0100-24ff.
3273
3b53d876
KH
3274 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3275 that a Japanese character is not appended after day and year.
3276
16b5e8e6
KH
3277 * info.el (Info-suffix-list): Change format for a command that
3278 requires arguments.
3279 (info-insert-file-contents): Adjusted for the above change.
3280
1df1c518
AS
32812000-12-12 Andreas Schwab <schwab@suse.de>
3282
3283 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3284 on the name of the tar buffer. Verify that the existing buffer is
3285 visiting the same subfile.
3286
a7a07b98
DL
32872000-12-12 Dave Love <fx@gnu.org>
3288
3289 * subdirs.el: Add obsolete.
3290
4fdbd809
GM
32912000-12-12 Gerd Moellmann <gerd@gnu.org>
3292
bfdb75ee
GM
3293 * mail/rmailsum.el (rmail-summary-expunge)
3294 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3295 instead of rmail-confirm-expunge.
3296
4fdbd809
GM
3297 * replace.el (perform-replace): Don't use an empty match adjacent
3298 to a non-empty match when computing the next match before the
3299 replacement is performed.
3300
e9a59cad
GM
33012000-12-12 Milan Zamazal <pdm@freesoft.cz>
3302
3303 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3304 definition (patch by Stefan Monnier).
3305 (glasses-mode): Use jit-lock instead of `after-change-functions'
3306 (patch by Stefan Monnier).
3307
c2def7a0
MB
33082000-12-12 Miles Bader <miles@gnu.org>
3309
3310 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3311 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3312
591b63b4
AC
33132000-12-12 Andrew Choi <akochoi@i-cable.com>
3314
3315 * term/mac-win.el: Remove load for ls-lisp.
3316
a924cf63 3317 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3318
5ff4ba3d
MB
33192000-12-12 Miles Bader <miles@gnu.org>
3320
3321 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3322 Respect field end too.
3323 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3324 (newline-and-indent, reindent-then-newline-and-indent):
3325 Use `delete-horizontal-space'.
5ff4ba3d 3326
d0c679bc
SM
33272000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3328
adf9c994
SM
3329 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3330 (so as to obey the field property in the minibuffer).
3331
4b0cd42d
SM
3332 * obsolete/c-mode.el: Moved from lisp/progmodes.
3333 * obsolete/auto-show.el: Moved from lisp.
3334 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3335
89f85863
CD
33362000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3337
3338 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3339 changes to list them here.
89f85863 3340
83c9cb8e
SM
3341 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3342 Too many changes to list them here.
89f85863 3343
83c9cb8e
SM
3344 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3345 Too many changes to list them here.
89f85863
CD
3346
3347 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3348
3e0d35ce
GM
33492000-12-11 Gerd Moellmann <gerd@gnu.org>
3350
83c9cb8e 3351 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3352
ca2ddd8e 3353 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3354 Comment fix.
3355
3e0d35ce
GM
3356 * hscroll.el: Moved to `obsolete' subdir.
3357
ff904dd6
MB
33582000-12-11 Miles Bader <miles@gnu.org>
3359
3360 * window.el (window-text-height): Function removed (now in C).
3361
fb97d87f
SM
33622000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * log-edit.el (log-edit-parent-buffer): New var.
3365 (log-edit): Set it. Add BUFFER argument.
3366 (log-edit-done): Use char-before.
3367 Don't bother checking validity of vc-comment-ring.
3368 Only bury the buffer if log-edit popped it up.
3369
3370 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3371 (cvs-mode-diff-help): Remove.
3372 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3373 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3374
3375 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3376 Remove binding for ? now made unnecessary.
3377
7de77417
CD
33782000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3379
83c9cb8e 3380 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3381 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3382
3383 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3384 when master file is not open.
3385
4efa209f
SM
33862000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3387
3388 * progmodes/ada-stmt.el: Update `maintainer'.
3389
0a8052bd
GM
33902000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3391
3392 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3393 choices to match documentation string.
3394
a12167c5
MB
33952000-12-09 Miles Bader <miles@gnu.org>
3396
2161605d
MB
3397 * minibuf-eldef.el: New file.
3398
a12167c5
MB
3399 * window.el (fit-window-to-buffer): Don't pass last argument to
3400 pos-visible-in-window-p, now that its meaning is inverted.
3401
9ea8de1b
EZ
34022000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3405 <ceder@lysator.liu.se>.
3406
5002ddbb
SM
34072000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3408
b6114d80
SM
3409 * autoinsert.el (auto-insert-alist): Add missing final \n.
3410
ee8d23ee
SM
3411 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3412 (cvs-menu-map): Remove.
3413 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3414 (cvs-mode-quit): Turn it back into a plain function.
3415
5002ddbb 3416 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3417 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3418
3419 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3420 file where it's more visible.
3421 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3422 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3423 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3424 (texinfo-inside-macro-p): Only catch `scan-error's.
3425 (texinfo-inside-env-p): Make better use of the match info.
3426 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3427 (texinfo-insert-@end): Slight re-organization.
3428 Also remove useless `looking-at' call.
3429
30cd075d
AI
34302000-12-08 Andrew Innes <andrewi@gnu.org>
3431
3432 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3433 accessible in -nw mode.
3434
3435 * term/w32-win.el: Remove stuff about selection timeout, which is
3436 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3437 it is accessible in -nw mode.
3438
01b91009
DL
34392000-12-08 Dave Love <fx@gnu.org>
3440
83c9cb8e
SM
3441 * emacs-lisp/lisp-mode.el (lisp-mode):
3442 Set font-lock-keywords-case-fold-search.
01b91009 3443
842b2a94
GM
34442000-12-08 Gerd Moellmann <gerd@gnu.org>
3445
3446 * textmodes/ispell.el (ispell): Doc fix.
3447
f9d5f611
KH
34482000-12-08 Kenichi Handa <handa@etl.go.jp>
3449
3450 * international/quail.el (quail-insert-decode-map): Check the
3451 frame width of a window displaying the current buffer, not that of
3452 the selected frame.
3453 (quail-help): Make sure that the help buffer has window before
3454 inserting text in it.
3455
e04d21aa
SS
34562000-12-07 Sam Steingold <sds@gnu.org>
3457
3458 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3459 Backquote is used in isearch.el, so autoloading saves nothing.
3460
fc3e23a4
EZ
34612000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3462
83c9cb8e
SM
3463 * startup.el (normal-top-level-add-subdirs-to-load-path):
3464 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3465
fc3e23a4
EZ
3466 * dired.el (dired-insert-directory): If file-system-info is
3467 fboundp, call it instead of invoking dired-free-space-program.
3468
796ecd10
GM
34692000-12-07 Gerd Moellmann <gerd@gnu.org>
3470
0f5f7c3e
GM
3471 * server.el (server-visit-files): Push files on file-name-history.
3472
3764ba49
GM
3473 * progmodes/cc-langs.el: Update copyright.
3474
8e7931da
GM
3475 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3476
ae0d7485 3477 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3478
796ecd10
GM
3479 * bindings.el (mode-line-mode-menu): Reverse the order
3480 of define-keys so that the menu appears in alphabetical order.
3481
ae0d7485
GM
34822000-12-07 Milan Zamazal <pdm@freesoft.cz>
3483
3484 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3485 of the function.
3486
e2849090
DL
34872000-12-07 Dave Love <fx@gnu.org>
3488
3489 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3490
3491 * facemenu.el (facemenu-unlisted-faces): Fix value.
3492
5c7f629c
SM
34932000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3494
3495 * font-lock.el (font-lock-default-fontify-region):
3496 Include the terminating \n (off-by-one error).
3497 (font-lock-set-defaults): Use dolist.
3498
3499 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3500
73481ae3
KH
35012000-12-07 Kenichi Handa <handa@etl.go.jp>
3502
83c9cb8e
SM
3503 * international/mule-cmds.el (describe-language-environment):
3504 Fix for the case that an input method title is not string but a list.
ffbaa122 3505
73481ae3
KH
3506 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3507 of wrong SIZE record.
3508
e2896b22
DL
35092000-12-06 Dave Love <fx@gnu.org>
3510
67292061
DL
3511 * newcomment.el (comment-region, comment-dwim): Doc fix.
3512
3513 * textmodes/texinfo.el: Require tex-mode when compiling.
3514 (texinfo-update-node): Doc fix.
3515 (texinfo-imenu-generic-expression): Add @anchor.
3516 (texinfo-font-lock-keywords): Add @uref.
3517 (texinfo-inside-macro-p): Don't use ignore-errors.
3518 (texinfo-insert-quote): Match more contexts.
3519
e76938e7
DL
3520 * international/mule.el (decode-char, encode-char): Doc fix.
3521 (auto-coding-alist): Customize.
3522
3523 * files.el (load-file): Fix change of 2000-03-12.
3524
e2896b22
DL
3525 * wid-edit.el (widget-text-keymap): Doc fix.
3526
6610f4b2
AI
35272000-12-06 Andrew Innes <andrewi@gnu.org>
3528
3529 * makefile.w32-in (lisp): Set to an absolute directory, namely
3530 $(CURDIR).
3531
9e3366e4
EZ
35322000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3535 read generated-autoload-file, and set buffer-file-coding-system to
3536 raw-text-unix after reading the file.
3537
83c9cb8e
SM
3538 * international/mule-conf.el (file-coding-system-alist):
3539 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3540
d94d636f
GM
35412000-12-06 Gerd Moellmann <gerd@gnu.org>
3542
384333ee
GM
3543 * replace.el (occur): Make line-number-width 1 smaller for the
3544 colon following the line number.
3545
83c9cb8e
SM
3546 * startup.el (fancy-splash-text, command-line-1):
3547 Use `File' for the menu name instead of `Files'.
e04d21aa 3548
d4b72d58
GM
3549 * tmm.el: Update copyright.
3550
d94d636f
GM
3551 * cus-start.el: Add entry for even-window-heights.
3552
6e424019
MB
35532000-12-06 Miles Bader <miles@gnu.org>
3554
3555 * faces.el (frame-set-background-mode): Avoid stomping on
3556 locally modified faces.
3557
e6477b58
KH
35582000-12-06 Kenichi Handa <handa@etl.go.jp>
3559
3560 * international/fontset.el: Correct the font registries for
3561 japanese-jisx0213-1 and japanese-jisx0213-2.
3562
21999ab9
GM
35632000-12-05 Gerd Moellmann <gerd@gnu.org>
3564
57d6e381
GM
3565 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3566
21999ab9
GM
3567 * iswitchb.el: Update customization commentary.
3568
7422819c
GM
35692000-12-05 Rob Riepel <riepel@Stanford.EDU>
3570
3571 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3572 (tpu-search-highlight): Fixed comparison of overlay end positions.
3573 (tpu-trim-line-ends): Implemented trimming logic locally.
3574
3575 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3576 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3577
73daff18
KH
35782000-12-05 Kenichi Handa <handa@etl.go.jp>
3579
3580 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3581 to cn-gb.
3582 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3583
6a4cd002
DL
35842000-12-04 Dave Love <fx@gnu.org>
3585
3586 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3587
6452929e
GM
35882000-12-04 Gerd Moellmann <gerd@gnu.org>
3589
e04d21aa 3590 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3591 (rmail-summary-expunge-and-save): Ask for confirmation with
3592 rmail-expunge-confirmed.
3593
3594 * mail/rmail.el (rmail-expunge-confirmed): New function.
3595 (rmail-expunge): Use it.
3596
1790abf4
FP
35972000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3598
0c68ce6f 3599 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3600 (etags-recognize-tags-table, find-tag-in-order):
3601 New functionality: interpret file names as tags.
e04d21aa 3602
7a53d8c8
EZ
36032000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3604
3605 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3606 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3607 the first subnode until the bottom of the current node is visible.
7a53d8c8 3608
caa15ef7
GM
36092000-12-04 Gerd Moellmann <gerd@gnu.org>
3610
3611 * format.el (format-decode): Don't change buffer's undo list.
3612
e225faa7
KH
36132000-12-04 Kenichi Handa <handa@etl.go.jp>
3614
3615 * faces.el (face-font-registry-alternatives): Add entries for CJK
3616 fonts. Doc-string adjusted for the actual usage of this data.
3617
3618 * international/fontset.el: Change the font registries for CJK
3619 fonts in the default fontset. Don't append '*' to registries.
3620
8b262a65
SM
36212000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3622
e04d21aa 3623 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3624 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3625
3626 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3627 (derived-mode-p): New function.
3628 (derived-mode-make-docstring): Add `docstring' argument.
3629 Use it if available and complete it if necessary.
3630
33c4460b
AS
36312000-12-03 Andreas Schwab <schwab@suse.de>
3632
3633 * type-break.el (type-break): Don't make parent of itself.
3634
5c9b3fac
MB
36352000-12-03 Miles Bader <miles@gnu.org>
3636
3637 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3638
27ce741e
SM
36392000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3640
07c16ec4
SM
3641 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3642 (tex-main-file, tex-file): Simplify.
3643 (tex-generate-zap-file-name): Use subst-char-in-string.
3644 (tex-strip-dots): Remove.
3645
c19cc275
SM
3646 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3647
27ce741e
SM
3648 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3649 to check if the match succeeded.
3650
285991dc
GM
36512000-12-02 Gerd Moellmann <gerd@gnu.org>
3652
3653 * startup.el (use-fancy-splash-screens-p): New function.
3654 (command-line-1): Use it to determine whether or not to use
3655 a fancy splash screen.
3656
52dca1b2
AS
36572000-12-02 Andreas Schwab <schwab@suse.de>
3658
3659 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3660
d3e7e7cf
EZ
36612000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3662
2dce2360
EZ
3663 * international/mule.el (make-char): Fix last change.
3664
9768eaa7
EZ
3665 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3666 New defcustoms.
3667 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3668 autoloading tex-mode; instead, do the same manually.
3669 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3670 with numeric argument. Docstring fix.
3671 (toplevel): Require cl when compiling.
e04d21aa 3672
285991dc 3673 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3674
0dd5e255
JR
36752000-12-02 Jason Rumney <jasonr@gnu.org>
3676
3677 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3678 the Emacs Lisp manual)
3679
fbb87147
EZ
36802000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3681
5cbb3e93
EZ
3682 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3683
fbb87147
EZ
3684 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3685 the Emacs Lisp manual).
3686
1636ca09
GM
36872000-12-02 Gerd Moellmann <gerd@gnu.org>
3688
3689 * simple.el (next-line-add-newlines): Change default to nil.
3690
68875f0e
EZ
36912000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3692
83c9cb8e
SM
3693 * files.el (revert-buffer, recover-file):
3694 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3695
fd9ac94c
GM
36962000-12-01 Gerd Moellmann <gerd@gnu.org>
3697
3698 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3699
45450dd5
MB
37002000-12-01 Miles Bader <miles@gnu.org>
3701
3702 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3703
09df8881
KH
37042000-12-01 Kenichi Handa <handa@etl.go.jp>
3705
3706 * international/mule-diag.el (describe-char-after): Fix typo.
3707 (describe-character-set, non-iso-charset-alist): Fix typo.
3708
dea0a87d
MB
37092000-12-01 Miles Bader <miles@gnu.org>
3710
b170205b
MB
3711 * image-file.el (image-file-name-regexp): Automatically add
3712 upper-case variants of each filename extension in
3713 `image-file-name-extensions', since they seem to be common.
3714
e04d21aa 3715 * simple.el (minibuffer-contents)
dea0a87d
MB
3716 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3717 New functions.
3718 * filecache.el (file-cache-directory-name)
3719 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3720
2b69bc11 37212000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3722
dea0a87d
MB
3723 * filecache.el (file-cache-minibuffer-complete): Don't try to
3724 delete the minibuffer prompt.
3725
a8a1b05d
DL
37262000-11-30 Dave Love <fx@gnu.org>
3727
3728 * cus-start.el: Fix read-buffer-function type.
3729
693c4692
GM
37302000-11-30 Gerd Moellmann <gerd@gnu.org>
3731
3732 * md5.el: Removed. There's a built-in function, now.
3733
2c0b1898
GM
37342000-11-30 Markus Rost <rost@math.ohio-state.edu>
3735
3736 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3737 as dummy 0-th char of rmail-deleted-vector.
3738
63dfcf4b
EZ
37392000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3740
3741 * ps-print.el (ps-end-job): Bind case-fold-search only after
3742 switching to ps-spool-buffer.
3743
37442000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3745
3746 * ps-print.el: Line number font customization. PostScript: Lines and
3747 PageCount are initialized on each page. Doc Fix.
3748 (ps-print-version): New version number (6.3.2).
3749 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3750 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3751 (ps-right-header): Customization fix.
3752 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3753 Fix code.
3754 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3755 New vars.
3756
df3aedcf
GM
37572000-11-30 Gerd Moellmann <gerd@gnu.org>
3758
edfb795e
GM
3759 * bs.el: Fix typos and spelling errors.
3760 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3761 (bs-configuration): Doc fix.
e04d21aa 3762
df3aedcf
GM
3763 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3764
8b8a7f01
GM
37652000-11-30 Rob Riepel <riepel@Stanford.EDU>
3766
3767 * emulation/tpu-edt.el (tpu-version): New version.
3768 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3769 (tpu-original-mode-line): Variable deleted.
3770 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3771 (tpu-set-mode-line): Don't redefine mode-line-format.
3772 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3773 (tpu-update-mode-line): New mark flag logic.
3774 (tpu-get): Use find-file-wildcards.
3775 (tpu-search-highlight): Move overlay less, reset overlay properly.
3776 (tpu-unselect): Deactivate mark.
3777 (tpu-lm-replace): Reset overlay properly.
3778 (tpu-forward-line): Use forward-visible-line.
3779 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3780
83c9cb8e 3781 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3782
c069a9d3
GM
37832000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3784
3785 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3786
b02cd40b
GM
37872000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3788
3789 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3790 and skip whitespace and newlines.
e04d21aa 3791
b7a90344
SM
37922000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3793
3794 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3795
be6bbb55
GM
37962000-11-29 Gerd Moellmann <gerd@gnu.org>
3797
0383ed60
GM
3798 * help.el (describe-function-1): Regexp-quote function name
3799 when used as part of a regexp.
3800
83c9cb8e
SM
3801 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3802 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3803 (tool-bar-add-item): Likewise, and handle unspecified colors.
3804
3805 * enriched.el (enriched-face-ans): Use face-attribute instead
3806 of face-foreground and face-background.
3807
3808 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3809 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3810
7423978d
GM
3811 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3812
ef128c78
GM
3813 * play/5x5.el: Remove version info.
3814
a81fc510
GM
3815 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3816
be6bbb55
GM
3817 * frame.el (blink-cursor-mode): Doc fix.
3818
f9396e03
GM
38192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3820
3821 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3822 to create Makefile rules.
3823 (antlr-tool-command): New user option.
3824 (antlr-ask-about-save): New user option.
3825 (antlr-makefile-specification): New user option.
3826 (antlr-file-formats-alist): New variable.
3827 (antlr-special-file-formats): New variable.
3828 (antlr-unknown-file-formats): New user option.
3829 (antlr-help-unknown-file-text): New variable.
3830 (antlr-help-rules-intro): New variable.
3831 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3832 (antlr-mode-menu): Add entries.
3833 (antlr-file-dependencies): New function.
3834 (antlr-directory-dependencies): New function.
3835 (antlr-superclasses-glibs): New function.
3836 (antlr-run-tool): New command.
3837 (antlr-makefile-insert-variable): New function.
3838 (antlr-insert-makefile-rules): New function.
3839 (antlr-show-makefile-rules): New command.
3840
3841 * antlr-mode.el: More Emacs/XEmacs stuff.
3842 (antlr-no-action-keywords): New constant with value nil.
3843 (antlr-font-lock-keywords-alist): Use it. Old value would break
3844 syntax highlighting in Emacs-21.0.
3845 (antlr-default-directory): Emacs/XEmacs dependend function.
3846 (antlr-read-shell-command): Ditto.
3847 (antlr-with-displaying-help-buffer): Ditto.
3848
38492000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3850
3851 * antlr-mode.el: imenu, parsing and highlighting changes.
3852 (antlr-imenu-create-index-function): Don't create extra submenus
3853 for definitions in different grammar classes. It is not necessary
3854 for the menu and would make command `imenu' awkward to use.
3855 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3856 header actions and more than one.
3857 (antlr-font-lock-tokendef-face): Changed color.
3858 (antlr-font-lock-tokenref-face): Changed color.
3859 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3860 (antlr-mode-syntax-table): New variable.
3861 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3862 (antlr-with-syntax-table): Don't copy syntax table.
3863
38642000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3865
3866 * antlr-mode.el: Minor changes: language setting.
3867 (antlr-language-alist): The value for file option "language" can
3868 be both an identifier and a string.
3869 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3870 (antlr-language-limit-n-regexp): Change accordingly.
3871
38722000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3873
3874 * antlr-mode.el: Minor changes: tabs, hiding.
3875 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3876 (antlr-action-visibility): Also allow value nil to also hide the
3877 braces. Renamed from `antlr-tiny-action-length'.
3878 Suggested by Jay@aol.com.
3879 (antlr-hide-actions): Change accordingly. Hide line if completely
3880 hidden action is on a line of its own.
e04d21aa 3881
6ad948eb
SM
38822000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3883
3884 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3885
3886 * sort.el (sort-columns): Don't concat strings with numbers.
3887
9c6a4107
DL
38882000-11-29 Dave Love <fx@gnu.org>
3889
3890 * cus-edit.el (face): Fix :format.
3891
3892 * mail/feedmail.el: Require smtpmail when compiling.
3893 (mail-do-fcc): Autoload.
3894 (feedmail) <defgroup>: Fix :link.
3895 (feedmail-nuke-body-in-fcc): Fix :type.
3896 (feedmail-send-it): Add autoload cookie.
3897
053b8d35
SM
38982000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3899
3900 * newcomment.el (comment-indent): Save excursion around call to
3901 comment-indent-function.
3902
242c13e8
MB
39032000-11-29 Miles Bader <miles@gnu.org>
3904
3905 * subr.el (member-ignore-case): Return the tail of the list who's
3906 car matches, like `member', not the matching element itself.
3907
8f4b5f28
KH
39082000-11-29 Kenichi Handa <handa@etl.go.jp>
3909
3910 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3911 should not contain `\n'.
3912
bebe4a2c
GM
39132000-11-28 Gerd Moellmann <gerd@gnu.org>
3914
fd9ac94c 3915 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3916
ba7e40eb
GM
3917 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3918
75ab0c79
GM
3919 * dired-aux.el (dired-do-create-files): Construct default file
3920 name for dired-mark-read-file-name so that when the user enters
3921 just RET, the target file will end up in the target directory.
3922
bebe4a2c
GM
3923 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3924 local-abbrev-table before changing buffers because it might
3925 have a buffer-local binding.
3926
fa6d1ca8
MB
39272000-11-28 Miles Bader <miles@gnu.org>
3928
3929 * simple.el (delete-horizontal-space): Handle fields more generally.
3930
8d2c2642
GM
39312000-11-28 Gerd Moellmann <gerd@gnu.org>
3932
3933 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3934
8b31236d
DL
39352000-11-28 Dave Love <fx@gnu.org>
3936
3cbd02d2
DL
3937 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3938 comment-start-skip locally.
3939
8b31236d
DL
3940 * progmodes/fortran.el (fortran-mode): Don't set
3941 fortran-comment-line-start-skip. Set comment-start to
3942 fortran-comment-line-start.
3943 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3944 (fortran-comment-line-start-skip): Simplify slightly.
3945
ae4bf56d
GM
39462000-11-28 Gerd Moellmann <gerd@gnu.org>
3947
17ef7534
GM
3948 * play/5x5.el: Remove RCS keyword.
3949
fd9ac94c 3950 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 3951
665b27a6
GM
39522000-11-28 Milan Zamazal <pdm@freesoft.cz>
3953
83c9cb8e
SM
3954 * textmodes/tildify.el (tildify-string-alist):
3955 Add `plain-tex-mode' here.
665b27a6 3956
fe3c2ae3
GM
39572000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3958
3959 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3960 reference.
3961
d970106b
MB
39622000-11-28 Miles Bader <miles@gnu.org>
3963
36b80a0d
MB
3964 * cus-face.el (custom-face-attributes): Add post-filter function
3965 for :box. Make pre-filter function for :box handle all cases.
3966
d970106b
MB
3967 * wid-edit.el (widget-choose): Make sure pop-up window is large
3968 enough to display all the choices, as there's no way to scroll it.
3969
5a2bae6c
KH
39702000-11-28 Kenichi Handa <handa@etl.go.jp>
3971
3972 * international/mule-conf.el: Make the coding system no-conversion
3973 safe for all characters.
3974
9e836e23
DL
39752000-11-27 Dave Love <fx@gnu.org>
3976
8b31236d
DL
3977 * net/ldap.el (ldap) <defgroup>: Add :version.
3978
9e836e23
DL
3979 * tooltip.el (tooltip-use-echo-area): Doc fix.
3980
3981 * cus-start.el <minibuffer-prompt-properties>: Add version.
3982 <read-buffer-function>: Add.
3983
3984 * apropos.el (apropos-print): Add help-echo to active text.
3985
3986 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3987
4a74d071
GM
39882000-11-27 Gerd Moellmann <gerd@gnu.org>
3989
3990 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3991 type, group and version.
3992
76058c27
EZ
39932000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3994
4a74d071 3995 * select.el (x-get-selection): Docstring fix.
76058c27 3996
fd9ac94c 39972000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3998
fd9ac94c 3999 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4000
49060c51
AI
40012000-11-27 Andrew Innes <andrewi@gnu.org>
4002
4003 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4004
4005 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4006
b2a8e429
MB
40072000-11-27 Miles Bader <miles@gnu.org>
4008
4009 * dired.el (dired-get-filename): Return filename verbatim if
4010 LOCALP is `verbatim'.
4011 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4012 `verbatim' so that we don't inadvertently delete a non-existant
4013 directory name.
4014
5ac0366d
KH
40152000-11-27 Kenichi Handa <handa@etl.go.jp>
4016
4017 * international/characters.el: Specify cases and syntaxes for
4018 mule-unicode-0100-24ff.
4019
67f1cf4c
GM
40202000-11-27 Gerd Moellmann <gerd@gnu.org>
4021
4022 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4023 that foreground and/or background colors of the face `tool-bar'
4024 are unspecified.
4025
46c56972
MB
40262000-11-27 Miles Bader <miles@gnu.org>
4027
e04d21aa 4028 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4029 (widget-field-end): Handle widget field `pseudo-overlays'.
4030 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4031 if it's there instead of in `widget-field-list'.
4032
46c56972 4033 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4034 (help-make-xrefs): Delete extraneous newlines at the end of the
4035 docstring.
46c56972 4036
640a9cdd
JR
40372000-11-25 Jason Rumney <jasonr@gnu.org>
4038
4039 * startup.el (command-line): Call set-locale-environment after
4040 Window System init file is read, as it can result in a call to
4041 redraw-frame.
4042
0b3f96d4
EZ
40432000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4044
4045 * simple.el (shell-command): Mention the effect of the prefix
4046 argument in the doc string.
4047
8da6e2a1
MB
40482000-11-25 Miles Bader <miles@gnu.org>
4049
a658d039
MB
4050 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4051
8da6e2a1 4052 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4053 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4054
d3416cca
JR
40552000-11-24 Jason Rumney <jasonr@gnu.org>
4056
4057 * international/mule-cmds.el (locale-language-names): Add "jp" as
4058 a non-standard alternative for Japanese.
4059
17e37f53
AS
40602000-11-24 Andre Spiegel <spiegel@gnu.org>
4061
4062 * vc-hooks.el: Require 'cl during compilation.
4063
9aa5f148
GM
40642000-11-24 Gerd Moellmann <gerd@gnu.org>
4065
ba193890
GM
4066 * faces.el (face-set-after-frame-default): Let face attributes
4067 specified for new frames override frame parameters.
4068
9aa5f148
GM
4069 * startup.el (command-line): Fix computation of the source file
4070 for user-init-file when user-init-file is a compiled file.
4071
51a1edab
MB
40722000-11-24 Miles Bader <miles@gnu.org>
4073
e04d21aa 4074 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4075 (custom-post-filter-face-spec): New functions.
4076 (custom-face-set, custom-face-value-create): Filter the face spec
4077 before and after customization.
4078 (custom-face-set): If VALUE specifies a null face, pass a
4079 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4080 * cus-face.el (custom-face-attributes): Remove SET and GET
4081 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4082 cases they're needed.
4083
1ed74431
MB
4084 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4085 that it's distinguishable from the :off-glyph on dark-background
4086 displays. Set its background color too.
4087
67ee1125
MB
4088 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4089 so that people can easily turn it off.
4090
7d027816 40912000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4092
7d027816 4093 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4094
9aa5f148 4095 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4096
9aa5f148 4097 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4098
9aa5f148 4099 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4100 redundant skip-small-frames test.
e04d21aa 4101
9aa5f148 4102 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4103 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4104
9aa5f148
GM
4105 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4106 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4107 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4108 New functions.
e04d21aa 4109
9aa5f148 4110 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4111
9aa5f148 4112 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4113
f07fa1b8
KH
41142000-11-24 Kenichi Handa <handa@etl.go.jp>
4115
83c9cb8e
SM
4116 * international/mule-diag.el (list-iso-charset-chars):
4117 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4118 (list-non-iso-charset-chars): Fix the `while' condition.
4119
ba8299ff
SM
41202000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4121
79372165
SM
4122 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4123 if the variable is make-variable-buffer-local.
4124
83c9cb8e
SM
4125 * progmodes/ada-stmt.el (ada-template-map):
4126 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4127 (ada-stmt-mode-hook): New function extracted from old code.
4128 Only change the buffer-local side of skeleton-*.
4129 (ada-mode-hook): Use it.
4130
68a887fa
EZ
41312000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4132
4133 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4134 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4135 we expect to be returned by minibuffer-depth once we prompt the
4136 user in the minibuffer.
4137 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4138 as recorded in iswitchb-minibuf-depth, return non-nil.
4139
3b345582
EZ
41402000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4141
4142 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4143 (hscroll-window-maybe): Docstring fix.
4144
595dead2
DL
41452000-11-23 Dave Love <fx@gnu.org>
4146
4147 * rect.el (string-rectangle): Don't test delete-selection-mode.
4148
1e66b27a
GM
41492000-11-23 Gerd Moellmann <gerd@gnu.org>
4150
02790ce2
GM
4151 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4152 is in the tool bar.
4153
1e66b27a 4154 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4155 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4156
a4caa65d
SM
41572000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4158
4159 * textmodes/outline.el (outline-flag-region):
4160 Don't bind inhibit-read-only since we don't modify the buffer.
4161 (outline-isearch-open-invisible): Don't jump to overlay-start
4162 since we're trying to unhide text around point.
4163 (outline-discard-overlays): Use dolist.
4164
4165 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4166
03e757c1
GM
41672000-11-22 Gerd Moellmann <gerd@gnu.org>
4168
83c9cb8e 4169 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4170
1598a961
SM
41712000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4172
4173 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4174 Fix ARG regexp to skip quoted braces.
4175 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4176 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4177 are (correctly) handled separately).
4178 Remove `caption' and `footnote' from `citations': they contain text.
4179 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4180 (latex-skeleton-end-hook): New function.
4181 (latex-mode): Use it.
4182 (tex-start-tex-marker): Remove.
4183 (tex-send-tex-command): Don't set tex-start-tex-marker.
4184 (tex-error-parse-syntax-table): New var.
4185 (tex-compilation-parse-errors): Use it.
4186 Ignore tex-start-tex-marker. Don't bother with marker-position.
4187 (tex-validate-buffer): Don't bother with marker-position.
4188
4189 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4190 (flyspell-generic-progmode-verify): Use it.
1598a961 4191
eaae8106
SS
41922000-11-22 Sam Steingold <sds@gnu.org>
4193
83c9cb8e 4194 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4195
eaae8106 4196 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4197 `ada-remove-trailing-spaces'.
eaae8106 4198 (ada-remove-trailing-spaces): Removed.
e04d21aa 4199
eaae8106 4200 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4201
1598a961
SM
4202 * textmodes/picture.el (picture-clean): Removed.
4203 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4204
a41d49e9
GM
42052000-11-22 Gerd Moellmann <gerd@gnu.org>
4206
e053c60f
GM
4207 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4208
a41d49e9
GM
4209 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4210 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4211 do anything special when jit-lock is active.
a41d49e9
GM
4212 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4213
197615f3
DL
42142000-11-22 Dave Love <fx@gnu.org>
4215
ddbfaa9f
DL
4216 * calendar/todo-mode.el (todo-top-priorities): Use
4217 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4218
ddc3c695
DL
4219 * language/chinese.el, language/cyrillic.el:
4220 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4221 * language/hebrew.el, language/indian.el, language/japanese.el:
4222 * language/korean.el, language/lao.el, language/misc-lang.el:
4223 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4224 Use provide.
4225
fb9fa98d
DL
4226 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4227 (custom-variable-set): Improve validation error mesage.
4228
197615f3
DL
4229 * rect.el (string-rectangle): Revert last change.
4230 (string-rectangle-line): New arg DELETE.
4231 (string-rectangle): Check delete-selection-mode.
4232
4233 * emacs-lisp/edebug.el (edebug-version)
4234 (edebug-maintainer-address): Deleted.
4235 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4236 (edebug-read-function): Account for other `'#' read forms.
4237 (edebug-mode-menus): Make some items toggles.
4238 (edebug-outside-unread-command-event, unread-command-event):
4239 Remove these to avoid warnings.
4240
f4117c4d
GM
42412000-11-22 David Ponce <david@dponce.com>
4242
4243 * recentf.el (recentf-menu-items-for-commands)
4244 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4245 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4246
f4117c4d
GM
4247 (recentf-build-dir-rules, recentf-dump-variable)
4248 (recentf-edit-list, recentf-open-files-item)
4249 (recentf-open-files): Replaced unnecessary `mapcar' with new
4250 built-in `mapc'.
eaae8106 4251
f8e2f3f2
MB
42522000-11-23 Miles Bader <miles@gnu.org>
4253
4254 * faces.el (menu): Make inverse-video on ttys too.
4255
4c4a541d
SM
42562000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * simple.el (comment-line-break-function): Use the new name
4259 indent-new-comment-line -> comment-indent-new-line.
4260 (clone-indirect-buffer): Don't ignore NORECORD.
4261 (next-completion): Properly handle the case where items are adjacent.
4262
4263 * mouse.el (popup-menu): Stupid typo.
4264
980d836e
GM
42652000-11-22 Gerd Moellmann <gerd@gnu.org>
4266
60e8e0a5
GM
4267 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4268 maintainer, keywords tags.
4269
980d836e
GM
4270 * rect.el (replace-rectangle): Don't call string-rectangle-line
4271 with too many arguments.
4272
e08b2069
AS
42732000-11-22 Andre Spiegel <spiegel@gnu.org>
4274
60e8e0a5 4275 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4276 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4277 vc-locking-user, which no longer exists.
4278
4279 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4280
c6779d8d
DL
42812000-11-22 Dave Love <fx@gnu.org>
4282
4283 * md5.el (md5): Provide.
4284 (md5): Fix error call.
4285
e672fdce
MB
42862000-11-22 Miles Bader <miles@gnu.org>
4287
eaae8106 4288 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4289 (refill-fill-paragraph-at): Remove debugging code.
4290
80e24c04
MB
4291 * calendar/calendar.el (generate-calendar-window): When we don't
4292 call `fit-window-to-buffer', make sure the top line is fully visible.
4293
3a17d6cc
MB
4294 * image-file.el (insert-image-file): Don't make `read-only'
4295 property rear-nonsticky.
4296
ae1a21c6
MB
4297 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4298 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4299 stashing away its original value.
4300 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4301 in the recursive edit.
4302 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4303 (isearch-done): Restore `minibuffer-message-timeout'.
4304
e672fdce
MB
4305 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4306
3ea79df8
SM
43072000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4308
4309 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4310
4311 * find-lisp.el (find-lisp-find-files-internal):
4312 Use dolist, when and file-name-as-directory.
4313
980d836e 4314 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4315 (define-derived-mode, define-minor-mode): Add specs.
4316
4317 * window.el: General comment and spacing fixes.
4318 (save-selected-window): Use backquotes.
4319 (window-safely-shrinkable-p): New function.
4320 (shrink-window-if-larger-than-buffer): Use it.
4321
4322 * subr.el (make-local-hook): Docstring fix.
4323
4324 * shell.el (shell-mode): Use define-derived-mode.
4325
4326 * newcomment.el (comment-indent): Insert comment before calling
4327 comment-indent-function. Don't insert in column 0.
4328 (comment-dwim): Indent before inserting comment.
4329
4330 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4331 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4332 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4333 Use mapc rather than map.
4334
4335 * files.el (find-buffer-visiting): Compare all attributes before
4336 declaring two files identical (rather than just their inode-no).
4337 (auto-mode-alist): Use \' rather than $.
4338
4339 * which-func.el: Update maintainer line.
4340
4341 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4342 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4343 (uniquify-buffer-file-name): Use it.
4344
8f62f2b8
MB
43452000-11-22 Miles Bader <miles@gnu.org>
4346
4347 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4348 * simple.el (minibuffer-avoid-prompt): New function.
4349
fb279a6d
GM
43502000-11-21 Gerd Moellmann <gerd@gnu.org>
4351
4352 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4353
867092e9
MB
43542000-11-21 Miles Bader <miles@gnu.org>
4355
ef860850
MB
4356 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4357 inclusion of `track-mouse'.
4358
867092e9
MB
4359 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4360 (refill-adjust-ignorable-overlay): New function.
4361 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4362 only the paragraph's tail if possible.
4363 Update `refill-ignorable-overlay'.
4364 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4365
4366 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4367 point inside the fill-prefix.
4368
4369 * textmodes/refill.el (refill-post-command-function): Don't reset
4370 refill-doit in the case where a self-insertion command doesn't
4371 case a refill. Use `refill-fill-paragraph-at', getting position
4372 from `refill-doit'.
4373 (refill-after-change-function): Set `refill-doit' to END.
4374 (refill-fill-paragraph-at): New function, mostly from old
4375 refill-fill-paragraph.
4376 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4377 (refill-pre-command-function): New function.
4378 (refill-mode): Add it to `pre-command-hook'.
4379
ff9ab414
GM
43802000-11-20 Gerd Moellmann <gerd@gnu.org>
4381
29a01b72
GM
4382 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4383
ff9ab414
GM
4384 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4385 javadoc tags.
eaae8106 4386
885b211b
AS
43872000-11-20 Andre Spiegel <spiegel@gnu.org>
4388
4389 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4390 vc.el).
4391
eaae8106 4392 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4393 require vc.
eaae8106
SS
4394
4395 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4396 checkouts.
eaae8106 4397
d1838556
DL
43982000-11-20 Dave Love <fx@gnu.org>
4399
4400 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4401
2b69bc11 44022000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4403
2b69bc11
GM
4404 * calculator.el (calculator-paste): Use `if' instead of `and'
4405 and `or'.
4406 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4407
b95b34e5
GM
44082000-11-19 Gerd Moellmann <gerd@gnu.org>
4409
030de92f
GM
4410 * info.el (info-menu-5): Doc fix.
4411
b95b34e5
GM
4412 * textmodes/artist.el: New file.
4413
54970452
AS
44142000-11-19 Andre Spiegel <spiegel@gnu.org>
4415
eaae8106 4416 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4417 and differentiate according to checkout model.
4418 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4419 since this function is only concerned with master state.
4420
83c9cb8e
SM
4421 * vc-hooks.el (vc-workfile-unchanged-p)
4422 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4423
83c9cb8e
SM
4424 * vc.el (vc-workfile-unchanged-p)
4425 (vc-default-workfile-unchanged-p): See above.
54970452 4426
e5a9dabf
MB
44272000-11-19 Miles Bader <miles@gnu.org>
4428
4429 * image-file.el (insert-image-file): Make `intangible' and
4430 `read-only' properties rear-nonsticky too.
4431
24127af0
GM
44322000-11-18 Gerd Moellmann <gerd@gnu.org>
4433
d392e9c5 4434 * ps-print.el: Update copyright notice.
eaae8106 4435
d392e9c5
GM
4436 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4437 (tooltip-show): Use the offsets.
4438
24127af0 4439 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4440 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4441 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4442
2b69bc11 44432000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4444
2b69bc11
GM
4445 * ps-print.el (toplevel): Test for find-coding-system being
4446 fboundp before calling ps-x-find-coding-system.
08ea6f17 4447
66321b2f
SM
44482000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4449
4450 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4451 (vc-version-backup-file): Docstring fix.
4452
046110c6
GM
44532000-11-16 Gerd Moellmann <gerd@gnu.org>
4454
4104194e
GM
4455 * files.el (basic-save-buffer): Don't add a newline if
4456 find-file-literally is non-nil.
4457 (find-file-literally): Extend doc string.
4458
046110c6
GM
4459 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4460 sort(1) with the `-f' argument.
4461
6505c16e
AS
44622000-11-16 Andre Spiegel <spiegel@gnu.org>
4463
fd063975
AS
4464 * vc.el: Updated backend documentation.
4465 (vc-default-check-headers): New function.
4466
3d02dd81 4467 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4468
4469 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4470 up-to-date.
eaae8106 4471 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4472 the minibuffer is not active.
fd063975 4473
eaae8106 4474 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4475 `vc-cvs-use-edit' is on.
eaae8106
SS
4476 (vc-cvs-checkout): When this is used for reverting the workfile,
4477 make a backup of the original contents and revert to that in case
8791d617 4478 of error.
eaae8106 4479 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4480 remote repositories.
eaae8106 4481
6505c16e
AS
4482 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4483 for both version and ratio in the minibuffer.
fd063975 4484
eaae8106 4485 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4486 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4487
a13f0660
KH
44882000-11-16 Kenichi Handa <handa@etl.go.jp>
4489
4490 * international/quail.el (quail-start-translation): Don't call
4491 `message' before reading key sequence.
4492
1389a414
MB
44932000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4494
4495 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4496
9256a532
KH
44972000-11-16 Kenichi Handa <handa@etl.go.jp>
4498
4499 * window.el (fit-window-to-buffer): Be sure to acquire at least
4500 one text line even if the buffer is empty.
4501
0e14fe9f
GM
45022000-11-16 Gerd Moellmann <gerd@gnu.org>
4503
eaae8106 4504 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4505 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4506 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4507
da645c53
DL
45082000-11-15 Dave Love <fx@gnu.org>
4509
83c9cb8e
SM
4510 * wid-edit.el (widget-specify-field, widget-specify-button):
4511 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4512 widget-mouse-help.
4513 (widget-mouse-help): New function.
4514 (widget-echo-help): Rewritten for :help-echo functions only taking
4515 a widget arg.
4516
83c9cb8e
SM
4517 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4518 Use display-graphic-p.
b12057b9
DL
4519 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4520 and that JPEG is available.
4521 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4522
da645c53
DL
4523 * international/mule-cmds.el (locale-charset-language-names):
4524 Match @euro.
4525
6d133d1f
GM
45262000-11-15 Gerd Moellmann <gerd@gnu.org>
4527
83c9cb8e
SM
4528 * faces.el (face-set-after-frame-default):
4529 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4530 default face from X resources.
4531
49ac2ac5
EZ
45322000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4533
4534 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4535 Don't set EMACSLOADPATH.
4536
4fb0a34c
EZ
45372000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4538
4539 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4540 texinfo-insert-@url.
4541 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4542 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4543
bb304a7a
SM
45442000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4545
82bc80bf
SM
4546 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4547 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4548 (checkdoc-minor-keymap): Backward compatibility.
4549 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4550 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4551 (checkdoc-this-string-valid-engine): Be a bit more strict
4552 to avoid matching substrings of `...' quoted vars/funs.
4553 (checkdoc-defun-info): Only look for `interactive' if alone.
4554 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4555
e8c87124
SM
4556 * progmodes/compile.el (grep): `tag-default' can be nil.
4557
bb304a7a
SM
4558 * newcomment.el (comment-indent): Paren typo.
4559
8628686a
DL
45602000-11-14 Dave Love <fx@gnu.org>
4561
25c269ef
DL
4562 * calculator.el: New maintainer version.
4563
66321b2f 4564 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4565
8628686a
DL
4566 * cmuscheme.el: Doc fixes.
4567 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4568 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4569
4570 * xscheme.el (scheme-program-name): Don't define here.
4571
4572 * progmodes/scheme.el (scheme-program-name): New variable
4573 (originally in cmuscheme).
4574
88f0a1eb
MB
45752000-11-14 Miles Bader <miles@gnu.org>
4576
4577 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4578 Handle header-lines. Don't loop forever if we can't enlarge the
4579 window anymore. Simplify a bit.
4580
cd9a000c
KH
45812000-11-14 Kenichi Handa <handa@etl.go.jp>
4582
4583 * window.el (fit-window-to-buffer): Don't check
4584 window-text-height. Assure that the last line is fully visible.
4585
83c9cb8e
SM
4586 * international/quail.el (quail-show-guidance-buf):
4587 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4588 buffer.
4589 (quail-update-guidance): Avoid making the guidance buffer shorter.
4590
d3fcda22
SM
45912000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4592
bdbd9606
SM
4593 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4594 rather than `prepend' and add an interesting comment.
4595 (tex-math-face, tex-font-lock-syntactic-face-function):
4596 New face and function to use it.
4597 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4598 than `menu-enable' symbol property.
4599 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4600 (tex-mode): Add some latex-mode commands for auto-selection.
4601 Use tex-font-lock-syntactic-face-function.
4602 (tex-insert-quote): Simplify.
4603 (tex-shell): New mode.
4604 (tex-start-shell): Use it.
4605 (tex-shell-proc, tex-shell-buf): New functions.
4606 (tex-send-command): Use it.
4607 (tex-main-file): Fix the meaning of the new arg REALFILE.
4608 (tex-send-tex-command): New function split from `tex-start-tex'.
4609 Set compilation-last-buffer and compilation-parsing-end.
4610
d3fcda22
SM
4611 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4612 when it follows non-comment text on the line.
4613
4614 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4615 Set font-lock-defaults.
4616 (lisp-mode-shared-map): Init inside the defvar.
4617 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4618 Use define-derived-mode.
4619
bdab1d43
MB
46202000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4621
4622 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4623
936ae731
GM
46242000-11-14 Gerd Moellmann <gerd@gnu.org>
4625
83c9cb8e
SM
4626 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4627 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4628 recursion; see comment there.
4629
1695ca2b
EZ
46302000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * faces.el (face-spec-set-match-display): Revert the change from
4633 2000-10-24. Add a FIXME for after v21.1.
4634
9d348294
MB
46352000-11-13 Miles Bader <miles@gnu.org>
4636
4637 * textmodes/fill.el (skip-line-prefix): New function.
4638 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4639 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4640 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4641 point inside the fill-prefix.
9d348294 4642
b85fa13c
MB
46432000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4644
83c9cb8e
SM
4645 * calendar/calendar.el (generate-calendar-window):
4646 Use `fit-window-to-buffer'.
b85fa13c 4647
a0b47716
SM
46482000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4649
4650 * gud.el (gud-minor-mode): New var.
4651 (gud-symbol, gud-val): New functions.
4652 (gud-find-file): Copy gud-minor-mode to the new buffer.
4653 (gud-menu-map): Include entries for commands that are not always
4654 available, using :enable to (de)activate them.
4655 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4656 (gud-mode-map): New map.
eaae8106 4657 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4658 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4659 Don't set up gud's menu (it's done by the minor-mode).
4660 (gud-minibuffer-local-map): New.
4661 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4662 (gud-query-cmdline): New function.
4663 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4664 (gud-mode): Use define-derived-mode.
4665 Don't set up gud's menu (it's done by the minor-mode).
4666 (gud-chop-words): Remove.
4667 (gud-common-init): Use split-string instead.
4668 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4669
4670 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4671 Add keyword arg :name.
4672
4673 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4674 (diff-count-matches, diff-split-hunk): New functions.
4675 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4676
4677 * pcvs-info.el (cvs-fi-conflict-face): New var.
4678
4679 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4680 Make it into a simple syntax-table, shared among all submodes.
4681 (sh-heredoc-face): Re-introduce.
4682 (sh-font-lock-syntactic-face-function): New function.
4683 (sh-mode): Use it. Also use define-derived-mode.
4684 Remove old bogus setting of indent-region-function.
4685 (sh-set-shell): Don't set the syntax-table any more.
4686 (sh-mode-syntax-table) <defun>: Remove.
4687
f5ed37df
MB
46882000-11-12 Miles Bader <miles@gnu.org>
4689
4690 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4691 message if interactive.
4692
0b074c2f
DL
46932000-11-12 Dave Love <fx@gnu.org>
4694
4695 * mail/feedmail.el: Fix header,
4696 (feedmail) <defgroup>: Add :link.
4697
4698 * view.el: Use local-map property, not keymap on mode-line string.
4699
83c9cb8e
SM
4700 * scroll-all.el (scroll-all-mode): Customize variable.
4701 Add autoload cookie to function.
0b074c2f
DL
4702
4703 * lazy-lock.el: Remove compatibility code.
4704
4705 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4706 (finder-help-echo): New variable.
4707 (finder-mouse-face-on-line): Add help-echo stuff.
4708 (finder-list-keywords, finder-list-matches): Use mapc.
4709
4710 * faces.el (face-font-registry-alternatives): Add :version.
4711
4712 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4713 tags-table-list.
4714
a0b47716 4715 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4716
a0b47716 4717 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4718 (mail-mode): Use [:alnum:] in some regexps.
4719
6d502396
DL
47202000-11-10 Dave Love <fx@gnu.org>
4721
4722 * ediff.el (ediff-regions-internal, ediff-documentation):
4723 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4724 fundamental mode.
4725
4726 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4727 buffer into fundamental mode.
4728 (ediff-set-difference): Use copy-sequence if available.
4729
83c9cb8e
SM
4730 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4731 Check ediff-patch-map non-nil.
6d502396
DL
4732 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4733 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4734 buffer into fundamental mode.
4735
4736 * ediff-merg.el (state-or-merge): Defvar when compiling.
4737
a82fe213
JR
47382000-11-10 Jason Rumney <jasonr@gnu.org>
4739
4740 * w32-fns.el (w32-add-charset-info): New function.
4741 (w32-charset-info-alist): Use it.
4742
52d89894
GM
47432000-11-10 Gerd Moellmann <gerd@gnu.org>
4744
4745 * faces.el (face-font-registry-alternatives): New user-option.
4746
178932de
SM
47472000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4748
d7fa3319
SM
4749 * textmodes/texinfo.el (texinfo-block-default): New var.
4750 (texinfo-insert-block): Use it. Insert a newline if needed.
4751
178932de
SM
4752 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4753 (fill-region-as-paragraph): Use it.
4754
4755 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4756 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4757 Tweak paragraph regexps to allow a leading [ \t]*.
4758 (tex-latex-block): Insert a newline if necessary.
4759 (latex-insert-item): Only insert a newline if necessary.
4760 (tex-guess-main-file): New function.
4761 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4762 Set tex-main-file if TeX-master is provided.
4763 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4764
bd02b8e0
GM
47652000-11-10 Gerd Moellmann <gerd@gnu.org>
4766
4767 * startup.el (command-line): Set the default tooltip-mode
4768 to t for graphical displays which implement x-show-tip.
4769
4770 * tooltip.el (tooltip-mode): Add a comment about startup.el
4771 setting the default value of this user-option.
4772
b29b03eb
SM
47732000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * font-lock.el (font-lock-*-face) <defvar>: Move.
4776 (font-lock-defaults-alist): Mark obsolete.
4777 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4778 (font-lock-mode): Use define-minor-mode.
4779 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4780 (font-lock-turn-off-thing-lock): Be more explicit.
4781 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4782 (font-lock-syntactic-face-function): New var.
4783 (font-lock-fontify-syntactically-region): Use it.
4784 (font-lock-doc-face): New.
4785
4786 * pcvs.el (cvs-enabledp): Ignore errors.
4787 (cvs-commit-filelist): Never query.
4788 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4789 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4790 (cvs-do-removal): Use cvs-partition rather than delete-if.
4791 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4792 cvs-bury-buffer.
4793
4794 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4795 Allow `next' to jump to after the end of the last match.
4796
778fbc46
GM
47972000-11-09 Gerd Moellmann <gerd@gnu.org>
4798
730c746c
GM
4799 * simple.el (byte-compiling-files-p): New function.
4800
4801 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4802 if it is there.
4803
4804 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4805 nil again.
4806
778fbc46
GM
4807 * textmodes/ispell.el (ispell-library-path): Don't call
4808 check-ispell-version when byte-compiling because that starts
4809 an ispell process, and ispell might not be installed.
4810 (toplevel): Don't set up a menu when byte-compiling.
4811
4812 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4813 it, so that a boundp test can be used to determine if we're
4814 currently byte-compiling.
4815
5912c5bb
DL
48162000-11-09 Dave Love <fx@gnu.org>
4817
83c9cb8e 4818 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4819
7bb054a5
GM
48202000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4821
83c9cb8e
SM
4822 * ps-print.el: Patch for variable initialization when spooling.
4823 Doc fix.
7bb054a5
GM
4824 (ps-output-list): Fun eliminated.
4825 (ps-begin-file, ps-begin-job): Code fix.
4826
9db2706e
DL
48272000-11-08 Dave Love <fx@gnu.org>
4828
83c9cb8e 4829 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4830
f7eb32aa
GM
48312000-11-08 Gerd Moellmann <gerd@gnu.org>
4832
4833 * simple.el (shell-command, display-message-or-buffer)
4834 (shell-command-on-region): Mention resize-mini-windows in the doc
4835 string.
4836 (display-message-or-buffer): Take the value of resize-mini-windows
4837 into account.
4838
7b01b08c
GM
48392000-11-07 Gerd Moellmann <gerd@gnu.org>
4840
acad3c0b
GM
4841 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4842
7b01b08c
GM
4843 * dired.el (dired-between-files): Add `^. find' as an alternative
4844 to the regular expression, for find-dired.
4845
6f602bd0
SM
48462000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4847
4848 * textmodes/texnfo-upd.el: Require texinfo.
4849 (defmacro, defgroup): Remove.
4850 (texinfo-section-to-generic-alist): Remove.
4851 Use texinfo-section-list instead (i.e. level is changed string->int).
4852 (texinfo-filter): New function.
4853 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4854 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4855 Use it. And use regexp-opt.
4856 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4857 (texinfo-update-menu-region-beginning)
4858 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4859 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4860 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4861 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4862 (texinfo-sequential-node-update): Remove autoload cookie.
4863
4864 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4865 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4866 (texinfo-chapter-level-regexp): Remove.
4867 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4868
bb216218
DL
48692000-11-06 Dave Love <fx@gnu.org>
4870
6f602bd0 4871 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4872
6f602bd0
SM
4873 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4874 Match defun*.
bb216218 4875
ff8dd5d5
KH
48762000-11-06 Kenichi Handa <handa@etl.go.jp>
4877
4878 * composite.el (composition-function-table): Variable declaration
4879 moved to src/composite.c.
4880 (compose-chars-after): New optional arg object.
4881
e9da51a1
GM
48822000-11-06 Gerd Moellmann <gerd@gnu.org>
4883
e0c12c68
GM
4884 * bindings.el (mode-line-toggle-read-only)
4885 (mode-line-toggle-modified, mode-line-widen)
4886 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4887 (make-mode-line-mouse2-map): Rewritten.
4888 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4889 functions so that C-h k can show something with a doc string.
eaae8106 4890
e9da51a1
GM
4891 * startup.el (fancy-splash-delay): Set to 10 seconds.
4892 (fancy-splash-max-time): New user-option.
4893 (fancy-splash-stop-time): New variable.
4894 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4895 (fancy-splash-screens-1): Throw `stop-splashing' when current
4896 time is greater than fancy-splash-stop-time.
4897
611dbdf0
SM
48982000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4899
4d2806e2
SM
4900 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4901
611dbdf0
SM
4902 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4903 Prompt user for a file rather than raising an error.
4904 (cvs-enabledp): Fix call to cvs-mode-marked.
4905 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4906 (cvs-mode-insert): Use it. Change the init prompt' value.
4907 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4908
4909 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4910 Don't pass default arg to ewoc-locate.
4911 (ewoc-collect): Return result in the right order.
4912
4913 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4914
4915 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4916 (cvs-status-get-tags): Fix regexp.
4917 (cvs-status-trees, cvs-status-cvstrees):
4918 Combine after change hooks and don't sit-for.
4d2806e2
SM
4919 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4920 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4921 Use make-char rather than hard-coded cryptic data.
4922 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4923
4924 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4925
4926 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4927 (cvs-insert-strings): New function.
4928
937b2877
MB
49292000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4930
4931 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4932 `mwheel-scroll-amount'.
4933 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4934 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4935 string-matching against the version string.
4936
c6c97763
KH
49372000-11-06 Kenichi Handa <handa@etl.go.jp>
4938
6eaec747
KH
4939 * language/thai.el ("Thai"): Set a lisp form that produces
4940 composed string in `sample-text' language info.
4941
4942 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4943 composed string in `sample-text' language info.
4944
83c9cb8e
SM
4945 * international/mule-cmds.el (describe-language-environment):
4946 Eval `sample-text' data and insert the result.
6eaec747 4947
c6c97763
KH
4948 * international/mule-conf.el (compound-text): Define this coding
4949 system here. Make x-ctext and ctext aliases of it.
4950
4951 * language/european.el (compound-text, ctext): Moved to
4952 international/mule-conf.el.
4953
d1145f85
AI
49542000-11-05 Andrew Innes <andrewi@gnu.org>
4955
4956 * w32-fns.el (w32-version): New function.
4957
178a6a45
SM
49582000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4959
4960 * progmodes/awk-mode.el: Update copyright.
4961 (awk-mode-abbrev-table): Remove.
4962 (awk-font-lock-keywords): Use regexp-opt.
4963 (awk-mode): Use define-derived-mode.
4964
4965 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4966 when extracting a suffix.
4967
1ba90166
AS
49682000-11-04 Andre Spiegel <spiegel@gnu.org>
4969
4970 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4971 auto-save-mode.
4972
546790cb
JR
49732000-11-04 Jason Rumney <jasonr@gnu.org>
4974
4975 * language/european.el (decode-mac-roman): Test against r1 not r0.
4976
d247e32d
SM
49772000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4978
fbf44f44
SM
4979 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4980 (icon-mode): Define indent-line-function.
4981 (icon-comment-indent): Simplify.
4982 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4983
4984 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4985
4986 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4987 Bind change-log-default-mode to defeat the caching done on it.
4988 Don't bother saving excursion any more.
4989
4990 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4991
4992 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4993 (set-frame-font): Use the new name (and the old for compatibility).
4994
eaae8106
SS
4995 * toolbar/tool-bar.el (tool-bar-mode):
4996 * time.el (display-time-mode):
4997 * recentf.el (recentf-mode):
4998 * paren.el (show-paren-mode):
4999 * mwheel.el (mouse-wheel-mode):
5000 * msb.el (msb-mode):
5001 * jka-compr.el (auto-compression-mode):
5002 * image-file.el (auto-image-file-mode):
5003 * hl-line.el (hl-line-mode):
5004 * delsel.el (delete-selection-mode):
5005 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5006 * complete.el (partial-completion-mode): Drop unneeded positional args.
5007
eaae8106 5008 * info.el (Info-mode):
79372165 5009 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5010
d247e32d
SM
5011 * log-edit.el (log-edit-menu): New menu.
5012
4921558e
MB
50132000-11-03 Miles Bader <miles@gnu.org>
5014
5015 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5016 definition, so that trailing spaces are handled properly.
5017 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5018
1fc02b3c
GM
50192000-11-03 Gerd Moellmann <gerd@gnu.org>
5020
5021 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5022 tab character.
5023 (fancy-splash-screens): Set tab-width to 20.
5024
51d001f7
DL
50252000-11-03 Dave Love <fx@gnu.org>
5026
5027 * comint.el (comint-completion-addsuffix): Fix custom type.
5028
ba22aeff
SM
50292000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * font-lock.el (font-lock-buffers): Remove.
5032 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5033 (font-lock-change-major-mode): Remove.
5034 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5035 (font-lock-default-fontify-region): Extend the multiline
5036 fontification to whole lines.
5037 (font-lock-fontify-anchored-keywords)
5038 (font-lock-fontify-keywords-region): If matching just one
5039 line (with \n) only mark the \n as multiline.
5040
5041 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5042 Correctly handle the case where several :group args are supplied.
5043 Allow :extra-args.
5044 (easy-mmode-define-global-mode): Allow :extra-args.
5045 Correctly handle the case where several :group args are supplied.
5046
9c887ada
MB
50472000-11-02 Miles Bader <miles@gnu.org>
5048
eaae8106 5049 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5050 (holiday-face): Remove dependency on `window-system'.
5051
7f25090d
KR
50522000-11-02 Ken Raeburn <raeburn@gnu.org>
5053
5054 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5055 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5056 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5057
7dd6009c
DL
50582000-11-02 Dave Love <fx@gnu.org>
5059
5060 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5061
94821e4f
EZ
50622000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5063
5064 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5065 punctuation in the warning inserted into the *mail* buffer.
5066
1ac3fc42
GM
50672000-11-02 Gerd Moellmann <gerd@gnu.org>
5068
57731876
GM
5069 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5070 (authors-public-domain-p): New function.
5071 (authors-print): Use it.
5072
975f82c9
GM
5073 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5074
1ac3fc42
GM
5075 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5076
4b3eb10f
GM
50772000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5078
975f82c9 5079 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5080 (ps-print-version): New version number (6.3.1).
5081 (ps-even-or-odd-pages): Customization fix.
5082 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5083 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5084 (ps-page-count): Var replaced by `ps-page-column'.
5085 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5086 (ps-print-sheet-p): New fun.
5087
7da794df
MB
50882000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5089
5090 * tooltip.el (tooltip-gud-tips-setup): New function.
5091 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5092 (tooltip-mode): Call tooltip-gud-tips-setup.
5093 (tooltip-gud-tips): Use `gud-basic-call' instead of
5094 process-send-string, so the prompt gets frobbed appropriately.
5095 Handle nil return value from `tooltip-gud-print-command'.
5096
0e40b809
EL
50972000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5098
5099 * comint.el (comint-add-to-input-history): New function.
5100 (comint-send-input): Use `comint-add-to-input-history'.
5101
50ada0db
MB
51022000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5103
973a3104
MB
5104 * info.el (info-menu-header): New face.
5105 (Info-fontify-menu-headers): New function.
5106 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5107
50ada0db
MB
5108 * info.el (Info-insert-dir): Don't include blank lines at
5109 beginning of additional dir files (one is added automatically).
5110
bff53411
SM
51112000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * emacs-lisp/easy-mmode.el (define-minor-mode):
5114 Revert the latest changes.
5115 Allow the three positional arguments to be skipped and replaced
5116 by keyword arguments.
5117 Add a :toggle argument to determine whether a nil arg means toggle
5118 or means turn-on. The default is unchanged.
5119 Add a call to force-mode-line-update.
5120
6b8a0b2d
DL
51212000-11-01 Dave Love <fx@gnu.org>
5122
83c9cb8e 5123 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5124
5bf99100
MB
51252000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5126
83c9cb8e
SM
5127 * calendar/calendar.el (diary-face, holiday-face):
5128 Add dark-background variants.
5bf99100 5129
a4032611
SS
51302000-10-31 Sam Steingold <sds@gnu.org>
5131
5132 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5133 `tex-main-file' does not have directory in it.
5134
c286608e
SM
51352000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5136
5137 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5138
4836835a
TTN
51392000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5140
5141 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5142 functional change.
5143
26dcb81b
GM
51442000-10-31 Gerd Moellmann <gerd@gnu.org>
5145
5146 * files.el (find-file-noselect): When we expand a wildcard, return
5147 a list of buffers, as we should do according to the doc string.
5148
49fc4500
KR
51492000-10-31 Ken Raeburn <raeburn@gnu.org>
5150
5151 * loadup.el (top level): Adjust load path if program name is
5152 "../src/bootstrap-emacs", in case it's not dumped and thus the
5153 load path adjustment hasn't already been done.
5154
ea0c615d
GM
51552000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5156
83c9cb8e
SM
5157 * ps-print.el: Fix bug on selected pages for printing.
5158 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5159 is on. Try to avoid warning messages when compiling. Doc Fix.
5160 (ps-print-version): New version number (6.3).
5161 (ps-color-device): Use `color-values' to determine if device
5162 supports color.
5163 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5164 (ps-print-page-p): Changed from defsubst to defun.
5165 (ps-page-number): Changed from defmacro to defun.
5166 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5167 printing.
c286608e 5168 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5169 (ps-end-file, ps-dummy-page): Funs eliminated.
5170 (ps-print-color-scale): Changed default value.
5171 (ps-page-n-up, ps-print-page-p): New internal vars.
5172 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5173 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5174
9e20722f
GM
5175 * delim-col.el: Little programming improvement.
5176 (delimit-columns-str): New macro.
5177 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5178
d7a0fd00
KH
51792000-10-31 Kenichi Handa <handa@etl.go.jp>
5180
c286608e
SM
5181 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5182 Moved to european.el.
d7a0fd00
KH
5183 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5184 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5185 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5186 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5187
234be340
DL
51882000-10-30 Dave Love <fx@gnu.org>
5189
5190 * progmodes/cc-menus.el (imenu-generic-expression)
5191 (imenu-progress-message): Only defvar when compiling.
5192
4edc4a39
DL
5193 * emacs-lisp/elp.el (elp-unload-hook): New function.
5194
5195 * loadhist.el (unload-feature): Call elp-restore-function,
5196 checking for symbols; don't use elp-restore-all.
5197 (loadhist-hook-functions): Doc fix.
5198
70c825df
SM
51992000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5200
5201 * log-edit.el (log-edit-confirm): Fix the default.
5202
1d3baf74
GM
52032000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5204
5205 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5206 delimit-columns-format.
5207 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5208
1ec321a7
MB
52092000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5210
5211 * comint.el (comint-replace-by-expanded-history): Don't use
5212 comint-get-old-input (we're not looking at *old* input).
5213 (comint-get-old-input-default): If using fields, signal an error
5214 when the point is not in an input field.
5215
70737ea9
KH
52162000-10-30 Kenichi Handa <handa@etl.go.jp>
5217
5218 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5219 and mule-unicode-e000-ffff.
5220
fa0cb51d 5221 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5222 (make-coding-system): Accept a symbol of translation table as a
5223 value of property `safe-chars'.
5224
5225 * international/mule-cmds.el (encode-coding-char): Check property
5226 safe-chars instead of safe-charsets.
5227
5228 * international/fontset.el (fontset-default): Modified for
5229 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5230 (x-font-name-charset-alist): Likewise.
5231 (ccl-encode-unicode-font): New CCL program. Record it in
5232 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5233
70c825df
SM
5234 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5235 New translation tables.
70737ea9
KH
5236 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5237 programs are modified and moved from mac-win.el.
5238 (mac-roman): Definition of this coding system is modified and
5239 moved from mac-win.el.
4836835a 5240
fda2ce24 52412000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5242
1d3baf74 5243 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5244 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5245
dd4d3cb6
MB
52462000-10-29 Miles Bader <miles@gnu.org>
5247
5248 * custom.el (custom-add-to-group): Allow multiple entries for a
5249 given value OPTION, as long as their widget types are different.
5250 * cus-edit.el (custom-face-value-create): If face name doesn't end
5251 with "face", add such here (similar to custom group widgets).
5252
5253 * comint.el (comint-highlight-prompt): Add :type.
5254
dace60cf
JW
52552000-10-28 John Wiegley <johnw@gnu.org>
5256
dace60cf
JW
5257 * calendar/timeclock.el (timeclock-log): Doc fix.
5258 (timeclock-last-event): Doc fix.
83c9cb8e 5259 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5260 (timeclock-find-discrep): Use a temp buffer to read in the
5261 timelog, instead of visiting the file.
5262 (timeclock-log-data): A new function, along with a host of helper
5263 functions, for the purpose of making timelog data accessible to
5264 programmers.
5265
5266 * eshell/esh-mode.el (window-height test): Make certain that
5267 `eshell-stringify-t' is non-nil.
5268 (eshell-password-prompt-regexp): Changed to a much simpler
5269 password regexp.
5270 (eshell-send-input): If `eshell-invoke-directly' returns t,
5271 directly invoke the parsed command using `eval'. This improves
5272 turn-around time on simple commands by a factor of three or
5273 greater, such as cd, ls, pwd, etc. -- which get used very often.
5274 It also conserves thousands of cons cells per call (since
5275 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5276 in the Pacific Cookie Company).
5277
5278 * eshell/esh-test.el (eshell-test): Whitespace fix.
5279
83c9cb8e
SM
5280 * eshell/em-ls.el (eshell-ls-insert-directory):
5281 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5282
5283 * eshell/em-script.el (eshell-script-initialize): Add names to
5284 `eshell-complex-commands, since `source' and `.' are complex.
5285
0467b076
EZ
5286 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5287 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5288 `eshell-copy-handles'.
5289 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5290 bodies.
5291 (eshell-separate-commands): Whitespace fix.
5292 (eshell-complex-commands): Added a new list of names, for
5293 determining whether a given command is as simple as it looks.
5294 (eshell-invoke-directly): New function. Returns t if a command
5295 should be invoked directly (using `eval'), rather than indirectly
5296 using `eshell-do-eval'.
5297 (eshell-do-eval): Whitespace fix.
5298
5299 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5300 which provides an emulation of the DOS shell behavior of assuming
5301 that cp/mv/ln should copy/move/link to the current directory.
5302 (eshell-remove-entries): Added a doc string.
5303 (eshell-shuffle-files): Removed the check for `target' being null.
5304 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5305 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5306 it to do a smarter check of whether a destination was provided.
5307 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5308 (eshell/ln): Enable `:preserve-args', and use
5309 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5310 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5311 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5312 list after flattening it. This makes it possible to cat files
5313 with numerical names.
5314 (eshell-unix-initialize): Added several names to
5315 `eshell-complex-commands.
5316 (eshell-unix-command-complex-p): Return t if a given command name
5317 may result in external processes being invoked.
5318
5319 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5320 variable nil by default, since it slows down glob processing by a
5321 factor of two or more, and increases memory consumption.
5322
5323 * eshell/em-smart.el: Added a note about how memory consumptive
5324 smart display mode can be (at least this is true in Emacs 21).
5325 (eshell-smart-initialize): Whitespace fix.
5326 (eshell-refresh-windows): Use `if' instead of `when'.
5327 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5328 not necessary.
83c9cb8e 5329 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5330
5331 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5332 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5333 Whitespace fix.
5334 (eshell-ls-exclude-hidden): Added this variable in addition to
5335 `eshell-ls-exclude-regexp'. This one prevents files beginning
5336 with . from even being read, which can improve memory consumption
5337 quite a bit.
5338 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5339 read file entries beginning with a dot. In home directories with
5340 lots of hidden files, fully two-thirds of the time spent in ls is
5341 used to read directory entries that are immediately thrown away.
5342 (eshell-ls-initial-args): Added back this configuration variable,
5343 for specifying default initial arguments to every call to ls.
5344 Much faster than using an alias to do the same thing.
5345 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5346 (eshell-ls-dir): Whitespace change.
5347
5348 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5349
83c9cb8e 5350 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5351 (eshell-stringify-t): Added a customization variable, to indicate
5352 whether `t' should be rendered as a string at all. If not, one
5353 can still determine if the result of an expression is true using
5354 "file-exists-p FILE && echo true".
5355 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5356 stringify t!
5357
5358 * eshell/esh-module.el: Whitespace fix.
5359
83c9cb8e
SM
5360 * eshell/em-alias.el (eshell-alias-initialize):
5361 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5362 (eshell-command-aliased-p): New function that returns t if a
5363 command name names an aliased.
5364
657f9cb8 53652000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5366
0467b076 5367 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5368 redrawing the screen when changing cursor color.
0467b076
EZ
5369 (viper-insert-state-pre-command-sentinel)
5370 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5371 (viper-replace-state-post-command-sentinel):
5372 Use viper-preserve-cursor-color.
657f9cb8
MK
5373 Many functions changed to use viper= instead of = when comparing
5374 characters.
0467b076 5375 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5376 working with characters.
0467b076 5377 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5378 Many functions changed to use viper= instead of = when comparing
5379 characters.
0467b076 5380 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5381
0467b076 5382 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5383 Several typos fixed in various docstrings.
0467b076 5384 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5385 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5386 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5387 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5388 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5389 (ediff-get-selected-buffers): New function.
5390 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5391 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5392 Use save-window-excursion.
0467b076 5393 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5394 termination check in while loop.
0467b076 5395 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5396 dired buffer.
0467b076
EZ
5397 (ediff-files,ediff-merge-files,ediff-files3)
5398 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5399
4f490d99
DL
54002000-10-28 Dave Love <fx@gnu.org>
5401
5402 * info.el (Info-fontify-node): Add help-echo for menu items.
5403
45b84006
EZ
54042000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5405
5ebc02b3
EZ
5406 * startup.el (normal-top-level): If the value of $TERM indicates
5407 we are running from xterm or one of its work-alikes, default to a
5408 light background mode.
5409
45b84006
EZ
5410 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5411 * faces.el (tty-handle-reverse-video): New function.
5412 (tty-create-frame-with-faces): Call it.
5413
5414 * frame.el (frame-notice-user-settings): Don't apply
5415 default-frame-alist and initial-frame-alist to MS-DOS frames.
5416 Call tty-handle-reverse-video, frame-set-background-mode, and
5417 face-set-after-frame-default for non-MS-DOS frames.
5418
5419 * startup.el (tty-long-option-alist): New variable.
5420 (tty-handle-args): New function.
5421 (command-line): Call tty-handle-args.
5422
5423 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5424 startup.el now does that for all character-terminal frames.
5425
eab6e8b9
MB
54262000-10-28 Miles Bader <miles@gnu.org>
5427
83c9cb8e
SM
5428 * emacs-lisp/easy-mmode.el (define-minor-mode):
5429 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5430 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5431 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5432 version using `easy-mmode-define-global-mode'.
5433 Add :conditional-turn-on keyword argument.
eab6e8b9 5434
51a29efc
DL
54352000-10-28 Dave Love <fx@gnu.org>
5436
83c9cb8e
SM
5437 * international/latin1-disp.el (latin1-char-displayable-p):
5438 Don't use window-system.
51a29efc 5439
d71d7114
EZ
54402000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5443 Don't call find-buffer-file-type-coding-system. Instead, just
5444 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5445 if the file is on an untranslated filesystem.
5446 (add-untranslated-filesystem): Use "D" instead of "f" inside
5447 interactive.
5448
1f9cab4b
DL
54492000-10-27 Dave Love <fx@gnu.org>
5450
70c825df 5451 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5452 (refill-mode): Use it.
5453
70c825df
SM
54542000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * international/quail.el (quail-activate): Don't make-local-hook.
5457
7432cf10
AS
54582000-10-27 Andre Spiegel <spiegel@gnu.org>
5459
4836835a 5460 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5461 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5462 (vc-make-version-backup): Don't do it on MS-DOS without long file
5463 names.
4836835a 5464
7432cf10
AS
5465 * vc.el (vc-version-other-window): If an automatic backup of the
5466 desired version exists, rename it instead of copying it.
5467
4836835a
TTN
5468 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5469 after command. If there's an unexpected error, signal it instead
7432cf10 5470 of being silent.
e1483c38 5471 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5472
05ea7ef2
MB
54732000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5474
fd1035aa
MB
5475 * shell.el (shell): Add BUFFER argument.
5476 * comint.el (make-comint-in-buffer): New function.
5477 (make-comint): Use it.
5478
05ea7ef2
MB
5479 * faces.el (face-spec-choose): Change syntax so that the list of
5480 attribute-value pairs is now the cdr of each clause, not the cadr.
5481 Detect old-style entries, and handle them. Use pop.
5482
835a55fe
SM
54832000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5484
f5ab1cdd
SM
5485 * cus-edit.el (custom-mode-map): Use a sparse map.
5486 (custom-mode): Don't bother with make-local-hook.
5487
5488 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5489
835a55fe
SM
5490 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5491
c13b0ec8
GM
54922000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5493
5494 * ps-print.el: Avoid compilation gripes.
5495 (ps-print-version): New version number (6.2.1).
4836835a 5496
e9f63196
DL
54972000-10-26 Dave Love <fx@gnu.org>
5498
0b95284b
DL
5499 * menu-bar.el: Modify some menu item help strings.
5500 (menu-bar-help-menu): Add link to MORE.STUFF.
5501
e9f63196
DL
5502 * cus-edit.el (custom-mode): Add `special' mode-class property.
5503
5504 * wid-browse.el (widget-browse-mode): Likewise.
5505
5506 * wid-edit.el (widget-specify-field): Revert to using local-map
5507 property, not keymap.
5508
e276a14a
MB
55092000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5510
c1545d88
MB
5511 * wid-edit.el (widget-field-end): When checking for a `boundary'
5512 field, do so in the correct buffer.
5513
3c1b77ca
MB
5514 * simple.el (undo): Correctly distinguish between numeric and
5515 non-numeric prefix args in non-transient-mark-mode, as per the doc
5516 string. When in transient-mark-mode, treat all prefix-args as
5517 numeric.
5518
f5ab1cdd
SM
5519 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5520 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5521
5522 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5523 (comint-mode-map): Reverse order of `comint-write-output' and
5524 `comint-append-output-to-file'.
5525 (comint-append-output-to-file): Reinstate this function, for the
5526 benefit of the menu.
5527
d97151cb
SM
55282000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5529
5530 * vc.el (vc-version-other-window): Bind `file'.
5531
ea7d6f5b
GM
55322000-10-25 Gerd Moellmann <gerd@gnu.org>
5533
f5ab1cdd 5534 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5535
5536 * emacs-lisp/authors.el (batch-update-authors): New function.
5537 (authors-fixed-entries): New defconst.
5538 (authors-add-fixed-entries): New function.
5539 (authors): Call it.: Don't process lispref/.
5540
17c25cea
JR
55412000-10-25 Jason Rumney <jasonr@gnu.org>
5542
5543 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5544 Merge x w32 and mac definitions.
5545
4ecda532
GM
55462000-10-25 Gerd Moellmann <gerd@gnu.org>
5547
5548 * menu-bar.el (menu-bar-options-menu): Add a help string for
5549 `uniquify'.
5550
b6735035
GM
55512000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5552
f5ab1cdd
SM
5553 * time-stamp.el (time-stamp-string-preprocess):
5554 Fix a wrong type argument error.
b6735035 5555
f4cbc7a0
MB
55562000-10-25 Miles Bader <miles@gnu.org>
5557
5558 * recentf.el (recentf-mode): Variable removed.
5559 (recentf-mode): Use `define-minor-mode'.
5560
5561 * mwheel.el (mouse-wheel-mode): New global minor mode.
5562 (mwheel-install): Use `mouse-wheel-mode'.
5563
f4b020f6
DL
55642000-10-25 Dave Love <fx@gnu.org>
5565
f5ab1cdd
SM
5566 * progmodes/cperl-mode.el (cperl-mode):
5567 Set normal-auto-fill-function correctly.
072cb6f9 5568
83c9cb8e
SM
5569 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5570 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5571 bindings.
f4b020f6 5572
ebe2a441
MB
55732000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5574
ff4dcd4b
MB
5575 * wid-edit.el (widget-field-at): New function.
5576 (widget-at, widget-field-activate): Use it.
5577 (widget-tabable-at): Use `widget-at'.
5578 (widget-specify-field): If the terminating character of the widget
5579 field (which is read-only) is a newline, put it into a special
5580 `boundary' field so that C-n/C-p act more naturally.
5581 (widget-field-end): Also don't subtract one if a special
5582 `boundary' field has been added after the widget field.
5583
83c9cb8e
SM
5584 * comint.el (comint-output-filter, comint-send-input):
5585 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5586 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5587
ebe2a441
MB
5588 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5589 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5590 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5591
fe50b6ab
GM
55922000-10-24 Gerd Moellmann <gerd@gnu.org>
5593
53df4dda 5594 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5595 (authors): Set file coding system to iso-2022-7bit.
5596 Add file-local variables to output buffer.
53df4dda 5597
4836835a 5598 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5599 WARN is nil.
5600
53df4dda
GM
56012000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5602
5603 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5604
5605 * delim-col.el: Now there is a column formatting mechanism.
5606 Modified to customization mechanisms convention. Doc fix.
5607 (columns): New group for delim-col.
5608 (delimit-columns-before, delimit-columns-after)
5609 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5610 (delimit-columns-end): New vars.
5611 (delimit-columns-customize, delimit-columns-format): New funs.
5612 (delimit-columns-region, delimit-columns-rectangle)
5613 (delimit-columns-rectangle-line): Modified to support column
5614 formatting.
4836835a 5615
a9839779
DL
56162000-10-24 Dave Love <fx@gnu.org>
5617
5618 * log-edit.el (log-edit): Add :version and a :group for vc.
5619
df0267b8
GM
56202000-10-24 Gerd Moellmann <gerd@gnu.org>
5621
9acc3873
GM
5622 * files.el (after-find-file): Don't print a message ``New file''
5623 if WARN is nil.
5624
83c9cb8e
SM
5625 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5626 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5627 get duplicate tool-bar entries because we'll see the global ones
5628 on more than one path through keymaps.
5629
1946f901
GM
5630 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5631
df0267b8
GM
5632 * progmodes/cmacexp.el: Change Francesco's email address.
5633
ae3b264b
KH
56342000-10-24 Kenichi Handa <handa@etl.go.jp>
5635
5636 * window.el (fit-window-to-buffer): Adjust point of the window
5637 buffer, not that of the current buffer.
5638
23afac01
EZ
56392000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * progmodes/cmacexp.el: Update the euthor's email address.
5642
22d1a4ed
MB
56432000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5644
5645 * faces.el (face-spec-set-match-display): Add `graphic' display
5646 type (the inverse of `tty'). Use `display-graphic-p' instead of
5647 the window-system variable.
5648
f408aa48
KH
56492000-10-24 Kenichi Handa <handa@etl.go.jp>
5650
83c9cb8e
SM
5651 * international/isearch-x.el (isearch-with-input-method):
5652 Call input-method-function with the first event in
f408aa48
KH
5653 unread-command-events.
5654
94fe8a31
MB
56552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5656
83c9cb8e 5657 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5658
8f47302e
AC
56592000-10-24 Andrew Choi <akochoi@i-cable.com>
5660
5661 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5662 New charsets.
5663
5664 * term/mac-win.el: Remove definitions of mac-roman-lower and
5665 mac-roman-upper, require dired, and define instead of set
5666 mac-ready-for-drag-n-drop to avoid compilation error.
5667
446c097e
AI
56682000-10-23 Andrew Innes <andrewi@gnu.org>
5669
83c9cb8e
SM
5670 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5671 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5672 expand-file-name after convert-standard-filename to ensure
5673 expected directory separators are used.
5674
379b70e7
EZ
56752000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5676
5677 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5678
85c766e9
DL
56792000-10-23 Dave Love <fx@gnu.org>
5680
b7e03a67
DL
5681 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5682 (tool-bar-add-item): Set foreground and background for XBM icons.
5683
83c9cb8e
SM
5684 * international/latin1-disp.el (latin1-char-displayable-p):
5685 New function (from Handa).
b7e03a67
DL
5686 (latin1-display-check-font): Use it.
5687
0dcf8835 5688 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5689 using :key-sequence, making it much more usable.
5690 Use nconc, not append.
0dcf8835
DL
5691 (imenu--create-keymap-1): Avoid append.
5692
85c766e9 5693 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5694
cb3069bb
MB
56952000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5696
5697 [the following changes fix a bug where `define-minor-mode' didn't
5698 correctly generate :require clauses for defcustoms in compiled files]
5699 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5700 (byte-compile-log-file, byte-compile-log-1): Don't set
5701 `byte-compile-current-file' to nil. Instead set
5702 `byte-compile-last-logged-file' to it. Test whether
5703 byte-compile-current-file equals byte-compile-last-logged-file
5704 instead of whether its nil.
3b6542ba 5705 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5706
6db6243b
SM
57072000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5708
5709 * textmodes/refill.el: Fix var names in doc.
5710 (refill-mode): Don't bother with make-local-hook anymore.
5711
98490598
MB
57122000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5713
e01cd227
MB
5714 * faces.el (face-user-default-spec, face-default-spec): New functions.
5715 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5716 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5717 Use `face-user-default-spec'. Simplify code slightly.
5718
4836835a 5719 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5720 (woman-unknown-face): Add dark-background variants.
5721 (woman-default-faces): Renamed from `woman-colour-faces'.
5722 Set using the stored defaults, rather than using hard-wired colors.
5723 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5724 Just make the foreground `unspecified' rather than "black".
5725 (woman-menu): Rename menu entries accordingly.
5726
98490598
MB
5727 * faces.el (header-line): Make more reasonable on mono/grayscale
5728 displays.
5729
1a578e9b
AC
57302000-10-23 Andrew Choi <akochoi@i-cable.com>
5731
5732 * cus-edit.el (custom-button-face): Use 3D look for mac.
5733 (custom-button-pressed-face): Likewise.
5734
5735 * faces.el (set-face-attributes-from-resources): Handle mac frames
5736 in the same way as x and w32 frames.
5737 (face-valid-attribute-values): Likewise.
5738 (read-face-attribute): Likewise.
5739 (defined-colors): Likewise.
5740 (color-defined-p): Likewise.
5741 (color-values): Likewise.
5742 (display-grayscale-p): Likewise.
5743 (face-set-after-frame-default): Likewise.
5744 (mode-line): Same default face as for x and w32.
5745 (tool-bar): Likewise.
5746
5747 * frame.el: Remove call to frame-notice-user-settings at end of
5748 the file.
5749
83c9cb8e 5750 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5751 as for x, pc, and w32 frame types.
5752
5753 * term/mac-win.el: New file.
5754
aaaf7be7
DL
57552000-10-22 Dave Love <fx@gnu.org>
5756
5757 * textmodes/refill.el: New file.
5758
5392d654
AS
57592000-10-22 Andre Spiegel <spiegel@gnu.org>
5760
4836835a 5761 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5762 MANUAL and REGEXP.
4836835a 5763 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5764 New functions.
5765 (vc-before-save): Use the latter.
5766 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5767 confusion.
5768
4836835a 5769 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5770 expected by vc[-hooks].el.
5771
5772 * vc.el (vc-checkout): Added `-p' suffix in call to
5773 vc-make-version-backups-p; use vc-make-version-backup to actually
5774 make the backup.
5775 (vc-version-other-window, vc-version-backup-file): Handle both
5776 automatic and manual backups.
5777 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5778 of all of them.
5779
1e221c16
MB
57802000-10-22 Miles Bader <miles@gnu.org>
5781
7ff4fda5
MB
5782 * comint.el (comint-highlight-input, comint-highlight-prompt):
5783 Renamed, `-face' at end removed.
5784 (comint-send-input, comint-output-filter): Use renamed faces.
5785
3511cde8
MB
5786 * window.el (fit-window-to-buffer): Change defaulting of
5787 MAX-HEIGHT slightly.
5788
1e221c16
MB
5789 * faces.el (color-values, color-defined-p): Use `member', not
5790 `memq', because it works correctly for strings.
5791 (frame-set-background-mode): Actually, "unspecified-fg" and
5792 "unspecified-bg" *are* strings. Use `member', not `memq', and
5793 `equal', not `eq', when a string value is possible.
5794
b6ef4898
EZ
57952000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5798
34939e2c
SM
57992000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5800
5801 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5802 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5803 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5804 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5805 (sh-font-lock-syntactic-keywords): Use them.
5806 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5807 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5808 (sh-mode): Don't override font-lock-unfontify-region-function.
5809 Use a copy of sh-font-lock-syntactic-keywords.
5810 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5811 Don't call sh-scan-buffer since font-lock does it on the fly.
5812 (sh-get-indent-info): Use `face' rather than `syntax-table'
5813 text-property to detect here-documents.
5814 Replace sh-special-syntax with sh-st-punc.
5815 (sh-prev-line): Use `face' rather than `syntax-table'
5816 text-property to skip over here-documents.
5817 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5818 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5819 (sh-electric-less, sh-set-here-doc-region)
4836835a 5820 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5821 (sh-scan-buffer, sh-rescan-buffer): Remove.
5822
f3d3c491
AI
58232000-10-21 Andrew Innes <andrewi@gnu.org>
5824
5825 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5826 remote (ange-ftp) file names.
5827
b86c791c
MB
58282000-10-21 Miles Bader <miles@gnu.org>
5829
d9c30bdf
MB
5830 * window.el (fit-window-to-buffer): New function.
5831 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5832 (window-text-height): Don't expect minibuffers to have mode-lines.
5833
d9c30bdf 5834 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5835 * international/quail.el (quail-update-guidance):
5836 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5837
617fee5a
MB
5838 * international/quail.el (quail-show-guidance-buf): Make sure
5839 guidance window really has enough room.
5840 (quail-update-guidance): If quail-guidance-win is already shown,
5841 make sure its height is OK.
5842
b86c791c
MB
5843 * window.el (window-text-height, set-window-text-height):
5844 New functions.
5845 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5846 instead of `window-height' & `mode-line-window-height-fudge'.
5847 (mode-line-window-height-fudge): Add FACE parameter.
5848 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5849 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5850
e34850d1
MB
58512000-10-20 Miles Bader <miles@gnu.org>
5852
5853 * window.el (height-affecting-face-attributes): Use `defconst'.
5854
5855 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5856 New function, conditionally aliased to `mode-line-window-height-fudge'.
5857 (ispell-help): Use it.
5858 (ispell-choices-win-default-height): Don't include mode-line fudge.
5859 (ispell-choices-win-default-height): New function.
5860 (ispell-show-choices, ispell-command-loop): Use function
5861 `ispell-choices-win-default-height' instead of variable.
5862
a8b883c2
MB
58632000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5864
8c6e4a58
MB
5865 * window.el (mode-line-window-height-fudge): New variable.
5866 (height-affecting-face-attributes): New variable.
5867 (mode-line-window-height-fudge): New function.
5868 (shrink-window-if-larger-than-buffer): Use it.
5869 * help.el (resize-temp-buffer-window): Likewise.
5870
a8b883c2
MB
5871 * info.el (Info-fontify-node): Add support for @subsubsection
5872 titles, which use `Info-title-4-face'.
5873 (Info-title-4-face): New face.
5874 (Info-title-3-face): Inherit from Info-title-4-face instead of
5875 variable-pitch.
5876
e64c3a75
JR
58772000-10-19 Jason Rumney <jasonr@gnu.org>
5878
5879 * dired.el (dired-insert-directory): Do not let errors signalled by
5880 attempt to run dired-free-space-program prevent dired from working.
5881
c70fe852
SM
58822000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5883
5884 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5885
877cf6b4
GM
58862000-10-19 Gerd Moellmann <gerd@gnu.org>
5887
5de037e0
GM
5888 * dirtrack.el (dirtrack): Fix call to run-hooks.
5889
6deb9af9
GM
5890 * cmuscheme.el (cmuscheme-program-name): Renamed from
5891 scheme-program-name because xscheme.el contains a defcustom with
5892 the same name. As a consequence, customizing group `cmuscheme'
5893 loaded `xscheme' which redefined run-scheme.
5894 (run-scheme): Use cmuscheme-program-name.
5895
83c9cb8e 5896 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5897
e597d8fb 5898 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5899 anonymous address, and add a website for Befrienders International.
4836835a 5900
3e9cb08f
GM
59012000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5902
c70fe852
SM
5903 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5904 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5905 (ps-print-version): New version number (6.2).
5906 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5907 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5908 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5909 (ps-x-extent-priority, ps-x-extent-start-position)
5910 (ps-x-face-font-instance, ps-x-find-coding-system)
5911 (ps-x-font-instance-properties, ps-x-make-color-instance)
5912 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5913 avoid compilation gripes without defining functions.
5914 (ps-e-find-composition): Alias for function find-composition, to have a
5915 suitable function depending on Emacs version.
5916 (ps-color-device, ps-color-values, ps-face-foreground-name)
5917 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5918 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5919 (ps-print-ensure-fontified): Function definitions surrounded by
5920 `eval-and-compile' to avoid compilation gripes.
5921 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5922 by symbol-value to avoid compilation gripes.
5923 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5924 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5925
d8abcd91
MB
59262000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5927
13ab33c4
MB
5928 * startup.el (normal-top-level): Call `frame-set-background-mode'
5929 after `frame-notice-user-settings' because the latter doesn't call
5930 the former on a tty.
5931
d8abcd91
MB
5932 * faces.el (frame-set-background-mode): `unspecified' &c are
5933 symbols, not strings.
5934
e8bce0a9
EZ
59352000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5936
c70fe852
SM
5937 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5938 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5939
c70fe852
SM
5940 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5941 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5942
773272d8
KH
59432000-10-19 Kenichi Handa <handa@etl.go.jp>
5944
c70fe852 5945 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5946 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5947 for ISO10646-1 fonts.
5948 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5949
772139c0
EZ
59502000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5951
5952 * faces.el (frame-set-background-mode): If a tty frame defines a
5953 background color, use that to compute the background mode, instead
5954 of always defaulting to "dark".
5955
d134a19f
MB
59562000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5957
8bb84cb2
MB
5958 * comint.el (comint-write-output): New function.
5959 (comint-mode-map): Add it to the menu.
e40a778f 5960 Bind `C-c C-s' to comint-write-output.
d134a19f 5961
dada41e1
GM
59622000-10-18 Gerd Moellmann <gerd@gnu.org>
5963
5964 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5965 Use fancy-splash-delay.
5966
9b5360aa
GM
59672000-10-18 Alex Schroeder <alex@gnu.org>
5968
5969 * progmodes/sql.el (sql-sybase-options): New option.
5970 (sql-sybase): Use it. Add sql-database to the list of parameters
5971 provided for login. The options -w 2048 -n are not used any more.
5972
9035a35a
GM
5973 * comint.el (comint-read-input-ring): Bugfix such that the first
5974 and the last entry of the input ring file are not lost.
5975
3556c6dd
GM
59762000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5977
5978 * ps-print.el: Internal variable changes to defcustom,
5979 make-local-hook changes to defvar. Doc fix.
5980 (ps-print-version): New version number (6.1).
5981 (ps-setup, ps-do-despool): Code fix.
5982 (ps-printer-name): Customization fix.
5983 (ps-printer-name-option): Now is a defcustom instead of an
5984 internal variable.
5985 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5986 (ps-print-begin-column-hook): Now are defvar instead of
5987 make-local-hook.
4836835a 5988
4e217e50
MB
59892000-10-18 Miles Bader <miles@gnu.org>
5990
5991 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5992 (comint-kill-output): Changed into an alias for `comint-delete-output',
5993 and made obsolete.
5994 (comint-mode-map): Rename references to comint-kill-output.
5995
34460354
EZ
59962000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * diff-mode.el (diff-header-face, diff-file-header-face)
5999 (diff-changed-face): Add bold and italic attributes to tty faces.
6000 (diff-function-face): New face.
6001 (diff-font-lock-keywords): Use it.
6002
17ea3cdb
MB
60032000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6004
6005 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6006 Remove commented-out call to force-mode-line-update.
6007 (comint-kill-output): Use `forward-line 0' instead of
6008 beginning-of-line to make sure we get past the prompt.
6009
9244f2c7
SM
60102000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6011
6012 * diff-mode.el (diff-header-face, diff-file-header-face):
6013 Add specific setting for dark background.
6014 (diff-context-face): Renamed from diff-comment-face.
6015 Set explicitly rather than inheriting from font-lock-comment-face.
6016
1592c1ef
EZ
60172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6018
6019 * startup.el (command-line): Move the code which sets the default
6020 TTY colors to before before-init-hook.
6021
f86292a9
GM
60222000-10-17 Gerd Moellmann <gerd@gnu.org>
6023
6024 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6025
f7f2e883
EZ
60262000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6027
e854cc22
EZ
6028 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6029 extensions, for MS-DOS.
6030
f7f2e883
EZ
6031 * diff-mode.el (diff-header-face, diff-file-header-face)
6032 (diff-changed-face): Define tty-specific colors.
6033
c7b4f0f9
GM
60342000-10-17 Gerd Moellmann <gerd@gnu.org>
6035
6036 * startup.el (fancy-splash-text): Realign the text.
6037
12a72271
EZ
60382000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6039
6040 * font-lock.el (font-lock-comment-face): Define a separate default
6041 for dark-background tty's.
6042
61dfccfd
MB
60432000-10-17 Miles Bader <miles@gnu.org>
6044
6045 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6046 being obscured by whizzy mode-lines on graphics displays.
6047
333cd59e
EZ
60482000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6049
6050 * info.el (Info-title-1-face, Info-title-2-face)
6051 (Info-title-3-face): Define colors for tty's.
dada41e1 6052 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6053
dbf1fcc1
EZ
60542000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6057 reverse from the frame parameters, and don't invert foreground and
6058 background colors.
6059
ac629823
MB
60602000-10-16 Miles Bader <miles@gnu.org>
6061
6062 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6063 string "*Info*". Call propertized-buffer-identification to spruce
6064 up the result.
6065
76eebffc
GM
60662000-10-16 Gerd Moellmann <gerd@gnu.org>
6067
3a6b59d9
GM
6068 * help.el: Provide `help' for the sake of define-minor-mode
6069 which generates defcustoms with requires.
6070
6569c3d3
GM
6071 * jit-lock.el (jit-lock-after-change): If we're in text that
6072 matches a multi-line font-lock pattern, make sure the whole text
6073 will be redisplayed.
6074
c2e0a611
GM
6075 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6076 author's name is unknown.
6077
76eebffc
GM
6078 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6079 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6080 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6081 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6082 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6083 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6084 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6085 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6086 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6087 Add author information.
6088
cf1e7b12
MB
60892000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6090
6091 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6092 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6093 full-color version (using the Gimp) to eliminate dithering artifacts.
6094
5586f3eb
SM
60952000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6096
6097 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6098
6099 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6100
ad64a888
DL
61012000-10-15 Dave Love <fx@gnu.org>
6102
83c9cb8e 6103 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6104
6105 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6106
6107 * whitespace.el: Doc fixes.
6108 (top-level): Don't add hooks here.
6109 (whitespace-running-emacs): Deleted.
6110 (timer): Don't require.
6111 (whitespace): Add back :version conditional on xemacs test.
6112 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6113 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6114 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6115 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6116 Avoid specific xemacs test.
6117 (whitespace-global-mode): New option.
6118 (whitespace-global-mode): New command.
6119 (whitespace-unload-hook): New function.
6120
6121 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6122 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6123 (Info-fontify-node): `Goto' goes to `Go to'.
6124 (Info-fontify-node): Add help-echo to xref links.
6125
1ef49fc6
EZ
61262000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6127
6128 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6129
8b7707e1
SM
61302000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6131
b3b7f42f
SM
6132 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6133 Use plist-get and allow :inherit.
6134
6135 * emacs-lisp/cl-macs.el (cl-do-arglist):
6136 Use plist-get and plist-member instead of memq.
6137
3c7fafc7
SM
6138 * emacs-lisp/ewoc.el (ewoc-location): New function.
6139 (ewoc-enter-after, ewoc-enter-before): Document return value.
6140 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6141 Don't need make-local-hook any more.
6142 (cvs-addto-collection): Return the new tin.
6143 (cvs-mode-insert): Jump to the new line.
6144
8b7707e1
SM
6145 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6146
6147 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6148
6149 * font-lock.el (font-lock-syntactically-fontified): New var.
6150 (font-lock-fontify-syntactic-keywords-region): Use it.
6151 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6152
6153 * diff-mode.el (diff-find-file-name): Fix regexp.
6154
6155 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6156 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6157
6158 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6159 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6160 (sh-mode): Don't make all vars local here.
6161 (sh-kw): Reformat.
6162 (sh-set-shell): Use dolist. Don't set indent-region-function.
6163 (sh-mode-syntax-table): Use pop.
6164 (sh-remember-variable): Use push.
6165 (sh-help-string-for-variable): Use memq.
6166 (sh-safe-backward-sexp): Remove.
6167 (sh-safe-forward-sexp): Add ARG.
6168 (sh-get-indent-info, sh-prev-stmt): Use it.
6169 (sh-prev-line): Simplify by using forward-comment.
6170 (sh-this-is-a-continuation): Simplify.
6171 (sh-learn-buffer-indent): Use dolist.
6172 (sh-do-nothing): Remove.
6173 (sh-set-char-syntax, sh-set-here-doc-region):
6174 Use inhibit-modification-hooks.
6175 (sh-name-style): Use mapcar and push.
6176 (sh-load-style): Use dolist.
6177 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6178 (sh-case, sh-while-getopts): Use propertize directly rather
6179 than sh-electric-rparen.
6180
61812000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6182
6183 * textmodes/tex-mode.el: Require CL when compiling.
6184 (tex-mode-syntax-table): Init immediately.
6185 (tex-mode-map): Bind M-RET to latex-insert-item.
6186 (latex-mode): Set indent-line-function to latex-indent.
6187 (tex-common-initialization): Don't setup the syntax-table any more.
6188 (latex-insert-item): New skeleton.
6189 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6190 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6191 (latex-indent, latex-find-indent): New functions.
4836835a 6192 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6193 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6194 (tex-compilation-parse-errors): Use with-syntax-table.
6195
86b7fcbb
MB
61962000-10-15 Miles Bader <miles@gnu.org>
6197
6198 * font-lock.el (font-lock-comment-face): Change dark-background,
6199 color, non-tty, default to `chocolate1'.
6200
57a24508
JW
62012000-10-13 John Wiegley <johnw@gnu.org>
6202
6203 * eshell/esh-util.el (require): Added a missing `require' form,
6204 needed when compiling (for an ange-ftp macro definition).
6205
40ad3db4
DL
62062000-10-13 Dave Love <fx@gnu.org>
6207
6208 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6209
db460189
GM
62102000-10-13 Gerd Moellmann <gerd@gnu.org>
6211
83c9cb8e 6212 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6213
4836835a 6214 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6215 transparent -colors 8).
6216
3b5e21df
GM
62172000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6218
6219 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6220 that breaks with old list format timestamps.
6221 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6222 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6223
16908a3f
JW
62242000-10-13 John Wiegley <johnw@gnu.org>
6225
d7103dda
JW
6226 * align.el, pcomplete.el, calendar/timeclock.el,
6227 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6228
dace60cf 6229 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6230 faulty math, where holiday hours were being computing as seconds.
6231
b6b70cda
JW
62322000-10-13 John Wiegley <johnw@gnu.org>
6233
6234 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6235 specifying what "other" kinds of buffers should be saved.
6236 This used to be hard-coded.
b6b70cda
JW
6237 (desktop-buffer-misc-functions): A global for specifying how
6238 auxiliary data should be determined for special buffer types.
6239 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6240 instead of hard-coding the special buffer types.
6241 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6242 auxiliary data, instead of hard-coding for Info buffers and dired.
6243 (desktop-buffer-info-misc-data): Aux function for determining Info
6244 buffer auxiliary info.
6245 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6246 (desktop-buffer-info): Changed this function to use the info
6247 gathered above.
6248 (desktop-create-buffer): Be a little more careful about what
6249 `minor-mode' means before calling it. This is important for some
6250 buffer types.
6251
8c6b1d83
JW
62522000-10-13 John Wiegley <johnw@gnu.org>
6253
6254 * eshell/esh-util.el: Added a global form which declares an
6255 autoload for `parse-time-string', if that function is not already
6256 defined, and if parse-time.el is available on the user's system.
6257
6258 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6259 to be aware of ange-ftp user info.
83c9cb8e 6260 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6261 (eshell-ls-annotate): Use `eshell-file-attributes'.
6262 (eshell-ls-file): Made the user-id printing code a bit smarter.
6263
6264 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6265 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6266 It's manual, but there's no other way to know when the current user
6267 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6268 (fboundp): Bind `ange-cache'.
6269 (eshell-directory-files-and-attributes): Re-organized the logic a
6270 bit to use `eshell-file-attributes' instead of `file-attributes'.
6271 The former is more sensitive to directories that are read via FTP,
6272 and knows how to use ange-ftp to determine full attribute
6273 information, instead of just the name and last modtime.
6274 (eshell-current-ange-uids): Return the current user id when in a
6275 remote directory.
6276 (eshell-parse-ange-ls): Parse a full directory listing that has
6277 been returned by ange-ftp.
6278 (eshell-file-attributes): This beefed up version of
6279 `file-attributes' is only special if the user is currently in a
6280 remote directory, in which case it does a lot of work to find out
6281 what the real attributes of a file are, as they appear on the
6282 remote machine. This makes usage of remote directories (i.e.,
6283 ange-ftp pathnames) much more useful. You can now use Eshell as a
6284 full-fledged FTP client, with much more manipulation ability than
6285 most other clients.
6286
6287 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6288 variable, which means that Eshell's du should always be preferred
6289 in remote directories.
6290 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6291 just `file-attributes'.
6292 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6293 when reading remote directories. This is an Eshell-specific
6294 variable (not part of ange-ftp).
6295 (eshell/ln): Bind `ange-cache'.
6296 (eshell/du): Added some extra logic for determining when to use
6297 Eshell's du (which is slow), and when to use the external version
6298 (which may or may not exist).
6299
83c9cb8e
SM
6300 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6301 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6302 `get-buffer-process', since backgrounded processes don't count in
6303 the context of this function's logic.
6304
6305 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6306 `forward-char', so that null strings are parsed correctly.
6307
87730e84 63082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6309
83c9cb8e
SM
6310 * eshell/em-pred.el (eshell-pred-file-type)
6311 (eshell-pred-file-links, eshell-pred-file-size):
6312 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6313
6314 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6315 that remote file globbing is more efficient.
6316
6317 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6318 gathering the files and attributes within a directory.
6319
6320 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6321 the command line is a special file (not a regular file, directory
6322 or symlink), always attempt to call the external version of cat.
6323
87730e84 63242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6325
6326 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6327 Eshell-friendly version of find-tag.
6328
1c7e37a9
MB
63292000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6330
4836835a 6331 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6332 (image-file-name-regexps): Add autoload cookies.
6333
11a7f341
KH
63342000-10-13 Kenichi Handa <handa@etl.go.jp>
6335
6336 * international/mule-cmds.el (select-safe-coding-system): If FROM
6337 is string, show it in *Warning* buffer.
6338
8ddddcb0
EZ
63392000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6340
6341 * startup.el (normal-top-level): Use display-popup-menus-p instead
6342 of window-system.
6343 (command-line): Use display-graphic-p instead of window-system.
6344 (command-line-1): Use display-popup-menus-p and display-mouse-p
6345 instead of window-system.
6346
72200f89
SS
63472000-10-12 Sam Steingold <sds@gnu.org>
6348
6349 * tooltip.el (tooltip-use-echo-area): New user variable.
6350 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6351
8661c643
DL
63522000-10-12 Dave Love <fx@gnu.org>
6353
d0b40dc1
DL
6354 * recentf.el: Maintainer's checkdoc fixes.
6355
83c9cb8e
SM
6356 * startup.el (normal-top-level-add-subdirs-to-load-path):
6357 Use character class, not ASCII when matching file names.
a622451f
DL
6358 (fancy-splash-head): Add trailing slash to URL.
6359 (command-line): Don't require XPM support for toolbar.
6360
8661c643
DL
6361 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6362 (cperl-invalid-face): Revert last change.
6363 (cperl-init-faces): Quote cperl-invalid-face.
6364
ef2ed8ab
KH
63652000-10-12 Kenichi Handa <handa@etl.go.jp>
6366
6367 * startup.el (fancy-splash-text): Remove superfluous quote.
6368
b0da379e
GM
63692000-10-12 Gerd Moellmann <gerd@gnu.org>
6370
dbeb499b
GM
6371 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6372 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6373 (command-line-1): Don't use fancy-splash-pending-command.
6374 (fancy-splash-screens-1): Goto point-min after inserting text.
6375
d861718a
GM
6376 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6377
b0da379e
GM
6378 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6379 instead of shared-lisp-mode-map.
6380
4fb2ad98
MB
63812000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6382
1cb4393e
MB
6383 * faces.el (header-line): Change tty-variant to use underlining.
6384
4fb2ad98
MB
6385 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6386 (isearch-highlight): Restore lazy-isearch face properties at old
6387 position, and suppress them at new position.
6388 (isearch-dehighlight): Restore lazy-isearch face properties.
6389 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6390 over the real isearch overlay, but in that case, don't give it a
6391 face property. Use `push'.
6392
eb991b25
KH
63932000-10-12 Kenichi Handa <handa@etl.go.jp>
6394
6395 * man.el (Man-getpage-in-background): Fix previous change.
6396 Decode the process output only when we are in multibyte mode.
6397
a818c1c0
DL
63982000-10-11 Dave Love <fx@gnu.org>
6399
c990f53a
DL
6400 * info.el (Info-mode-menu): Fix some help.
6401 (info-tool-bar-map): Add entry for Info-last.
6402
a818c1c0
DL
6403 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6404 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6405 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6406 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6407 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6408 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6409 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6410 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6411 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6412 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6413 Reduce colour requirements to 25 overall. (Probably wants
6414 revisiting from the originals to reduce further.)
6415
c1b096cb
EZ
64162000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6417
6418 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6419 buffer-file-coding-system, instead of raw-text.
6420 (dehexlify-buffer): Bind coding-system-for-read to
6421 buffer-file-coding-system, instead of raw-text.
6422
5c8b7eaf
SS
64232000-10-11 Sam Steingold <sds@gnu.org>
6424
83c9cb8e 6425 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6426 `underline' - fixes the bug introduced on 2000-09-21.
6427
2cfbdb7a
DL
64282000-10-11 Dave Love <fx@gnu.org>
6429
83c9cb8e
SM
6430 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6431 Avoid compiler warnings.
2cfbdb7a
DL
6432 (scheme-mode): Doc fix.
6433 (scheme-font-lock-keywords-1): Match `define-syntax'.
6434
64352000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6436
6437 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6438 face specs as well as default ones. Only do anything if the
6439 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6440 (region): Make dark-background `region' face less in-your-face.
4b33f290 6441
690ec649
SS
64422000-10-10 Sam Steingold <sds@gnu.org>
6443
6444 * chistory.el, ielm.el, ledit.el:
6445 * progmodes/inf-lisp.el, progmodes/scheme.el:
6446 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6447
3b95d6bb
SM
64482000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6449
6450 * textmodes/texinfo.el: Update copyright and fix typo.
6451
6452 * desktop.el (desktop-modes-not-to-save): New var.
6453 (desktop-save-buffer-p): Use it.
a30eb617
DL
6454 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6455 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6456
64572000-10-10 Dave Love <fx@gnu.org>
6458
6459 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6460 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6461
6462 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6463 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6464 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6465 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6466 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6467 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6468 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6469 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6470 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6471 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6472 the .xpms; probably need retouching.
6473
64742000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6475
6476 * subr.el (add-to-list): Add optional argument APPEND.
6477 * battery.el (display-battery): Use `add-to-list'.
6478
64792000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6480
83c9cb8e
SM
6481 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6482 properties.
a30eb617
DL
6483 (zone, zone-when-idle, zone-leave-me-alone)
6484 (zone-pgm-whack-chars): Use new symbol properties.
6485
6486 * battery.el (display-battery): Doc spelling fix.
6487
6488 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6489 property.
6490
64912000-10-09 Dave Love <fx@gnu.org>
6492
6493 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6494 has been initialized before calling tool-bar-setup.
6495 (tool-bar-add-item-from-menu): Add autoload cookie.
6496
64972000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6498
6499 * menu-bar.el (send-mail-item-name): New function.
6500 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6501 of mail-user-agent in the menu. Don't display the "Send Mail"
6502 item if mail-user-agent is nil or its value is ignore.
6503 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6504 if read-mail-command is nil or its value is ignore.
6505
6506 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6507
65082000-10-09 Miles Bader <miles@gnu.org>
6509
6510 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6511 Correct image size.
6512 * toolbar/left_arrow.xpm: Correct image size.
6513
6514 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6515 will be done by the definition of `auto-compression-mode' if
6516 necessary. Move code to uninstall existing file-name handler
6517 before definition of `auto-compression-mode'.
6518
6519 * image-file.el (auto-image-file-mode): Move to the end of the
6520 file, because `define-minor-mode' actually calls the mode-function
6521 if the associated variable is non-nil, which requires that all
6522 needed functions be already defined.
6523
6524 * mouse.el (popup-menu): Balance parens.
6525
65262000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6527
6528 * mouse.el (popup-menu): Move the command call outside the loop
6529 so that popup-menu returns whatever the command returns.
6530
6531 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6532 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6533 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6534 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6535
6536 * vc.el (vc-version-diff): diff-switches can be a list.
6537 Use relative filenames for prettier output.
6538
6539 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6540 (vc-post-command-functions): Remove old-VC compatibility code.
6541
6542 * newcomment.el (comment-indent-default): Autoload.
6543
6544 * font-lock.el (font-lock-defaults): Make buffer-local.
6545 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6546 (font-lock-choose-keywords):
6547 Ignore LEVEL unless KEYWORDS is a list of syms.
6548 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6549 Don't wrap regexp-opt things in \(...\) unnecessarily.
6550
6551 * jit-lock.el: Don't require font-lock any more.
6552 (jit-lock-functions): Make buffer-local.
6553 (jit-lock-saved-fontify-buffer-function): Remove.
6554 (jit-lock-mode): Remove autoload cookie.
6555 Remove font-lock specific code.
6556 (jit-lock-unregister): Don't bother handling complex hooks any more.
6557 (jit-lock-refontify): New function.
6558 (jit-lock-fontify-buffer): Use it.
6559 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6560 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6561 Add optional args START and END.
6562 Never call font-lock-fontify-region directly.
6563 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6564
6565 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6566
65672000-10-08 Dave Love <fx@gnu.org>
6568
6569 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6570
6571 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6572
6573 * play/studly.el (studlify-region, studlify-word): Add autoload
6574 cookie.
6575
6576 * play/morse.el (morse-region, unmorse-region): Add autoload
6577 cookie.
6578
6579 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6580 concat.
6581
6582 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6583 insist on symbols starting with word syntax.
6584 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6585 (eval-defun-1): Doc fix.
6586 (indent-sexp): Use nconc to build up indent-stack.
6587
6588 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6589 Gnus with little use.
6590 (mail-setup-hook): Add mail-abbrevs-setup to options.
6591
6592 * recentf.el: Doc fixes.
6593
6594 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6595 Clean up remainder.
6596
6597 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6598 without timezone and (8) with timezone to enforce some whitespace.
6599 Simplify code somewhat.
6600
6601 * options.el (list-options): Doc that you should use customize.
6602
6603 * iswitchb.el (iswitchb-mode): Add :require.
6604
6605 * info.el (Info-goto-node, Info-menu): Doc fix.
6606 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6607 (info-tool-bar-map): New variable.
6608 (Info-mode): Use it.
6609 (Info-edit-map): Define all in defvar.
6610 (speedbar-attached-frame): Avoid compiler warning.
6611
6612 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6613 (global-map): Bind [tool-bar] to a filtered map.
6614 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6615 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6616 Allow PBM icons.
6617 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6618
6619 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6620 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6621 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6622 icons, except up_arrow, which is left-arrow rotated.
6623
6624 * imenu.el (imenu-add-to-menubar): Fix last change.
6625
66262000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6627
6628 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6629 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6630
66312000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6632
6633 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6634 typos in doc strings.
6635
6636 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6637 the doc strings how to customize Font Lock faces.
6638
6639 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6640 computing growth when dragging the header line.
6641
66422000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6643
6644 * simple.el (kill-line): Doc fix.
6645
66462000-10-08 Miles Bader <miles@gnu.org>
6647
6648 * faces.el (secondary-selection): Make foreground visible on tty.
6649
6650 * jka-compr.el (auto-compression-mode): Move to the end of the
6651 file, because `define-minor-mode' actually calls the mode-function
6652 if the associated variable is non-nil, which requires that all
6653 needed functions be already defined.
6654 (with-auto-compression-mode): Add autoload cookie.
6655
66562000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6657
6658 * files.el (find-backup-file-name) [ms-dos]: If support for long
6659 file names is not available, behave as if version-control were set
6660 to never.
6661
66622000-10-07 Dave Love <fx@gnu.org>
6663
6664 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6665 (browse-url-gnome-moz): New function.
6666 (browse-url-browser-function): Use it.
6667 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6668
66692000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6670
6671 * indent.el (tab-always-indent): New var.
6672 (indent-for-tab-command): Use it.
6673
6674 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6675 raise an error. This way it can still default to a sane value.
6676
66772000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6678
6679 * startup.el (fancy-splash-screens): Use local rather than global map.
6680 Don't use `update-menu-bindings' any more.
6681 Get rid of assumptions about keymap representation.
6682
66832000-10-06 Dave Love <fx@gnu.org>
6684
6685 * textmodes/fill.el (sentence-end-double-space)
6686 (sentence-end-without-period): Doc fix.
6687 (adaptive-fill-regexp): Purecopy.
6688 (unjustify-current-line): Use line-end-position.
6689 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6690
6691 * net/eudc-vars.el (eudc): Add :version, :link.
6692
6693 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6694
6695 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6696 Fix for define-minor-mode.
6697 (function-at-point): Alias to function-called-at-point.
6698
6699 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6700
6701 * simple.el (backward-word): Doc fix.
6702
6703 * image-file.el (image-file-name-regexp): image-file-regexps ->
6704 image-file-name-regexps.
6705 (image-file-name-extensions): Add pbm.
6706
67072000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6708
6709 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6710 and add filename to the names so that diff-mode can jump to source.
6711
6712 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6713 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6714 (tex-font-lock-keywords-1): Remove.
6715 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6716 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6717 (font-lock-default-fontify-region):
6718 Expand beg..end correctly when just following a multiline region.
6719 (font-lock-fontify-anchored-keywords):
6720 Include the anchor text as part of the multiline.
6721
67222000-10-06 Gerd Moellmann <gerd@gnu.org>
6723
6724 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6725 latter needs the autoloaded define-minor-mode macro during the
6726 bootstrap.
6727
6728 * startup.el (command-line): For now, activate tool-bar-mode only
6729 if XPM images are supported.
6730
6731 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6732 window by dragging a header-line at the top of the frame; that's
6733 confusing because the header-line doesn't move.
6734 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6735 of treating the event as a list. Some cleanup.
6736
67372000-10-06 Miles Bader <miles@gnu.org>
6738
6739 * simple.el (display-message-or-buffer): New function.
6740 (shell-command-on-region): Use `display-message-or-buffer'.
6741
6742 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6743 docstring parts.
6744
6745 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6746 (smbclient-prompt-regexp): Add usage note to doc string.
6747 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6748 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6749 Use add-hook for adding the comint filter function, and only do so
6750 if it's not already in the global hook list.
6751 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6752 to `make-local-variable'.
6753 (nslookup-font-lock-keywords): Remove prompt entry.
6754 (nslookup): Don't set the process-filter.
6755 (finger): Exit the loop correctly when the regexps list runs out.
6756 (ftp, smbclient, smbclient-list-shares):
6757 Set the real major mode immediately, not after execing.
6758 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6759
6760 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6761
67622000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6763
6764 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6765
6766 * which-func.el (which-func-format): Remove spurious space.
6767 (which-func-mode): Don't make it permanent-local.
6768 (which-func-ff-hook): Allow which-func-maxout to be nil.
6769 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6770 (which-func-mode): Simplify.
6771 Use post-command-idle-hook rather than post-command-hook.
6772 Go through all buffers and update their state.
6773 (which-function): Also try add-log-current-defun-function.
6774
6775 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6776 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6777 Update call to with-vc-properties accordingly.
6778 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6779 (vc-revert-buffer): More careful about window selection and deletion.
6780 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6781
6782 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6783 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6784 (cvs-dired-action): Change the default to quickdir.
6785
6786 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6787 if comment-indent-function returns nil.
6788 (comment-indent-default): New function.
6789 (comment-indent-function): Use it and document the new semantics.
6790
6791 * image-file.el: Docstring fixes.
6792
6793 * help.el (help-xref-on-pp): Use match-string.
6794 (describe-variable): New arg BUFFER.
6795 Store the current buffer in the help-xref-stack.
6796 (temp-buffer-resize-mode): Use define-minor-mode.
6797
6798 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6799 consistently with its docstring.
6800 Set jit-lock-first-unfontify-pos in an idempotent way.
6801 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6802
68032000-10-05 Alex Schroeder <alex@gnu.org>
6804
6805 * sql.el (sql-mysql-options): New variable.
6806 (sql-mysql): Use it.
6807
68082000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6809
6810 * image.el (image): New group.
6811
6812 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6813 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6814
68152000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6816
6817 * net/net-utils.el (nslookup-font-lock-keywords)
6818 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6819 Ignore the value of wqindow-system; always define keywords
6820
68212000-10-05 Kenichi Handa <handa@etl.go.jp>
6822
6823 * startup.el (fancy-splash-screens): Remove the code for
6824 debugging; `(trace-to-stderr "EXITTT\n")'.
6825
68262000-10-05 Miles Bader <miles@gnu.org>
6827
6828 * diff-mode.el (diff-goto-source): Update call to
6829 `diff-hunk-status-msg' to reflect new REV variable.
6830
68312000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6832
6833 * progmodes/icon.el (icon-mode):
6834 Don't gratuitously override the default for comment-column.
6835
6836 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6837
6838 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6839 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6840 (jit-lock-functions): New var.
6841 (jit-lock-function-1): Use it if non-nil.
6842 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6843 Set the `fontified' property before doing the fontification to avoid
6844 repeatedly going through the same error.
6845 Don't turn errors into messages.
6846 (jit-lock-register, jit-lock-unregister): New functions.
6847
6848 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6849 Use with-current-buffer.
6850
6851 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6852 Turn comment into docstring.
6853
6854 * apropos.el (apropos-mode): Use define-derived-mode.
6855
68562000-10-04 Gerd Moellmann <gerd@gnu.org>
6857
6858 * startup.el (fancy-splash-pending-command): New variable.
6859 (fancy-splash-pre-command): New function.
6860 (fancy-splash-screens): Rewritten.
6861 (command-line-1): If fancy-splash-pending-command is set, call it
6862 interactively.
6863
68642000-10-04 Dave Love <fx@gnu.org>
6865
6866 * toolbar/tool-bar.el (tool-bar-setup): New function.
6867 (tool-bar-mode): Use it.
6868
6869 * subr.el (substitute-key-definition): Doc fix.
6870 (play-sound-file): New command.
6871
68722000-10-04 Andre Spiegel <spiegel@gnu.org>
6873
6874 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6875 vc-version-backup-file-name): New functions.
6876
6877 * files.el (basic-save-buffer): Call vc-before-save before saving.
6878
6879 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6880 vc-cvs-stay-local-p.
6881
6882 * vc.el (vc-revert-buffer): Handle empty diff properly.
6883 (vc-version-backup-file): New function.
6884 (vc-checkout): Create a version backup if necessary.
6885 (vc-checkin): If a version backup file exists, delete it.
6886 (vc-version-diff): Diff locally using version backups, if available.
6887 (vc-revert-file): If there's a version backup, revert locally.
6888 (vc-transfer-file): Use version backup for base version, if
6889 available. If not, ask for confirmation whether to get it from the
6890 server. Update mode line before check-in.
6891
68922000-10-04 Dave Love <fx@gnu.org>
6893
6894 * toolbar/tool-bar.el (tool-bar-setup): New function.
6895 (tool-bar-mode): Use it.
6896
68972000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6898
6899 * net/net-utils.el (nslookup-font-lock-keywords)
6900 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6901 Only set if window-system is non-nil
6902 (net-utils-run-program): Returns buffer.
6903 (network-connection-reconnect): Added this function.
6904
6905 * generic.el:
6906 Incorporates extensive cleanup and docfixes by
6907 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6908 Uses cl compile-time macros.
6909 (generic-mode-name, generic-comment-list)
6910 (generic-keywords-list, generic-font-lock-expressions)
6911 (generic-mode-function-list, generic-mode-syntax-table):
6912 Removed variables.
6913 (generic-mode-alist): Renamed to generic-mode-list.
6914 (generic-find-file-regexp): Default changed to "^#".
6915 (generic-read-type): Uses completing read on generic-mode-list.
6916 (generic-mode-sanity-check): removed this function.
6917 (generic-add-to-auto-mode): Removed this function
6918 (generic-mode-internal): Bind mode-specific definitions
6919 into function instead of putting them in alist.
6920 (generic-mode-set-comments): Reworked extensively.
6921 (generic-mode-find-file-hook): Simplified regexp searching
6922 (generic-make-keywords-list): Omit extra pair of parens
6923
6924 * find-lisp.el (find-lisp-find-files-internal):
6925 Make sure directory name ends with "/".
6926
6927 * generic-x.el (apache-conf-generic-mode):
6928 Regexp now allows leading whitespace.
6929 (rc-generic-mode): Added eval-when-compile
6930 around generic-make-keywords-list.
6931 Deleted duplicate regexp
6932 (rul-generic-mode): Added eval-when-compile
6933 around generic-make-keywords-list.
6934 (etc-fstab-generic-mode): New generic mode.
6935 (rul-generic-mode): Removed one eval-when-compile
6936 which caused a max-specpdl-size exceeded error.
6937
69382000-10-04 Miles Bader <miles@gnu.org>
6939
6940 * simple.el (minibuffer-temporary-goal-position): New variable.
6941 (next-history-element): Try to keep the position of point in the
6942 input string constant.
6943
6944 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6945 (dired-do-create-files): If there's only one file, pass it in as
6946 the DEFAULT arg to dired-mark-read-file-name.
6947
69482000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6949
6950 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6951 (diff-goto-source): Be smarter when choosing REVERSE or not.
6952
6953 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6954 (texinfo-mode-menu): Add an explicit shortcut for update all.
6955
69562000-10-03 Andre Spiegel <spiegel@gnu.org>
6957
6958 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6959 factorize backend-specific code cleanly (this was essentially
6960 conceived by Stefan Monnier).
6961 (vc-unregister): Function removed.
6962 (vc-revert-file): New function.
6963 (vc-revert-buffer): Delegate some of the work to it.
6964
6965 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6966 default branch unconditionally.
6967 (vc-rcs-set-default-branch): New function.
6968 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6969 (vc-rcs-checkin): If an appropriate default branch has been set,
6970 force creation of that branch.
6971 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6972 code (as suggested by Stefan Monnier).
6973
69742000-10-02 Gerd Moellmann <gerd@gnu.org>
6975
6976 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6977 highlighting overlay with a different face over the overlay
6978 isearch uses to highlight the current match because that can lead
6979 to bad face combinations.
6980
6981 * loadup.el (toplevel): Load faces before isearch.
6982
6983 * isearch.el (isearch-faces): New custom group.
6984 (isearch): New defface; was already tested for in the code.
6985 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6986 (isearch-highlight): Always use face `isearch'.
6987
69882000-10-02 Dave Love <fx@gnu.org>
6989
6990 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6991 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6992 comparison of opcode with operand.
6993
69942000-10-03 Miles Bader <miles@gnu.org>
6995
6996 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6997 buffer, since the echo area will now grow to accommodate them.
6998
69992000-10-02 Andre Spiegel <spiegel@gnu.org>
7000
7001 * vc-hooks.el (vc-registered): If FILE used to be registered under
7002 a certain backend, try that one first.
7003
7004 * vc.el (vc-responsible-backend): Undo the previous change in the
7005 argument list. Handle multiple backends correctly.
7006 (vc-find-new-backend): Function removed.
7007 (vc-register): Use vc-responsible-backend, as before.
7008 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7009
70102000-10-02 Gerd Moellmann <gerd@gnu.org>
7011
7012 * startup.el (fancy-splash-head): Change message below the
7013 logo.
7014
70152000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7016
7017 * diff-mode.el (diff-goto-source): Emit a status message.
7018 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7019 (diff-test-hunk): Fix doc string.
7020 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7021 (diff-advance-after-apply-hunk): New variable.
7022 (diff-apply-hunk): Don't return a value.
7023
70242000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7025
7026 * vc.el (vc-editable-p): Minor optimization.
7027 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7028 (vc-find-new-backend): New function split from vc-responsible-backend.
7029 (vc-register): Use it.
7030 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7031 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7032 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7033 (vc-clear-headers): Don't use find-file.
7034 (vc-revert-buffer): Use `and' again (must have been a braino).
7035 (vc-switch-backend): Only prompt if requested.
7036 Short circuit if nothing is to be done.
7037 Don't use vc-resynch-buffer which could lose unsaved editing.
7038 (vc-default-receive-file): Update call to vc-unregister.
7039 (with-vc-file, vc-next-action-on-file):
7040 Use vc-backend rather than vc-registered.
7041 (vc-next-action-on-file): Use intern-soft.
7042 Deal with read-only *vc-diff* buffer.
7043 (vc-transfer-file): Docstring fix.
7044
7045 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7046 (vc-rcs-receive-file): Avoid with-vc-properties.
7047 Update call to vc-unregister.
7048 Use constant `RCS' rather than (dynamically bound) var `backend'.
7049
70502000-10-01 Andre Spiegel <spiegel@gnu.org>
7051
7052 * vc.el (vc-next-action-on-file): Update mode line only if file
7053 is visited.
7054 (vc-start-entry): New argument initial-contents. Don't visit the file
7055 if it isn't already visited. Brought documentation up-to-date.
7056 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7057 (vc-checkin): New optional arg initial-contents, which is passed to
7058 vc-start-entry.
7059 (vc-finish-logentry): Make sure to bury log buffer only if there
7060 really is one. Call `vc-resynch-buffer' on log-file, not
7061 buffer-file-name.
7062 (vc-default-comment-history, vc-default-wash-log): New functions.
7063 (vc-index-of): Removed.
7064 (vc-transfer-file): Make do without the above.
7065 (vc-default-receive-file): Call comment-history unconditionally. Pass
7066 the resulting string to vc-checkin, instead of inserting it into the
7067 comment ring.
7068
7069 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7070 unconditionally. Use the comments as initial contents of the log
7071 entry buffer. Document the trick to force branch creation with no
7072 changes.
7073
70742000-10-01 Miles Bader <miles@gnu.org>
7075
7076 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7077 `recenter' with an arg to prevent redrawing the display.
7078
70792000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7080
7081 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7082
7083 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7084
7085 * progmodes/c-mode.el (c-mode):
7086 Don't gratuitously override the default for comment-column.
7087
7088 * textmodes/tex-mode.el (latex-metasection-list): New var.
7089 (latex-imenu-create-index): Use it.
7090 Move the regexp construction outside loops (and use push).
7091 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7092 (tex-font-lock-keywords): Moved from font-lock.el.
7093 (tex-comment-indent): Remove.
7094 (tex-common-initialization): Don't set comment-indent-function.
7095 (latex-block-default): New var.
7096 (tex-latex-block): Use it to provide a default choice.
7097 Add any unknown choice to latex-block-names.
7098 Insert [...] after {...}.
7099 (tex-last-unended-begin): Simplify regexp.
7100 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7101 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7102 (latex-mode): Set forward-sexp-function.
7103
7104 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7105 Add regexp for @ignore ... @end ignore.
7106 (texinfo-heading-face): New face.
7107 (texinfo-font-lock-keywords): Use it.
7108 (texinfo-mode-menu): New menu.
7109 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7110 New functions.
7111 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7112 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7113 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7114 Remove declaration.
7115 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7116
7117 * delsel.el (delete-selection-mode): Use define-minor-mode.
7118
7119 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7120
71212000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7122
7123 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7124
71252000-09-30 Gerd Moellmann <gerd@gnu.org>
7126
7127 * replace.el (keep-lines-read-args): New function.
7128 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7129 read arguments interactively. Add parameters RSTART and REND.
7130 Operate on the active region in Transient Mark mode.
7131
7132 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7133
7134 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7135 (authors-obsolete-files-regexps): New variable.
7136 (authors-add): Don't record changes in obsolete files.
7137
71382000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7139
7140 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7141
7142 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7143 (comment-indent): Make sure there's a space between code and comment.
7144 Shift comments left to avoid going past fill-column.
7145
71462000-09-29 Gerd Moellmann <gerd@gnu.org>
7147
7148 * startup.el (startup-echo-area-message): New function.
7149 (display-startup-echo-area-message): Use it.
7150 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7151 (fancy-splash-default-action): New function.
7152 (fancy-splash-screens-1): New function.
7153 (fancy-splash-head): Put a help-echo and a keymap under the image.
7154
71552000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7156
7157 * diff-mode.el (diff-add-log-file-name): Remove.
7158 (diff-mode): Use add-log-buffer-file-name-function.
7159
7160 * add-log.el (find-change-log): New arg BUFFER-FILE.
7161 (add-log-file-name): Obey add-log-file-name-function.
7162 (add-log-buffer-file-name-function): New var.
7163 (add-change-log-entry): Use it.
7164
71652000-09-29 Miles Bader <miles@gnu.org>
7166
7167 * image-file.el (image-file-name-extensions): New variable.
7168 (image-file-name-regexps): Renamed from `image-file-regexps'.
7169 New default value is nil. Call `auto-image-file-mode'.
7170 (image-file-name-regexp): New function.
7171 (auto-image-file-mode): New minor mode.
7172 (insert-image-file): Don't make conditional on the image-file
7173 handler being enabled.
7174 (image-file-handler): Make the call here conditional instead.
7175 (set-image-file-handler-enabled, enable-image-file-handler)
7176 (disable-image-file-handler): Functions removed.
7177
7178 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7179 string.
7180
71812000-09-29 Gerd Moellmann <gerd@gnu.org>
7182
7183 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7184 it's a function from CL.
7185 (latex-imenu-create-index): Replace eval-when-compile with progn
7186 because latex-section-alist is not bound while compiling.
7187
71882000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7189
7190 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7191 (outline-mode): Use define-derived-mode.
7192
7193 * progmodes/perl-mode.el (perl-mode):
7194 * progmodes/awk-mode.el (awk-mode):
7195 * progmodes/asm-mode.el (asm-mode):
7196 Don't gratuitously override the default for comment-column.
7197
7198 * emacs-lisp/lisp.el (lisp-complete-symbol):
7199 Distinguish the let-binding case from the funcall case.
7200 (forward-sexp-function): New variable.
7201 (forward-sexp): Use it.
7202
7203 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7204 (easy-mmode-defmap): Remove the now useless autoload.
7205
7206 * time.el (display-time-mode): Use define-minor-mode.
7207
7208 * subr.el (add-minor-mode): Don't eval NAME.
7209 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7210 Use if rather than cond.
7211
7212 * simple.el (read-expression-map): Define more properly.
7213 (comment-indent-hook): Remove.
7214 (string-to-syntax): Bug fix.
7215
7216 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7217 (cvs-ediff-diff): Fix typo.
7218 (cvs-revert-if-needed): Don't bother preserving read-only.
7219
7220 * paren.el (show-paren-mode): Use define-minor-mode.
7221
7222 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7223 (toggle-auto-compression): Remove.
7224 (jka-compr-build-file-regexp): Remove useless grouping.
7225
7226 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7227 Avoid user-reserved bindings.
7228 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7229 (diff-header-face): Revert to grey85.
7230
7231 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7232
7233 * complete.el (partial-completion-mode) <defcustom>: Remove.
7234 (partial-completion-mode): Use define-minor-mode.
7235 (PC-do-completion): Understand `completion-auto-help = delay'
7236 to mean to popup the completion buffer only the second time.
7237 (PC-include-file-all-completions, PC-include-file-all-completions)
7238 (PC-include-file-all-completions): Don't quote lambda.
7239
7240 * comint.el (comint-mode-hook): Docstring fix.
7241 (comint-mode): Use define-derived-mode.
7242 (comint-mode-map): Remove obsolete comment.
7243 (make-comint): Minor stylistic change.
7244 (comint-insert-clicked-input): Be more careful to find the overlay.
7245 Use this-command-keys rather than hardcoding mouse-2.
7246
7247 * font-lock.el: Replace confusing (,@ with ,
7248 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7249 Don't use regexp-opt-depth. Spice up the regexp for args.
7250 Don't distinguish between cmds that can take an opt arg or not.
7251 Use `append' and `prepend' rather than `keep'.
7252
7253 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7254 (latex-outline-regexp): New var.
7255 (latex-outline-level): New fun.
7256 (latex-section-alist): New var.
7257 (latex-imenu-create-index): Use it. Use `push' as well.
7258 (tex-shell-map): Initialize it properly.
7259 (tex-mode): Minor stylistic change.
7260 (plain-tex-mode): Use define-derived-mode.
7261 (latex-mode): Use define-derived-mode.
7262 Construct the paragraph regexps in a more readable way.
7263 Set the buffer-local outline-{level,regexp} vars.
7264 (slitex-mode): Derive from latex-mode.
7265 (tex-common-initialization): Don't kill-all-vars anymore.
7266 Add setting for comment-add and font-lock-defaults.
7267 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7268 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7269 (tex-start-tex): New arg DIR (and send a chdir command for it).
7270 Also display the shell buffer and save it in tex-last-buffer-texed.
7271 (tex-region): Use expand-file-name rather than concat.
7272 Remove code made useless by changes in tex-start-tex.
7273 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7274
7275 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7276
72772000-09-28 Dave Love <fx@gnu.org>
7278
7279 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7280
72812000-09-28 Gerd Moellmann <gerd@gnu.org>
7282
7283 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7284 `append'.
7285
72862000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7287
7288 * info.el (Info-extract-pointer): Undo last change.
7289 Instead, fix the position of the `bound' arg to re-search-backward.
7290
72912000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7292
7293 * info.el (Info-extract-pointer):
7294 Widen more carefully, to avoid finding pointers in other nodes.
7295 (Info-index): Use push.
7296
72972000-09-27 Gerd Moellmann <gerd@gnu.org>
7298
7299 * frame.el (set-frame-font): Remove call to obsolete function
7300 frame-update-faces.
7301 (set-foreground-color, set-background-color): Likewise for
7302 frame-update-face-colors.
7303
73042000-09-27 Miles Bader <miles@gnu.org>
7305
7306 * image-file.el: New file.
7307
73082000-09-27 Gerd Moellmann <gerd@gnu.org>
7309
7310 * frame.el (frame-notice-user-settings): Don't call
7311 frame-update-faces, which is a no-op now.
7312
7313 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7314 tool-bar-lines.
7315
73162000-09-27 Dave Love <fx@gnu.org>
7317
7318 * mouse.el: Fix last change.
7319
73202000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7321
7322 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7323
73242000-09-22 Kenichi Handa <handa@etl.go.jp>
7325
7326 * international/quail.el (quail-help): The output message is
7327 improved.
7328
73292000-09-26 Dave Love <fx@gnu.org>
7330
7331 * mouse.el (popup-menu): If POSITION is nil, set it using
7332 mouse-position.
7333
73342000-09-25 Sam Steingold <sds@gnu.org>
7335
7336 * net/browse-url.el (browse-url-file-url): Check for null maps.
7337
73382000-09-26 Gerd Moellmann <gerd@gnu.org>
7339
7340 * frame.el (frame-notice-user-settings): Don't add a
7341 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7342
7343 * frame.el (frame-notice-user-settings):
7344 Make tool-bar-mode and default-frame-alist consistent.
7345
7346 * toolbar/tool-bar.el (tool-bar-help): New function.
7347
73482000-09-25 Gerd Moellmann <gerd@gnu.org>
7349
7350 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7351 current-load-list in top-level forms. Else this leaks a cons cell
7352 every time a defun is called.
7353
7354 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7355
73562000-09-25 Dave Love <fx@gnu.org>
7357
7358 * startup.el (fancy-splash-head): Check XPM is available.
7359
7360 * autoinsert.el (auto-insert): Doc fix.
7361 (auto-insert-alist): Following GNU notices, don't say `copyright
7362 _by_'. Use line-beginning-position.
7363 (auto-insert): Check buffer-file-name is non-nil before use.
7364
73652000-09-25 Gerd Moellmann <gerd@gnu.org>
7366
7367 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7368 starting with `@def' or `@multitable', in addition to ones
7369 specified by the user in auto-fill-inhibit-regexp.
7370
73712000-09-25 Markus Rost <rost@math.ohio-state.edu>
7372
7373 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7374 rmail-dont-reply-to-names matches the empty string.
7375
73762000-09-25 Gerd Moellmann <gerd@gnu.org>
7377
7378 * startup.el (command-line-1, fancy-splash-text): Change the
7379 text to sound more friendly.
7380
73812000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7382
7383 * progmodes/hideshow.el: Update author email address.
7384 Generally, sync w/ maintainer version 5.22.
7385 (hs-hide-all-non-comment-function): New var.
7386 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7387 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7388 (hs-show-region): Delete this command.
7389 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7390
73912000-09-22 Dave Love <fx@gnu.org>
7392
7393 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7394 (hl-line-highlight): Specify buffer when moving overlay.
7395
7396 * progmodes/fortran.el (fortran-mode): Locally set
7397 normal-auto-fill-function.
7398 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7399 (fortran-mode-map): Adjust auto-fill menu entry.
7400
74012000-09-22 Gerd Moellmann <gerd@gnu.org>
7402
7403 * vc-rcs.el (toplevel): Require `vc' when compiling.
7404
7405 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7406
74072000-09-22 Andre Spiegel <spiegel@gnu.org>
7408
7409 * vc.el (vc-switch-backend): Signal an error if the file is not
7410 registered under the new backend.
7411
7412 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7413 without explicit revision number.
7414
74152000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7416
7417 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7418 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7419 (diff-xor): New function.
7420 (diff-find-source-location): Use it. Fix a stupid name clash.
7421 (diff-hunk-status-msg): New function.
7422 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7423 (diff-test-hunk): Use diff-find-source-location.
7424 (diff-goto-source): Favor the `reverse'.
7425 (diff-hunk-text): Properly handle one-sided context diffs.
7426 (diff-apply-hunk): When done, advance to the next hunk.
7427
74282000-09-21 Gerd Moellmann <gerd@gnu.org>
7429
7430 * startup.el (command-line): If frame was created with a non-zero
7431 tool-bar-lines parameter, switch tool-bar-mode on.
7432
7433 * add-log.el (change-log-date-face, change-log-name-face)
7434 (change-log-email-face, change-log-file-face)
7435 (change-log-list-face, change-log-conditionals-face)
7436 (change-log-function-face, change-log-acknowledgement-face):
7437 New faces, inheriting from font-lock faces.
7438 (change-log-font-lock-keywords): Use them.
7439
74402000-09-21 Dave Love <fx@gnu.org>
7441
7442 * progmodes/cperl-mode.el (top-level): Clean up
7443 `eval-when-compile's and assorted defvars.
7444 (cperl-invalid-face): Don't double-quote value. Change custom
7445 type.
7446 (cperl-mode): Set normal-auto-fill-function and don't zap
7447 auto-fill-function.
7448 (cperl-imenu--function-name-regexp-perl): Renamed from
7449 imenu-example--function-name-regexp-perl.
7450 (cperl-imenu--create-perl-index): Renamed from
7451 imenu-example--create-perl-index.
7452 (cperl-xsub-scan): Don't require cl.
7453
7454 * msb.el (msb-mode-map): Use substitute-key-definition.
7455 (msb-mode): Use msb-mode-map.
7456
74572000-09-21 Andre Spiegel <spiegel@gnu.org>
7458
7459 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7460 New functions.
7461 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7462 (vc-switch-backend): New function.
7463 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7464 (vc-register): Fix prompt.
7465 (vc-unregister, vc-default-unregister): New functions.
7466 (vc-version-diff): Handle empty buffer in sentinel.
7467
7468 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7469 (vc-rcs-state-heuristic): Use it to guess the state of files with
7470 non-strict locking.
7471 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7472 been set with -b, but not created yet.
7473 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7474 contents in order to find the state.
7475 (vc-rcs-checkin): Allow creation of branches with no changes.
7476 (vc-rcs-unregister, vc-rcs-receive-file)
7477 (vc-rcs-set-non-strict-locking): New functions.
7478
7479 * vc-hooks.el (vc-name): Force correct computation of the value
7480 in case it is missing.
7481
74822000-09-21 Gerd Moellmann <gerd@gnu.org>
7483
7484 * startup.el (fancy-splash-tail): Use a different foreground
7485 color on a dark frame background.
7486
74872000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7488
7489 * info.el: Use the correct capitalization when making Info-mode
7490 and Info-edit-mode `special' modes.
7491
74922000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7493
7494 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7495 (diff-mode): Add support for add-log.el.
7496 (diff-hunk-text): Use char offsets rather than line offsets.
7497 (diff-find-source-location): Replace LINE with line-offset (nil
7498 if not found) and always set POS to a meaningful position.
7499 Adapt to the new char-offsets.
7500 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7501 Adapt to the new diff-find-source-location.
7502 (diff-goto-source): Adapt to the new diff-find-source-location.
7503
7504 * add-log.el (add-log-file-name): New function (split out of
7505 add-change-log-entry).
7506 (add-change-log-entry): Use it.
7507 Call add-log-file-name-function with the changelog file name if
7508 the current buffer is not associated with any file.
7509 Avoid find-file if the selected window is dedicated.
7510
7511 * diff-mode.el (diff-find-source-location):
7512 Move code from diff-apply-hunk. Return buffer rather than file.
7513 (diff-apply-hunk): Use the new result from diff-find-source-location.
7514 (diff-goto-source): Use the new diff-find-source-location.
7515
75162000-09-20 Dave Love <fx@gnu.org>
7517
7518 * iswitchb.el: Some doc fixes.
7519 (iswitchb-mode-map): Define completely initially. Inherit
7520 minibuffer-local-map.
7521 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7522 fundamental-mode.
7523 (iswitchb-global-map): New variable.
7524 (iswitchb-summaries-to-end): Amalgamate regexps.
7525 (iswitchb-mode): New.
7526 (iswitchb-mode-hook): New variable.
7527 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7528 `extensions'.
7529
75302000-09-20 Gerd Moellmann <gerd@gnu.org>
7531
7532 * ehelp.el (electric-help): New defgroup.
7533 (electric-help-shrink-window): New user-option.
7534 (with-electric-help): Use it.
7535
7536 * window.el (shrink-window-if-larger-than-buffer): If face
7537 `mode-line' has a :box, and we're on a graphical frame, add 1
7538 to the needed window height.
7539
7540 * frame.el (frame-notice-user-settings): Add a last parameter nil
7541 to a call to `append', because the last list passed to `append' is
7542 not copied, and so subsequent calls to assq-delete-all will modify
7543 default-frame-alist.
7544
7545 * startup.el (fancy-splash-image): Change :type.
7546 (fancy-splash-head): Use an XBM image if appropriate.
7547 (command-line-1): Show splash screens in more cases.
7548
7549 * startup.el (fancy-splash-text): Don't quote faces.
7550
7551 * dired.el (dired-font-lock-keywords): Undo last change.
7552 (dired-readin): Bind indent-tabs-mode to nil.
7553
7554 * startup.el (fancy-splash-head): If frame's background mode
7555 is `dark', change the black background of the image to gray.
7556 (fancy-splash-screens): Display startup echo area message.
7557 (display-startup-echo-area-message): New function.
7558
75592000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7560
7561 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7562
7563 * info.el (info-header-node): Tweak for color ttys.
7564
7565 * faces.el (face-valid-attribute-values): Make sure directories we
7566 search for stipples both exist and are readable before trying to
7567 search them.
7568
7569 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7570 in the dry-run case.
7571
7572 * jka-compr.el (with-auto-compression-mode): New macro.
7573
7574 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7575 (custom-group-tag-face, custom-variable-tag-face): Use relative
7576 :height and inherit from `variable-pitch' face instead of
7577 hardwiring :family.
7578 * hi-lock.el (hi-black-hb): Likewise.
7579
7580 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7581 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7582 toolbar-add-item, if image doesn't have a mask add a `:mask
7583 heuristic'.
7584
75852000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7586
7587 * diff-mode.el: Docstring fixes.
7588 (diff-header-face, diff-comment-face): New faces.
7589 (diff-font-lock-keywords): Highlight a bit differently.
7590 (diff-find-source-location): Don't return SPAN any more.
7591 (diff-hunk-text): Don't bother erasing the temp buffer.
7592 (diff-find-text): Drop argument LINE.
7593 (diff-apply-hunk): Update calls to diff-find-text.
7594 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7595
7596 * calendar/calendar.el: Docstring fixes.
7597 (calendar-make-alist): Don't quote lambda.
7598 (calendar-star-date): Use make-local-variable.
7599
76002000-09-19 Dave Love <fx@gnu.org>
7601
7602 * toolbar/tool-bar.el: Renamed from toolbar.el.
7603 Change `toolbar' to `tool-bar' generally in symbols.
7604 Make some items invisible in `special' major modes.
7605 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7606 Add arg PROPS.
7607
7608 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7609 Add :version here.
7610 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7611
76122000-09-19 Gerd Moellmann <gerd@gnu.org>
7613
7614 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7615
7616 * files.el (find-file-suppress-same-file-warnings): New user-option.
7617 (find-file-noselect): Use it.
7618
7619 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7620 (fancy-splash-screen): Defgroup.
7621
7622 * add-log.el (change-log-font-lock-keywords): Match names
7623 more exactly for the case that font-lock-constant-face is
7624 underlined.
7625
76262000-09-19 Richard M. Stallman <rms@gnu.org>
7627
7628 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7629
76302000-09-19 Andre Spiegel <spiegel@gnu.org>
7631
7632 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7633
76342000-09-19 Gerd Moellmann <gerd@gnu.org>
7635
7636 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7637 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7638 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7639 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7640 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7641 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7642 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7643 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7644 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7645 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7646 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7647 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7648
7649 * startup.el (fancy-splash-text): New variable.
7650 (fancy-splash-delay, fancy-splash-image): New user-options.
7651 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7652 (fancy-splash-screens): New functions.
7653 (command-line-1): If display has a `display' frame parameter, has
7654 colors, and we have XPM support, show more fancy splash screens.
7655
76562000-09-19 Dave Love <fx@gnu.org>
7657
7658 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7659 with null `help'. Use modern backquote syntax.
7660
76612000-09-19 Gerd Moellmann <gerd@gnu.org>
7662
7663 * font-lock.el (font-lock-mode): Change message telling the user
7664 that ``the buffer is too big''.
7665
7666 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7667 for instance for the case that tab-width is 2.
7668
76692000-09-18 Gerd Moellmann <gerd@gnu.org>
7670
7671 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7672 toolbar-add-item, if image doesn't have a mask add a `:mask
7673 heuristic'.
7674
76752000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7676
7677 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7678 and return a cons if it's non-nil.
7679 (diff-apply-hunk): Try to jump to the line in the source text
7680 corresponding to the position of point in the in the hunk.
7681
7682 * info.el (Info-title-3-face, Info-title-2-face)
7683 (Info-title-1-face): Use face inheritance and relative sizes
7684 instead of hard-wiring things.
7685
7686 * faces.el (secondary-selection): Make dark-background variant sane.
7687
76882000-09-16 Andrew Innes <andrewi@gnu.org>
7689
7690 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7691 read-only, since they aren't under VC now.
7692
76932000-09-17 Dave Love <fx@gnu.org>
7694
7695 * tmm.el: Replace mapcar with mapc in several places.
7696
7697 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7698 ad-unadvise.
7699
7700 * international/latin1-disp.el: New file.
7701
7702 * calendar/cal-move.el (scroll-calendar-left)
7703 (scroll-calendar-right): Make arg optional (for active mode line).
7704
7705 * calendar/calendar.el (calendar-mode-line-format): Make fields
7706 mouse-sensitive.
7707 (calendar-read-date, calendar-read-date, calendar-window-list):
7708 Unquote lambda.
7709 (calendar-month-name): Use aref, not sref.
7710
7711 * view.el (minor-mode-alist): Propertize the string.
7712
7713 * international/characters.el (standard-case-table): Add entries
7714 for Greek.
7715
77162000-09-18 Miles Bader <miles@gnu.org>
7717
7718 * info.el (info-node, info-xref): Add dark-background variants.
7719
7720 * faces.el (header-line): Change defaults to be less confusing
7721 when mixed with mode-lines.
7722
7723 * info.el (Info-fontify-node): Make a few cleanups.
7724 Add extra `help-echo' and `local-map' props to node xrefs.
7725 Use header-specific faces for node-names & xrefs.
7726 (Info-use-header-line): New variable.
7727 (info-header-xref, info-header-node): New faces.
7728 (Info-setup-header-line): New function.
7729 (Info-select-node): Call Info-setup-header-line when enabled.
7730 (Info-extract-pointer): Work even if the header line is hidden.
7731 (Info-header-line): New variable.
7732
77332000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7734
7735 * vms-patch.el (print-region-function): Don't quote lambda.
7736
7737 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7738
7739 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7740 (lm-get-header-re): Allow spaces between the header and the colon.
7741 (lm-header): Allow $ in non-RCS headers.
7742 (lm-header-multiline): Put the strings back into order.
7743 Stop at an empty line. Don't require two space chars if the
7744 line is clearly not another header line.
7745
7746 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7747 (popup-menu-popup): Remove.
7748
77492000-09-15 Gerd Moellmann <gerd@gnu.org>
7750
7751 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7752 specification if or if not tool-bar item contains an `:enabled'
7753 property.
7754
7755 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7756 current buffer has no file name.
7757
77582000-09-15 Dave Love <fx@gnu.org>
7759
7760 * strokes.el: Sync with maintainer's current version with changes
7761 for Emacs, but avoid runtime cl and levents.
7762 (toplevel): Change autoloads and compilation requires.
7763 (strokes-version, strokes-bug-address, strokes-lift): Values
7764 changed.
7765 (strokes-xpm-header, strokes-insinuated): New variable.
7766 (strokes): Add :link.
7767 (strokes-mode): Customized.
7768 (strokes-while-inhibiting-garbage-collector): New macro.
7769 (strokes-remassoc): Avoid remove-if.
7770 (strokes-fix-button2-command): Don't use ad-do-it.
7771 (strokes-insinuate): New function.
7772 (strokes-button-press-event-p, strokes-button-release-event-p):
7773 New functions, used instead of non-`strokes-' versions..
7774 (strokes-mouse-event-p): Rewritten.
7775 (strokes-event-closest-point): Avoid event-point.
7776 (strokes-get-grid-position): Avoid cdadr, caadr
7777 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7778 functions.
7779 (strokes-help): Use with-output-to-temp-buffer.
7780 (strokes-window-configuration-changed-p): New function.
7781 (strokes-update-window-configuration): Use buffer-live-p,
7782 strokes-window-configuration-changed-p.
7783 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7784 (strokes-char-face): New face.
7785 (strokes-char-table, strokes-base64-chars): New variable.
7786 (strokes-xpm-for-stroke, strokes-list-strokes)
7787 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7788 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7789 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7790 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7791 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7792 functions.
7793
77942000-09-15 Gerd Moellmann <gerd@gnu.org>
7795
7796 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7797
7798 * image.el (create-image): Doc fix.
7799
7800 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7801 instead of `:heuristic-mask t'.
7802
78032000-09-14 Andrew Innes <andrewi@gnu.org>
7804
7805 * makefile.w32-in: Revert to Unix line endings.
7806
78072000-09-14 Andrew Innes <andrewi@gnu.org>
7808
7809 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7810 when installing.
7811
7812 * makefile.nt (DONTCOMPILE): Fix typo.
7813
7814 * shell.el (shell-write-history-on-exit): New function.
7815 (shell-dumb-shell-regexp): New custom variable.
7816 (shell-mode): Make shell-write-history-on-exit the process
7817 sentinel if shell name matches shell-dumb-shell-regexp.
7818
7819 * w32-fns.el: Comment out before-init-hook function which resets
7820 source-directory based; this breaks bootstrap.
7821
78222000-09-14 Dave Love <fx@gnu.org>
7823
7824 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7825 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7826 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7827 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7828 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7829 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7830 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7831 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7832 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7833
7834 * toolbar/toolbar.el: New.
7835
7836 * subdirs.el: Add toolbar.
7837
78382000-09-14 Gerd Moellmann <gerd@gnu.org>
7839
7840 * indent.el (indent-for-tab-command): Doc fix.
7841
78422000-09-14 Alex Schroeder <alex@gnu.org>
7843
7844 * ansi-color.el (ansi-colors): Doc change.
7845 (ansi-color-get-face): Simplified regexp.
7846 (ansi-color-faces-vector): Added more faces, doc change.
7847 (ansi-color-names-vector): Doc change.
7848 (ansi-color-regexp): Simplified regexp.
7849 (ansi-color-parameter-regexp): New regexp.
7850 (ansi-color-filter-apply): Doc change.
7851 (ansi-color-filter-region): Doc change.
7852 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7853 deal with zero length parameters.
7854 (ansi-color-apply-on-region): Doc change.
7855 (ansi-color-map): Doc change.
7856 (ansi-color-map-update): Removed debugging message.
7857 (ansi-color-get-face-1): Added condition-case to trap
7858 args-out-of-range errors.
7859 (ansi-color-get-face): Doc change.
7860 (ansi-color-make-face): Removed.
7861 (ansi-color-for-shell-mode): New option.
7862
78632000-09-13 Kenichi Handa <handa@etl.go.jp>
7864
7865 * international/quail.el (quail-start-translation): Translate KEY
7866 if necessary even if it doesn't have any mapping in the current
7867 input method.
7868 (quail-start-conversion): Likewise.
7869 (quail-help): The output message is improved.
7870
78712000-09-13 Miles Bader <miles@gnu.org>
7872
7873 * comint.el (comint-output-filter): Revert to using
7874 `insert-before-markers'. Add bletcherous hack to undo damage
7875 caused by `insert-before-markers'. Put `front-sticky' property on
7876 overlays created here so that the field code understands how the
7877 overlay works. Use a let when making comint-last-prompt-overlay,
7878 so that the code is easier to read.
7879
78802000-09-13 Dave Love <fx@gnu.org>
7881
7882 * wid-edit.el (widget-default-format-handler): DTRT when
7883 doc-property is a function.
7884
78852000-09-12 Francesco Potorti` <pot@gnu.org>
7886
7887 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7888 filed name if it's not there.
7889
78902000-09-12 Dave Love <fx@gnu.org>
7891
7892 * simple.el (read-mail-command): Doc fix.
7893 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7894
7895 * vc.el (vc-dired-listing-switches): Fix :version.
7896
7897 * vc-hooks.el: Doc fixes.
7898
7899 * subr.el (add-minor-mode): Use toggle-fun arg.
7900
7901 * speedbar.el: Add :version to several defcustoms.
7902
7903 * imenu.el (imenu--truncate-items, imenu--cleanup)
7904 (imenu--generic-function): Avoid mapcar.
7905 (imenu--replace-spaces): Function removed.
7906 (imenu--completion-buffer): Use subst-char-in-string.
7907 (imenu-add-to-menubar): Use keymap inheritance.
7908
79092000-09-12 Miles Bader <miles@gnu.org>
7910
7911 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7912 (diff-mode-map): Bind `diff-test-hunk'.
7913 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7914
79152000-09-11 Gerd Moellmann <gerd@gnu.org>
7916
7917 * bytecomp.el (byte-compile-defvar): Undo last change
7918 because it breaks '(make-variable-buffer-local (defvar ...)'
7919 which is used at least in dired.
7920
79212000-09-12 Kenichi Handa <handa@etl.go.jp>
7922
7923 * international/quail.el (quail-define-package): Docstring
7924 modified.
7925
79262000-09-12 Kenichi Handa <handa@etl.go.jp>
7927
7928 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7929 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7930 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7931 docstring of "chinese-py".
7932
7933 * international/quail.el (quail-translation-docstring): New
7934 variable.
7935 (quail-show-keyboard-layout): Docstring modified.
7936 (quail-select-current): Likewise.
7937 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7938 infinite recursive call.
7939 (quail-help): Check quail-translation-docstring. Format of the
7940 output changed.
7941 (quail-help-insert-keymap-description): Adjusted for the above
7942 change.
7943
79442000-09-11 Gerd Moellmann <gerd@gnu.org>
7945
7946 * bytecomp.el (byte-compile-defvar): Only cons onto
7947 current-load-list in top-level forms. Else this leaks a cons cell
7948 every time a defun is called.
7949
79502000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7951
7952 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7953 Now understands non-unified diffs. Some functionality moved into
7954 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7955 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7956 modify anything. Only reposition point in the patched file if the
7957 patch succeeds. Only pop up another window if POPUP is true.
7958 Emit a message describing what happened if successful, and at what
7959 line-offset. Automatically detect reversed hunks and do something
7960 appropriate.
7961 (diff-hunk-text, diff-find-text): New functions.
7962 (diff-filter-lines): Function removed.
7963 (diff-test-hunk): New function.
7964 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7965
79662000-09-10 Dave Love <fx@gnu.org>
7967
7968 * textmodes/tildify.el: Minor doc/commentary fixes.
7969 (tildify) <defgroup>: Add :version.
7970
7971 * faces.el (face-x-resources): Make custom type more specific.
7972 (frame-background-mode): Use mapc.
7973 (region) <defcustom>: Add :version.
7974
79752000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7976
7977 * vc-sccs.el (vc-sccs-register):
7978 * vc-rcs.el (vc-rcs-register):
7979 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7980 * vc.el (vc-register): Clear file's properties.
7981
79822000-09-08 Gerd Moellmann <gerd@gnu.org>
7983
7984 * faces.el (face-spec-set): Only face-spec-reset-face when
7985 ATTRS is non-nil.
7986
79872000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7988
7989 * help.el (help-insert-xref-button): Fix a typo in doc string.
7990
79912000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7992
7993 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7994 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7995 methods.
7996
7997 * menu-bar.el (read-mail-item-name): New function.
7998 (menu-bar-tools-menu): Use it to compute and display the package
7999 used to read email.
8000 (menu-bar-tools-menu): Fix typo in GUD's help string.
8001
80022000-09-07 Dave Love <fx@gnu.org>
8003
8004 * diff-mode.el (diff-mouse-goto-source): New function.
8005
8006 * vc-sccs.el: Doc fixes.
8007 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8008
8009 * vc-rcs.el: Doc fixes.
8010 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8011 (vc-rcs-checkout-switches, vc-rcs-header)
8012 (vc-rcs-master-templates): Add or change :version.
8013
8014 * vc-cvs.el: Doc fixes.
8015 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8016 (vc-cvs-stay-local): Add :version.
8017
8018 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8019
80202000-09-07 Kenichi Handa <handa@etl.go.jp>
8021
8022 * international/quail.el (quail-help): Fix previous change.
8023
80242000-09-07 Gerd Moellmann <gerd@gnu.org>
8025
8026 * faces.el (color-values): Doc fix.
8027
8028 * faces.el (frame-set-background-mode): Use frame-parameter
8029 instead of frame-parameters.
8030
8031 * frame.el (filtered-frame-list): Reduce consing.
8032 (frames-on-display-list): Call frame-parameter instead of
8033 frame-parameters.
8034
80352000-09-07 Kenichi Handa <handa@etl.go.jp>
8036
8037 * language/devan-util.el (devanagari-to-indian-region): In the
8038 loop, change the following char, not preceding char.
8039
80402000-09-07 Gerd Moellmann <gerd@gnu.org>
8041
8042 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8043 instead of frame-parameters.
8044
8045 * faces.el (set-face-attribute): Simplify by calling
8046 internal-set-lisp-face-attribute with FRAME being 0.
8047
8048 * vc.el: Remove `Id' version control keyword.
8049
80502000-09-07 Kenichi Handa <handa@etl.go.jp>
8051
8052 * help.el (help-make-xrefs): Adjusted for the change of
8053 help-xref-mule-regexp.
8054 (help-insert-xref-button): New function.
8055
8056 * international/mule-cmds.el (help-xref-mule-regexp-template):
8057 Include the pattern for character set.
8058 (leim): New group.
8059
8060 * international/quail.el: Don't require face.
8061 (quail): New group.
8062 (quail-other-command): Dummy command to make quail-help work better.
8063 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8064 (quail-keyboard-layout-substitution): New variable.
8065 (quail-update-keyboard-layout): New function.
8066 (quail-keyboard-layout-type): New customizable variable.
8067 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8068 (quail-keyboard-translate): Pay attention to
8069 quail-keyboard-layout-substitution.
8070 (quail-insert-kbd-layout): New function.
8071 (quail-show-keyboard-layout): New function.
8072 (quail-get-translation): If the definition is a vector of length
8073 1, and the element is a string of length 1, return the character
8074 in that string.
8075 (quail-update-current-translations): Fix the case of
8076 relative-index out of range.
8077 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8078 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8079 Show key sequences for all available characters.
8080 (quail-help-insert-keymap-description): Don't show such verbose
8081 key bindings as quail-self-insert-command.
8082
8083 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8084 Format changed, and each element now have extra documentations.
8085 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8086 Adjusted for the change of quail-cxterm-package-ext-info.
8087
80882000-09-06 Gerd Moellmann <gerd@gnu.org>
8089
8090 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8091 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8092 during bootstrap.
8093
80942000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8095
8096 * vc.el: (toplevel): Don't require `dired' at run-time.
8097 (vc-dired-resynch-file): Remove autoload cookie.
8098
80992000-09-05 Andre Spiegel <spiegel@gnu.org>
8100
8101 * vc.el: Made several backend functions optional.
8102 (vc-default-responsible-p): New function.
8103 (vc-merge): Use RET for first version to trigger merge-news, not
8104 prefix arg.
8105 (vc-annotate): Handle backends that do not support annotation.
8106 (vc-default-merge-news): Removed. The existence of a merge-news
8107 implementation is now checked on caller sites.
8108
8109 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8110 case.
8111
8112 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8113 special case that has been removed from the default in vc-hooks.el.
8114
81152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8116
8117 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8118
81192000-09-05 Andre Spiegel <spiegel@gnu.org>
8120
8121 * vc-hooks.el: Require vc during compilation.
8122 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8123 macro `with-vc-properties' in vc.el.
8124 (vc-file-getprop): Doc fix.
8125 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8126
8127 * vc.el: Require dired-aux during compilation.
8128 (vc-name-assoc-file): Moved to vc-sccs.el.
8129 (with-vc-properties): New macro.
8130 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8131 vc-finish-steal): Use it.
8132 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8133 to the backend-specific function is now supposed to do the checkout,
8134 too.
8135 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8136
8137 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8138 set file properties; that gets done in the generic code now.
8139
8140 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8141 Changed parameter list, added code from vc.el that does the
8142 checkout, possibly with a double-take.
8143
8144 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8145 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8146 the above under the new name.
8147 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8148 parameter list, added checkout command.
8149 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8150 properties; that gets done in the generic code now.
8151
81522000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8153
8154 * vc.el: Docstring fixes (courtesy of checkdoc).
8155
81562000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8157
8158 * vc.el (vc-checkout-writable-buffer-hook)
8159 (vc-checkout-writable-buffer): Remove.
8160 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8161 (vc-log-mode): Make it into a clean derived major mode.
8162 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8163 vc-log-mode if log-edit is not available.
8164 (vc-dired-mode-map): Don't set-keymap-parent yet.
8165 (vc-dired-mode): Do set-keymap-parent here.
8166 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8167
81682000-09-05 Gerd Moellmann <gerd@gnu.org>
8169
8170 * faces.el (set-face-attribute, face-spec-reset-face)
8171 (face-spec-set): Avoid consing by removing calls to `apply'.
8172
8173 * frame.el (frame-parameter): Move to C code.
8174
81752000-09-05 Dave Love <fx@gnu.org>
8176
8177 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8178 insert-before-markers-and-inherit. Now checked systematically!
8179
81802000-09-05 Alex Schroeder <alex@gnu.org>
8181
8182 * sql.el (sql-postgres): Use sql-postgres-options.
8183 (sql-postgres-options): New variable.
8184
81852000-09-05 Alex Schroeder <alex@gnu.org>
8186
8187 * sql.el (sql-mode-menu): Work around missing variable mark-active
8188 in XEmacs.
8189 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8190 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8191 compatibility.
8192
81932000-09-04 Gerd Moellmann <gerd@gnu.org>
8194
8195 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8196
8197 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8198
8199 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8200
82012000-09-04 Andre Spiegel <spiegel@gnu.org>
8202
8203 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8204 don't support anything else under SCCS yet.
8205
8206 * vc-hooks.el: Minor doc fixes.
8207
82082000-09-04 Andre Spiegel <spiegel@gnu.org>
8209
8210 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8211 not necessary. If verbose in state `needs-patch', do the same as
8212 under `up-to-date'. When NOT verbose and `needs-patch', check out
8213 latest version instead of `merge-news'.
8214 (vc-next-action-dired): Don't mess with default-directory here; it
8215 breaks other parts of dired. It is the job of the
8216 backend-specific functions to adjust it temporarily if they need it.
8217 (vc-next-action): Remove a special CVS case.
8218 (vc-clear-headers): New optional arg FILE.
8219 (vc-checkin, vc-checkout): Set properties vc-state and
8220 vc-checkout-time properly.
8221 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8222 (vc-print-log): Use new backend function `show-log-entry'.
8223 (vc-cancel-version): Do the checks in a different order. Added a
8224 FIXME concerning RCS-only code.
8225
8226 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8227 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8228
8229 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8230
8231 * vc-hooks.el (vc-default-mode-line-string): Show state
8232 `needs-patch' as a `-' too.
8233
82342000-09-04 Andre Spiegel <spiegel@gnu.org>
8235
8236 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8237 (vc-default-could-register): New function.
8238 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8239 (vc-resynch-buffer): Call vc-dired-resynch-file.
8240 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8241 vc-resynch-buffer instead of vc-resynch-window.
8242 (vc-next-action-dired): Don't redisplay here, that gets done as a
8243 result of the individual file operations.
8244 (vc-retrieve-snapshot): Corrected prompt order.
8245
8246 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8247
8248 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8249 as well.
8250 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8251 hostname regexps. Updated all callers.
8252 (vc-cvs-responsible-p): Handle directories as well.
8253 (vc-cvs-could-register): New function.
8254 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8255 properties up-to-date.
8256
8257 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8258 user whether to create one.
8259
82602000-09-04 Andre Spiegel <spiegel@gnu.org>
8261
8262 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8263 check out a non-existing file.
8264
8265 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8266 workfile does not exist.
8267
8268 * vc.el (vc-version-diff): Use `require' to check for existence of
8269 diff-mode.
8270
82712000-09-04 Andre Spiegel <spiegel@gnu.org>
8272
8273 * vc-cvs.el (vc-cvs-registered): Use new function
8274 vc-cvs-parse-entry to do the actual work.
8275
82762000-09-04 Andre Spiegel <spiegel@gnu.org>
8277
8278 * vc-hooks.el (vc-find-backend-function): If function doesn't
8279 exist, return nil instead of error.
8280 (vc-call-backend): Doc fix.
8281
8282 * vc.el (vc-do-command): Doc fix.
8283 (vc-finish-logentry): When checking in from vc-dired, choose the
8284 right backend for logentry check.
8285 (vc-dired-mode-map): Inherit from dired-mode-map.
8286 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8287 simplified.
8288 (vc-dired-state-info): Removed, updated caller.
8289 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8290 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8291 (vc-dired-listing-switches): New variable.
8292 (vc-directory): Use it, instead of dired-listing-switches.
8293
8294 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8295 (vc-cvs-dir-state): New function.
8296 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8297 (vc-cvs-parse-entry): New function, also to be used in
8298 vc-cvs-registered.
8299
83002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8301
8302 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8303 *or* single-window-frames.
8304
83052000-09-04 Andre Spiegel <spiegel@gnu.org>
8306
8307 * vc.el (vc-update-changelog): Split into generic part and default
8308 implementation. Doc string adapted.
8309 (vc-default-update-changelog): New function. Call the `rcs2log'
8310 script in exec-directory, to fix a long-standing nuisance.
8311
8312 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8313 simply signals an error.
8314
83152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8316
8317 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8318 control-flow more clear and to avoid running `cvs' twice.
8319
8320 * vc.el (vc-next-action-on-file): Doc fix.
8321 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8322 (vc-print-log): Eval `file' before constructing the continuation.
8323
83242000-09-04 Andre Spiegel <spiegel@gnu.org>
8325
8326 * vc.el (vc-next-action-on-file): Corrected several messages.
8327 (vc-merge): Add prefix arg `merge-news'; handle it.
8328
8329 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8330 is not reached. It is.
8331 (vc-cvs-merge): Set state to 'edited after merge.
8332 (vc-cvs-merge-news): Set workfile version to nil if not known.
8333 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8334
8335 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8336 via stdout. (Merge from main line.)
8337
83382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8339
8340 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8341 detection.
8342
83432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8344
8345 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8346 against kill-all-local-variables.
8347 (vc-log-edit): Don't save vc-parent-buffer any more.
8348 (vc-last-comment-match): Initialize to an empty string.
8349 (vc-post-command-functions): New hook.
8350 (vc-do-command): Run it.
8351 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8352 (vc-finish-logentry): Only add the comment to the ring if it's
8353 different from the last comment entered.
8354 (vc-new-comment-index): New function.
8355 (vc-previous-comment): Use it. Make the minibuffer message
8356 slightly less terse.
8357 (vc-comment-search-reverse): Make it work forward as well. Don't
8358 set vc-comment-ring-index if no match is found. Use
8359 vc-new-comment-index.
8360 (vc-comment-search-forward): Use vc-comment-search-reverse.
8361 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8362 define-derived-mode will do it for us. Bind `v' to a keymap that
8363 inherits from vc-prefix-map so that we can bind `vt' without
8364 binding C-x v t.
8365 (vc-retrieve-snapshot): Parenthesis typo.
8366
8367 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8368 to 1. Make sure to switch to *vc* before looking for an error
8369 message. Use vc-parse-buffer.
8370
83712000-09-04 Andre Spiegel <spiegel@gnu.org>
8372
8373 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8374 and NAME.
8375 (vc-retrieve-snapshot): Split into two parts.
8376 (vc-default-retrieve-snapshot): New function.
8377
8378 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8379 (vc-cvs-retrieve-snapshot): New function (untested).
8380 (vc-cvs-stay-local): Default to t.
8381 (vc-cvs-remote-p): New function and property.
8382 (vc-cvs-state): Stay local only if the above is t.
8383 (vc-handle-cvs): Removed.
8384 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8385 done via vc-handled-backends now.
8386 (vc-cvs-header): Escape Id.
8387
83882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8389
8390 * vc.el (vc-do-command): Remove unused commands.
8391 (vc-version-diff): Make sure default-directory ends with a slash.
8392 Move the window commands into a vc-exec-after.
8393 (vc-print-log): Move more of the code into the `vc-exec-after'.
8394
83952000-09-04 Andre Spiegel <spiegel@gnu.org>
8396
8397 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8398 (vc-print-log): Search current revision from beginning of buffer.
8399 (vc-revert-buffer): Clear echo area after the diff is finished.
8400 (vc-prefix-map): Removed definition of "t" for terse display in vc
8401 dired.
8402 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8403 definition of "vt" for terse display.
8404 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8405
84062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8407
8408 * vc.el (vc-exec-after): Avoid caddr.
8409
84102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8411
8412 * vc.el (vc-exec-after): New function.
8413 (vc-do-command): Use it to add a termination message for async
8414 procs.
8415 (vc-checkout): Try to handle a missing-backend situation.
8416 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8417 of a directory with a backend using async diffs.
8418 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8419 present.
8420
8421 * vc-sccs.el (vc-sccs-state-heuristic): Use
8422 file-ownership-preserved-p.
8423
8424 * vc-rcs.el (vc-rcs-state-heuristic): Use
8425 file-ownership-preserved-p.
8426 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8427
84282000-09-04 Andre Spiegel <spiegel@gnu.org>
8429
8430 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8431 vc-do-command.
8432
8433 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8434 when there are no changes.
8435
84362000-09-04 Andre Spiegel <spiegel@gnu.org>
8437
8438 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8439
8440 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8441
84422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8443
8444 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8445
8446 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8447 the `fset' outside of the defvar so that it works even if
8448 vc-prefix-map was already defined.
8449 (vc-setup-buffer): New function, split out of vc-do-command.
8450 (vc-do-command): Allow BUFFER to be t to mean `just use the
8451 current buffer without any fuss'.
8452 (vc-version-diff): Change the `diff' backend operation to just put
8453 the diff in the current buffer without erasing it. Always use
8454 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8455 shrink-window-if-larger-than-buffer.
8456 (vc-print-log): Change the `print-log' backend operation to just
8457 put the log in the current buffer without erasing it. Protect
8458 shrink-window-if-larger-than-buffer.
8459 (vc-update-change-log): Fix setd typo.
8460
8461 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8462 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8463
8464 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8465 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8466 CMP.
8467
8468 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8469 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8470 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8471
84722000-09-04 Andre Spiegel <spiegel@gnu.org>
8473
8474 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8475 not possible, use vc-BACKEND-workfile-unchanged-p.
8476 (vc-default-workfile-unchanged-p): New function. Delegates to a
8477 full vc-BACKEND-diff.
8478
8479 * vc-hooks.el (vc-simple-command): Removed.
8480
8481 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8482 instead of vc-simple-command.
8483 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8484 avoid doing a diff when opening a file.
8485 (vc-rcs-state): Added check for unlocked-changes.
8486 (vc-rcs-header): Escape Id.
8487 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8488 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8489 version.
8490
8491 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8492 (vc-sccs-diff): Remove optional arg CMP.
8493 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8494 SCCS-specific function.
8495
8496 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8497 vc-simple-command.
8498
84992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8500
8501 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8502 (with-vc-file, vc-merge): Use vc-editable-p.
8503 (vc-do-command): Remove unused var vc-file and fix the
8504 doubly-defined `status' var. Add a user message when starting an
8505 async command.
8506 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8507 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8508 Use with-current-buffer.
8509 (vc-buffer-sync): Use unless.
8510 (vc-next-action-on-file): If the file is 'edited by read-only,
8511 make it read-write instead of trying to commit.
8512 (vc-version-diff, vc-update-change-log): Use `setq
8513 default-directory' rather than `cd'.
8514 (vc-log-edit): Don't forget to set default-directory in the
8515 buffer.
8516
8517 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8518 (vc-sccs-state-heuristic): Use file-writable-p instead of
8519 comparing userids.
8520 (vc-sccs-checkout): Use `unless'.
8521
8522 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8523 of comparing userids.
8524 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8525 Simplify the logic by eliminating unreachable code.
8526 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8527 just do a recursive call if we need to retry.
8528 (vc-rcs-checkout): Handle the case where rcs is missing by making
8529 the buffer read-write if requested and re-signalling the error.
8530
8531 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8532
85332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8534
8535 * vc-hooks.el (vc-handled-backends): Docstring change.
8536 (vc-ignore-vc-files): Mark obsolete.
8537 (vc-registered): Check vc-ignore-vc-files.
8538 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8539 vc-ignore-vc-files.
8540
8541 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8542
85432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8544
8545 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8546 files since ange-ftp already has vc-registered return nil.
8547
8548 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8549 (vc-sccs-workfile-version): Use with-temp-buffer and new
8550 vc-parse-buffer and don't bother setting the property.
8551 (vc-sccs-add-triple): Use with-current-buffer and
8552 find-file-noselect.
8553 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8554
8555 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8556 derives from the old vc-parse-buffer but uses the revision number
8557 rather than the date (much easier to compare robustly).
8558 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8559 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8560 locking-user more directly. Check strict locking and set
8561 checkout-model appropriately.
8562 (vc-rcs-parse-locks): Remove.
8563 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8564 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8565 (vc-rcs-system-release): Use with-current-buffer and
8566 vc-parse-buffer.
8567 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8568
8569 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8570 (vc-simple-command): Docstring fix.
8571 (vc-registered): Align the way the file-handler is called with the
8572 way the function itself works.
8573 (vc-file-owner): Remove.
8574
8575 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8576 extraction of fields and call to file-attributes because of a
8577 temporary bug in rcp.el.
8578 (vc-cvs-fetch-status): Use with-current-buffer.
8579
85802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8581
8582 * vc.el (vc-do-command): Use file-relative-name.
8583 (vc-responsible-backend): Use vc-backend if possible.
8584 (vc-create-snapshot): Improve the `interactive' spec. Add support
8585 for branches and dispatch to backend-specific `create-snapshot'.
8586 (vc-default-create-snapshot): New function, containing the bulk of
8587 the old vc-create-snapshot.
8588 (vc-retrieve-snapshot): Improve the interactive spec.
8589
8590 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8591 (vc-backend-hook-functions): Remove.
8592 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8593 (vc-backend): Reintroduce the test for `file = nil' now that I
8594 know why it was there (and added a comment to better remember).
8595
8596 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8597 code from vc-sccs-hooks.el.
8598 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8599 'vc anymore.
8600 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8601 and file-directory-p instead of file-exists-p.
8602 (vc-sccs-check-headers): Simplify the regexp.
8603
8604 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8605 from vc-rcs-hooks.el. Don't require 'vc anymore.
8606 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8607 file-directory-p instead of file-exists-p.
8608
8609 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8610 from vc-cvs-hooks.el.
8611 (proto vc-cvs-registered): Require 'vc-cvs instead of
8612 'vc-cvs-hooks. Don't require 'vc anymore.
8613 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8614 file-directory-p instead of file-exists-p.
8615 (vc-cvs-create-snapshot): New function, replacing
8616 vc-cvs-assign-name.
8617 (vc-cvs-assign-name): Remove.
8618
86192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8620
8621 * vc-cvs.el (vc-cvs-header): New var.
8622
8623 * vc-rcs.el (vc-rcs-exists): Remove.
8624 (vc-rcs-header): New var.
8625
8626 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8627 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8628 (vc-sccs-header): New var.
8629
8630 * vc.el (vc-do-command): Get rid of the `last' argument.
8631 (vc-header-alist): Remove, replaced by vc-X-header.
8632 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8633 (vc-dired-hook): Use expand-file-name instead of concat.
8634 (vc-directory): Use file-name-as-directory.
8635 (vc-snapshot-precondition, vc-create-snapshot)
8636 (vc-retrieve-snapshot): Allow the command to operate on any
8637 directory.
8638
8639 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8640 just removing the 'WORKFILE argument or by removing the 'MASTER
8641 argument and replacing `file' with (vc-name file).
8642
86432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8644
8645 * vc.el: Update Copyright and add a crude list of backend funs.
8646 (vc-writable-p): New function.
8647 (with-vc-file): Use vc-writable-p.
8648 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8649 (vc-register): Avoid vc-name.
8650 (vc-locking-user): Remove.
8651 (vc-steal-lock): Make the `owner' arg non-optional.
8652 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8653 vc-checkout-model.
8654 (vc-default-dired-state-info): Use vc-state instead of
8655 vc-locking-user and return special strings for special states.
8656 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8657 and get rid of one of the special CVS cases.
8658 (vc-cancel-version): prettify error message with \\[...].
8659 (vc-rename-master): New function.
8660 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8661 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8662 the CVS special case generic.
8663 (vc-default-record-rename): Remove.
8664 (vc-file-tree-walk-internal): Only call FUNC for files that are
8665 under control of some VC backend and replace `concat' with
8666 expand-file-name.
8667 (vc-file-tree-walk): Update docstring.
8668 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8669 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8670
8671 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8672 vc-sccs-record-rename. Use `find-file-noselect' rather than
8673 `find-file' and call `vc-rename-master' to do the actual move.
8674 (vc-sccs-diff): Remove unused `backend' variable.
8675
8676 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8677 to delay loading of vc-sccs until it is really used.
8678 (vc-sccs-master-templates): Preload.
8679 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8680 (vc-sccs-project-dir): Remove (merged into
8681 vc-sccs-search-project-dir).
8682 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8683 rather than `concat', make sure it is preloaded and don't bother
8684 to check that the file actually exists.
8685 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8686 `locks' argument (use buffer's content instead) and eliminate n^2
8687 behavior.
8688
8689 * vc-rcs.el: Update Copyright.
8690 (vc-rcs-rename-file): New function.
8691 (vc-rcs-diff): Remove unused `backend' variable.
8692
8693 * vc-hooks.el: Update Copyright.
8694 (vc-backend): Don't accept a nil argument any more.
8695 (vc-up-to-date-p): Turn into a defsubst.
8696 (vc-possible-master): New function.
8697 (vc-check-master-templates): Use `vc-possible-master' and allow
8698 funs in vc-X-master-templates to return a non-existent file.
8699
8700 * vc-cvs.el: Update Copyright.
8701 (vc-cvs-diff): Remove unused `backend' variable.
8702 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8703
8704 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8705
87062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8707
8708 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8709 since it can be called from vc-rcs.el.
8710 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8711
87122000-09-04 Andre Spiegel <spiegel@gnu.org>
8713
8714 * vc.el (vc-version-diff): Expand file name read from the
8715 minibuffer. Handle the case when a previous version number can't
8716 be guessed. Give suitable messages when there were no differences
8717 found.
8718 (vc-clear-headers): Call backend-specific implementation, if one
8719 exists.
8720 (vc-cancel-version): Made error checks generic. When done, clear
8721 headers generically, too.
8722
8723 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8724 from vc-clear-headers in vc.el.
8725
8726 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8727 correctly.
8728 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8729 optional. Handle the case when it's not there.
8730
87312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8732
8733 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8734
87352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8736
8737 * vc-hooks.el (vc-loadup): Remove.
8738 (vc-find-backend-function): Use `require'. Also, handle the case
8739 where vc-BACKEND-hooks.el doesn't exist.
8740 (vc-call-backend): Cleanup.
8741
87422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8743
8744 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8745 vc-rcs-grab-templates)
8746 (vc-rcs-registered): Remove. The default function works as well.
8747 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8748 vc-sccs-grab-templates)
8749 (vc-sccs-registered): Remove. The default function works as well.
8750
8751 * vc.el (vc-version-diff): Left out a vc- in call to
8752 vc-call-backend.
8753 (vc-default-dired-state-info, vc-default-record-rename)
8754 (vc-default-merge-news): Update for the new backend argument.
8755
8756 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8757 using the default function.
8758 (vc-call-backend): If calling the default function, pass it the
8759 backend as first argument. Update the docstring accordingly.
8760 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8761 for the new backend argument.
8762 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8763 (vc-find-backend-function): Use the new name.
8764 (vc-default-registered): New function.
8765
87662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8767
8768 * vc.el (vc-merge): Use vc-find-backend-function.
8769
8770 * vc-hooks.el (vc-backend-functions): Remove.
8771 (vc-loadup): Don't setup 'vc-functions.
8772 (vc-find-backend-function): New function.
8773 (vc-call-backend): Use above fun and populate 'vc-functions
8774 lazily.
8775 (vc-backend-defines): Remove.
8776
87772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8778
8779 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8780 Call vc-call-backend without the leading vc-.
8781 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8782 (vc-check-headers): Call vc-call-backend without the leading vc-.
8783 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8784 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8785 Call vc-call-backend without the leading vc-.
8786
8787 * vc-cvs.el (tail): Provide vc-cvs.
8788 * vc-sccs.el (tail): Provide vc-sccs.
8789 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8790
8791 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8792 (vc-make-backend-function, vc-call): Pass names without leading
8793 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8794 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8795 (vc-call-backend): Always try to load vc-X-hooks.
8796 (vc-registered): Remove vc- in call to vc-call-backend.
8797
87982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8799
8800 * vc.el (vc-process-filter): New function.
8801 (vc-do-command): Setup `vc-process-filter' for the async process.
8802 (vc-maybe-resolve-conflicts): New function to reduce
8803 code-duplication. Additionally, it puts the buffer in
8804 `smerge-mode' if applicable.
8805 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8806 calling `merge-news'.
8807 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8808 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8809 interfacing to log-edit.el.
8810 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8811 log-edit is available.
8812 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8813
88142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8815
8816 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8817 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8818 defvar and the initialization.
8819 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8820
8821 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8822 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8823
8824 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8825
88262000-09-04 Andre Spiegel <spiegel@gnu.org>
8827
8828 * vc.el (vc-file-clear-masterprops): Removed.
8829 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8830 (vc-version-diff): Use buffer-size without argument.
8831 (vc-register): Heed vc-initial-comment.
8832
8833 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8834 default branch.
8835
8836 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8837 file name and workfile version.
8838 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8839
8840 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8841 vc-file-clear-masterprops.
8842
8843 * vc-sccs.el (vc-sccs-checkout): Removed call to
8844 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8845 rather than user login name.
8846
8847
88482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8849
8850 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8851 `want-differences-if-changed' and simplify.
8852 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8853 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8854 output (which is invalid for async vc-diff) to decide whether to
8855 do the revert silently or not.
8856
88572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8858
8859 * vc-hooks.el (vc-loadup): Load files quietly.
8860 (vc-call-backend): Oops, brain fart.
8861
88622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8863
8864 * vc-cvs.el (vc-cvs-state): Typo.
8865 (vc-cvs-merge-news): Return the status code rather than the error msg.
8866
88672000-09-04 Andre Spiegel <spiegel@gnu.org>
8868
8869 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8870 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8871 vc-state or vc-up-to-date-p.
8872 (vc-merge): Use vc-backend-defines to check whether merging is
8873 possible. Set state to 'edited after successful merge.
8874
8875 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8876 return that name. Redocumented.
8877
88782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8879
8880 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8881 new `vc-state' semantics.
8882 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8883 'vc-locking-user to the current user.
8884 (vc-merge): Inline vc-backend-merge. Comment out code that I
8885 don't understand and hence can't adapt to the new `vc-state' and
8886 `vc-locking-user' semantics.
8887 (vc-backend-merge): Remove.
8888
8889 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8890 rather than 'vc-locking-user.
8891
8892 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8893
8894 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8895 (vc-state): Don't use 'reserved any more. Just use the same
8896 convention as the one used for vc-<backend>-state where the
8897 locking user (as a string) is returned.
8898 (vc-locking-user): Update, based on the above convention. The
8899 'vc-locking-user property has disappeared.
8900 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8901
8902 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8903 with a heuristic one.
8904 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8905 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8906 error. That allows us to get to 'needs-merge even in the
8907 stay-local case. There's still no way to detect 'needs-patch in
8908 such a setup (or to force an update for that matter).
8909 (vc-cvs-logentry-check): Remove, the default works as well.
8910
89112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8912
8913 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8914
8915 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8916 major-mode in which the buffer might have been put earlier. Use
8917 `remove' and `when'. Allow `okstatus' to be `async' and use
8918 `start-process' in this case.
8919 (vc-version-diff): Handle the case where the diff looks empty
8920 because of the use of an async process.
8921
89222000-09-04 Andre Spiegel <spiegel@gnu.org>
8923
8924 * vc.el (vc-next-action-on-file): Removed optional parameter
8925 `simple'. Recompute state unconditionally.
8926 (vc-default-toggle-read-only): Removed.
8927
8928 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8929 (vc-toggle-read-only): Undid prev change.
8930
8931 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8932 vc-cvs-simple-toggle. Redocumented.
8933 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8934 (vc-cvs-toggle-read-only): Removed.
8935
89362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8937
8938 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8939 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8940 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8941 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8942 still is. So maybe it should be removed.
8943 (vc-head-version, vc-find-binary): Remove.
8944 (vc-recompute-state): Move from vc-hooks.el.
8945 (vc-next-action-on-file): Add a `simple' argument to allow
8946 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8947 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8948 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8949 (vc-dired-mode-map): Properly defvar it.
8950 (vc-print-log): Call log-view-mode if available.
8951 (small-temporary-file-directory): defvar instead of use boundp.
8952 (vc-merge-news): Moved to vc-cvs.el.
8953 (vc-default-merge-news): New function.
8954
8955 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8956 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8957 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8958 unknown `vc-latest-version' function. It should probably refer to
8959 vc-workfile-version or somesuch, but it's very unclear to me and I
8960 don't have SCCS to test things.
8961
8962 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8963 (vc-sccs-state-heuristic): Fix typo.
8964 (vc-sccs-workfile-unchanged-p): Add missing argument.
8965
8966 * vc-rcs.el: Require vc and vc-rcs-hooks.
8967 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8968 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8969 (vc-release-greater-or-equal-p): Move from vc.
8970 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8971 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8972 (vc-rcs-checkout): Add a missing `new-version' argument in the
8973 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8974
8975 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8976 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8977 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8978 than the apparently unbound `workfile-version'.
8979
8980 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8981 (vc-file-prop-obarray): Use `make-vector'.
8982 (vc-backend-functions): Add new hookable functions
8983 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8984 (vc-loadup): If neither backend nor default functions exist, use
8985 the backend function rather than nil.
8986 (vc-call-backend): If the function if not bound yet, try to load
8987 the non-hook file to see if it provides it.
8988 (vc-call): New macro plus use it wherever possible.
8989 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8990 nor `vc-find-binary' since it's only called from
8991 vc-mistrust-permission which is only used once the backend is known.
8992 (vc-checkout-model): Fix parenthesis.
8993 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8994
8995 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8996 (vc-cvs-release, vc-cvs-system-release): Remove.
8997 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8998 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8999 status symbols.
9000 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9001 (vc-cvs-toggle-read-only): First cut at a function to allow a
9002 cvs-status-free vc-toggle-read-only.
9003 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9004 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9005 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9006 (vc-cvs-checkout): Modify access rights directly if the user
9007 requested not to use `cvs edit'. And refresh the mode line.
9008
9009 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9010 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9011
90122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9013
9014 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9015 workfile' that got lost when the code was extracted from vc.el.
9016 And merged the tail with the rest of the code (not possible in the
9017 old vc.el where the tail was shared among all backends). And
9018 explicitly set the state to 'edited if `writable' is set.
9019
9020 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9021 (vc-cvs-state): Be careful to return the value from
9022 vc-cvs-parse-state.
9023 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9024 property but return it instead. Also be careful to handle a nil
9025 or "" `rev' when workfile is non-nil (it was handled properly when
9026 workfile was nil).
9027
9028 * vc.el: Removed those pesky unnecessary `(function' quotes.
9029 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9030 directly in the defvar.
9031 (vc-do-command): Bind inhibit-read-only so as to properly handle
9032 the case where the destination buffer has been made read-only.
9033 (vc-diff): Delegate to vc-version-diff in all cases.
9034 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9035 (vc-annotate-mode-variables): Removed (code moved partly to
9036 defvars and partly to vc-annotate-add-menu).
9037 (vc-annotate-mode): Turned into a derived-mode.
9038 (vc-annotate-add-menu): Moved in code in
9039 vc-annotate-mode-variables.
9040 (vc-update-change-log): Use make-temp-file if available.
9041
90422000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9043
9044 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9045 `vc-checkout-model' updated to `vc-cvs-update-model'.
9046
90472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9048
9049 * vc.el (vc-next-action-on-file): Added handling of state
9050 `unlocked-changes'.
9051 (vc-checkout-carefully): Is now practically obsolete, unless the
9052 above is too slow to be enabled unconditionally.
9053 (vc-update-change-log): Fixed typo.
9054
9055 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9056
9057 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9058 Now handles state `unlocked-changes'.
9059 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9060
9061 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9062
9063 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9064 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9065 `unlocked-changes'.
9066 (vc-rcs-workfile-unchanged-p): Renamed from
9067 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9068 function yet, but supposed to become one soon.
9069
9070 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9071 `vc-steal-lock'.
9072 (vc-call-backend): Changed error message.
9073 (vc-state): Added description of state `unlocked-changes'.
9074
90752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9076
9077 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9078 always return t in CVS-controlled directories.
9079
9080 * vc.el (vc-responsible-backend): New function.
9081 (vc-register): Largely rewritten.
9082 (vc-admin): Removed (implementation moved into vc-register).
9083 (vc-checkin): Redocumented.
9084 (vc-finish-logentry): If no backend defined yet (because we are in
9085 the process of registering), use the responsible backend.
9086
9087 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9088 Updated function lists.
9089 (vc-call-backend): Fixed typo.
9090
9091 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9092 New functions.
9093 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9094 Removed query option. Redocumented.
9095
90962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9097
9098 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9099
9100 * vc.el: Updated callers of `vc-checkout-required' to use
9101 `vc-checkout-model'.
9102
91032000-09-04 Martin Lorentzson <martinl@gnu.org>
9104
9105 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9106 stuff updated to reference this function instead of the old
9107 `vc-backend-release-p'.
9108
91092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9110
9111 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9112 vc-checkout-model. Return appropriate values. Updated callers.
9113
91142000-09-04 Martin Lorentzson <martinl@gnu.org>
9115
9116 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9117 (vc-backend-revert): Function moved into `vc-revert';
9118 `vc-next-action' must be updated to accomodate this change.
9119 (vc-backend-steal): Function moved into `vc-finish-steal'.
9120 (vc-backend-logentry-check): Function moved into
9121 `vc-finish-logentry'.
9122 (vc-backend-printlog): Function moved into `vc-print-log'.
9123 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9124 (vc-backend-assign-name): Function moved into
9125 `vc-create-snapshot'.
9126
91272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9128
9129 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9130 Rename to vc-checkout-model. Return appropriate values.
9131 Update callers.
9132
9133 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9134 to vc-checkout-model.
9135 (vc-checkout-required): Rename to vc-checkout-model.
9136 Re-implement and re-comment.
9137 (vc-after-save): Use vc-checkout-model.
9138
91392000-09-04 Martin Lorentzson <martinl@gnu.org>
9140
9141 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9142 Update to use the vc-BACKEND-diff functions instead.
9143 `vc-diff' is now working.
9144
9145 * vc-rcs.el (vc-rcs-logentry-check): New function.
9146
9147 * vc-cvs.el (vc-cvs-logentry-check): New function.
9148
9149 * vc-sccs.el (vc-sccs-diff): Function changed name from
9150 `vc-backend-diff'. This makes `vc-diff' work.
9151
9152 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9153 of functions possibly implemented in a vc-BACKEND library.
9154 (vc-checkout-required): Fix bug that caused an error to be
9155 signaled during `vc-after-save'.
9156
9157 * vc.el: Fix typo.
9158 This checkin is made with our new VC code base for the very first time.
9159 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9160
9161 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9162 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9163
9164 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9165 updated to `vc-uses-locking'.
9166 (vc-checkout-required): Call to backend function.
9167 `vc-checkout-required' updated to `vc-uses-locking' instead.
9168
9169 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9170 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9171
9172 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9173 to match the split into various backends.
9174 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9175 (vc-retrieve-snapshot): Bug fix.
9176
91772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9178
9179 * vc-sccs.el (vc-sccs-release): Doc fix.
9180
91812000-09-04 Martin Lorentzson <martinl@gnu.org>
9182
9183 * vc.el (vc-next-action-on-file): Bug found and fixed.
9184 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9185 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9186
9187 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9188 (vc-rcs-checkout): Name space cleaned up. No more revision number
9189 crunching function names that are not prefixed with vc-rcs.
9190 (vc-rcs-checkout-model): Function added. References to
9191 `vc-checkout-model' replaced.
9192
91932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9194
9195 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9196 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9197 still need to be split, and implemented for RCS).
9198
91992000-09-04 Martin Lorentzson <martinl@gnu.org>
9200
9201 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9202
9203 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9204 required by the vc.el file.
9205
9206 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9207 required by the vc.el file.
9208 (vc-rcs-exists): Function added.
9209
9210 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9211 required by the vc.el file.
9212
9213 * vc.el (vc-admin): Updated to handle selection of appropriate
9214 backend. Current implementation is crufty and need re-thinking.
9215
9216 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9217
92182000-09-04 Martin Lorentzson <martinl@gnu.org>
9219
9220 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9221 beginning of annotate buffers correctly.
9222
9223 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9224 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9225 functionality updated quite a lot to support multiple backends.
9226 Variables `vc-annotate-mode', `vc-annotate-buffers',
9227 `vc-annotate-backend' added.
9228
9229 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9230 `vc-annotate-difference' added to supported backend functions.
9231
92322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9233
9234 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9235 Use with-temp-file instead of /bin/sh. Merged from mainline
9236
92372000-09-04 Martin Lorentzson <martinl@gnu.org>
9238
9239 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9240
9241 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9242
9243 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9244
92452000-09-04 Martin Lorentzson <martinl@gnu.org>
9246
9247 * vc-hooks.el: vc-state-heuristic added to
9248 vc-backend-hook-functions.
9249
9250 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9251
9252 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9253
9254 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9255 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9256 state to `reserved'.
9257
9258 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9259 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9260
92612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9262
9263 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9264 untouched.
9265
9266 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9267
9268 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9269 if defined. (Merged from main line, slightly adapted.)
9270
9271 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9272 millenium problem (merged from mainline).
9273
92742000-09-04 Martin Lorentzson <martinl@gnu.org>
9275
9276 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9277 part and moved the non-BACKEND stuff to vc.el.
9278
9279 * vc.el: Split the annotate feature into a BACKEND specific part
9280 and moved it from the vc-cvs.el file to this one.
9281
92822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9283
9284 * vc-hooks.el: Implement new state model.
9285 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9286 (vc-locking-user): Simplify. Now only needed if the file is
9287 locked by somebody else.
9288 (vc-lock-from-permissions): Remove. Functionality is in
9289 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9290 (vc-mode-line-string): New name for former vc-status. Adapted.
9291 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9292
9293 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9294 Various simplifications and adaptations all over the place.
9295
9296 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9297 Simplify and adapt the rest.
9298
9299 * vc.el (vc-resynch-window): Add TODO comment: check for
9300 interaction with view mode according to recent RCS change.
9301 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9302
93032000-09-04 Martin Lorentzson <martinl@gnu.org>
9304
9305 * vc.el: Convert the remaining function comments to docstrings.
9306
93072000-09-04 Martin Lorentzson <martinl@gnu.org>
9308
9309 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9310 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9311 (vc-minor-part, vc-previous-version): Functions that operate and
9312 compare revision numbers got proper documentation. Comments added
9313 about their possible removal.
9314
93152000-09-04 Martin Lorentzson <martinl@gnu.org>
9316
9317 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9318 the vc-backend.el files.
9319
9320 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9321
9322 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9323 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9324 (vc-rcs-previous-version): Functions added.
9325
9326 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9327
9328 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9329
93302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9331
9332 * vc-hooks.el (vc-master-templates): Is really obsolete.
9333 Comment out the definition for now. What is the right procedure
9334 to get rid of it?
9335 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9336 rewritten.
9337 (vc-default-registered): Remove.
9338 (vc-check-master-templates): New function; does mostly what the
9339 above did before.
9340 (vc-locking-user): Don't rely on the backend to set the property.
9341
9342 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9343 Rewrite documentation.
9344 (vc-rcs-templates-grabbed): New variable.
9345 (vc-rcs-grab-templates): New function.
9346 (vc-rcs-registered): Rewrite to use above mechanism.
9347
9348 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9349 Rewrite documentation.
9350 (vc-sccs-templates-grabbed): New variable.
9351 (vc-sccs-grab-templates): New function.
9352 (vc-sccs-registered): Rewrite to use above mechanism.
9353 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9354 Don't throw the result, simply return it.
9355
9356 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9357 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9358 (vc-cvs-registered): Does the check itself now. Simplify.
9359
9360 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9361 from main line.
9362
93632000-09-04 Martin Lorentzson <martinl@gnu.org>
9364
9365 * vc-cvs.el (vc-cvs-diff): New function.
9366
9367 * vc-sccs.el (vc-sccs-diff): New function.
9368
9369 * vc-rcs.el (vc-rcs-diff): New function.
9370 (vc-rcs-checkout): Bug (typo) found and fixed.
9371 (vc-rcs-register-switches): New variable.
9372
9373 * vc.el (vc-backend-diff): Function removed and placed in the
9374 backend files.
9375
93762000-09-04 Martin Lorentzson <martinl@gnu.org>
9377
9378 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9379
9380 * vc.el (vc-backend-checkout): Function removed and replaced in
9381 the vc-backend.el files.
9382
9383 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9384
9385 * vc.el (vc-backend-admin): Removed and replaced in the
9386 vc-backend.el files.
9387
9388 * vc.el (Martin): Removed all the annotate functionality since it
9389 is CVS backend specific.
9390
93912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9392
9393 * spec.txt: Added specification of vc-state.
9394
9395 * vc-sccs-hooks.el (vc-sccs-master-properties):
9396 Remove handling of vc-latest-version and
9397 vc-your-latest-version. What used to be vc-latest-version, is now
9398 returned as vc-workfile-version.
9399 (vc-sccs-workfile-version): Adapt.
9400
94012000-09-04 Dave Love <fx@gnu.org>
9402
9403 * vc.el: [Merged from mainline.]
9404 (vc-dired-mode): Make the dired-move-to-filename-regexp
9405 regexp match the date, to avoid treating date as file size.
9406 Add YYYY S option to WESTERN/
9407
94082000-09-04 Dave Love <fx@gnu.org>
9409
9410 * vc.el: Require `compile' when compiling.
9411 (vc-logentry-check-hook): New option.
9412 (vc-steal-lock): Use compose-mail.
9413 (vc-dired-mode-map): Defvar when compiling.
9414 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9415 vc-sccs.el and renamed. Callers changed.
9416 (vc-backend-checkout, vc-backend-logentry-check)
9417 (vc-backend-merge-news): Doc fix.
9418 (vc-default-logentry-check): New function.
9419 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9420 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9421 (vc-backend-merge): Doc fix. Use backend functions.
9422 (vc-check-headers): Use backend functions.
9423
9424 * vc-cvs.el: Require vc when compiling.
9425 (vc-cvs-register-switches): Doc fix.
9426 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9427 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9428 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9429 New functions (code from vc.el).
9430 (vc-annotate-display-default): Fix interactive spec.
9431 (vc-annotate-time-span): Doc fix.
9432
9433 * vc-rcs.el: Require vc when compiling.
9434 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9435 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9436 (vc-rcs-checkin): New functions (code from vc.el).
9437 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9438 Doc fix.
9439 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9440
9441 * vc-sccs.el: Require vc when compiling.
9442 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9443 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9444 (vc-sccs-revert)
9445 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9446 from vc.el).
9447 (vc-sccs-add-triple, vc-sccs-record-rename)
9448 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9449 (vc-sccs-admin): Doc fix.
9450
94512000-09-04 Martin Lorentzson <martinl@gnu.org>
9452
9453 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9454 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9455 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9456 from vc.el.
9457
9458 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9459
9460 * vc-cvs.el: Moved the annotate functionality from vc.el.
9461 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9462
94632000-09-04 Dave Love <fx@gnu.org>
9464
9465 * vc.el (vc-backend-release): Call vc-system-release.
9466
9467 * vc-sccs.el (vc-sccs-system-release):
9468 Renamed from vc-sccs-backend-release.
9469
9470 * vc-rcs.el (vc-rcs-system-release):
9471 Renamed from vc-rcs-backend-release.
9472
9473 * vc-cvs.el (vc-cvs-system-release):
9474 Renamed from vc-cvs-backend-release.
9475
94762000-09-04 Dave Love <fx@gnu.org>
9477
9478 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9479 backend files.
9480 (vc-backend-release): Dispatch to backend functions.
9481 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9482 probably needs attention.]
9483
9484 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9485 (vc-sccs-backend-release): New function.
9486
9487 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9488 (vc-cvs-backend-release): New function.
9489
9490 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9491 Doc fix.
9492 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9493 (vc-default-dired-state-info): New function.
9494 (vc-dired-state-info): Dispatch to backends.
9495 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9496
9497 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9498 from vc.el and renamed.
9499
95002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9501
9502 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9503 (vc-version-other-window, vc-backend-assign-name): Removed
9504 references to vc-latest-version; sometimes changed into
9505 vc-workfile-version.
9506
9507 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9508 vc-rcs-master-workfile-version.
9509 (vc-rcs-workfile-version): Use the above. Don't call
9510 vc-latest-version (that was unreachable code, anyway).
9511 (vc-rcs-fetch-master-properties): Doc fix.
9512
9513 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9514 (vc-backend-hook-functions): Removed them from this list, too.
9515 (vc-fetch-properties): Removed.
9516 (vc-workfile-version): Doc fix.
9517
9518 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9519 (vc-rcs-workfile-version, vc-rcs-locking-user)
9520 (vc-rcs-uses-locking): Use it.
9521
9522 * vc-hooks.el (vc-consult-rcs-headers):
9523 Moved into vc-rcs-hooks.el, under the name
9524 vc-rcs-consult-headers.
9525
9526 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9527 headers.
9528 (vc-cvs-find-master): Use this name only; correct different
9529 versions of the name.
9530
9531 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9532 New functions.
9533 (vc-sccs-locking-user): Use the latter.
9534
9535 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9536 New functions.
9537
9538 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9539 Moved into both
9540 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9541 functions are implementation details of those two backends.
9542
95432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9544
9545 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9546 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9547
9548 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9549 (vc-sccs-parse-locks): SCCS-specific code moved here from
9550 vc-hooks.
9551
9552 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9553 code moved here from vc-hooks.
9554
9555 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9556 into back-end specific parts and removed. Callers not updated
9557 yet; because I guess these callers will disappear into back-end
9558 specific files anyway.
9559
95602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9561
9562 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9563 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9564 `vc-uses-locking'.
9565
9566 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9567 Store yes/no in the property, and return t/nil. Updated all
9568 callers.
9569
9570 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9571 vc-sccs-uses-locking. Don't set property.
9572 (vc-sccs-locking-user): Don't set property.
9573
9574 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9575 vc-cvs-uses-locking. Don't set property here; leave that to
9576 vc-hooks.
9577 (vc-cvs-locking-user): Reflect above change. Streamlined.
9578
9579 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9580 vc-rcs-uses-locking.
9581 (vc-rcs-locking-user): Reflect above change.
9582
95832000-09-04 Dave Love <fx@gnu.org>
9584
9585 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9586
9587 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9588
9589 * vc-hooks.el (vc-checkout-model): Punt to backends.
9590
9591 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9592
9593 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9594
9595 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9596 New functions.
9597
9598 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9599 New functions.
9600
9601 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9602 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9603
9604 * vc-hooks.el (vc-default-locking-user): New function.
9605 (vc-locking-user, vc-workfile-version): Punt to backends.
9606
96072000-09-04 Dave Love <fx@gnu.org>
9608
9609 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9610 (vc-master-workfile-version): Moved from vc-hooks.
9611
9612 * vc-rcs-hooks.el: Fix duplicate code in last change.
9613
9614 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9615 (vc-rcs-master-templates): Improve :type.
9616 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9617 vc-master-workfile-version): Moved from vc-hooks.
9618
9619 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9620 (vc-sccs-master-templates): Improve :type.
9621 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9622
9623 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9624
9625 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9626 (vc-cvs-master-templates): Improve :type. Use
9627 vc-cvs-find-cvs-master.
9628 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9629 from vc-hooks.
9630 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9631
9632 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9633 Moved to vc-cvs-hooks.
9634
9635 * vc-hooks.el: Add doc strings in various places. Simplify the
9636 minor mode setup.
9637 (vc-handled-backends): New user variable.
9638 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9639 simplification.
9640
96412000-09-04 Dave Love <fx@gnu.org>
9642
9643 * vc.el: Some doc fixes for autoloaded and interactive functions.
9644 Fix compilation warnings from ediff stuff.
9645 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9646
9647 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9648
9649 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9650
9651 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9652
96532000-09-04 Dave Love <fx@gnu.org>
9654
9655 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9656 New variable.
9657 (vc-make-backend-function, vc-loadup, vc-call-backend)
9658 (vc-backend-defines): New functions.
9659
9660 * vc-hooks.el: Various doc fixes.
9661 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9662 (vc-match-substring): Function removed. Callers changed to use
9663 match-string.
9664 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9665 Simplify.
9666
96672000-09-04 Dave Love <fx@gnu.org>
9668
9669 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9670 type.
9671 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9672 (vc-sccs-registered): Doc fix.
9673
9674 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9675 (vc-cvs-registered): Doc fix.
9676
9677 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9678 (vc-rcs-registered): Doc fix.
9679
96802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9681
9682 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9683
9684 * vc-hooks.el: vc-registered has been renamed
9685 vc-default-registered. Some functions have been moved to the
9686 backend specific files. they all support the
9687 vc-BACKEND-registered functions.
9688
96892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9690
9691 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9692
9693 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9694
96952000-09-04 Dave Love <fx@gnu.org>
9696
9697 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9698 menu-bar-update-hook.
9699
9700 * help.el (help-manyarg-func-alist): Add
9701 find-operation-coding-system.
9702
9703 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9704
9705 * custom.el (custom-set-variables): Print message about errors in
9706 setting.
9707
97082000-09-03 Andrew Innes <andrewi@gnu.org>
9709
9710 * makefile.w32-in: Change to DOS line endings.
9711
97122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9713
9714 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9715 minor-mode keymaps, if they don't have one.
9716
97172000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9718
9719 * eshell/esh-module.el (eval-when-compile): Don't lose if
9720 esh-module.el's file name is truncated to DOS 8+3 limits.
9721
97222000-09-01 John Wiegley <johnw@gnu.org>
9723
9724 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9725 predicate, which caused entries in the completion list to be
9726 doubled.
9727
97282000-08-30 John Wiegley <johnw@gnu.org>
9729
9730 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9731 sending to subprocesses. Also, hook pre-command-hook if
9732 `eshell-send-direct-to-subprocesses' is non-nil.
9733 (eshell-send-direct-to-subprocesses): New config variable. If t,
9734 subprocess input is send immediately.
9735 (eshell-toggle-direct-send): New function.
9736 (eshell-self-insert-command): New function.
9737 (eshell-intercept-commands): New function.
9738 (eshell-send-input): If direct subprocess sending is enabled,
9739 don't echo any input to the Eshell buffer. Let the subprocess
9740 handle that. This requires "stty echo" in bash, for example.
9741
97422000-08-28 John Wiegley <johnw@gnu.org>
9743
9744 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9745 completion function for Eshell's implementation of `unset'.
9746
97472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9748
9749 * info.el (Info-directory-list): Doc fix.
9750
97512000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9752
9753 * filecache.el (file-cache-add-directory-using-find): Don't quote
9754 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9755
97562000-08-31 Kenichi Handa <handa@etl.go.jp>
9757
9758 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9759 coding systems.
9760
97612000-08-30 Andrew Innes <andrewi@gnu.org>
9762
9763 * timer.el (run-with-idle-timer): Undo last change, so that timer
9764 is not activated immediately if Emacs is already idle. Some
9765 existing code relies on this behaviour.
9766
97672000-08-30 Miles Bader <miles@gnu.org>
9768
9769 * frame.el (set-frame-font): Do completion of font-name for
9770 interactive use.
9771
97722000-08-30 Kenichi Handa <handa@etl.go.jp>
9773
9774 * international/quail.el (quail-start-translation): Bind locally
9775 last-command-event, last-command, and this-command.
9776 (quail-start-conversion): Likewise.
9777 (quail-self-insert-command): Fix docstring.
9778
97792000-08-29 Gerd Moellmann <gerd@gnu.org>
9780
9781 * progmodes/executable.el
9782 (executable-make-buffer-file-executable-if-script-p): Check that
9783 buffer contains at least 2 characters.
9784
97852000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9786
9787 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9788
97892000-08-29 Dave Love <fx@gnu.org>
9790
9791 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9792 (diff-mode-shared-map): Bind mouse-2.
9793 (diff-imenu-generic-expression): New variable.
9794 (diff-mode): Use it.
9795
9796 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9797 (mouse-popup-menubar): Add minor mode menus.
9798 (popup-menu): Check for lookup-key returning number.
9799
98002000-08-29 Miles Bader <miles@gnu.org>
9801
9802 * comint.el (comint-send-input): Create overlays using the proper
9803 front/read-advance arguments.
9804
98052000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9806
9807 * ps-print.el: Even/odd pages printing. Doc fix.
9808 (ps-print-version): New version number (6.0).
9809 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9810 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9811 (ps-print-duplex-feature): Variable eliminated.
9812 (ps-even-or-odd-pages): New variable.
9813
9814 * progmodes/ebnf2ps.el: Doc fix.
9815 (ebnf-version): New version (3.3).
9816 (ebnf-user-arrow): Change variable customization to sexp.
9817 (ebnf-user-arrow): Function eliminated.
9818 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9819
98202000-08-29 Kenichi Handa <handa@etl.go.jp>
9821
9822 * help.el (help-xref-mule-regexp): New variable.
9823 (help-make-xrefs): Handle help-xref-mule-regexp.
9824
9825 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9826 variable.
9827 (describe-input-method): Temporarily activate the specfied input
9828 method to display the information.
9829 (describe-language-environment): Hyperlinks to mule related items.
9830
9831 * international/mule-diag.el (charset-multibyte-form-string): New
9832 function.
9833 (list-character-sets-1): Use charset-multibyte-form-string.
9834 (describe-character-set): New function.
9835 (describe-coding-system): Hyperlinks to safe character sets.
9836
9837 * international/quail.el (quail-help): New arg PACKAGE.
9838 Hyperlinks to mule related items.
9839 (quail-help-insert-keymap-description): Use
9840 substitute-command-keys instead of describe-bindings.
9841 (quail-translation-help): Hyperlinks to mule related items.
9842
98432000-08-28 John Wiegley <johnw@gnu.org>
9844
9845 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9846 have a defsubst call itself. Made `eshell-flatten-list' back into
9847 a function again.
9848
9849 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9850 catch, in case re-centering point at bottom messes up the display.
9851 This happens frequently in Emacs 21, due I believe to variable
9852 line heights.
9853
9854 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9855 to call `find-tag-interactive'.
9856
9857 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9858 the list of remember directories.
9859
98602000-08-28 John Wiegley <johnw@gnu.org>
9861
9862 * align.el: Test align-region-separate to see if it's a symbol.
9863
98642000-08-28 John Wiegley <johnw@gnu.org>
9865
9866 * eshell/esh-util.el (eshell-flatten-list): Made this function
9867 into a defsubst form. It gets used very frequently, although
9868 calls don't occur all that often.
9869
9870 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9871 examining it.
9872
9873 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9874 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9875 `eshell-protect'.
9876 (eshell-copy-handles): Created a new macro for duplicating the
9877 current set of open handles. This is needed by the looping
9878 functions.
9879 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9880 is not incorrectly stomped on.
9881
9882 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9883 declaration for pcomplete-use-paring.
9884 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9885 value of eshell-cmpl-use-paring.
9886 * pcomplete.el (pcomplete-use-paring): New config variable, to
9887 indicate whether paring should be used.
9888 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9889 completion alternatives that have already been used.
9890
9891 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9892 bound to C-c C-y, which will repeat the previous N arguments
9893 (based on prefix argument).
9894 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9895
9896 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9897 if there is no *Help* buffer. This is for XEmacs, which renames
9898 its help buffers uniquely. TODO: Find out what the current buffer
9899 name to delete is.
9900
9901 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9902 first entry that correlates to a passwd/group number. Later
9903 entries (used for group/user name aliasing to multiple IDs) are
9904 ignored.
9905
9906 * eshell/em-xtra.el (eshell/expr):
9907 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9908 (eshell-grep, eshell/diff, eshell/locate):
9909 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9910 argument list, before passing it to the system command.
9911
9912 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9913 `find-tag' for use at final position in Eshell buffers (which
9914 otherwise triggers an error on Emacs 21).
9915 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9916 buffer, if it is currently bound to `find-tag'.
9917
9918 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9919 in the list of matched Makefile names.
9920 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9921 directory, prefer its contents to Makefile.
9922
9923 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9924 directory parts (like "cd old new", or "cd =regexp"), are now case
9925 sensitive on non-Windows/DOS platforms.
9926
9927 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9928 types RET after an open delimiter (like "), display a message
9929 indicating that Eshell is waiting for the closing delimiter.
9930
9931 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9932 environment variables.
9933
9934 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9935 gracefully if the user enters incorrect arguments.
9936
9937 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9938 Eshell buffers.
9939
9940 * eshell/esh-var.el (eshell-interpolate-variable):
9941 * eshell/esh-mode.el (eshell-move-argument):
9942 * eshell/em-unix.el (eshell-du-sum-directory):
9943 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9944 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9945 (not (= ...)).
9946
9947 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9948 to ensure the `preserve' flag gets propagated when doing recursive
9949 directory copies.
9950
99512000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9954 Don't convert \n into \0177 in memory.
9955 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9956 and back again, when reading and writing.
9957
99582000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9959
9960 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9961 testing of `fboundp' on `processp'.
9962
9963 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9964 (eshell/jobs): Don't call process-list if it is not bound.
9965 (eshell-gather-process-output): Support systems where async
9966 subprocesses aren't supported.
9967 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9968 variables.
9969
9970 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9971 eshell-do-eval returns t.
9972 (eshell-do-pipelines-synchronously): New defmacro.
9973 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9974 when async subprocesses aren't supported.
9975 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9976 if async subprocesses aren't supported.
9977 (eshell-resume-command): Don't assume STATUS is a string.
9978
9979 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9980
9981 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9982 (eshell-close-target, eshell-get-target): Use eshell-processp.
9983 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9984 fix.
9985 (eshell-get-target, eshell-create-handles): Doc fix.
9986
99872000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9988
9989 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9990 criterion to include commands that output something, as long as it
9991 leaves both the command and the end-of-buffer visible when the
9992 command has exited.
9993 (eshell-review-quick-commands): Adjust the help doc string
9994 accordingly.
9995
99962000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9997
9998 * locate.el (locate): Cleaned up locate command's interactive prompting
9999 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10000
10001 * filecache.el (file-cache-case-fold-search): New variable
10002 (file-cache-assoc-function): New variable
10003 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10004 Use file-cache-case-fold-search variable
10005 (file-cache-add-file): Use file-cache-assoc-function
10006 (file-cache-delete-file): likewise
10007 (file-cache-directory-name): likewise
10008 (file-cache-debug-read-from-minibuffer): likewise
10009
100102000-08-28 Gerd Moellmann <gerd@gnu.org>
10011
10012 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10013 (abbrev-table-name): New function.
10014 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10015 If non-nil list local abbrev, only.
10016
100172000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10018
10019 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10020 from Gnus support code, and use special article copy buffer
10021 `(gnus-original-article-buffer)' instead. This allows to get rid
10022 of article-hide-headers usage (which breaks in the latest Gnus
10023 version). Thanks to Detlev Zundel.
10024
100252000-08-28 Kenichi Handa <handa@etl.go.jp>
10026
10027 * international/quail.el (quail-use-package): Hide "... loaded"
10028 message.
10029 (quail-start-translation, quail-start-conversion): Likewise.
10030
10031 * international/kkc.el (kkc-region): Hide "... loaded" message.
10032
100332000-08-27 Dave Love <fx@gnu.org>
10034
10035 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10036
100372000-08-27 Miles Bader <miles@gnu.org>
10038
10039 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10040
100412000-08-27 Kenichi Handa <handa@etl.go.jp>
10042
10043 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10044 'ja-dic-cnv), not (require 'skkdic-cnv).
10045
100462000-08-26 Miles Bader <miles@gnu.org>
10047
10048 * faces.el (face-x-resources): Add entry for :inherit.
10049 * cus-face.el (custom-face-attributes): Add support for :inherit
10050 attribute. Add support for relative face heights.
10051 (custom-face-attributes-get): Treat `nil' as being a default value
10052 for :inherit (as well as `unspecified').
10053
10054 * faces.el (set-face-attribute): Update doc string.
10055 (face-attribute-name-alist): Add :inherit.
10056 (face-valid-attribute-values): Handle :inherit.
10057 (face-read-string): Rephrase prompt to be less confusing.
10058 Assume that DEFAULT is a string, since we must return a string.
10059 (face-read-integer): Use `format' to turn DEFAULT into an
10060 acceptable default for face-read-string. Match NEW-VALUE against
10061 the string "unspecified", not the symbol `unspecified', since
10062 that's what face-read-string returns.
10063 (read-face-attribute): Lookup a name for old-value in valid, and
10064 use it as a default if we find one. Treat all values from
10065 face-read-string as strings. If the default is used, don't do any
10066 more processing on the value, just use the old value directly.
10067 (read-face-and-attribute, modify-face): Tweak prompt.
10068 (read-face-name): Don't assume prompt ends with a space.
10069
10070 * faces.el (describe-face): Add support for :inherit attribute.
10071
100722000-08-25 Kenichi Handa <handa@etl.go.jp>
10073
10074 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10075 concat doesn't accept interger.
10076
10077 * international/kkc.el: Remove SKK from Keywords. Require
10078 ja-dic-utl instead of skkdic-utl.
10079
10080 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10081 Provide ja-dic-cnv instead of skkdic-cnv.
10082 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10083 (iso-2022-7bit-short): Add safe-charsets property.
10084 (skkdic-convert-postfix): Search Japanese chou-on character in
10085 addition to Hiragana character.
10086 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10087 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10088 (batch-skkdic-convert): Likewise.
10089
10090 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10091 Provide ja-dic-utl instead of skkdic-utl.
10092 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10093
100942000-08-24 Dave Love <fx@gnu.org>
10095
10096 * disp-table.el (standard-display-default): Make the test of `l'
10097 useful.
10098
10099 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10100 mod sample text.
10101
10102 * international/iso-ascii.el: Make pilcrow convenient string
10103 consistent with section.
10104 (iso-ascii-display): Set up multibyte characters as well as
10105 unibyte.
10106
101072000-08-24 Kenichi Handa <handa@etl.go.jp>
10108
10109 * international/mule-cmds.el (reset-language-environment): Set
10110 default-process-coding-system to '(undecided . iso-latin-1), which
10111 makes process I/O almost consistent with file I/O. Call this
10112 function when mule-cmds.el[c] is loaded.
10113
101142000-08-22 Andrew Innes <andrewi@gnu.org>
10115
10116 * makefile.w32-in: New file.
10117
101182000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10119
10120 * comint.el (comint-output-filter): Compare end of
10121 comint-last-output-overlay with the start of the newly inserted
10122 text, not the end, when deciding whether to extend it.
10123 Set saved-point's insertion type to advance after insertion.
10124
10125 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10126 since this is now done independently of font-lock mode.
10127
101282000-08-21 Gerd Moellmann <gerd@gnu.org>
10129
10130 * server.el (server-kill-new-buffers): New user option.
10131 (server-existing-buffer): New buffer-local variable.
10132 (server-visit-files): When using an existing buffer, set
10133 server-existing-buffer to t.
10134 (server-buffer-done): If server-kill-new-buffers is t, kill the
10135 buffer, unless it was already present before visiting it with
10136 Emacs server.
10137
101382000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10139
10140 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10141 even if the display doesn't support colors: some displays will
10142 support bold/underline faces.
10143
101442000-08-21 Gerd Moellmann <gerd@gnu.org>
10145
10146 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10147
10148 * startup.el (command-line): If user's init file had an error,
10149 add explanatory text to *Messages*.
10150
101512000-08-21 Kenichi Handa <handa@etl.go.jp>
10152
10153 * man.el (Man-getpage-in-background): Decode the process output by
10154 the system locale coding system.
10155
101562000-08-20 Dave Love <fx@gnu.org>
10157
10158 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10159 Don't test x-popup-menu.
10160 (function) <complete-function>: Complete only fbound symbols.
10161 <validate, value>: New.
10162 (variable) <complete-function>: Complete only bound symbols.
10163 (coding-system): Add :base-only, :complete-function, :validate,
10164 :value, :prompt-match.
10165 (widget-coding-system-prompt-value): Use read-coding-system and
10166 act on :base-only.
10167 (editable-field): Add :help-echo.
10168 (widget-push-button-gui, widget-push-button-cache)
10169 (widget-gui-action, widget-editable-list-gui): COmment out, along
10170 with uses.
10171 (widget-at): Make arg optional.
10172 (widget-echo-help): Adjust for current help-echo calling sequence.
10173 (widget-specify-field, widget-specify-button)
10174 (widget-specify-insert, widget-get-sibling, widget-image-find)
10175 (widget-convert, widget-insert, widget-leave-text)
10176 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10177 (widget-setup, widget-field-find, widget-before-change)
10178 (widget-after-change, widget-default-complete)
10179 (widget-default-create, widget-default-delete)
10180 (widget-push-button-value-create, editable-field)
10181 (widget-field-prompt-value, widget-field-validate)
10182 (widget-choice-value-create, widget-choice-action)
10183 (widget-choice-validate, widget-checklist-add-item)
10184 (widget-radio-add-item, widget-radio-chosen)
10185 (widget-radio-value-inline, widget-editable-list-value-create)
10186 (widget-editable-list-entry-create)
10187 (widget-documentation-link-add)
10188 (widget-documentation-string-value-create)
10189 (widget-regexp-validate, widget-file-complete)
10190 (widget-sexp-validate, widget-plist-convert-widget)
10191 (widget-plist-convert-widget, widget-alist-convert-widget)
10192 (widget-alist-convert-widget, widget-color-complete): Simplify,
10193 particularly to avoid bindings which aren't optimized out.
10194
10195 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10196 Doc fix.
10197 (down-list, backward-up-list, up-list, kill-sexp)
10198 (backward-kill-sexp, mark-sexp): Make arg optional.
10199 (lisp-complete-symbol): Add optional arg PREDICATE.
10200
10201 * cus-start.el: Add display-buffer-reuse-frames,
10202 file-coding-system-alist.
10203
102042000-08-20 Gerd Moellmann <gerd@gnu.org>
10205
10206 * startup.el (command-line): Clear realized faces after
10207 modifying TTY color mappings.
10208
102092000-08-20 Miles Bader <miles@gnu.org>
10210
10211 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10212 merely a subset of FACE's attributes.
10213
102142000-08-19 Miles Bader <miles@gnu.org>
10215
10216 * comint.el (comint-output-filter): Save the point with a marker,
10217 not just a buffer position.
10218
10219 * international/mule.el (set-buffer-process-coding-system): Make
10220 interactive prompt less confusing.
10221
102222000-08-19 Gerd Moellmann <gerd@gnu.org>
10223
10224 * hilit-chg.el: General cleanup of doc strings, comments and
10225 code formatting.
10226
102272000-08-19 Miles Bader <miles@gnu.org>
10228
10229 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10230 Compiler macro removed; beginning-of-line is no longer always
10231 equivalent to forward-line, in the presence of fields.
10232
10233 * comint.el (comint-output-filter): Remove ad-hoc saving of
10234 restriction, and just use save-restriction, now that it works
10235 correctly. Don't adjust comint-last-input-start to account for
10236 our insertion; it shouldn't have moved because we don't use
10237 insert-before-markers anymore. Comment out call to
10238 `force-mode-line-update'; why is it here?
10239
10240 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10241 while checking for prompt to delete. Use `forward-line 0'
10242 instead of beginning-of-line.
10243 (gud-filter): Temporarily widen gud comint buffer while
10244 examining output.
10245
102462000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10247
10248 * progmodes/sh-script.el: Big bag of typos.
10249
10250 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10251 check since ispell-process is not bound when ispell is not yet loaded.
10252
102532000-08-18 Dave Love <fx@gnu.org>
10254
10255 * image.el (find-image): Copy `spec' before using plist-put.
10256
102572000-08-18 Gerd Moellmann <gerd@gnu.org>
10258
10259 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10260 `portugues'.
10261
10262 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10263 backward-kill-sexp, analogous to kill-sexp.
10264
10265 * progmodes/icon.el (icon-indent-line)
10266 (icon-is-continuation-line): Handle comments specially.
10267
102682000-08-17 Ken Stevens <k.stevens@ieee.org>
10269
10270 * ispell.el: Set to standard author/maintainer/keyword fields.
10271 Fine tuning to menu map appearance and operation, and added help.
10272 Remove `start' and `end' error messages when compiling.
10273 (ispell-choices-win-default-height): Fixed comment string.
10274 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10275 castellano8 dictionaries.
10276 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10277 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10278 dictionary, added italiano dictionary.
10279 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10280 word character
10281 (ispell-tex-skip-alists): Added psfig support.
10282 (ispell-skip-html): Renamed from ispell-skip-sgml.
10283 (ispell-begin-skip-region-regexp, ispell-skip-region)
10284 (ispell-minor-check): Improved html skipping support to skip across
10285 code, and recognize `&' commands without propper `;' syntax;
10286 (ispell-process-line): Fix alignment error when manually
10287 correcting spelling.
10288 (ispell): Fix comment string.
10289 (ispell-add-per-file-word-list): Always put word list on new line.
10290
102912000-08-17 Gerd Moellmann <gerd@gnu.org>
10292
10293 * format.el (format-encode-run-method): Fix error message to say
10294 `encode' instead of `decode'. Use save-window-excursion around
10295 shell-command-on-region as in format-decode-run-method because
10296 shell-command-on-region can display a buffer with error output.
10297 (format-decode): Don't record undo information for the decoding.
10298 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10299 that number part of the temporary buffer name so that more than
10300 one decoding using a temporary buffer can happen safely.
10301
10302 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10303 of `A-z' in the regexp.
10304
10305 * hilit-chg.el: Fix typos in commentary.
10306
10307 * help.el (view-emacs-news): Rewritten for new naming scheme
10308 for old NEWS files.
10309
10310 * startup.el (command-line): Pop to *Messages* in case an error
10311 is signaled while loading user-init-file.
10312
103132000-08-17 Andreas Schwab <schwab@suse.de>
10314
10315 * files.el (insert-directory): Don't lose original file name,
10316 undoing an undocumented change.
10317
103182000-08-17 Alex Schroeder <alex@gnu.org>
10319
10320 * sql.el (sql-magic-go): Use comint-bol.
10321 (sql-copy-column): Use comint-line-beginning-position.
10322 (comint-line-beginning-position): Define a replacement for
10323 comint-line-beginning-position if it is not fboundp.
10324
103252000-08-17 Alex Schroeder <alex@gnu.org>
10326
10327 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10328 it didn't have any effect anyway.
10329
103302000-08-17 Alex Schroeder <alex@gnu.org>
10331
10332 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10333 --pset and pager=off instead of sending \\o|cat at the beginning
10334 of the session.
10335
103362000-08-17 Miles Bader <miles@gnu.org>
10337
10338 * progmodes/octave-inf.el: Add compatibility definition of
10339 comint-line-beginning-position.
10340
103412000-08-17 Kenichi Handa <handa@etl.go.jp>
10342
10343 * startup.el (normal-top-level): Look in each dir in load-path for
10344 a leim-list.el file too. This assures of loading leim-list.el
10345 that is created at Emacs installation time even if a user have his
10346 own leim-list.el.
10347
103482000-08-17 Miles Bader <miles@gnu.org>
10349
10350 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10351 foreground color to black if the background is dark.
10352
103532000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10354
10355 * loadhist.el (unload-feature): Typo.
10356
10357 * finder.el (finder-compile-keywords):
10358 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10359 to the generated file.
10360
10361 * mail/mh-e.el (mh-make-local-vars):
10362 Replace make-variable-buffer-local with make-local-variable.
10363
10364 * play/landmark.el:
10365 * options.el (Edit-options-{set,toggle,t,nil}):
10366 * mail/mailabbrev.el (mail-abbrevs-mode):
10367 * textmodes/tex-mode.el (tex-expand-files):
10368 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10369
10370 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10371
10372 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10373 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10374 Allow going past the last element.
10375 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10376 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10377 (cvs-mouse-toggle-mark): Don't move point.
10378 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10379
10380 * progmodes/compile.el (grep): Provide a default set of files.
10381 (next-error): Docstring fix.
10382 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10383
10384 * emacs-lisp/easy-mmode.el (define-minor-mode):
10385 Use `symbol-value' to keep the byte-compiler quiet.
10386
10387 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10388 (diff-find-source-location): New fun, extracted from diff-goto-source.
10389 (diff-goto-source): Use it.
10390 (diff-next-complex-hunk, diff-filter-lines): New function.
10391 (diff-apply-hunk): New command.
10392
10393 * smerge-mode.el (smerge-mode-menu): Doc fix.
10394
10395 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10396
103972000-08-16 Dave Love <fx@gnu.org>
10398
10399 * windmove.el (windmove) <defgroup>: Add :version.
10400
10401 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10402 (goto-address-fontify-p, goto-address-highlight-p)
10403 (goto-address-url-face, goto-address-url-mouse-face)
10404 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10405 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10406 (goto-address-fontify, goto-address-at-mouse): Simplify,
10407 (goto-address-at-point): browse-url-url-at-point,
10408 goto-address-find-address-at-point can return nil.
10409 (goto-address-find-address-at-point): Return nil on failure.
10410
10411 * align.el (align) <defgroup>: Add :version.
10412
10413 * calculator.el (calculator): Add :version.
10414 (calculator): Use two lines for calculator window if `modeline'
10415 face is boxed.
10416
10417 * play/5x5.el: Doc fixes.
10418 (5x5) <defgroup>: Add :version.
10419
10420 * play/fortune.el (fortune) <defgroup>: Add :version.
10421 (fortune-append): Fix error message.
10422 (fortune-from-region): Doc fix.
10423
10424 * play/pong.el (pong): Doc fix.
10425
10426 * play/morse.el: Keywords, commentary, autoloads.
10427
104282000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10429
10430 * desktop.el (desktop-save): Don't look at symbol-value of a
10431 member of minor-mode-alist, unless it is boundp.
10432
104332000-08-16 Sam Steingold <sds@gnu.org>
10434
10435 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10436 `while'; use `with-current-buffer' instead of `save-excursion'.
10437 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10438
104392000-08-16 Kenichi Handa <handa@etl.go.jp>
10440
10441 * international/ccl.el (declare-ccl-program): Docstring modified.
10442 (ccl-execute-with-args): Likewise.
10443
104442000-08-16 Miles Bader <miles@gnu.org>
10445
10446 * progmodes/sql.el: Add compatibility definition of
10447 comint-line-beginning-position.
10448
104492000-08-15 Gerd Moellmann <gerd@gnu.org>
10450
10451 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10452 'buffer-menu' property.
10453 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10454 fails.
10455 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10456 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10457 wasn't killed.
10458
10459 * buff-menu.el (list-buffers-noselect): Don't display the
10460 *Buffer List* buffer.
10461
10462 * font-lock.el: Require jit-lock to prevent a very late
10463 `Loading jit-lock' message.
10464
10465 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10466 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10467 mail address.
10468
104692000-08-15 Miles Bader <miles@gnu.org>
10470
10471 * textmodes/ispell.el (ispell-graphic-p): New constant.
10472 (ispell-choices-win-default-height, ispell-help): Use
10473 `ispell-graphic-p' instead of `xemacsp'.
10474
104752000-08-15 Dave Love <fx@gnu.org>
10476
10477 * simple.el: Autoload widget-convert when compiling.
10478 (mail-user-agent): Doc fix.
10479
10480 * help.el (function-called-at-point, variable-at-point): Use
10481 with-syntax-table.
10482 (help-manyarg-func-alist): Add insert-and-inherit.
10483
10484 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10485
10486 * delsel.el (delsel-unload-hook): New function.
10487
10488 * find-file.el: Doc fixes. Move provide to end.
10489 (ff) <defgroup>: Add :link.
10490 (ff-goto-click): Deleted.
10491 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10492 Use mouse-set-point.
10493
10494 * textmodes/tildify.el: Doc fixes.
10495 (tildify) <defgroup>: Add:version.
10496
10497 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10498 (glasses-custom-set): Use set-default, not set.
10499 (minor-mode-alist): Propertize the lighter.
10500 (glasses-mode): Provide optional arg.
10501
10502 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10503 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10504 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10505 option. Provide :type.
10506 (cwarn-configuration): Provide :type.
10507 (cwarn-mode): Doc fix.
10508
10509 * add-log.el (change-log-merge): Doc fix.
10510 (change-log-redate): New command.
10511
10512 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10513 Doze and Dog.
10514 (browse-url): Use dolist, not mapcar.
10515 (browse-url-at-point): Check for null url.
10516 (browse-url-event-buffer, browse-url-event-point): Functions
10517 deleted.
10518 (browse-url-at-mouse, browse-url-netscape): Simplify.
10519
10520 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10521 modes.
10522 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10523 Fix previous change to mapcan.
10524 (msb--init-file-alist, msb--add-separators)
10525 (msb--make-keymap-menu): Simplify.
10526 (msb--choose-file-menu): Use copy-sequence.
10527 (msb-mode-map): Add title to keymap.
10528 (msb-unload-hook): New function.
10529
10530 * bs.el: Fix indentation.
10531 (bs) <defgroup>: Add :links.
10532 (bs-show): Doc fix.
10533 (bs-apply-sort-faces): Don't use window-system.
10534 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10535
105362000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10537
10538 * calendar/timeclock.el (timeclock-file): Run .timelog through
10539 convert-standard-filename.
10540
105412000-08-14 Gerd Moellmann <gerd@gnu.org>
10542
10543 * emacs-lisp/authors.el: New file.
10544
10545 * paren.el (show-paren-priority): New user option.
10546 (show-paren-function): Set overlay priorities to
10547 show-paren-priority.
10548
105492000-08-14 Miles Bader <miles@gnu.org>
10550
10551 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10552 beginning-of-line with inhibit-field-text-motion bound.
10553
105542000-08-14 Gerd Moellmann <gerd@gnu.org>
10555
10556 * calendar/timeclock.el: New file.
10557
105582000-08-14 David Ponce <david@dponce.com>
10559
10560 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10561 `widget-button-click'. so that one can use left mouse button to
10562 click on dialog buttons.
10563
105642000-08-14 Emmanuel Briot <briot@gnat.com>
10565
10566 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10567 identifiers, since XML is case sensitive
10568
105692000-08-12 Miles Bader <miles@gnu.org>
10570
10571 * comint.el (comint-output-filter): Don't bother frobbing
10572 window-start, it doesn't seem to be necessary.
10573
10574 * comint.el (comint-send-string, comint-send-region): Make into
10575 real functions. Snapshot the prompt before sending.
10576
105772000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10578
10579 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10580 technique similar to Info-index, instead of relying on specific
10581 names of relevant Index nodes.
10582 (Info-goto-emacs-command-node): Bind Info-history to nil when
10583 going to the first node found by Info-find-emacs-command-nodes.
10584
105852000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10586
10587 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10588
105892000-08-10 Miles Bader <miles@gnu.org>
10590
10591 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10592
105932000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10594
10595 * info.el (Info-file-list-for-emacs): More elements for the
10596 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10597 and woman manuals.
10598
105992000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10600
10601 * comint.el (comint-send-input): Make the newline boundary overlay
10602 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10603 (comint-output-filter): Use `insert' instead of
10604 `insert-before-markers'. Extend comint-last-output-overlay when
10605 necessary since we can't rely on insert-before-markers to do it.
10606 * gud.el (gud-filter): Use `with-current-buffer' instead of
10607 save-excursion when inserting the output, so that point gets
10608 updated correctly; the old method relied on a rather dodgy
10609 side-effect of comint-output-filter to avoid the effect of
10610 save-excursion.
10611
106122000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10613
10614 * files.el (recover-file): Call insert-directory instead of
10615 invoking `ls' directly.
10616
106172000-08-10 Miles Bader <miles@gnu.org>
10618
10619 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10620 (comint-last-prompt-overlay): New variables.
10621 (comint-output-filter): Implement prompt highlighting.
10622 (comint-snapshot-last-prompt): New function.
10623 (comint-send-input): Snapshot the last prompt.
10624 Use comint-highlight-input-face.
10625 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10626 Use defface instead of defcustom.
10627 (send-invisible, comint-send-eof): Snapshot the last prompt.
10628 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10629 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10630
106312000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10632
10633 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10634 (regexp-opt-group): Use a list of chars for `letters'.
10635 (regexp-opt-charset): `chars' is now a list of chars.
10636 Use a char-table rather than a vector so it works for multibyte chars.
10637
10638 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10639 Set cvs-minor-current-files to the selected fileinfo.
10640 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10641 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10642
106432000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10644
10645 * files.el (insert-directory): Don't call access-file on
10646 directories on DOS and Windows.
10647
106482000-08-09 Kenichi Handa <handa@etl.go.jp>
10649
10650 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10651 longer if necessary.
10652 (ccl-embed-code): Call ccl-embed-data to store CODE in
10653 ccl-program-vector.
10654
106552000-08-09 Miles Bader <miles@gnu.org>
10656
10657 * comint.el (comint-output-filter): Properly handle the case where
10658 the text surrounded by comint-last-output-overlay was deleted.
10659
106602000-08-08 Gerd Moellmann <gerd@gnu.org>
10661
10662 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10663 non-nil.
10664 (Info-file-list-for-emacs): Remove "info" from the list because
10665 that leads to trying to use the documentation from file `info'
10666 in various situations where it isn't appropriate, for instance
10667 C-h C-k C-h i.
10668
10669 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10670 DIR and/or STRING are nil.
10671
10672 * progmodes/compile.el (compilation-setup): Make variable
10673 compilation-error-screen-columns buffer-local, as some comment
10674 in the code suggests it should be.
10675
10676 * files.el (auto-mode-interpreter-regexp): New variable.
10677 (set-auto-mode): Use it.
10678
10679 * indent.el (indent-for-tab-command): Doc fix.
10680
10681 * mouse-sel.el (mouse-sel-mode): Doc fix.
10682
10683 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10684 labels.
10685
10686 * help.el (print-help-return-message): When
10687 display-buffer-reuse-frames is set, let the help window been quit,
10688 instead of deleting it, which might delete a reused frame.
10689
106902000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10691
10692 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10693 rename a directory to a name that differs only by its letter case.
10694
106952000-08-08 Kenichi Handa <handa@etl.go.jp>
10696
10697 * international/quail.el (quail-define-rules): Handle Quail decode
10698 map correctly. Add code for supporting annotations.
10699 (quail-install-decode-map): New function.
10700 (quail-defrule-internal): New optional arguments decode-map and
10701 props.
10702 (quail-advice): New function.
10703
107042000-08-07 Sam Steingold <sds@gnu.org>
10705
10706 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10707 `defconst', `define-condition', `with-slots'.
10708 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10709
107102000-08-03 Miles Bader <miles@gnu.org>
10711
10712 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10713 New variable.
10714 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10715 comint-use-prompt-regexp-instead-of-fields.
10716 (comint-send-input): Add `input' field property to stuff we send to
10717 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10718 (comint-output-filter): Add `output' field property to process
10719 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10720 (comint-replace-by-expanded-history)
10721 (comint-get-old-input-default, comint-show-output)
10722 (comint-backward-matching-input, comint-forward-matching-input)
10723 (comint-next-prompt, comint-previous-prompt): Use field
10724 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10725 (comint-line-beginning-position): New function.
10726 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10727 (comint-replace-by-expanded-history-before-point): Use
10728 comint-line-beginning-position and line-end-position.
10729 (comint-last-output-overlay): New variable.
10730 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10731
10732 * shell.el (shell-prompt-pattern): Doc change.
10733 (shell-backward-command): Use line-beginning-position.
10734
10735 * gud.el (gud-gdb-complete-command): Use
10736 comint-line-beginning-position.
10737
10738 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10739 comint-bol doesn't actually go to the beginning of the line.
10740
10741 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10742 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10743 (try-expand-line-all-buffers): Likewise.
10744
10745 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10746 explicitly matching comint-prompt-regexp.
10747 (sql-copy-column): Use comint-line-beginning-position instead of
10748 explicitly matching comint-prompt-regexp.
10749
10750 * progmodes/octave-inf.el (inferior-octave-complete): Use
10751 comint-line-beginning-position.
10752
10753 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10754
10755 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10756 looking for a prompt, use `forward-line 0' instead of
10757 `beginning-of-line', to avoid getting caught by an input field.
10758
107592000-08-07 Gerd Moellmann <gerd@gnu.org>
10760
10761 * files.el (shell-quote-wildcard-pattern): Make sure to return
10762 PATTERN, in the Unix case.
10763
107642000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10765
10766 * play/zone.el (zone): Discard any pending input before running
10767 the randomly-chosen pgm.
10768
107692000-08-07 Kenichi Handa <handa@etl.go.jp>
10770
10771 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10772 checking the existence of any multibyte characters.
10773
107742000-08-06 Gerd Moellmann <gerd@gnu.org>
10775
10776 * help.el (describe-mode): Test minor-mode symbol for being
10777 bound before testing its value for being nil.
10778
10779 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10780 `first', `second', and `third'.
10781
10782 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10783 (second): Make it an alias for `cadr'.
10784
107852000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10786
10787 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10788 types of display support faces now.
10789
107902000-08-05 Gerd Moellmann <gerd@gnu.org>
10791
10792 * pcvs.el (require): Require `cl' during compilation, only.
10793
10794 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10795 (toplevel): Remove `remq' and `remove' from autoloads.
10796 (cl-fake-autoloads): New variable. If set, arrange for an error
10797 when CL functions etc. are autoloaded.
10798
107992000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10800
10801 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10802
10803 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10804 popped up, but the user clicks outside the menu, return an empty
10805 regexp (that causes unhighlight-regexp to have no effect).
10806
10807 * menu-bar.el (menu-bar-games-menu): Add Zone.
10808
10809 * hi-lock.el (toplevel): Require font-lock.
10810
108112000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10812
10813 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10814 (ebnf-8-bit-chars): New var for bug fix.
10815 (ebnf-string): Bug fix.
10816
108172000-08-03 Sam Steingold <sds@gnu.org>
10818
10819 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10820 instead of `buffer-string'.
10821 (require 'cl): Always, not just when compiling.
10822 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10823 necessary.
10824
108252000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10826
10827 * international/mule-cmds.el (select-safe-coding-system): Make
10828 the message text about selecting a safe coding system more clear.
10829
108302000-08-02 Gerd Moellmann <gerd@gnu.org>
10831
10832 * hi-lock.el: New file.
10833
10834 * play/zone.el: New file.
10835
10836 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10837 value of tab-width in the original buffer. Choose a line number
10838 format that's a multiple of the original buffer's tab width, so
10839 that lines appear right.
10840
10841 * textmodes/ispell.el (ispell): New function, replacing an alias.
10842 Spell-check active region if in transient-mark-mode and mark
10843 is active; otherwise spell-check buffer.
10844
108452000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10846
10847 * ps-mule.el: Fix a customization problem on
10848 ps-mule-font-info-database-default.
10849
108502000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10851
10852 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10853 display-mouse-p instead of window-system.
10854 (ebrowse-member-mode-map): Ditto.
10855
108562000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10857
10858 * progmodes/ebnf2ps.el: Update ps-print functions call.
10859 Indentation fix. Doc fix.
10860 (ebnf-version): New version number (3.2).
10861 (ebnf-format-color, ebnf-begin-job): Code fix.
10862
108632000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10864
10865 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10866 font lock support on window-system.
10867 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10868
10869 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10870 display-color-p, if fboundp, instead of window-system.
10871
108722000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10873
10874 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10875 instead of window-system.
10876
10877 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10878 window-system.
10879 (widget-choice-mouse-down-action): Use display-popup-menus-p
10880 instead of window-system.
10881
10882 * strokes.el (strokes-file): Run the file name through
10883 convert-standard-filename.
10884 (strokes-mode): Call display-mouse-p instead of looking at
10885 window-system. Change the error message accordingly.
10886
10887 * progmodes/cpp.el (toplevel): Support faces on tty's.
10888
10889 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10890 (lm-plot-square, lm-init-display): Don't use window-system.
10891
10892 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10893 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10894
10895 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10896 instead of looking at window-system.
10897
108982000-07-30 Gerd Moellmann <gerd@gnu.org>
10899
10900 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10901 of testing if iswitchb-prepost-hooks is bound, because the
10902 latter will always be true when invoking a recursive minibuffer
10903 from an active Iswitchb buffer.
10904
109052000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10906
10907 * files.el (shell-quote-wildcard-pattern): New function.
10908 (insert-directory): Call it. Only prepend "\" to command on Unix
10909 and GNU/Linux systems.
10910
109112000-07-30 Gerd Moellmann <gerd@gnu.org>
10912
10913 * eshell/esh-groups.el: Change custom :link file names
10914 from `eshell.info' to `eshell'.
10915
109162000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10917
10918 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10919 correctly in recursive ange-ftp listings.
10920
109212000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10922
10923 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10924 ps-header-font-size-internal and
10925 ps-header-title-font-size-internal variables are not set,
10926 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10927 face text property is (foreground-color . COLOR) or
10928 `(background-color . COLOR)', ps-print crashes. Doc fix.
10929 (ps-print-version): New version number (5.2.4).
10930 (ps-plot-region): Code fix.
10931 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10932 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10933 Bug fix 2.
10934
109352000-07-30 Milan Zamazal <pdm@freesoft.cz>
10936
10937 * glasses.el (glasses-make-readable): Fix uncapitalization of
10938 identifiers like `myXMLDocument'.
10939
109402000-07-28 Karl Fogel <kfogel@red-bean.com>
10941
10942 * mail/mail-hist.el (mail-hist-previous-input)
10943 (mail-hist-next-input): Do the obvious code factorization.
10944 (mail-hist-retrieve-and-insert): New func, contains common
10945 code of above two.
10946 If inserting a message body, leave point at top.
10947
109482000-07-28 Sam Steingold <sds@gnu.org>
10949
10950 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10951 Use `<=', not `<' to compare times!
10952 (ange-ftp-ls): Remove.
10953
109542000-07-27 Gerd Moellmann <gerd@gnu.org>
10955
10956 * play/cookie1.el: Add explanation of how to make cookie.el
10957 compatible with strfile(1) to comment.
10958
10959 * subr.el (remove, remq): New functions.
10960
10961 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10962 escape `*' in regexps.
10963 (midnight-find): Reverse order of arguments in the funcall of
10964 TEST.
10965
10966 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10967 and `.class'.
10968
10969 * play/meese.el: Add Commentary section.
10970
109712000-07-27 Alex Schroeder <alex@gnu.org>
10972
10973 * sql.el (sql-ms): Added autoload cookie.
10974 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10975 (sql-oracle): Ditto.
10976 (sql-help): Doc change.
10977
10978 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10979 types and exceptions.
10980
109812000-07-27 Alex Schroeder <alex@gnu.org>
10982
10983 * sql.el (sql-placeholder-history): New variable.
10984 (sql-query-placeholders-and-send): New function that will query
10985 the user and replace placeholders with user input.
10986 (sql-oracle): If running on NT, set comint-input-sender to
10987 sql-query-placeholders-and-send.
10988
10989 (sql-stop): If in the SQLi buffer, insert stop notification, else
10990 present it as a message.
10991
109922000-07-27 Alex Schroeder <alex@gnu.org>
10993
10994 * sql.el (sql-input-ring-separator): Doc change.
10995 (sql-input-ring-file-name): Doc change.
10996 (sql-interactive-mode): Use `sql-input-ring-separator' and
10997 `sql-input-ring-file-name' to set the comint-mode equivalents
10998 without making them local variables.
10999 (sql-stop): Don't bind `sql-input-ring-separator' and
11000 `sql-input-ring-file-name' dynamically to their comint-mode
11001 equivalents.
11002
110032000-07-27 Kenichi Handa <handa@etl.go.jp>
11004
11005 * international/mule.el (register-char-codings): New function.
11006 (make-coding-system): Handle `safe-chars' specification in the arg
11007 PROPERTY.
11008
11009 * international/mule-cmds.el
11010 (find-coding-systems-region-subset-p): This function deleted.
11011 (sort-coding-systems-predicate): New variable.
11012 (sort-coding-systems): New function.
11013 (find-coding-systems-region): Use
11014 find-coding-systems-region-internal.
11015 (find-coding-systems-string): Use find-coding-systems-region.
11016 (find-coding-systems-for-charsets): Check
11017 char-coding-system-table.
11018 (select-safe-coding-system-accept-default-p): New variable.
11019 (select-safe-coding-system): Mostly rewritten. New argument
11020 ACCEPT-DEFAULT-P.
11021 (select-message-coding-system): Call select-safe-coding-system
11022 with ACCEPT-DEFAULT-P arg.
11023 (reset-language-environment): Reset default-sendmail-coding-system
11024 to the default value iso-latin-1.
11025 (set-language-environment): Don't set the obsolete variable
11026 charset-origin-alist.
11027
11028 * international/codepage.el (cp-coding-system-for-codepage-1):
11029 Give `safe-chars' property to make-coding-system.
11030
11031 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11032 calling select-message-coding-system twice.
11033
11034 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11035 instead of `safe-charsets'.
11036 (cyrillic-alternativnyj): Likewise.
11037 (ccl-encode-alternativnyj): Don't check the charset
11038 cyrillic-iso8859-5.
11039
110402000-07-27 Kenichi Handa <handa@etl.go.jp>
11041
11042 * composite.el (compose-chars-after): Preserve match data.
11043
110442000-07-26 Sam Steingold <sds@gnu.org>
11045
11046 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11047 (ange-ftp-real-file-newer-than-file-p): New function.
11048 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11049 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11050
11051 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11052 * midnight.el (midnight-float-time): Ditto.
11053
110542000-07-26 Andreas Schwab <schwab@suse.de>
11055
11056 * files.el (normal-backup-enable-predicate): Correct
11057 interpretation of the return value of compare-strings.
11058
110592000-07-26 Gerd Moellmann <gerd@gnu.org>
11060
11061 * isearch.el (isearch-resume): New function.
11062 (isearch-done): Add something to command-history to resume
11063 the search.
11064 (isearch-yank-line, isearch-yank-word): Use
11065 buffer-substring-no-properties instead of buffer-substring.
11066
11067 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11068 of flyspell-mouse-map.
11069
11070 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11071 duplicate definition.
11072 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11073
11074 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11075 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11076
110772000-07-25 Sam Steingold <sds@gnu.org>
11078
11079 * net/ange-ftp.el: Get modtime over the net.
11080 (ange-ftp-file-modtime): New function.
11081 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11082 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11083 Use it.
11084 (ange-ftp-dot-to-slash): New function.
11085 (ange-ftp-fix-name-for-vms): Use it.
11086
11087 * midnight.el (midnight-buffer-display-time): Use
11088 `with-current-buffer'.
11089
110902000-07-25 Gerd Moellmann <gerd@gnu.org>
11091
11092 * find-dired.el: Update copyright notice.
11093 (find-dired): Offer to kill a running `find'.
11094
11095 * enriched.el (enriched-face-ans): For a `foreground-color'
11096 property, return '(("x-color" COLOR))' so that COLOR will be
11097 output as a parameter of the x-color annotation. Likewise for the
11098 `background-color' property. In the case of normal face
11099 properties, don't return annotations for unspecified foreground
11100 and background face attributes.
11101
111022000-07-25 Kenichi Handa <handa@etl.go.jp>
11103
11104 * language/japan-util.el (japanese-katakana-region): Fix handling
11105 HANKAKU argument.
11106
111072000-07-25 Miles Bader <miles@gnu.org>
11108
11109 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11110 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11111 constrain-to-field.
11112
111132000-07-24 Andrew Innes <andrewi@gnu.org>
11114
11115 * timer.el (timer-activate-when-idle): Add optional parameter
11116 DONT-WAIT. Update docstring.
11117 (run-with-idle-timer): Specify extra parameter to
11118 timer-activate-when-idle, so that timer will be activated
11119 immediately if Emacs is already idle.
11120
11121 * w32-fns.el (w32-using-nt): Fix docstring.
11122
111232000-07-24 Dave Love <fx@gnu.org>
11124
11125 * mouse.el (popup-menu): Set last-command-event.
11126 (mouse-major-mode-menu-prefix): Declare.
11127
111282000-07-24 Gerd Moellmann <gerd@gnu.org>
11129
11130 * textmodes/flyspell.el: Update to author's version 1.5d.
11131
11132 * progmodes/hideshow.el: Update copyright notice.
11133
11134 * vcursor.el: Set maintainer to FSF, since author cannot
11135 be reached.
11136
111372000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11138
11139 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11140 the prompt.
11141
11142 * mouse.el (popup-menu): Run the keymap through indirect-function,
11143 in case it was defined with define-prefix-key. If the menu is a
11144 list of keymaps, look up the binding of user's choice in each one
11145 of the keymaps.
11146 (mouse-popup-menubar): If the global and local menu-bar keymaps
11147 don't have a prompt string, create one and insert it into the
11148 keymap. Don't barf if current-local-map returns nil.
11149
111502000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11151
11152 * dired.el (dired-sort-R-check): Added to allow recursive listing
11153 to be undone.
11154 (dired-sort-other): Use it.
11155
111562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11157
11158 * Release of cc-mode 5.27
11159
111602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11161
11162 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11163 c-beginning-of-statement-1 that caused a bad case of recursion
11164 which could consume a lot of CPU in large classes in languages
11165 that have in-expression classes (i.e. Java and Pike).
11166
11167 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11168 statements before top level constructs (i.e. case 6 is moved
11169 before case 5 and is now case 4) to catch in-expression
11170 classes in top level expressions correctly.
11171
111722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11173
11174 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11175 objc-method-intro. Case 4 removed and case 5I added.
11176
11177 * cc-langs.el (c-append-paragraph-start): New variable used by
11178 c-common-init to get paragraph-start correct.
11179 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11180 initialize paragraph-start to make it correct both with and
11181 without the javadoc special case.
11182
11183 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11184 initialize paragraph-start for javadoc markup.
11185
11186 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11187 change by defaulting this to t. It's motivated by the
11188 confusing behavior that otherwise arise from the style system
11189 when editing both java and non-java files at the same time
11190 (see the comments about style setting in c-common-init).
11191
111922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11193
11194 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11195 similar to the one in c-fill-paragraph to check the fill
11196 prefix from the adaptive fill function for sanity.
11197
111982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11199
11200 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11201 defun block.
11202
a30eb617
DL
112032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11204
11205 * cc-align.el (c-lineup-multi-inher): Handle lines with
11206 leading comma nicely. Extended to handle member initializers
11207 too.
11208
11209 * cc-engine.el: (c-beginning-of-inheritance-list,
11210 c-guess-basic-syntax): Fixed recognition of inheritance lists
11211 when the lines begins with a comma.
11212
a30eb617
DL
11213 * cc-vars.el (c-offsets-alist): Changed default for
11214 member-init-cont to c-lineup-multi-inher since it now handles
11215 member initializers and indents better for leading commas.
11216
112172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11218
11219 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11220 handling that caused class open lines to be recognized as
11221 statement-conts in some cases.
11222
11223 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11224 guessed by the adaptive fill function unless point is on the
11225 first line of a block comment.
11226
11227 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11228 when the buffer ends with a macro continuation char.
11229
11230 * cc-engine.el (c-guess-basic-syntax): Added support for
11231 function definitions as statements in Pike. The first
11232 statement in a lambda block is now labeled defun-block-intro
11233 instead of statement-block-intro.
11234
11235 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11236 so that the class surrounding point is selected, not the one
11237 innermost in the state.
11238
11239 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11240 recognition of switch labels having hanging multiline
11241 statements.
11242
11243 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11244 some code in c-guess-basic-syntax to a separate function.
11245 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11246 recognition of member inits with multiple line arglists.
11247 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11248 member-init-cont when the commas are in funny places.
11249
112502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11251
11252 * cc-defs.el (c-auto-newline): Removed this macro since it's
11253 not used anymore.
11254
11255 * cc-engine.el (c-looking-at-bos): New helper function.
11256 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11257 inexpr and toplevel classes apart in Pike.
11258
11259 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11260 of case 9A.
11261
11262 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11263 constant, since "class" can introduce an in-expression class
11264 in Pike nowadays.
11265
112662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11267
11268 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11269 indentation on cpp-macro lines.
11270
11271 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11272 a syntax modifier like comment-intro, to make it possible to
11273 get syntactic indentation for preprocessor directives. It's
11274 incompatible wrt to lineup functions on cpp-macro, but it has
11275 no observable effect in the 99.9% common case where cpp-macro
11276 is set to -1000.
11277
112782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11279
11280 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11281 member-init-cont when the preceding arglist is several lines.
11282
112832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11284
11285 * cc-styles.el (c-style-alist): The basic offset for the BSD
11286 style corrected to 8.
11287
112882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11289
11290 * cc-styles.el (c-style-alist): Adjusted the indentation of
11291 brace list openers in the gnu style.
11292
112932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11294
11295 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11296
11297 * cc-cmds.el (c-electric-brace, c-electric-slash,
11298 c-electric-star, c-electric-semi&comma, c-electric-colon,
11299 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11300 when c-syntactic-indentation is nil.
11301
11302 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11303 we were left at comments preceding the first statement when
11304 reaching the beginning of the buffer.
11305
11306 * cc-vars.el (c-syntactic-indentation): New variable to turn
11307 off all syntactic indentation.
11308
113092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11310
11311 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11312 between the text and the block comment ender when it hangs,
11313 depending on how many there are before the fill.
11314
113152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11316
11317 * cc-engine.el (c-beginning-of-closest-statement): New helper
11318 function to go back to the closest preceding statement start,
11319 which could be inside a conditional statement.
11320 * cc-engine.el (c-guess-basic-syntax): Use
11321 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11322
11323 * cc-engine.el (c-guess-basic-syntax): Better handling of
11324 arglist-intro, arglist-cont-nonempty and arglist-close when
11325 the arglist is nested inside parens. Cases 7A, 7C and 7F
11326 changed.
11327
11328 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11329 up-to-date with javadoc 1.2.
11330
113312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11332
11333 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11334 multiline Pike type decls.
11335
113362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11337
11338 * cc-cmds.el (c-indent-new-comment-line): Always break
11339 multiline comments in multiline mode, regardless of
11340 comment-multi-line.
11341
113422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11343
11344 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11345 fully::qualified::names in C++ member init lists. Preamble in
11346 case 5D changed.
11347
113482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11349
11350 * cc-langs.el (c-common-init): Handling of obsolete variables
11351 moved to c-initialize-cc-mode. More compatible style override
11352 when using global style variables.
11353 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11354 variables moved here.
11355
a30eb617
DL
11356 * cc-styles.el (c-make-styles-buffer-local): Flag style
11357 variable localness in c-style-variables-are-local-p to make
11358 the compatibility measure in c-common-init work well.
11359
11360 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11361 longer contain set-from-style.
11362 * cc-styles.el (c-initialize-builtin-style): Don't check for
11363 set-from-style on c-special-indent-hook.
11364 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11365 copy-alist is sufficient now.
11366
11367 * cc-styles.el (c-set-style, c-set-style-1,
11368 c-get-style-variables): Fixes to variable initialization so
11369 that duplicate entries in styles have the same effect
11370 regardless of DONT-OVERRIDE.
11371
11372 * cc-styles.el (c-set-style-2): Fixed bug where the
11373 initialization of inheriting styles failed when the
11374 dont-override flag is set.
11375
11376 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11377 on this.
11378
113792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11380
11381 * cc-defs.el (c-forward-comment): Removed the workaround
11382 introduced in 5.38 since it had worse side-effects. If a line
11383 contains the string "//\"", it regarded the // as a comment
11384 start since the \ temporarily doesn't have escape syntax.
11385
113862000-07-17 Emmanuel Briot <briot@act-europe.fr>
11387
11388 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11389 ada-xref.el before ada-prj.el, so that the Project menu is created
11390 when ada-prj tries to add to it.
11391 (ada-activate-keys-for-case): Suppress the characters that are not
11392 part of the Ada syntax. Better compatibility with else-mode
11393 (ada-adjust-case-interactive): When auto-casing is not active,
11394 correctly insert newlines (used to insert only ^M). Prevent the
11395 syntax table from being changed in case of an error
11396 (or '_' becomes part of a word and some commands are confused).
11397 Do nothing if ada-auto-case is nil.
11398 (ada-after-keyword-p): Ignore keywords that are also attributes
11399 (ada-batch-reformat): Update usage comment
11400 (ada-call-from-contextual-menu): New function
11401 (ada-case-read-exceptions): Reinitialize the casing exception list
11402 first to nil first, so that the casing exception file can be
11403 shared.
11404 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11405 files.
11406 (ada-compile-goto-error): Fix regexp used to detect a file:line
11407 anywhere in the error message
11408 (ada-contextual-menu-last-point): New variable
11409 (ada-create-keymap): If the variable delete-key-deletes-forward is
11410 t on XEmacs, it means that DEL should delete one character
11411 forward.
11412 (ada-create-menu): Use :included instead of :visible for XEmacs.
11413 New submenu "Options".
11414 (ada-end-stmt-re): Correctly indent "select ... then abort"
11415 statements.
11416 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11417 even if they don't match ada-fill-comment-prefix Fix handling of
11418 paragraphs on the first or last line of a file.
11419 (ada-format-paramlist): Fix handling of default parameter values.
11420 (ada-get-body-name): New function.
11421 (ada-get-current-indent): Optimized by searchling directly for an
11422 existing generic part or a statement outside of it. Handle
11423 ada-indent-align-comments when indenting comments Replaced some
11424 regexps by testing directly the next character. This results in a
11425 huge speedup on some files. New indentation scheme for renames
11426 statements. Stop looking for the 'while' or 'for' associated with
11427 a 'loop' at the first semicolon encountered. A "return" can also
11428 match an anonymous access subprogram declaration.
11429 (ada-get-indent-noindent): Ignore strings and comments when
11430 looking for the keywords "record" and "private".
11431 (ada-goto-matching-decl-start): When matching "if", make sure we
11432 are not in fact seeing "end if". Ignore "when" statements except
11433 when initial keyword was "begin". Fix handling of nested
11434 procedures. Add a recursive call to this function to skip over
11435 other 'end' statmts. Fix indentation for "when .. => begin"
11436 (ada-in-open-paren-p): Fix indentation for complex boolean
11437 expressions, where 'and then', 'or else' and parenthesis
11438 statements are mixed up.
11439 (ada-in-paramlist-p): Skip comments while searching for the
11440 beginning Fix handling of operator declarations.
11441 (ada-indent-align-comments): New variable
11442 (ada-indent-current): Change the syntax table only in the
11443 protected section, so that we are sure it is restored correctly.
11444 (ada-indent-on-previous-lines): Use ada-use-indent and
11445 ada-with-indent Correctly indent "select ... then"
11446 (ada-indent-region): Slight speedup.
11447 (ada-indent-renames): New variable.
11448 (ada-last-which-function-subprog, ada-last-which-function-line):
11449 New variables
11450 (ada-looking-at-semi-private): Correctly indent the 'private'
11451 keyword when it is the first word in a package declaration.
11452 (ada-loose-case-word): Stop searching if at the end of the buffer.
11453 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11454 even if point is not initially at the end of the word.
11455 (ada-matching-decl-start-re): Add "when".
11456 (ada-mode): Add support for abbrev-mode, outline-mode and
11457 which-func-mode Override the old find-file.el entry in
11458 ff-special-constructs since it is using the obsolete
11459 ada-spec-suffix variable
11460 (ada-no-auto-case): New function
11461 (ada-scan-paramlist): When parsing the argument type, accept
11462 spaces (as in "X 'Class", generated by Rational Rose).
11463 (ada-other-file-name): No longer loads the other file.
11464 (ada-popup-menu): Save and restore the current buffer and cursor
11465 position before and after displaying the menu.
11466 (ada-search-ignore-complex-boolean): New function.
11467 (ada-uncomment-region): Emacs21 already knows how to delete
11468 comments not starting in the first column.
11469 (ada-use-indent): New variable
11470 (ada-which-function): New function.
11471 (ada-with-indent): New variable
11472 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11473 can be batch-compiled from the command line.
11474
11475 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11476 Add to the menu when the file is loaded, not in ada-mode-hook.
11477 Add -toolbar to the default ddd command Switches moved from
11478 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11479 ada-prj-default-comp-opt
11480 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11481 Reference Manual to the menu
11482 (ada-check-current): rewritten as a call to ada-compile-current
11483 (ada-compile): Removed.
11484 (ada-compile-application, ada-compile-current, ada-check-current):
11485 Set the compilation-search-path so that compile.el automatically
11486 finds the sources in src_dir. Automatic scrollong of the
11487 compilation buffer. C-uC-cC-c asks for confirmation before
11488 compiling
11489 (ada-compile-current): New parameter, prj-field
11490 (ada-complete-identifier): Load the .ali file before doing
11491 processing
11492 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11493 conform to gnatmake's behavior.
11494 (ada-find-file-in-dir): New function
11495 (ada-find-references): Set the environment variables for gnatfind
11496 (ada-find-src-file-in-dir): New function.
11497 (ada-first-non-nil): Removed
11498 (ada-gdb-application): Add support for jdb, the java debugger.
11499 (ada-get-ada-file-name): Load the original-file first if not done
11500 yet.
11501 (ada-get-all-references): Handles the new ali syntax (parent types
11502 are found between <>).
11503 (ada-initialize-runtime-library): New function
11504 (ada-mode-hook): Always load a project file when a file is opened,
11505 so that the casing exceptions are correctly read.
11506 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11507 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11508 to open the project file, since the latter does not work with
11509 speedbar Get default values before loading the prj file, or the
11510 default executable file name is wrong. Use the absolute value of
11511 src_dir to initialize ada-search-directories and
11512 compilation-search-path,... Add the standard runtime library to
11513 the search path for find-file.
11514 (ada-prj-default-debugger): Was missing an opening '{'
11515 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11516 variables.
11517 (ada-prj-default-gnatmake-opt): New variable
11518 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11519 buffers, the project file is the default one Save the windows
11520 configuration before displaying the menu.
11521 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11522 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11523 ...) regexp-quote identifiers names to support operators +,
11524 -,... in regexps.
11525 (ada-remote): New function.
11526 (ada-run-application): Erase the output buffer before starting the
11527 run Support remote execution of the application. Use
11528 call-process, or the arguments are incorrectly parsed
11529 (ada-set-default-project-file): Reread the content of the active
11530 project file, not the one from the current buffer When a project
11531 file is set as the default project, all directories are
11532 automatically associated with it.
11533 (ada-set-environment): New function
11534 (ada-treat-cmd-string): New special variable ${current}
11535 (ada-treat-cmd-string): Revised. The substitution is now done for
11536 any ${...} substring
11537 (ada-xref-current): If no body was found, compiles the spec
11538 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11539 compiler to get rid of command line length limitations.
11540 (ada-xref-get-project-field): New function
11541 (ada-xref-project-files): New variable
11542 (ada-xref-runtime-library-specs-path)
11543 (ada-xref-runtime-library-ali-path): New variables
11544 (ada-xref-set-default-prj-values): Default run command now does a
11545 cd to the build directory. New field: main_unit Provide a default
11546 file name even if the current buffer has no prj file.
11547
11548 * ada-prj.el:
11549 Rewritten to show a tabbed-dialog.
11550 (ada-prj-add-ada-menu): Remove the map and name parameters.
11551 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11552 New function
11553 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11554 (ada-prj-load-from-file): New function
11555 (ada-prj-save): Always save fields that depend on the current buffer
11556 (ada-prj-show-value): New function
11557
11558 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11559 Ada mode. This will allow us to display the Ada menu in any buffer
11560 we want (for project items).
11561 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11562 number of spaces in the header.
11563
115642000-07-24 Dave Love <fx@gnu.org>
11565
11566 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11567
115682000-07-23 Noah Friedman <friedman@splode.com>
11569
11570 * type-break.el (type-break): perform autosave.
11571 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11572 (type-break-do-query): Cancel query schedule while performing
11573 actual query, to avoid possibility of a second query being made
11574 while first one is already in progress.
11575 (type-break-time-stamp-format): New variable.
11576 (type-break-time-stamp): New function.
11577 (type-break-time-warning): Use it.
11578 (type-break-keystroke-warning): Use it.
11579 (type-break-noninteractive-query): Use it.
11580
11581 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11582 cookie.
11583 Use add-minor-mode to set minor-mode-alist, if available.
11584 (eldoc-echo-area-use-multiline-p): New user option.
11585 (eldoc-echo-area-multiline-supported-p): New variable.
11586 (eldoc-docstring-format-sym-doc): Use them.
11587 (eldoc-mode): If not using idle timers, append to local post and
11588 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11589 (eldoc-display-message-no-interference-p): Don't interfere with
11590 edebug.
11591 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11592 (eldoc-function-arglist): New function.
11593 (eldoc-function-argstring): Use it.
11594
11595 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11596 auto save directory exists before calling directory-files.
11597
115982000-07-23 Dave Love <fx@gnu.org>
11599
11600 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11601 ^o, ^u.
11602
116032000-07-21 Dave Love <fx@gnu.org>
11604
11605 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11606 now passed to the function. It now works properly.
11607
11608 * smerge-mode.el (smerge-mode-menu): Fill it out.
11609
116102000-07-20 Gerd Moellmann <gerd@gnu.org>
11611
11612 * info-look.el (info-lookup): If *info* is shown in another frame
11613 on the same display, select that frame, instead of switching to
11614 the Info buffer in another window of the selected frame.
11615
11616 * simple.el (universal-argument-map): Bind numeric keypad keys
11617 kp-0 to kp-9 and kp-subtract.
11618 (digit-argument): Handle these keys.
11619
116202000-07-20 Dave Love <fx@gnu.org>
11621
11622 * net/goto-addr.el (goto-address-fontify): Don't bother with
11623 buffer-modified and read-only stuff -- irrelevant with overlays.
11624 Put an extra property on the overlays and use it to clean up in
11625 case goto-address is re-run.
11626
116272000-07-19 Richard M. Stallman <rms@gnu.org>
11628
11629 * timer.el (run-with-idle-timer): Doc fix.
11630
11631 * mail/mail-utils.el (mail-strip-quoted-names):
11632 Handle case where <...> appears inside "...".
11633 Use replace-match to edit the string more simply.
11634 (rmail-dont-reply-to): Cope with an unmatched ".
11635
116362000-07-19 Dave Love <fx@gnu.org>
11637
11638 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11639 implementation.
11640
11641 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11642 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11643 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11644
116452000-07-19 Gerd Moellmann <gerd@gnu.org>
11646
11647 * textmodes/refer.el: Correct maintainer's email address.
11648
11649 * progmodes/hideif.el: Correct author's email address.
11650 Fix typo in comment.
11651
11652 * xml.el: New file.
11653
11654 * mail/mailheader.el: Correct author's mail address.
11655
11656 * gnus/parse-time.el: Correct author's mail address.
11657
116582000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11659
11660 * comint.el (comint-highlight-input, comint-highlight-face):
11661 New user options.
11662 (comint-input-ring-file-name): Change custom type.
11663 (comint-mode-map): Bind mouse-2.
11664 (comint-insert-clicked-input): New function.
11665 (comint-send-input): Handle input highlighting.
11666
116672000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11668
11669 * mouse.el (popup-menu): New function.
11670 (mouse-major-mode-menu): Use it.
11671
116722000-07-18 Dave Love <fx@gnu.org>
11673
11674 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11675 improvements.
11676
116772000-07-18 Gerd Moellmann <gerd@gnu.org>
11678
11679 * faces.el (face-font-selection-order)
11680 (face-font-family-alternatives): Add custom type.
11681
116822000-07-18 Dave Love <fx@gnu.org>
11683
11684 * cus-edit.el (custom-variable-reset-saved)
11685 (custom-variable-reset-standard): Remove unused bindings.
11686
11687 * rect.el (open-rectangle-line): Remove unused let.
11688
11689 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11690
116912000-07-18 Gerd Moellmann <gerd@gnu.org>
11692
11693 * cdl.el: Fix `Maintainer' keyword.
11694
11695 * play/pong.el: Add author's email address.
11696
116972000-07-17 Sam Steingold <sds@gnu.org>
11698
11699 * files.el (insert-directory): Call `split-string' instead of
11700 re-implementing it.
11701
117022000-07-18 Gerd Moellmann <gerd@gnu.org>
11703
11704 * mail/vms-pmail.el: Change maintainer to FSF.
11705
11706 * net/goto-addr.el: Change maintainer to FSF.
11707
11708 * info.el (Info-title-face-alist): Removed.
11709
117102000-07-18 David Ponce <david@dponce.com>
11711
11712 * recentf.el (recentf-open-files): New command that works like
11713 `recentf-open-more-files', but shows the whole list of files (not just
11714 those omitted from the menu). Useful if you don't use a menu-bar!
11715 (recentf-open-more-files) Modified to use `recentf-open-files'.
11716
11717 (recentf-open-files, recentf-open-more-files)
11718 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11719
11720 (recentf-dialog-mode): New mode for dialogs. You can now just type
11721 "q" to cancel the dialogs.
11722
117232000-07-18 David Ponce <david@dponce.com>
11724
11725 * recentf.el: This is a major update of recentf.el. It adds new
11726 features to better organize the recentf menu and "More..." buffer.
11727
11728 Using new provided menu filtering functions you can now organize the
11729 recent files list:
11730
11731 - by major modes
11732 - by directories
11733 - by user defined rules
11734
11735 Finally, with the new `recentf-filter-changer' customizable filter you
11736 can define a ring of filters and dynamically (via the menu) cycle on
11737 each menu organization in the ring (a la msb).
11738
117392000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11740
11741 * eshell/eshell.el (eshell): Replace links to eshell.info with
11742 links to eshell, to avoid problems on systems where the manual is
11743 installed as `eshell'.
11744 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11745 * eshell/em-smart.el (eshell-smart): Ditto.
11746 * eshell/em-banner.el (eshell-banner): Ditto.
11747 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11748
11749 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11750 same-file check in the MS-DOS version (it does support inodes).
11751
11752 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11753
11754 * eshell/eshell.el (eshell-directory-name):
11755 Run default directory name through convert-standard-filename.
11756
117572000-07-18 Kenichi Handa <handa@etl.go.jp>
11758
11759 * international/mule-cmds.el (select-safe-coding-system):
11760 Fix typo in the comment.
11761
11762 * language/european.el (compound-text):
11763 Force katakana-jisx0201 to be designated to G1.
11764
11765 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11766 Don't translate some national variant characters of latin-jisx0201.
11767 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11768
11769 * international/kkc.el (kkc-after-update-conversion-functions):
11770 New variable.
11771 (kkc-update-conversion): Run functions in it at the tail.
11772
117732000-07-16 John Wiegley <johnw@gnu.org>
11774
11775 * lisp/align.el (align-newline-and-indent):
11776 Adding new function. for auto-aligning blocks of code on RET.
11777 (align-region): Fixed badly formatted minibuffer message.
11778
117792000-07-17 Kenichi Handa <handa@etl.go.jp>
11780
11781 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11782 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11783 the conversion list at first if appropriate.
11784 (kkc-next): Don't update kkc-next-count here.
11785 (kkc-prev): Don't update kkc-prev-count here.
11786 (kkc-show-conversion-list-update): Fix setting up of conversion
11787 list message.
11788
117892000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11790
11791 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11792
117932000-07-16 Dave Love <fx@gnu.org>
11794
11795 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11796 function to be more specific.
11797
11798 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11799 non-string help-echo.
11800 (widget-types-convert-widget): Defsubst it.
11801 (widget-echo-help): Try to cope with a help-echo function of two
11802 possible sorts.
11803
118042000-07-15 Jason Rumney <jasonr@gnu.org>
11805
11806 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11807 Declare as obsolete.
11808
11809 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11810
118112000-07-14 Gerd Moellmann <gerd@gnu.org>
11812
11813 * hilit-chg.el: Fix typo.
11814
118152000-07-14 Dave Love <fx@gnu.org>
11816
11817 * info.el (Info-mode-menu): Fix use of :help, :enable.
11818
118192000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11820
11821 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11822
118232000-07-13 Dave Love <fx@gnu.org>
11824
11825 * emacs-lisp/easymenu.el: Doc fixes.
11826 (easy-menu-remove): Defalias to ignore.
11827
11828 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11829 Call throw correctly.
11830
118312000-07-13 Gerd Moellmann <gerd@gnu.org>
11832
11833 * faces.el (frame-background-mode): Doc fix.
11834
11835 * simple.el (eval-expression-print-length): Change custom type to
11836 allow entering nil as value.
11837
118382000-07-13 Dave Love <fx@gnu.org>
11839
11840 * progmodes/fortran.el (fortran-imenu-generic-expression):
11841 Change definition layout.
11842 (fortran-mode-menu): Reinstate customize entries.
11843
11844 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11845 Use :filter, per old XEmacs code.
11846
118472000-07-12 Gerd Moellmann <gerd@gnu.org>
11848
11849 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11850 event when deciding what to send to the terminal.
11851
118522000-07-12 Dave Love <fx@gnu.org>
11853
11854 * cus-start.el: Add optional version as 4th element of specs and
11855 use it for several things new in v21. Remove load-path. Fix type
11856 of line-number-display-limit.
11857
118582000-07-11 Dave Love <fx@gnu.org>
11859
11860 * progmodes/fortran.el: Don't require easymenu.
11861 Use repeat counts in various regexps.
11862 (fortran-mode-syntax-table): Defvar directly.
11863 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11864 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11865 Use defvar, not defconst.
11866 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11867 (fortran-mode): Set fortran-comment-line-start-skip,
11868 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11869 (fortran-comment-indent): Use defsubst.
11870 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11871 Use fortran-comment-indent, not fortran-comment-indent-function.
11872 (fortran-comment-region, fortran-electric-line-number): Simplify.
11873 (fortran-auto-fill): New function.
11874 (fortran-do-auto-fill): Deleted.
11875 (fortran-find-comment-start-skip):
11876 Check for non-null comment-start-skip.
11877 (fortran-auto-fill-mode, fortran-fill-statement):
11878 Use fortran-auto-fill.
11879 (fortran-fill): Use fortran-auto-fill. Check for null
11880 comment-start-skip. Simplify final clause and use end-of-line finally.
11881
11882 * widget.el (widget-plist-member): New alias.
11883
118842000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11885
11886 * eshell/esh-module.el (toplevel): Reference
11887 byte-compile-current-file only if it is bound.
11888
118892000-07-10 Gerd Moellmann <gerd@gnu.org>
11890
11891 * dired.el: Don't require `dired-aux'.
11892
118932000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11894
11895 * dired-aux.el (dired-show-file-type): New function.
11896 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11897 (dired-show-file-type): Add autoload.
11898
118992000-07-10 Kenichi Handa <handa@etl.go.jp>
11900
11901 * international/mule-diag.el (describe-font): Adjusted for the
11902 change of fontset-info.
11903 (print-fontset): Likewise.
11904
119052000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11906
11907 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11908
119092000-07-07 Gerd Moellmann <gerd@gnu.org>
11910
11911 * bindings.el: Bind `[delete]' to delete-char.
11912
11913 * dired.el (dired-find-alternate-file): New function.
11914 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11915 (toplevel): Require dired-aux when compiling.
11916 (dired-buffers): Move defvar within file to avoid compiler warning.
11917
11918 * info.el (Info-last-search): Variable removed.
11919 (Info-search-history): New variable.
11920 (Info-search): New Info-search-history.
11921
11922 * battery.el, info-look.el: Change author's mail address.
11923
119242000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11925
11926 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11927 if rmail-ignored-headers is nil.
11928 (rmail-retry-failure): Bind rmail-ignored-headers and
11929 rmail-displayed-headers to nil.
11930
119312000-07-06 Gerd Moellmann <gerd@gnu.org>
11932
11933 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11934 (print-region-1): Don't hard code `-h' here.
11935
11936 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11937
119382000-07-01 Francesco Potorti` <pot@gnu.org>
11939
11940 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11941 exim can use "your message" instead of "the message".
11942
119432000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11944
11945 * facemenu.el: Docstrings fixes.
11946 (facemenu-get-face): Don't use internal-find-face.
11947 (facemenu-iterate): Rename arg to match the docstring.
11948
11949 * newcomment.el (uncomment-region): Be more careful when skipping
11950 backwards over `=' not to bump into BOBP.
11951
119522000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11953
11954 * ediff-diff.el (ediff-wordify): Use syntax table.
11955 * ediff-init.el (ediff-has-face-support-p): Use
11956 ediff-color-display-p.
11957 (ediff-color-display-p): Use display-color-p, changed to defun
11958 from defsubst.
11959 Got rid of special cases for NeXT and OS/2.
11960 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11961 face.
11962
119632000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11964
11965 * emacs-lisp/lucid.el: Require CL.
11966 (copy-tree, remprop): Remove, it's provided by CL.
11967 (map-keymap): Define in terms of cl-map-keymap.
11968 (extent-property, set-extent-end-glyph): New functions.
11969
11970 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11971
119722000-07-05 Gerd Moellmann <gerd@gnu.org>
11973
11974 * Makefile.in (DONTCOMPILE): Add comment that the name may
11975 not be changed without changing the make-dist script.
11976
11977 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11978 (cl-mapc): Use mapc instead of cl-old-mapc.
11979
119802000-07-05 Andrew Innes <andrewi@gnu.org>
11981
11982 * makefile.nt: Add support for `bootstrap' and related targets.
11983
119842000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11985
11986 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11987 (easy-menu-do-define): Use `menu-item' format.
11988 Handle case where easy-menu-create-menu returns a symbol.
11989 Manually call the potential top-level filter in the function binding.
11990 (easy-menu-filter-return): New arg NAME.
11991 Convert to a keymap if MENU is an XEmacs menu.
11992 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11993 (easy-menu-converted-items-table, easy-menu-convert-item):
11994 New var and fun to memoize easy-menu-convert-item-1.
11995 (easy-menu-do-add-item): Use it.
11996 (easy-menu-create-menu): Use easy-menu-convert-item.
11997 Wrap easy-menu-filter-return around any :filter specification.
11998 Don't convert the menu if a filter was specified.
11999 Tell easy-menu-make-symbol not to check for MENU being an expression.
12000 (easy-menu-make-symbol): New arg NOEXP.
12001
120022000-07-05 Gerd Moellmann <gerd@gnu.org>
12003
12004 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12005 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12006 (eval-defun): If called with prefix arg, instrument code for
12007 Edebug.
12008
12009 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12010 similar to that of eval-defun.
12011
120122000-07-04 Dave Love <fx@gnu.org>
12013
12014 * hl-line.el (hl-line-overlay): Make it permanent-local.
12015
12016 * calendar/todo-mode.el: Replaced with a working version, based on
12017 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12018
120192000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12020
12021 * paths.el (prune-directory-list): New function.
12022 (Info-default-directory-list): Rewritten to more methodically
12023 enumerate a big list of possible info directories (based on the
12024 list used by the standalone info reader).
12025
12026 * info.el (info-initialize): Use prune-directory-list to remove
12027 non-existent directories from Info-directory-list.
12028
12029 * paths.el (Info-default-directory-list): Try a list of possible
12030 info-directories instead of a single one. Add the possible
12031 info directory "/usr/share/info".
12032
12033 * woman.el (woman-man.conf-path): Explicitly include the debian
12034 man-db config file "/etc/manpath.config".
12035 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12036 are present in `manpath.config'.
12037 (woman-manpath): Include "/usr/share/man".
12038
120392000-07-03 Gerd Moellmann <gerd@gnu.org>
12040
12041 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12042
12043 * startup.el (command-line): Initialize blink-cursor based
12044 on window-system.
12045
12046 * frame.el (blink-cursor): Default to nil if not running under
12047 a window-system.
12048
12049 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12050 (face-x-resources): Remove duplicate entry for :font.
12051
12052 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12053 instead of cycling through windows with next-window.
12054
12055 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12056 of cycling through windows with next-window.
12057
12058 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12059 of cycling through windows with next-window.
12060
12061 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12062 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12063 instead of cycling through windows with next-window.
12064
12065 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12066 instead of cycling through windows with next-window.
12067
12068 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12069 of cycling through windows with next-window.
12070
12071 * terminal.el (te-process-output): Use walk-windows instead of
12072 cycling through windows with next-window.
12073
12074 * server.el (server-switch-buffer): Use some-window instead of
12075 cycling through windows with next-window.
12076
12077 * window.el (some-window): New function.
12078 (walk-windows): Remove reference to walk-windows-start.
12079
12080 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12081
120822000-07-03 Richard Stallman <rms@gnu.org>
12083
12084 * window.el (walk-windows): Guarantee termination by keeping a list
12085 of all the windows already handled.
12086
120872000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12088
12089 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12090 window-system.
12091
12092 * man.el (Man-notify-when-ready): Don't use window-system. If
12093 Man-notify-method is newframe, and the display is not
12094 multi-frame, select the frame created for the man page.
12095 (Man-init-defvars): Doc fix.
12096
120972000-06-28 Gerd Moellmann <gerd@gnu.org>
12098
12099 * faces.el (region): Change background color for light background.
12100
12101 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12102 attribute from mode-line face of Ediff control frame.
12103
12104 * replace.el (query-replace-map): Bind `e' like `E'.
12105
121062000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12107
12108 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12109 Change name to "Select All".
12110
12111 * dos-fns.el (convert-standard-filename): Fix last change.
12112
121132000-06-27 Gerd Moellmann <gerd@gnu.org>
12114
12115 * help.el (describe-variable): Don't insert a second `'s' in front
12116 of the string `value is shown below'. Since the syntax-table is
12117 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12118 an existing `'s', so that this won't be deleted.
12119
12120 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12121 * pcmpl-unix.el: New files.
12122
121232000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12124
12125 * wid-edit.el (widget-member): Use the new plist-member.
12126
121272000-06-26 Gerd Moellmann <gerd@gnu.org>
12128
12129 * replace.el (perform-replace): Undo change of 2000-04-04.
12130 Instead, move backward 1 character at the end of the loop when
12131 necessary.
12132
12133 * faces.el (fringe): Change face for different backgrounds.
12134
12135 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12136 patch from John.
12137
12138 * eshell/*.el: Change spelling of the Free Software Foundation.
12139
12140 * eshell/esh-toggle.el: Removed.
12141
12142 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12143
12144 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12145 interactively.
12146
121472000-06-26 Alex Schroeder <alex@gnu.org>
12148
12149 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12150 `define-key'; instead of checking `(emacs-version)' check for
12151 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12152 for `;' and `o' which might be electric.
12153
12154 (sql-electric-stuff): New user option.
12155 (sql-magic-go): New function which uses `sql-electric-stuff'.
12156 (sql-magic-semicolon): New function which uses
12157 `sql-electric-stuff'.
12158
12159 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12160 is not fboundp.
12161
12162 (sql-oracle-options): New variable.
12163 (sql-oracle): Use it.
12164
12165 (sql-imenu-generic-expression): Doc change.
12166 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12167 is used.
12168
12169 (sql-informix): Added command line parameter "-" to force
12170 sql-informix-program to use stdout.
12171
121722000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12173
12174 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12175 (cp864-decode-table): Doc fix.
12176 (cp720-decode-table): New variable, supports the Arabic OEM
12177 codepage used by Windows.
12178 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12179
121802000-06-23 Dave Love <fx@gnu.org>
12181
12182 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12183 (font-lock-fontify-anchored-keywords): Use
12184 line-beginning-position.
12185 (global-font-lock-mode): Use mapc.
12186
121872000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12188
12189 * eshell/esh-module.el: Require CL when compiling.
12190
121912000-06-23 Gerd Moellmann <gerd@gnu.org>
12192
12193 * comint.el (comint-substitute-in-file-name): Call replace-match
12194 with second and third arg t.
12195
12196 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12197 Specify foreground color.
12198
12199 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12200 color.
12201
12202 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12203
12204 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12205 cddr instead of cdddr.
12206
12207 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12208 instead of copy-list.
12209
12210 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12211 of copy-list.
12212
12213 * subdirs.el: Add eshell subdirectory.
12214
12215 * eshell: New subdirectory containing the Eshell package.
12216
12217 * pcomplete.el: New file.
12218
122192000-06-23 Paul Eggert <eggert@twinsun.com>
12220
12221 * mail/mailpost.el (post-mail-send-it): Make sure file has
12222 proper permissions from birth.
12223
12224 * files.el (basic-save-buffer-2): When temporarily setting
12225 file modes, set them to current modes plus 0200, not to 0777.
12226
12227 * emerge.el (emerge-make-temp-file): Make sure file has proper
12228 permissions from birth.
12229
122302000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12231
12232 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12233 backup file name through convert-standard-filename.
12234
12235 * dos-fns.el (convert-standard-filename): Convert leading
12236 directories as well. When long file names are supported, convert
12237 characters that are invalid in Windows file names.
12238
122392000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12240
12241 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12242 ps-print crashes. New feature: page selection for printing. Create
12243 raw-text-unix coding system for XEmacs. Doc fix.
12244 (ps-print-version): New version number (5.2.3).
12245 (ps-plot-region): Bug fix.
12246 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12247 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12248 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12249 funs.
12250 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12251 (ps-last-page): New vars.
12252
122532000-06-21 Gerd Moellmann <gerd@gnu.org>
12254
12255 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12256 empty option string.
12257
122582000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12259
12260 * man.el (man): Doc fix.
12261
122622000-06-21 Kenichi Handa <handa@etl.go.jp>
12263
12264 * international/mule-cmds.el (set-language-info-alist): Docstring
12265 fixed.
12266
122672000-06-20 Gerd Moellmann <gerd@gnu.org>
12268
12269 * version.el (emacs-version): Use ISO date format.
12270
12271 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12272 instead of `M-backspace'.
12273
12274 * simple.el (turn-off-auto-fill): New function.
12275
122762000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12277
12278 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12279 Renamed from with-buffer-prepared-for-font-lock and use
12280 inhibit-modification-hooks rather than setting *-change-functions.
12281 Update all functions to use the new name.
12282 (jit-lock-first-unfontify-pos): New semantics (and doc).
12283 (jit-lock-mode): Make non-interactive.
12284 Don't automatically turn on font-lock.
12285 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12286 Always use jit-lock-after-change.
12287 Remove and restore font-lock-after-change-function.
12288 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12289 (jit-lock-after-unfontify-buffer): Remove.
12290 (jit-lock-stealth-fontify):
12291 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12292 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12293
122942000-06-20 Sam Steingold <sds@gnu.org>
12295
12296 * emacs-lisp/cl-indent.el (toplevel): Indent
12297 `print-unreadable-object' properly. Untabify.
12298
122992000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12300
12301 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12302 Support for bibentry.
12303 (reftex-compile-variables): Fixed problem with end of section-re.
12304
12305 * texmodes/reftex-dcr.el (reftex-view-crossref,
12306 reftex-view-crossref-from-bibtex):
12307 Deal with changed `reftex-find-citation-regexp-format'.
12308 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12309 Replaced `remprop' with `put'.
12310 (reftex-view-crossref, reftex-view-crossref-when-idle):
12311 Support for bibentry.
12312
12313 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12314 New entry for bibentry package.
12315
12316 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12317 Regexp also matches "\nobibliography".
12318
12319 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12320 Call `reftex-ensure-write-access' before doing anything.
12321 (reftex-ensure-write-access): New function.
12322
123232000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12324
12325 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12326
12327 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12328
12329 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12330
12331 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12332
12333
123342000-06-20 Dave Love <fx@gnu.org>
12335
12336 * faces.el (frame-background-mode): Use set-default, not set, in
12337 setter.
12338 (frame-update-faces, frame-update-face-colors): Define with
12339 defalias.
12340
12341 * enriched.el (enriched-decode-foreground)
12342 (enriched-decode-background): Don't use internal-find-face.
12343
12344 * apropos.el: Doc fixes.
12345
12346 * cus-edit.el (customize-changed-options): Check arg.
12347 (customize-version-lessp): Don't require decimal point.
12348
12349 * custom.el (defcustom, defgroup): Doc fix.
12350
12351 * newcomment.el (comment) <defgroup>: Add :version.
12352 (comment-multi-line): Doc fix.
12353
12354 * emulation/mlsupport.el (define-hooked-local-abbrev,
12355 define-hooked-global-abbrev): Fix, using define-abbrev.
12356
123572000-06-19 Gerd Moellmann <gerd@gnu.org>
12358
12359 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12360 the whole buffer.
12361
123622000-06-19 Dave Love <fx@gnu.org>
12363
12364 * menu-bar.el (menu-bar-options-save): New function.
12365 (menu-bar-options-menu): Use it.
12366 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12367 Simplify.
12368
123692000-06-19 Andreas Schwab <schwab@suse.de>
12370
12371 * progmodes/etags.el (tags-query-replace): Put new parameters
12372 START and END at the end, for backward compatibility.
12373
123742000-06-19 Kenichi Handa <handa@etl.go.jp>
12375
12376 * international/codepage.el:
12377 (cp-coding-system-for-codepage-1): Delete special codes for
12378 generating xxx-dos coding system because now a CCL based coding
12379 system can handle EOL conversion by default.
12380
12381 * international/mule.el (make-coding-system): Generate subsidiary
12382 coding systems for EOL handling variants even for a CCL based
12383 coding system.
12384
123852000-06-19 Kenichi Handa <handa@etl.go.jp>
12386
12387 * international/isearch-x.el (isearch-minibuffer-input-method)
12388 (isearch-minibuffer-input-method-function): These variables
12389 deleted.
12390 (isearch-with-input-method): Don't use the above variables.
12391 (isearch-process-search-multibyte-characters): Likewise. Call
12392 read-string with the arg INHERIT-INPUT-METHOD t.
12393
123942000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12395
12396 * font-lock.el (font-lock-after-fontify-buffer)
12397 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12398
12399 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12400 Use consistent make-local-variable style for font-lock-fontified.
12401 (jit-lock-fontify-buffer):
12402 Don't bother checking for font-lock-mode and jit-lock-mode.
12403
12404 * time.el: Remove trailing ^M that prevent CVS-merging.
12405
124062000-06-16 Gerd Moellmann <gerd@gnu.org>
12407
12408 * Makefile.in (distclean): New target.
12409
124102000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12411
12412 * Makefile.in (srcdir): Define for update-subdirs.
12413
124142000-06-16 Gerd Moellmann <gerd@gnu.org>
12415
12416 * find-lisp.el: New file.
12417
124182000-06-16 Andrew Innes <andrewi@gnu.org>
12419
12420 * time.el (display-time-mail-function): New variable, to allow
12421 external packages to indicate when new mail is available.
12422 (display-time-update): Use it.
12423
124242000-06-16 Kenichi Handa <handa@etl.go.jp>
12425
12426 * international/mule.el (mule-version): Change version name to
12427 SAKAKI. AOI has already been used by Meadow.
12428
12429 * international/quail.el (quail-show-guidance-buf): To find the
12430 bottom window (but minibuffer), pay attention to the height of
12431 minibuffer.
12432
124332000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12434
12435 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12436 menu-bar menus. Add help strings. Don't remove the Edit menu
12437 from the menu bar, as the menu bar has enough space now.
12438
12439 * Makefile.in (SHELL): Make sure /bin/sh is used.
12440
12441 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12442 characters, which use series of two ^H characters instead of one.
12443
124442000-06-15 Gerd Moellmann <gerd@gnu.org>
12445
12446 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12447 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12448 functions.
12449 (Info-find-node-2): Try a case-sensitive search first, then
12450 do a case-insensitive search.
12451
12452 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12453 tutorials.
12454
12455 * complete.el (PC-env-vars-alist): New variable.
12456 (PC-complete-as-file-name): New function.
12457 (partial-completion-mode): Initialize PC-env-vars-alist from
12458 process-environment.
12459 (PC-do-completion): Handle completion of env vars.
12460
12461 * info.el (Info-set-mode-line): Show file name in mode line,
12462 use `*Info*' instead of `Info:'.
12463
12464 * startup.el (command-line-1): Change copyright messages to year
12465 2000.
12466
124672000-06-15 Dave Love <fx@gnu.org>
12468
12469 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12470 not local-map.
12471
124722000-06-15 Kenichi Handa <handa@etl.go.jp>
12473
12474 * international/mule.el (set-buffer-file-coding-system): Almost
12475 rewritten to handle `undecided' as no-op.
12476
124772000-06-14 Gerd Moellmann <gerd@gnu.org>
12478
12479 * Makefile.in: New file.
12480
12481 * Makefile: Removed.
12482
12483 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12484 (goto-address-highlight-keymap): Bind C-c RET.
12485
124862000-06-14 Kenichi Handa <handa@etl.go.jp>
12487
12488 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12489 inherits buffer-file-coding-system of the current buffer.
12490
12491 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12492 0. Give correct argument to set-auto-coding-function.
12493 (tar-expunge): For goto-char, use (point-min), not 0.
12494 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12495 (tar-subfile-save-buffer): Likewize.
12496
12497 * international/mule.el
12498 (after-insert-file-set-buffer-file-coding-system): Call
12499 set-buffer-file-coding-system with the arg FORCE t.
12500
125012000-06-13 Gerd Moellmann <gerd@gnu.org>
12502
12503 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12504 nil. Contemporary sendmails issue an X-Authentication-Warning if
12505 the sender is set with `-f'.
12506
125072000-06-13 Dave Love <fx@gnu.org>
12508
12509 * help.el (describe-function-1): Kluge around cases of functions
12510 fset to subrs whose doc doesn't match their symbol-name.
12511
12512 * image.el (insert-image): Default STRING to a space.
12513
12514 * info.el Doc fixes.
12515 (Info-build-node-completions): Match Ref tags.
12516
125172000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12518
12519 * frame.el (display-multi-frame-p, display-multi-font-p): New
12520 defaliases for display-graphic-p.
12521
12522 * hl-line.el: Fixed a typo in commentary.
12523
125242000-06-13 Kenichi Handa <handa@etl.go.jp>
12525
12526 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12527 fixed.
12528
125292000-06-12 Dave Love <fx@gnu.org>
12530
12531 * image.el (insert-image): Save a little consing.
12532
125332000-06-12 Kenichi Handa <handa@etl.go.jp>
12534
12535 * language/tibet-util.el: Convert all tibetan-1-column characters
12536 to the corresponding tibetan characters.
12537 (tibetan-add-components): Delete code for the special treatment of
12538 'a chung.
12539
12540 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12541 change.
12542 (tibetan-vowel-transcription-alist): More rules added.
12543 (tibetan-composite-vowel-alist): New variable.
12544 (tibetan-precomposition-rule-alist): More rules added.
12545
125462000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12547
12548 * startup.el (command-line): Only call menu-bar-mode if interactive.
12549
12550 * thingatpt.el (toplevel symbol-properties):
12551 * textmodes/makeinfo.el (makeinfo-compile):
12552 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12553 * progmodes/hideif.el (hif-compress-define-list)
12554 (hide-ifdef-use-define-alist):
12555 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12556 (ange-ftp-vms-add-file-entry):
12557 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12558 * man.el (Man-build-man-command):
12559 * mail/rnewspost.el (news-reply-header-hook):
12560 * info.el (Info-insert-dir):
12561 * emulation/mlconvert.el (backward-word, forward-word, setq):
12562 * emacs-lisp/gulp.el (gulp-send-requests):
12563 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12564 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12565 (byte-optimize-apply, end of file):
12566 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12567 (ad-make-freeze-definition):
12568 * startup.el (command-line, command-line-1): Don't quote lambdas.
12569
12570 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12571 (cvs-cleanup-removed): New function.
12572 (cvs-cleanup-functions): New var.
12573 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12574 some flexibility in specifying additional entries to auto-cleanup.
12575 (cvs-quickdir): New function.
12576 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12577 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12578 (cvs-mode-find-file): Check that we are on a filename or dirname
12579 when invoked through a mouse-click.
12580 (cvs-full-path): Remove.
12581 (cvs-dired-action): Re-introduced.
12582 (cvs-dired-noselect): Use it.
12583 (vc-post-command-functions): use this new hook if available.
12584
12585 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12586 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12587 (cvs-filename-map, cvs-dirname-map): Remove.
12588 (cvs-default-action): Remove.
12589 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12590 if the arg is really a keymap.
12591 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12592 Don't hardcode the mapping from state (aka type) to face, but check
12593 the var cvs-fi-<type>-face instead.
12594 (cvs-fileinfo-from-entries): New function.
12595
12596 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12597 Docstring fix.
12598 (cvs-find-file-and-jump): Change default to be safer.
12599 (cvs-mode-diff-map): Define it as a function as well.
12600 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12601 Bind mouse-2 in this global map rather than with text-properties.
12602
12603 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12604 file to resolve the ambiguity between C(conflict) and C(need-merge).
12605
126062000-06-12 Kenichi Handa <handa@etl.go.jp>
12607
12608 * international/mule.el (set-buffer-file-coding-system): If
12609 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12610 unconditionally.
12611
126122000-06-12 Dave Love <fx@gnu.org>
12613
12614 * wid-edit.el (widget-specify-button): Really suppress the face if
12615 required.
12616
126172000-06-11 Gerd Moellmann <gerd@gnu.org>
12618
12619 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12620
126212000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12622
12623 * imenu.el (imenu-generic-expression): Docstring fix.
12624
12625 * composite.el (composition-function-table): Move the `put'
12626 below the autoload cookie so we can load the file before loaddefs.
12627
12628 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12629
12630 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12631 Handle easy-mmode-define-global-mode.
12632 For complex macros like define-minor-mode that can generate
12633 several autoload entries, try to autoload entries in the
12634 macroexpanded code.
12635
12636 * emacs-lisp/easy-mmode.el (define-minor-mode):
12637 If KEYMAP is a symbol, just use it.
12638 Use byte-compile-current-file and load-file-name to infer the
12639 proper :require to pass to defcustom.
12640 Wrap the hook var into `progn' so as not to autoload it.
12641 Add a :autoload-end cookie.
12642 Be more careful about the evaluation of KEYMAP.
12643 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12644 (define-derived-mode): Move define-abbrev-table outside of defvar.
12645
126462000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12647
12648 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12649 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12650 (backup-compiled-files): Ignore errors during `tar'.
12651 (bootstrap): Make autoloads before elc files.
12652
126532000-06-10 Kenichi Handa <handa@etl.go.jp>
12654
12655 * international/mule.el (set-buffer-file-coding-system): If one of
12656 undecided-XXX is specified, change only EOL conversion.
12657
12658 * international/mule-conf.el (unix): New alias for the coding
12659 system undecided-unix.
12660
126612000-06-09 Dave Love <fx@gnu.org>
12662
12663 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12664
12665 * progmodes/executable.el: Byte compile dynamic.
12666 (executable-insert): Change custom type.
12667 (executable-find): Add autoload cookie.
12668 (executable-make-buffer-file-executable-if-script-p): New
12669 function. After Noah Friedman.
12670
12671 * files.el (after-save-hook): Customize, with
12672 executable-make-buffer-file-executable-if-script-p as an option.
12673
126742000-06-09 Kenichi Handa <handa@etl.go.jp>
12675
12676 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12677 "tib24p-mule.bdf" for Tibetan.
12678
12679 * composite.el (decompose-composite-char): Declare it as obsolete.
12680
12681 * man.el (Man-fontify-manpage): Pay attention to underline and
12682 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12683
126842000-06-08 Gerd Moellmann <gerd@gnu.org>
12685
12686 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12687 Set maintainer to FSF since author isn't reachable.
12688
126892000-06-08 Dave Love <fx@gnu.org>
12690
12691 * international/mule-cmds.el (select-safe-coding-system): If
12692 DEFAULT-CODING-SYSTEM is not specified, also check the most
12693 preferred coding-system if buffer-file-coding-system is
12694 `undecided'. From Handa.
12695
126962000-06-08 Kenichi Handa <handa@etl.go.jp>
12697
12698 * international/mule.el
12699 (after-insert-file-set-buffer-file-coding-system): If the buffer
12700 size is greater than INSERTED, judget that we are not visiting.
12701
127022000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12703
12704 * whitespace.el (defgroup whitespace): Comment out `:version'.
12705 XEmacs 20.4 has problems defining the group with this present.
12706 We'll have this commented out till get resolve the problem.
12707
127082000-06-07 John Wiegley <johnw@gnu.org>
12709
12710 * align.el (align-dq-string-modes, align-sq-string-modes)
12711 (align-open-comment-modes): Add pyhton-mode.
12712 (align-rules-list): Use get-text-property instead of
12713 text-properties-at.
12714 (align-rules-list): Add python-assignment.
12715 (align-rules-list): Change perl-comma-delimiter to
12716 basic-comma-delimiter. Use if for Perl modes and python-mode.
12717 (align-rules-list): Add python-chain-logic and
12718 basic-line-continuation.
12719
127202000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12721
12722 * apropos.el (apropos-mode-hook): New user variable.
12723 (apropos-mode): Run apropos-mode-hook.
12724
127252000-06-07 David Ponce <david@dponce.com>
12726
12727 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12728 commands. Require `wid-edit' at run-time.
12729
127302000-06-07 David Ponce <david@dponce.com>
12731
12732 * recentf.el: Added some "Commentary".
12733 (recentf-open-more-files, recentf-edit-list): Minor changes to
12734 move the point at the top of the file list. This behaviour is
12735 consistent with the menu one when the list contains a lot of
12736 files.
12737 (recentf-cleanup): Now displays the number of items removed from
12738 the list.
12739 (recentf-relative-filter) New menu filter to show filenames
12740 relative to `default-directory'.
12741
127422000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12743
12744 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12745 with/without giving an error if PostScript printer doesn't have this
12746 kind of page size. Zebra Stripe continues or restarts on next page.
12747 Manual/automatic paper feeding. Switch or not the header.
12748 (ps-print-version): New version number (5.2.2).
12749 (ps-windows-system): Include emx as a Windows system.
12750 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12751 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12752 (ps-background-text): Code fix.
12753 (ps-error-handler-message, ps-user-defined-prologue)
12754 (ps-print-prologue-header, ps-printer-name)
12755 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12756 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12757 (ps-use-face-background): Customization fix.
12758 (ps-n-up-database): Data fix.
12759 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12760 (ps-switch-header): New vars.
12761 (ps-xemacs-color-name, ps-face-foreground-name)
12762 (ps-face-background-name, ps-boolean-constant): New funs.
12763
127642000-06-07 Dave Love <fx@gnu.org>
12765
12766 * allout.el: New version from Manheimer.
12767
127682000-06-07 Kenichi Handa <handa@etl.go.jp>
12769
12770 * textmodes/fill.el (fill-find-break-point): Check the validity of
12771 charset.
12772
127732000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12774
12775 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12776 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12777 Call display-color-p and display-mouse-p instead of looking at
12778 window-system.
12779
127802000-06-06 Dave Love <fx@gnu.org>
12781
12782 * image.el (find-image): Doc fix. Return nil if image not found.
12783 (put-image, insert-image): Make STRING arg optional.
12784
127852000-06-06 Kenichi Handa <handa@etl.go.jp>
12786
12787 * language/vietnamese.el: Remove eval-when-compile.
12788 (viet-viscii-nonascii-translation-table): Define it as a
12789 translation table made from viet-viscii-decode-table.
12790 (viet-viscii-encode-table): Define it as a translation table made
12791 from the reverse map of above.
12792 (viet-vscii-nonascii-translation-table): Define it as a
12793 translation table made from viet-vscii-decode-table.
12794 (viet-vscii-encode-table): Define it as a translation table made
12795 from the reverse map of above.
12796 (ccl-decode-viscii): Use translate-character.
12797 (ccl-encode-viscii, ccl-encode-viscii-font)
12798 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12799 Likewize.
12800
12801 * language/cyrillic.el: Remove eval-when-compile.
12802 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12803 translation table made from cyrillic-koi8-r-decode-table.
12804 (cyrillic-koi8-r-encode-table): Define it as a translation table
12805 made from the reverse map of above.
12806 (ccl-decode-koi8): Use translate-character.
12807 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12808 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12809 a translation table made from cyrillic-alternativnyj-decode-table.
12810 (cyrillic-alternativnyj-encode-table): Define it as a translation
12811 table made from the reverse map of above.
12812 (ccl-decode-alternativnyj): Use translate-character.
12813 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12814 Likewize
12815
12816 * international/mule-diag.el (non-iso-charset-alist): Specify
12817 translation table symbol instead of translation table itself.
12818 (list-block-of-chars): CHARSET may be a translation table symbol.
12819
12820 * international/mule.el (make-coding-system): If CODING-SYSTEM
12821 already exists, override it.
12822
12823 * international/fontset.el: Use family `proportional' for Tibetan
12824 fonts.
12825
12826 * international/ccl.el (ccl-compile-translate-character): Don't
12827 check if Rrr has property translation-table.
12828 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12829
128302000-06-05 Gerd Moellmann <gerd@gnu.org>
12831
12832 * info.el: Bind case-fold-search to t when searching in case
12833 a user sets it to nil in a hook.
12834
128352000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12836
12837 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12838 * hl-line.el (hl-line-mode): Use the new :global key argument.
12839
12840 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12841 (tar-clip-time-string): Prepend a space.
12842 (tar-grind-file-mode): Construct a string rather than modifying one.
12843 (tar-header-block-summarize): Fix docstring.
12844 Use `format' rather than an error-prone set of copy-loops.
12845
12846 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12847 (diff-goto-source, diff-unified->context, diff-context->unified)
12848 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12849 understand the format output by the `-p' argument to diff.
12850
12851 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12852 (sh-re-done): Use defconst.
12853 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12854 (sh-help-string-for-variable, sh-guess-basic-offset):
12855 Don't quote lambdas.
12856 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12857 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12858
12859 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12860 (mh-letter-mode): Derive from text-mode.
12861 This implicitly means that it now calls kill-all-local-variables.
12862 Also remove the Emacs-18 compatibility code.
12863
12864 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12865 Make use of symbol-property doc-string-elt.
12866 Use memq rather than a sequence of eq.
12867 (doc-string-elt): Fix the wrong or missing previously unused values.
12868 (autoload-print-form): New function extracted from
12869 generate-file-autoloads to allow recursion when handling progn
12870 so that defvar's and defun's docstrings are properly printed.
12871 (generate-file-autoloads): Use it.
12872
12873 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12874 Use find-file-hooks in the minor-mode function.
12875 Be careful not to loop indefinitely in the post-command-hook function.
12876
128772000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12878
12879 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12880 tty's.
12881 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12882 differences whenever appropriate.
12883 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12884 * viper.el (find-file, find-file-other-window): Get viper to do
12885 wildcards.
12886
128872000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12888
12889 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12890 (jit-lock-fontify-buffer): New function for JIT refontification.
12891 (jit-lock-mode): Fix docstring.
12892 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12893 Remove jit-lock-after-change from the _local_ hook.
12894 (jit-lock-function-1): Fix docstring.
12895
12896 * info.el (Info-on-current-buffer): Initialize info.
12897
12898 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12899
12900 * progmodes/tcl.el (tcl-indent-for-comment):
12901 Ignore comment-indent-hook.
12902
12903 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12904 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12905 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12906 and improve to use the lighter to guess the capitalization.
12907 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12908 Add keyword arguments to specify global-ness or the custom group.
12909 Add local-map and help-echo properties to the lighter.
12910 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12911 (easy-mmode-define-global-mode): New macro.
12912
129132000-06-02 Dave Love <fx@gnu.org>
12914
12915 * wid-edit.el: byte-compile-dynamic since we typically don't use
12916 all the widgets. Don't require cl or widget. Remove
12917 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12918 (widget-read-event): Removed. Callers changed to use read-event.
12919 (widget-button-release-event-p): Renamed from
12920 button-release-event-p.
12921 (widget-field-add-space, widget-field-use-before-change):
12922 Uncustomize.
12923 (widget-specify-field): Use keymap property, not local-map.
12924 (widget-specify-button): Obey :suppress-face.
12925 (widget-specify-insert): Use modern backquote syntax.
12926 (widget-image-directory): Renamed from widget-glyph-directory.
12927 (widget-image-enable): Renamed from widget-glyph-enable.
12928 (widget-image-find): Replaces widget-glyph-find.
12929 (widget-button-pressed-face): Move defvar.
12930 (widget-image-insert): Replaces widget-glyph-insert.
12931 (widget-convert): Use keywordp.
12932 (widget-leave-text, widget-children-value-delete): Use mapc.
12933 (widget-keymap): Remove XEmacs stuff.
12934 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12935 (widget-button-click): Don't set point at the click, but re-centre
12936 if we scroll out of window. Rewritten for images v. glyphs &c.
12937 (widget-tabable-at): Use POS arg, not point.
12938 (widget-beginning-of-line, widget-end-of-line)
12939 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12940 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12941 (widget-default-create): Use widget-image-insert; some rewriting.
12942 (widget-visibility-value-create)
12943 (widget-push-button-value-create, widget-toggle-value-create): Use
12944 widget-image-insert.
12945 (checkbox): Create on and off images dynamically.
12946 (documentation-link): Change :help-echo.
12947 (widget-documentation-link-echo-help): Remove.
12948
129492000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12950
12951 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12952
12953 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12954 (easy-mmode-define-toggle, define-minor-mode): Use it.
12955 (easy-mmode-define-keymap): Docstring fix.
12956 (define-derived-mode): Default PARENT to fundamental-mode.
12957 Add the derived-mode-parent symbol-property.
12958 (easy-mmode-derived-mode-p): New function.
12959
129602000-06-02 Dave Love <fx@gnu.org>
12961
12962 * files.el (convert-standard-filename): Doc fix.
12963 (normal-backup-enable-predicate): New function.
12964 (backup-enable-predicate): Use it to replace the lambda form.
12965
12966 * calendar/todo-mode.el: [This needs more work on the outline
12967 stuff.] Doc fixes.
12968 (todo) <defgroup>: Add :version.
12969 (todo-add-category): Don't use pushnew.
12970 (todo-cmd-raise): Fix typo.
12971 (todo-top-priorities): Change temp buffer name.
12972 (todo-category-alist): Avoid redundant lambda.
12973 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12974 Use outline-next-heading.
12975
12976 * autoarg.el: Rewritten to use define-minor-mode.
12977 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12978 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12979
129802000-06-02 Kenichi Handa <handa@etl.go.jp>
12981
12982 * isearch.el (isearch-other-meta-char): Fix previous change.
12983
129842000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12985
12986 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12987 (log-edit-done): Only add the comment to the ring if it's different
12988 from the last comment entered.
12989
12990 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12991
129922000-06-01 Dave Love <fx@gnu.org>
12993
12994 * hl-line.el: Rewritten using define-minor-mode.
12995
12996 * help.el (describe-function-1): Distinguish special form from
12997 builtin function. Sanity-check presence of arglist for builtins.
12998
129992000-06-01 Kenichi Handa <handa@etl.go.jp>
13000
13001 * international/characters.el: Fix syntax/category setting of
13002 Tibetan characters.
13003
13004 * language/tibet-util.el (tibetan-add-components): Fixes for new
13005 encoding of Tibetan characters.
13006 (tibetan-decompose-precomposition-alist): New variable.
13007 (tibetan-decompose-region): Convert precomposed characters to
13008 non-precomposed characters.
13009 (tibetan-decompose-string): Likewise.
13010 (tibetan-composition-function): Fix args to
13011 thibetan-compose-string.
13012
13013 * language/tibetan.el (tibetan-composable-pattern): More
13014 characters included.
13015 (tibetan-consonant-transcription-alist): Rule for "R" added.
13016 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13017 "+R" added.
13018 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13019
13020 * language/lao-util.el (lao-composition-function): Fix args to
13021 compose-string.
13022
13023 * language/thai-util.el (thai-composition-function): Fix args to
13024 compose-string.
13025
13026 * isearch.el (isearch-update): Set disable-point-adjustment to t
13027 to prevent the point moving to the end of a composition when a
13028 part of a composition is searched.
13029 (isearch-other-meta-char): If the key invoking this command can be
13030 mapped by function-key-map to a printing char, call
13031 isearch-process-search-char directly.
13032
130332000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13034
13035 * emacs-lisp/bytecomp.el:
13036 * frame.el:
13037 * international/mule-cmds.el:
13038 * international/mule-util.el:
13039 * international/mule.el:
13040 * mouse.el:
13041 * subr.el:
13042 * faces.el: Update calls to make-obsolete with a WHEN argument.
13043
13044 * byte-run.el (make-obsolete, make-obsolete-variable):
13045 Add an optional WHEN argument and change the format of the
13046 symbol-property information.
13047 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13048 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13049 new obsolete-symbol-property format and print WHEN if it is provided.
13050
130512000-05-31 Dave Love <fx@gnu.org>
13052
13053 * loadhist.el (loadhist-hook-functions): Remove
13054 before-change-function, after-change-function.
13055 (unload-feature): Deal with symbols which are both bound and
13056 fbound.
13057
13058 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13059 before-change-function, after-change-function.
13060
13061 * simple.el (newline): Don't bind before-change-function,
13062 after-change-function.
13063
130642000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13065
13066 * whitespace.el (whitespace-rescan-timer-time): Update interval
13067 set to 600 seconds (10 minutes) instead of 60 seconds since
13068 a large number of whitespace buffers causes emacs to `freeze'
13069 for a considerable amount of time.
13070
13071 * whitespace.el: Updated email address
13072
130732000-05-31 Dave Love <fx@gnu.org>
13074
13075 * add-log.el (change-log-font-lock-keywords) <function>: Add
13076 pattern for function of change.
13077 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13078 acknowledgements patterns.
13079
130802000-05-31 Kenichi Handa <handa@etl.go.jp>
13081
13082 * isearch.el (isearch-printing-char): If keyboard coding system is
13083 being used, call isearch-process-search-multibyte-characters.
13084
13085 * international/isearch-x.el: Mostly rewritten.
13086
13087 * international/quail.el (quail-start-conversion): Don't include
13088 unhandled events in the returned events, but set them in
13089 unread-command-events. Exit if all inputs are deleted.
13090
130912000-05-30 Jason Rumney <jasonr@gnu.org>
13092
13093 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13094
13095 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13096 Reenable code to create initial fontsets.
13097 Use set-fontset-font in place of put-charset-property.
13098
130992000-05-30 Gerd Moellmann <gerd@gnu.org>
13100
13101 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13102 label, ensure that the first colon isn't followed by another.
13103
13104 * paths.el (Info-default-directory-list): Doc fix.
13105
13106 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13107 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13108 send a query containing USER only, not USER@HOST.
13109
13110 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13111 and rmail-msgend to compute the restriction at the end, instead of
13112 computing it.
13113
131142000-05-29 Gerd Moellmann <gerd@gnu.org>
13115
13116 * dabbrev.el (dabbrev-expand): Don't display messages in the
13117 echo area if the minibuffer window is active.
13118
13119 * jit-lock.el (jit-lock-mode): Add after change function to
13120 local hook.
13121
131222000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13123
13124 * antlr-mode.el: New commands: hide/unhide actions,
13125 upcase/downcase literals.
13126 (antlr-tiny-action-length): New user option.
13127 (antlr-hide-actions): New command. Suggested by
13128 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13129 (antlr-mode-map): New binding [C-c C-v].
13130 (antlr-mode-menu): New entries.
13131 (antlr-downcase-literals): New command.
13132 (antlr-upcase-literals): Ditto.
13133
13134 * antlr-mode.el: Minor changes: indendation, mode-name.
13135 (antlr-indent-line): Indent cpp directive at column 0.
13136 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13137
13138 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13139 (antlr-font-lock-additional-keywords): Workaround for intentional
13140 bug in XEmacs version of font-lock.
13141 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13142 be used by a smarter version of `buffers-menu-grouping-function'.
13143
131442000-05-29 Gerd Moellmann <gerd@gnu.org>
13145
13146 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13147 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13148
131492000-05-29 Kenichi Handa <handa@etl.go.jp>
13150
13151 * international/encoded-kb.el
13152 (encoded-kbd-iso2022-designation-map): Pay attention to that
13153 charset-iso-final-char return -1 for eight-bit-control and
13154 eight-bit-graphic.
13155
131562000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13157
13158 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13159 (speedbar-easymenu-definition-base): Use display-graphic-p where
13160 available, instead of window-system.
13161
131622000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13163
13164 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13165 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13166 coding systems.
13167
131682000-05-26 Dave Love <fx@gnu.org>
13169
13170 * disp-table.el (standard-display-underline): Don't use
13171 internal-find-face.
13172
13173 * mail/reporter.el: Maintainer change. Doc fixes.
13174 (reporter-version): Deleted.
13175
13176 * emacs-lisp/elp.el: Maintainer change.
13177 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13178
131792000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13180
13181 * add-log.el (add-change-log-entry): Merge the current entry with the
13182 previous one if the previous one is empty.
13183
131842000-05-26 Dave Love <fx@gnu.org>
13185
13186 * loadhist.el (unload-feature): Fix interactive spec [from
13187 lijnzaad@ebi.ac.uk].
13188
13189 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13190 subr-arity to check primitives.
13191 (byte-compile-flush-pending, byte-compile-file-form-progn)
13192 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13193 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13194 mapcar.
13195
131962000-05-26 Kenichi Handa <handa@etl.go.jp>
13197
13198 * international/fontset.el: Set family names of non-latin charsets
13199 in default fontset to "*".
13200
13201 * international/mule-diag.el (print-fontset): Combine family part
13202 and registry part of the fontname by "-*-" instead of "-".
13203
13204 * international/mule-cmds.el (encode-coding-char): Make strings
13205 multibyte before calling encode-coding-string.
13206
132072000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13208
13209 * derived.el: Fix keywords.
13210 (define-derived-mode): Only define if needed.
13211
13212 * simple.el (fill-comment, comment-column, comment-start)
13213 (comment-start-skip, comment-end, comment-indent-function)
13214 (block-comment-start, block-comment-end, indent-for-comment)
13215 (set-comment-column, kill-comment, comment-padding, comment-region)
13216 (comment-multi-line, indent-new-comment-line): Remove.
13217
13218 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13219 function names for comment operations.
13220
13221 * newcomment.el: Add abundant autoload cookies.
13222 (comment-style): Don't depend on runtime data at compile-time.
13223 (comment-indent-hook): Remove.
13224 (comment-indent): Check if comment-indent-hook is bound.
13225 (comment-region): Docstring fix.
13226
132272000-05-25 Dave Love <fx@gnu.org>
13228
13229 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13230 byte-code-function-p.
13231
13232 * mail/rmailsum.el: Add provide.
13233
13234 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13235
13236 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13237 defcustom.
13238
132392000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13240
13241 * ediff-diff.el (ediff-exec-process): delete --binary option from
13242 non-buffer ediff jobs.
13243
132442000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13245
13246 * hilit-chg.el (highlight-changes-mode): Ask about color or
13247 grayscale support, not about window-system.
13248
13249 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13250 window-system.
13251 (ffap-highlight): Always default to t.
13252
13253 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13254 display-popup-menus-p instead of looking at window-system.
13255
13256 * disp-table.el (standard-display-g1, standard-display-graphic):
13257 Only refuse to use string glyphs on X and MS-Windows.
13258
13259 * avoid.el: Remove window-system from commentary, suggest to use
13260 display-*-p instead.
13261
13262 * apropos.el (apropos-print): Use display-mouse-p instead of
13263 window-system.
13264
132652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13266
13267 * international/codepage.el (cp-decoding-vector-for-codepage):
13268 Fill up unsupported characters with their own codes. From Kenichi
13269 Handa.
13270
132712000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13272
13273 * international/mule-diag.el (describe-char-after): Use
13274 display-graphic-p instead of window-system, so that this function
13275 works on MS-DOS.
13276
132772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13278
13279 * international/codepage.el (cp-make-coding-systems-for-codepage):
13280 Remove the eight-bit-graphic and eight-bit-control charsets from
13281 the list of charsets which we convert into `?'.
13282
132832000-05-25 Kenichi Handa <handa@etl.go.jp>
13284
13285 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13286 private charsets.
13287 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13288 japanese-jisx0213-2): New charsets.
13289
13290 * international/fontset.el: Setup default fontset for new charsets.
13291
132922000-05-24 Dave Love <fx@gnu.org>
13293
13294 * info.el (Info-find-node-2): Restructure [following "Vadim
13295 S. Solomin" <sovs@uic.nnov.ru>].
13296
13297 * icomplete.el: Fix header for Finder.
13298
132992000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13300
13301 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13302 STAY.
13303
13304 * rmail.el (rmail-automatic-folder-directives): New user variable.
13305 (rmail-show-message): Add call to `rmail-auto-file' during
13306 display.
13307 (rmail-auto-file): New function.
13308
133092000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13310
13311 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13312 account.
13313 (ediff-test-utility,ediff-diff-mandatory-option)
13314 (ediff-reset-diff-options): Utilities for proper initialization of
13315 ediff-diff-options and ediff-diff3-options on Windows.
13316
13317 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13318 variable.
13319
13320 * ediff-mult.el (ediff-filegroup-action): Use
13321 ediff-merge-filename-prefix.
13322
133232000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13324
13325 * viper-ex.el (ex-write): Set selective display to nil.
13326
133272000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13328
13329 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13330 aliases for hebrew-iso-8bit.
13331
133322000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13333
13334 * woman.el: New version from Francis J. Wright
13335 <F.J.Wright@Maths.QMW.ac.uk>.
13336 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13337 names in environment variables regardless of the path separator.
13338 (woman-topic-all-completions-1): Don't call file-name-directory-p
13339 on all files, since woman-file-regexp already filters out any
13340 directories.
13341
133422000-05-24 Kenichi Handa <handa@etl.go.jp>
13343
13344 * international/quail.el (quail-start-translation): Don't change
13345 modified-p of the current buffer.
13346 (quail-start-conversion): Likewise.
13347
13348 * international/kkc.el (kkc-region): Don't change modified-p of
13349 the current buffer.
13350
13351 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13352 conform to RFC1468.
13353 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13354
133552000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13356
13357 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13358 (speedbar-insert-button): Invisible text property fix.
13359 (speedbar-directory-plus): Renamed from speedbar-directory-+
13360 (speedbar-directory-minus): Renamed from speedbar-directory--
13361 (speedbar-page-plus): Renamed from speedbar-file-+
13362 (speedbar-page-minus): Renamed from speedbar-file--
13363 (speedbar-page): Renamed from speedbar-file-
13364 (speedbar-tag): Renamed from speedbar-tag-
13365 (speedbar-tag-plus): Renamed from speedbar-tag-+
13366 (speedbar-tag-minus): Renamed from speedbar-tag--
13367 (speedbar-expand-image-button-alist): Use above renames.
13368
13369 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13370 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13371 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13372 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13373 * sb-pg.xpm: Renamed from sb-file.xpm
13374 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13375 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13376
133772000-05-24 Kenichi Handa <handa@etl.go.jp>
13378
13379 * international/quail.el (quail-show-guidance-buf): Set
13380 current-input-method of the guidance buffer to the name of the
13381 curren input method.
13382
133832000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13384
13385 * progmodes/compile.el (compile-internal): Style typo.
13386
13387 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13388 quote vars and functions in the docstring.
13389
13390 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13391
13392 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13393 Don't quote lambdas.
13394
13395 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13396
133972000-05-23 Gerd Moellmann <gerd@gnu.org>
13398
13399 * startup.el (command-line): Determine source file of compiled
13400 user init file differently. Warn if compiled user init file
13401 is older than its source file.
13402
13403 * ffap.el (ffap-url-regexp): Add `https'.
13404
134052000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13406
13407 * files.el (make-backup-file-name-1): Replace slashes with `!'
13408 rather than `|' (which is not allowed on Windows). Replace the
13409 drive letters with a string "drive_X".
13410
134112000-05-23 Gerd Moellmann <gerd@gnu.org>
13412
13413 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13414
13415 * files.el (interpreter-mode-alist): Add `bash2'.
13416
134172000-05-22 Dave Love <fx@gnu.org>
13418
13419 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13420 mapc.
13421 (feature-file): Avoid calling symbol-name. Doc fix.
13422 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13423 (loadhist-hook-functions): Add mouse-position-function.
13424 (unload-feature): Change uses of mapcar.
13425
13426 * files.el (parse-colon-path): Doc fix.
13427 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13428 (set-auto-mode): Use mapc.
13429
13430 * complete.el (PC-look-for-include-file): Use :alnum: character
13431 class.
13432 (partial-completion-mode): Add autoload cookie.
13433
134342000-05-22 Sam Steingold <sds@gnu.org>
13435
13436 * info.el (Info-fontify-node): Fixed the call to
13437 `add-text-properties' (bug introduced on 2000-05-18).
13438
134392000-05-22 Dave Love <fx@gnu.org>
13440
13441 * bindings.el: Remove debug-ignored-errors set in other files.
13442
13443 * progmodes/etags.el: Add to debug-ignored-errors.
13444 (visit-tags-table-buffer): Clear out buffers holding old tables
13445 when making a new list.
13446 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13447 mapc.
13448
13449 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13450 quote keywords.
13451 (cmpl-string-case-type): Use character classes.
13452
13453 * comint.el:
13454 * textmodes/ispell.el:
13455 * imenu.el:
13456 * mail/mh-e.el:
13457 * progmodes/compile.el: Add to debug-ignored-errors.
13458
13459 * dabbrev.el: Add to debug-ignored-errors.
13460 (dabbrev-completion): Use mapc.
13461
134622000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13463
13464 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13465 (woman-mapcan, woman-parse-man.conf)
13466 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13467 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13468 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13469 path syntax better.
13470 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13471 (woman-manpath): Call woman-parse-man.conf.
13472 (woman-emulation): New defcustom, defaults to nroff.
13473 (woman-font-support): New defconst.
13474 (woman-use-symbol-font): New defcustom.
13475 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13476 "Emulation".
13477 Many functions: Doc fix.
13478
134792000-05-22 Kenichi Handa <handa@etl.go.jp>
13480
13481 * international/quail.el (quail-simple-translation-keymap): Map
13482 128..255 to quail-self-insert-command.
13483 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13484
134852000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13486
13487 * help.el (help-manyarg-func-alist): Typo.
13488
13489 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13490 intervals which makes it heaps simpler.
13491
13492 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13493 the nested comment markers.
13494
13495 * subr.el (remove-hook): Don't turn the hook's value into a list.
13496
134972000-05-21 Dave Love <fx@gnu.org>
13498
13499 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13500 are invalid characters.
13501
13502 * international/mule-util.el (detect-coding-with-priority): Use
13503 mapc. Remove redundant lambda.
13504
13505 * international/mule-diag.el (list-non-iso-charset-chars)
13506 (describe-fontset): Remove redundant lambda.
13507
13508 * emulation/crisp.el (brief-mode): New alias.
13509
13510 * emacs-lisp/ring.el (ring-elements): New function.
13511
13512 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13513 (easy-menu-do-add-item): Use keywordp.
13514
13515 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13516
13517 * replace.el: Doc and error message fixes.
13518 (replace-highlight): Use facep, not internal-find-face.
13519
135202000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13521
13522 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13523
13524 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13525 (log-edit-insert-changelog): Drop `:' as well.
13526
13527 * log-view.el: Fix file description.
13528 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13529 available.
13530 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13531 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13532
13533 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13534 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13535 Print a status message if the toggle is called interactively.
13536 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13537 for global minor modes and use `defcustom' for them.
13538 Use add-minor-mode.
13539 (easy-mmode-define-derived-mode): Remove.
13540 (define-derived-mode): Fancier default docstring.
13541 (easy-mmode-define-navigation): Signal an error rather than (ding).
13542
13543 * newcomment.el (comment-styles): New `box-multi'.
13544 (comment-normalize-vars): Better default for comment-continue to
13545 avoid whitespace-only continuations.
13546 (comment-search-forward): Always move even in the no-syntax case.
13547 (comment-padright): Only obey N if it's only obeyed for padleft.
13548 (comment-make-extra-lines): Better handling of empty continuations.
13549 Use `=' for the filler if comment-start has only one character.
13550 (uncomment-region): Try handling the special `=' filler.
13551 (comment-region): Allow LINES even if MULTI is nil.
13552 (comment-box): Choose box style based on comment-style.
13553
135542000-05-20 Kenichi Handa <handa@etl.go.jp>
13555
13556 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13557 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13558
135592000-05-20 Kenichi HANDA <handa@etl.go.jp>
13560
13561 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13562 and insert, not subst-char-in-region.
13563
13564 * international/mule-diag.el (list-character-sets-1): Handle
13565 charsets eight-bit-control and eight-bit-graphic.
13566 (list-iso-charset-chars): Likewise.
13567 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13568 charactes as is. Use indent-to to align characters.
13569
13570 * international/mule-cmds.el (find-multibyte-characters): Never
13571 exclude charsets eight-bit-control and eight-bit-graphic.
13572
135732000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13574
13575 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13576 Don't quote lambdas.
13577
13578 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13579
135802000-05-19 Gerd Moellmann <gerd@gnu.org>
13581
13582 * gud.el (gud-jdb-directories): Doc fix.
13583
135842000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13585
13586 * newcomment.el: New file.
13587
135882000-05-19 Gerd Moellmann <gerd@gnu.org>
13589
13590 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13591
135922000-05-18 Andreas Schwab <schwab@suse.de>
13593
13594 * dired.el (dired-between-files): Also skip lines beginning with
13595 `used'.
13596
135972000-05-18 Gerd Moellmann <gerd@gnu.org>
13598
13599 * msb.el (msb-menu-cond): Add choice `user'.
13600
136012000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13602
13603 * ps-print.el: Compatibility, customization and doc fix.
13604 (ps-printer-name-option): Replace defconst by defvar.
13605 (ps-postscript-code-directory): XEmacs compatibility.
13606 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13607 fix.
13608 (ps-user-defined-prologue, ps-print-prologue-header)
13609 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13610 compatibility and code fix.
13611 (ps-print-background-image, ps-print-background-text):
13612 Customization fix.
13613 (ps-line-number-start, ps-n-up-on): New vars.
13614
136152000-05-18 Espen Skoglund <esk@ira.uka.de>
13616
13617 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13618 the indent-comment function to just return the appropriate indent.
13619
136202000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13621
13622 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13623 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13624 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13625
136262000-05-18 Dave Love <fx@gnu.org>
13627
13628 * info.el (Info-fontify-node): Add intangible property as well as
13629 invisible.
13630
13631 * calendar/appt.el (appt-make-list): Match all lines of entry.
13632 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13633
136342000-05-18 Kenichi Handa <handa@etl.go.jp>
13635
13636 * international/mule-diag.el (describe-char-after): Call
13637 internal-char-font, not char-font. If internal-char-font returns
13638 nil, display "-- none --".
13639
136402000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13641
13642 * image.el (image-type-available-p): Don't reference image-types
13643 if it isn't bound.
13644
136452000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13646
13647 * autoarg.el (autoarg-mode): Typo in the :set argument.
13648
136492000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13650
13651 * startup.el (command-line-1): Don't signal an error if the
13652 directory for auto-save-list files does not yet exist.
13653
136542000-05-17 Kenichi Handa <handa@etl.go.jp>
13655
13656 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13657
136582000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13659
13660 * subr.el (remove-hook): `setq' hook-value, not `set'.
13661
136622000-05-16 Sam Steingold <sds@gnu.org>
13663
13664 * info.el (debug-ignored-errors): More errors to ignore.
13665
136662000-05-16 Dave Love <fx@gnu.org>
13667
13668 * cus-edit.el: Don't require cl or easymenu.
13669 (custom-variable-prompt): Test standard-value property, not
13670 user-variable-p.
13671
136722000-05-16 Sam Steingold <sds@gnu.org>
13673
13674 * subr.el (add-hook): `setq' hook-value, not `set'.
13675
136762000-05-16 Gerd Moellmann <gerd@gnu.org>
13677
13678 * startup.el (command-line-1): Mention the FAQ in the startup
13679 message.
13680
13681 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13682
13683 * progmodes/compile.el (compilation-parse-errors): Collect
13684 `nomessage' regexps last.
13685
13686 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13687
13688 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13689 to the function name.
13690
136912000-05-15 Dave Love <fx@gnu.org>
13692
13693 * speedbar.el (speedbar-recenter): Typo.
13694 (speedbar-expand-line): Make arg optional.
13695 (speedbar-mode): Avoid a compiler warning.
13696
136972000-05-15 Gerd Moellmann <gerd@gnu.org>
13698
13699 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13700 user-specified option string is empty.
13701
13702 * mouse.el (mouse-yank-at-click): Doc fix.
13703
137042000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13705
13706 * term/internal.el (IT-character-translations): More updates of
13707 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13708 documents.
13709
137102000-05-15 Gerd Moellmann <gerd@gnu.org>
13711
13712 * env.el (getenv): New function, interactively callable.
13713 (setenv, getenv): Remove autoload cookies.
13714
13715 * loadup.el: Load `env'.
13716
13717 * progmodes/f90.el: Change author's mail address.
13718
137192000-05-14 Dave Love <fx@gnu.org>
13720
13721 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13722 goto-addr as an option.
13723
13724 * help.el (help-xref-stack): Doc fix.
13725 (help-xref-following): New variable.
13726 (help-make-xrefs): Use it.
13727 (help-xref-go-back): Use position information from stack element.
13728 (help-follow): Make position in stack element a pair. Use
13729 help-xref-following.
13730
13731 * autoarg.el: New file.
13732
13733 * faces.el: Declare more functions obsolete.
13734
13735 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13736 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13737 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13738 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13739 Remove all the setup-...-environment functions.
13740
137412000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13742
13743 * speedbar.el: Updated the commentary section. xemacs20p now uses
13744 >= when detecting. Require `defimage' safely.
13745 (speedbar-easymenu-definition-base): Add toggle for images.
13746 (speedbar-easymenu-definition-special): Add flush cache & expand.
13747 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13748 (speedbar-reconfigure-keymaps-hook): New variable.
13749 (speedbar-frame-parameters): Updated documentation.
13750 (speedbar-use-imenu-flag): Updated custom tag
13751 (speedbar-dynamic-tags-function-list): New variable.
13752 (speedbar-tag-hierarchy-method): Updated doc & custom.
13753 (speedbar-indentation-width, speedbar-indentation-width) New
13754 variables.
13755 (speedbar-hide-button-brackets-flag): Customizable.
13756 (speedbar-vc-indicator): Doc update.
13757 (speedbar-ignored-path-expressions): Updated default value.
13758 (speedbar-supported-extension-expressions): Updated default value.
13759 (speedbar-syntax-table): Remove {} paren status.
13760 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13761 as "+". Added overlay aliases.
13762 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13763 `force-mode-line-update'.
13764 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13765 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13766 `mouse-set-point'
13767 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13768 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13769 of arbitrary text, and new helper functions.
13770 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13771 filename finder.
13772 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13773 (speedbar-directory-buttons): Update path search/expansion.
13774 (speedbar-make-tag-line): Pay attention to
13775 `speedbar-indentation-width'. Use more care w/ invisible
13776 properties.
13777 (speedbar-change-expand-button-char): Call
13778 `speedbar-insert-image-button-maybe'.
13779 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13780 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13781 (speedbar-trim-words-tag-hierarchy)
13782 (speedbar-simple-group-tag-hierarchy): New functions
13783 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13784 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13785 functions.
13786 (speedbar-mouse-set-point): New function
13787 (speedbar-power-click): Updated documentation.
13788 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13789 of tag prefix text.
13790 (speedbar-expand-line, speedbar-contract-line): Make more robust
13791 to strange text.
13792 (speedbar-expand-line): Takes universal argument to flush the
13793 cache.
13794 (speedbar-flush-expand-line): New function.
13795 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13796 Use new generator insertion method.
13797 (speedbar-fetch-dynamic-tags): New function.
13798 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13799 `speedbar-fetch-dynamic-imenu'.
13800 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13801 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13802 "Revert Buffer" menu items.
13803 (speedbar-buffer-buttons-engine): Be smarter when creating a
13804 filename tag (for expansion purposes.).
13805 (speedbar-highlight-one-tag-line,
13806 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13807 (speedbar-recenter): New functions.
13808 (defimage-speedbar): Image loading abstraction.
13809 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13810 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13811 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13812 (speedbar-tag-type, speedbar-tag-mail): New images.
13813 (speedbar-expand-image-button-alist): New variable.
13814 (speedbar-insert-image-button-maybe): Insert an image over some
13815 buttons.
13816
138172000-05-13 Kenichi Handa <handa@etl.go.jp>
13818
13819 * international/mule-cmds.el (encode-coding-char): An ASCII
13820 character is always encodable.
13821
13822 * international/mule-conf.el: Add more information in descriptions
13823 of character sets.
13824
13825 * international/mule-diag.el (describe-char-after): New function.
13826 (describe-font-internal): Adjusted for the change of font-info.
13827 (describe-font): Likewise.
13828 (print-fontset): Rewritten for the new fontset implementation.
13829 (describe-fontset): Include fontset alias names in completion.
13830 (list-fontsets): Adjusted for the change of print-fontset.
13831
13832 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13833 describe-char-after instead of displaying the detail in the echo
13834 area.
13835 (syntax-code-table): Format changed.
13836 (string-to-syntax): Adjusted for the above change.
13837
138382000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13839
13840 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13841
138422000-05-12 Dave Love <fx@gnu.org>
13843
13844 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13845 dependence. Use line-{beginning,end}-position, not
13846 point-at{b,e}ol. Some doc fixes.
13847 (todo-position): New function. Fix callers of position to use it.
13848 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13849
138502000-05-12 Gerd Moellmann <gerd@gnu.org>
13851
13852 * time.el (display-time-mail-icon): Use `:ascent center'.
13853
13854 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13855 handling FTP security extensions.
13856
138572000-05-11 Dave Love <fx@gnu.org>
13858
13859 * calendar/todo-mode.el: New file.
13860
138612000-05-11 Gerd Moellmann <gerd@gnu.org>
13862
13863 * comint.el (comint-read-input-ring): Move reference to
13864 comint-input-ring-size outside of the save-excursion. It was
13865 causing the default value to be the only one ever seen.
13866
13867 * font-lock.el: Update copyright. Remove Simon Marshall's email
13868 address on request from him.
13869
13870 * subr.el (substitute-key-definition): Add comment describing
13871 the meaning of PREFIX.
13872
138732000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13874
13875 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13876
13877 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13878 (add-minor-mode): Don't make the variable buffer-local and add a
13879 reference to define-minor-mode in the docstring.
13880
13881 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13882 HEADER/FOOTER and fix bug with trailing empty directory.
13883 (cvs-append-to-ignore): Use vc-editable-p if available.
13884 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13885 (vc-do-command): Tweak advice to handle the new VC.
13886
13887 * log-view.el (log-view-goto-rev): New function for the new VC.
13888 (log-view-minor-wrap): Use mark-active.
13889
13890 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13891 (log-edit-changelog-full-paragraphs): New var.
13892 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13893 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13894 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13895 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13896 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13897 Replace the `cvs' prefix with `log-edit'.
13898
13899 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13900
13901 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13902 (diff-font-lock-defaults): Explicitly turn off multiline.
13903 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13904 (diff-ediff-patch): Fix call to ediff-patch-file.
13905 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13906 Handle comments.
13907
13908 * frame.el (automatic-hscrolling): Typo.
13909
13910 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13911
139122000-05-09 Sam Steingold <sds@goems.com>
13913
13914 * apropos.el (apropos-print): use `describe-face' instead of
13915 `customize-face-other-window'.
13916
139172000-05-09 Dave Love <fx@gnu.org>
13918
13919 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13920
13921 * help.el (describe-variable): Have customize button pop the
13922 help-xref stack when invoked.
13923 (help-xref-symbol-regexp): Add `face'.
13924 (help-make-xrefs): Check for quoted face names and adapt regexp
13925 submatch numbers to cope.
13926 (help-xref-interned): Maybe insert face doc too. Separate
13927 sections with a line of hyphens.
13928
13929 * faces.el: Some doc fixes. Declare some functions obsolete.
13930 (describe-face): Add customize button. Return the help
13931 text. Fix prompt.
13932
139332000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13934
13935 * term/internal.el (IT-character-translations): Fix last change.
13936
139372000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13938
13939 * woman.el: New file
13940 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13941
139422000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13943
13944 * term/internal.el (IT-character-translations): Update ASCII
13945 simulations for greek-iso8859-7, add latin-iso8859-14 and
13946 latin-iso8859-15.
13947
13948 * international/mule-cmds.el (set-language-info-alist): Call
13949 define-prefix-command with 3 arguments, to make the map suitable
13950 for a menu.
13951
139522000-05-07 Dave Love <fx@gnu.org>
13953
13954 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13955
139562000-05-05 Dave Love <fx@gnu.org>
13957
13958 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13959 list in doc string. Don't quote keyword symbols.
13960 * emacs-lisp/cl.el: Likewise
13961 * emacs-lisp/cl-seq.el: Likewise
13962
139632000-05-05 Gerd Moellmann <gerd@gnu.org>
13964
13965 * abbrev.el (abbrev-mode): Make ARG optional.
13966
139672000-05-04 Gerd Moellmann <gerd@gnu.org>
13968
13969 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13970
13971 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13972
13973 * subr.el (substitute-key-definition): Clarify documentation.
13974
139752000-05-04 Milan Zamazal <pdm@freesoft.cz>
13976
13977 * glasses.el (glasses-convert-to-unreadable): Use
13978 `glasses-separator' instead of the hard-wired "_".
13979 (glasses-mode): Call `glasses-make-unreadable' only in a single
13980 place.
13981
139822000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13983
13984 * term/internal.el (cjk-codepages-alist): Add associations for
13985 Chinese and Korean codepages. Remove FIXME comment.
13986
139872000-05-03 Dave Love <fx@gnu.org>
13988
13989 * time.el (display-time-mail-face, display-time-use-mail-icon):
13990 New option.
13991 (display-time-mail-icon): New variable.
13992 (display-time-string-forms): Use the above. Fix the local-map.
13993
139942000-05-03 Gerd Moellmann <gerd@gnu.org>
13995
13996 * replace.el (query-replace-map): Add binding for `E'.
13997 (query-replace-help): Extend help text.
13998 (perform-replace): Allow editing the replacement string.
13999
14000 * make-mode.el (makefile-mode-abbrev-table): New variable.
14001 (makefile-mode): Set local abbrev table to
14002 makefile-mode-abbrev-table.
14003 (makefile-font-lock-keywords): Fontify includes and conditionals.
14004
14005 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14006 set TOGGLE's value.
14007
14008 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14009 mail-interactive-insert-alias.
14010 (mail-abbrev-complete-alias): New command.
14011 (mail-mode-map): Bind it to `M-TAB'.
14012
140132000-05-03 Kenichi Handa <handa@etl.go.jp>
14014
14015 * language/lao-util.el (lao-compose-region): New function.
14016
140172000-05-02 Gerd Moellmann <gerd@gnu.org>
14018
14019 * files.el (recover-session): Make directories as necessary
14020 if they don't exist yet.
14021
14022 * calendar/cal-french.el
14023 (french-calendar-multibyte-special-days-array)
14024 (french-calendar-special-days-array): Change French text.
14025 (calendar-french-date-string): Change output.
14026 (calendar-goto-french-date): Likewise.
14027
140282000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14029
14030 * wid-edit.el (widget-default-active): Obey `:always-active'.
14031 (widget-documentation-string-value-create): Set `:always-active'.
14032
140332000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14034
14035 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14036 default prefix to `~/_emacs.d/auto-save.list/_s'.
14037 (normal-top-level): Create the directory for auto-save files, if
14038 it doesn't already exist (in the ms-dos case only).
14039
140402000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14041
14042 * international/mule-cmds.el (set-language-environment): Don't
14043 concat an integer (dos-codepage), use format instead.
14044
140452000-05-02 Dave Love <fx@gnu.org>
14046
14047 * help.el (help-xref-on-pp): Check for constant symbols.
14048
140492000-04-29 Gerd Moellmann <gerd@gnu.org>
14050
14051 * startup.el (normal-top-level): Put a condition-case around
14052 the code loading subdirs.el.
14053
140542000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14055
14056 * ps-print.el: Upside-down and face background color printing,
14057 line number step, doc fix.
14058 (ps-print-version): New version number (5.2).
14059 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14060 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14061 (ps-spool-config): Var fix.
14062 (ps-printer-name-option): Const fix.
14063 (ps-print-upside-down, ps-use-face-background)
14064 (ps-line-number-step): New vars.
14065 (ps-window-system, ps-lp-system): New consts.
14066 (ps-face-background): New fun.
14067
140682000-04-28 Richard Stallman <rms@gnu.org>
14069
14070 * files.el (make-auto-save-file-name):
14071 Apply auto-save-file-name-transforms to visited file name
14072 before generating auto save file name.
14073 (auto-save-file-name-transforms): New variable.
14074
14075 * files.el (backup-enable-predicate):
14076 Correctly test for a file under a temporary directory.
14077
140782000-04-28 Gerd Moellmann <gerd@gnu.org>
14079
14080 * subr.el (add-minor-mode): Rewritten.
14081
140822000-04-28 Kenichi Handa <handa@etl.go.jp>
14083
14084 * mail/sendmail.el (sendmail-send-it): Set
14085 buffer-file-coding-system to the selected coding system for MIME
14086 header.
14087
140882000-04-27 Gerd Moellmann <gerd@gnu.org>
14089
14090 * dired.el (dired-move-to-filename-regexp): Allow format where
14091 YYYY is followed by two spaces.
14092
14093 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14094 in the second character class of the regexp.
14095
14096 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14097 mh-etc, too.
14098
14099 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14100 nil.
14101
14102 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14103
14104 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14105 argument.
14106
141072000-04-27 Sen Nagata <sen@eccosys.com>
14108
14109 * emacs-lisp/crm.el (crm-completion-table): New variable.
14110 (crm-collection-fn, crm-test-completion)
14111 (completing-read-multiple): Use it.
14112
141132000-04-27 Dave Love <fx@gnu.org>
14114
14115 * help.el (locate-library): Use mapc.
14116 (help-manyarg-func-alist): Add call-process-region.
14117
141182000-04-26 Gerd Moellmann <gerd@gnu.org>
14119
14120 * subr.el (add-minor-mode): Make argument MAP optional.
14121
14122 * desktop.el (desktop-save): Save list of minor modes.
14123 (desktop-create-buffer): Restore minor modes.
14124 (desktop-minor-mode-table): New user-option.
14125
14126 * subr.el (add-minor-mode): New function.
14127
14128 * image.el (find-image): New function.
14129 (defimage): Rewritten to find image at load time.
14130
14131 * startup.el (normal-top-level-add-to-load-path): Handle
14132 case that the default directory is not in load-path.
14133
14134 * help.el: Old patch from Stefan Monnier.
14135 (help-xref-on-pp): New function.
14136 (describe-variable): Use it to display xrefs in a symbol's value.
14137
141382000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14139
14140 * cus-edit.el (custom-face): Fix parenthesis.
14141
141422000-04-26 Kenichi Handa <handa@etl.go.jp>
14143
14144 * mail/rmail.el (rmail-expunge): When there are no deleted
14145 messages, do nothing.
14146
141472000-04-26 Dave Love <fx@gnu.org>
14148
14149 * international/mule-cmds.el (locale-translation-file-name):
14150 Defvar to nil.
14151 (set-locale-environment): Set it here (at runtime).
14152
141532000-04-25 Gerd Moellmann <gerd@gnu.org>
14154
14155 * replace.el (perform-replace): Add parameters START and END. Use
14156 them instead of the check for a region in Transient Mark mode.
14157 (query-replace-read-args): Return two more list elements for the
14158 start and end of the region in Transient Mark mode.
14159 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14160 (map-query-replace-regexp, replace-string, replace-regexp): Add
14161 optional last arguments START and END and pass them to
14162 perform-replace.
14163
14164 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14165 form with additional arguments for perform-replace.
14166
14167 * progmodes/etags.el (tags-query-replace): Add parameters START
14168 and END. Construct a form with additional arguments for
14169 perform-replace.
14170
14171 * simple.el (shell-command): Set default directory for "*Shell
14172 Command Output" buffer.
14173
14174 * language/european.el (iso-latin-4): Fix typo.
14175
14176 * emacs-lisp/crm.el: New file.
14177
141782000-04-24 Dave Love <fx@gnu.org>
14179
14180 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14181 (Custom-reset-saved, Custom-reset-standard)
14182 (custom-group-value-create, custom-group-set, custom-group-save)
14183 (custom-group-reset-current, custom-group-reset-saved)
14184 (custom-group-reset-standard): Use mapc.
14185 (custom-buffer-create-internal): Disable undo when creating items.
14186 Use mapc.
14187 (custom-face): Avoid redundant lambda.
14188
141892000-04-24 Gerd Moellmann <gerd@gnu.org>
14190
14191 * startup.el (auto-save-list-file-prefix): Set default to
14192 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14193
141942000-04-24 Sam Steingold <sds@gnu.org>
14195
14196 * time-stamp.el (time-stamp-string-preprocess): Always convert
14197 `field-result' to a string.
14198
141992000-04-24 Gerd Moellmann <gerd@gnu.org>
14200
14201 * frame.el (scrolling): New group.
14202 (automatic-hscrolling): New user-option.
14203
14204 * startup.el (command-line-x-option-alist): Add `-lsp' and
14205 `--line-spacing'.
14206
142072000-04-19 Dave Love <fx@gnu.org>
14208
14209 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14210 (cl-mapc): Rename from mapc. Fix the funcall.
14211
142122000-04-19 Gerd Moellmann <gerd@gnu.org>
14213
14214 * simple.el (clone-indirect-buffer-other-window): New command.
14215 (clone-indirect-buffer): Add optional arg NORECROD.
14216 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14217
14218 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14219
14220 * window.el (count-screen-lines): New function.
14221 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14222 instead of window-buffer-height.
14223
14224 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14225 non-existing variable comint-input-sentinel.
14226 (inferior-lisp-args-to-list): Removed.
14227 (inferior-lisp): Use split-string instead of
14228 inferior-lisp-args-to-list.
14229
14230 * hexl.el (hexl-insert-hex-string): New command.
14231
14232 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14233 instead of concat.
14234
142352000-04-18 Gerd Moellmann <gerd@gnu.org>
14236
14237 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14238 at the start of an existing but empty folder.
14239
142402000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14241
14242 * ps-mule.el: Customization fix, doc fix.
14243 (ps-multibyte-buffer): Customization fix.
14244
142452000-04-17 Richard M. Stallman <rms@gnu.org>
14246
14247 * subr.el (read-passwd): Use read-char-exclusive.
14248
142492000-04-17 Gerd Moellmann <gerd@gnu.org>
14250
14251 * textmodes/texinfo.el (texinfo-insert-@email)
14252 (texinfo-insert-@emph, texinfo-insert-@quotation)
14253 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14254 (texinfo-mode-map): Add key bindings for them.
14255
14256 * files.el (basic-save-buffer-2): Use a template with `$'
14257 instead of `#' for VMS.
14258
14259 * simple.el (clone-indirect-buffer): New function.
14260
142612000-04-16 Stephen Eglen <stephen@gnu.org>
14262
14263 * iswitchb.el (iswitchb-case): New function. If the user input
14264 contains any upper-case characters, the search is made
14265 case-sensitive.
14266
142672000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14268
14269 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14270 comment-end.
14271 (texinfo-font-lock-syntactic-keywords): New var.
14272 (texinfo-font-lock-keywords): Remove comment regexp.
14273 (texinfo-insert-block): New function.
14274 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14275 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14276 and font-lock-defaults. Use regexp-opt for outline-regexp.
14277 (texinfo-environments): New var.
14278 (texinfo-environment-regexp): Use regexp-opt and
14279 texinfo-environments.
14280
14281 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14282 ispell-process is bound since this might be eval'd before ispell
14283 is loaded.
14284 (ispell-message): Use a tiny bit less magic and a bit more hard
14285 data to figure out what kind of sc-cite-regexp to use.
14286
14287 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14288
14289 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14290 (insert-cyclic-diary-entry): Unquote the lambda.
14291
14292 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14293
14294 * files.el (backup-enable-predicate): Unquote the lambda.
14295
14296 * cus-edit.el (custom-face, face): Unquote the lambda.
14297
142982000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14299
14300 * ps-print.el: Check for line-beginning-position definition.
14301
14302 * ps-print.el: Fix counting lines in a region.
14303 (ps-print-version): New version number (5.1.5).
14304 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14305 (ps-printing-region): Fun code fix.
14306
143072000-04-15 Gerd Moellmann <gerd@gnu.org>
14308
14309 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14310 to file-directory-p.
14311
143122000-04-14 Gerd Moellmann <gerd@gnu.org>
14313
14314 * gud.el (gud-jdb-build-source-files-list): Check that directory
14315 exists before calling directory-files.
14316
143172000-04-13 Dave Love <fx@gnu.org>
14318
14319 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14320 syntax.
14321
14322 * emacs-lisp/cl-specs.el: Remove when, unless.
14323
14324 * emacs-lisp/cl-extra.el: Don't quote keywords.
14325 (cl-old-mapc): New variable.
14326 (mapc): Use it.
14327 (cl-map-intervals): Use with-current-buffer. Don't check for
14328 next-property-change.
14329 (cl-map-overlays): Use with-current-buffer.
14330 (cl-expt): Remove.
14331 (copy-tree, remprop): Define unconditionally.
14332
14333 * emacs-lisp/cl-compat.el (keywordp): Remove.
14334
14335 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14336 to use keywordp.
14337 (edebug-spec): Enable keywordp.
14338
14339 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14340 string-lessp.
14341
14342 * cus-start.el: Use keywordp.
14343
143442000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14345
14346 * diary-lib.el (include-other-diary-files): Fix the fix of
14347 2000-02-18 by doing a save-excursion.
14348
143492000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14350
14351 * ps-print.el: Customization fix, doc fix.
14352 (ps-print-version): New version number (5.1.4).
14353 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14354 (ps-print-preprint): Adjust code.
14355 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14356 (ps-print-prologue-header, ps-print-control-characters)
14357 (ps-spool-config): Customization fix.
14358
143592000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14360
14361 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14362 converted to the new menu-item format, names silightly changed,
14363 help strings added.
14364
14365 Support for spelling without async subprocesses:
14366
14367 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14368 (ispell-session-buffer): New variables.
14369 (ispell-start-process, ispell-process-status,
14370 ispell-accept-output, ispell-send-string): New functions, for
14371 Ispell invocation when async subprocesses aren't supported.
14372 (ispell-word, ispell-pdict-save, ispell-command-loop,
14373 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14374 to process-send-string with calls to ispell-send-string, and
14375 accept-process-output with ispell-accept-output.
14376 (ispell-init-process): Call ispell-process-status instead of
14377 process-status with.
14378 (ispell-init-process): Call ispell-start-process. Call
14379 ispell-accept-output and ispell-send-string. Don't call
14380 process-kill-without-query and kill-process if they are unbound.
14381 (ispell-async-processp): New function.
14382
143832000-04-12 Dave Love <fx@gnu.org>
14384
14385 * info.el: Add debug-ignored-errors.
14386 (Info-mode-menu): Add some items.
14387 (Info-directory): Add autoload cookie.
14388
14389 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14390 Modify `truncate-lines'. Make `describe-language-environment'
14391 always visible and add help. Modify `describe-key' help. Invoke
14392 Info-directory from `info'. New entry `emacs-manual'.
14393
143942000-04-10 Gerd Moellmann <gerd@gnu.org>
14395
14396 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14397 propertized-buffer-identification.
14398 (ebrowse-update-member-buffer-mode-line): Likewise.
14399 (ebrowse--mode-strings): Removed.
14400 (ebrowse--mode-line-props): Removed.
14401
14402 * files.el (auto-mode-alist): Add `EBROWSE'.
14403
14404 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14405 space before testing for end of buffer.
14406 (ebrowse-load): Removed.
14407 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14408 (ebrowse-create-tree-buffer): Rewritten.
14409 (ebrowse-tree-mode): Read tree from buffer.
14410
14411 * progmodes/ebrowse-ffh.el: Removed.
14412
144132000-04-10 Kenichi Handa <handa@etl.go.jp>
14414
14415 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14416
144172000-04-10 Gerd Moellmann <gerd@gnu.org>
14418
14419 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14420 at the wrong place.
14421
144222000-04-09 Dave Love <fx@gnu.org>
14423
14424 * files.el (backup-enable-predicate): Use
14425 temporary-file-directory, small-temporary-file-directory.
14426 (make-backup-file-name-function, backup-directory-alist): New
14427 variables.
14428 (make-backup-file-name-1): New function.
14429 (make-backup-file-name): Use it.
14430 (find-backup-file-name): Likewise. Use format for clarity, not
14431 concat.
14432 (file-newest-backup): Use make-backup-file-name.
14433
144342000-04-09 Gerd Moellmann <gerd@gnu.org>
14435
14436 * progmodes/ebrowse-ffh.el: New file.
14437
14438 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14439 to ebrowse-ffh.el.
14440 (ebrowse-load): Add autoload.
14441
14442 * finder.el (finder-commentary): Add autoload cookie.
14443
14444 * mail/rfc2368.el: Correct author's email address.
14445
14446 * progmodes/ebrowse.el: New file.
14447
14448 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14449 item help string.
14450 (easy-menu-do-add-item): Ditto.
14451 (easy-menu-define): Extend doc string.
14452
14453 * jit-lock.el (with-buffer-unmodified): Use
14454 restore-buffer-modified-p.
14455 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14456 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14457 with-buffer-unmodified.
14458
144592000-04-08 Dave Love <fx@gnu.org>
14460
14461 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14462 unless, when.
14463
144642000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14465
14466 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14467 (viper-flash-search-pattern): No operation when using Emacs
14468 doesn't support face.
14469 Use `viper-put-on-search-overlay'.
14470
144712000-04-04 Gerd Moellmann <gerd@gnu.org>
14472
14473 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14474 like C-r.
14475
14476 * progmodes/make-mode.el: Some doc fixes.
14477 (makefile-mode-abbrev-table): New variable.
14478 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14479 (makefile-font-lock-keywords): Fontify includes and conditionals.
14480 (toplevel): Require `dabbrev' and `add-log' when compiling.
14481
14482 * replace.el (perform-replace): Don't move forward one char
14483 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14484 to do that because it leaves point 1 position after the last
14485 replacement, after everything has been replaced.
14486
14487 * jit-lock.el (with-buffer-unmodified): New macro.
14488 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14489 modified state.
14490 (jit-lock-function-1): Extracted from jit-lock-function; not
14491 preserving buffer's modified state.
14492 (jit-lock-function, jit-lock-stealth-fontify): Call
14493 jit-lock-function-1.
14494
14495 * mail/rfc2368.el: Remove supernumerary copyright line.
14496
144972000-04-04 Milan Zamazal <pdm@freesoft.cz>
14498
14499 * glasses.el: Provide facilities for inserting space before left
14500 parentheses and uncapitalization of identifiers.
14501 (glasses-mode): Try to remove old overlays in all cases.
14502
145032000-04-03 Gerd Moellmann <gerd@gnu.org>
14504
14505 * progmodes/compile.el (compile-internal): Display the compilation
14506 buffer in a different frame, if it's already displayed there.
14507
14508 * mail/rfc2368.el: New file.
14509
14510 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14511 header and insert its value as mail body.
14512
14513 * subr.el (member-ignore-case): New function.
14514
14515 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14516 (dabbrev--find-expansion): Ignore buffers matching a regexp
14517 from dabbrev-ignored-regexps.
14518
14519 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14520 to extensions handled by gzip.
14521
145222000-04-03 Richard M. Stallman <rms@gnu.org>
14523
14524 * files.el (insert-directory): List the total free space
14525 along with the used space.
14526
14527 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14528 line is followed by one that matches CITATION-REGEXP, end the
14529 paragraph.
14530
145312000-04-03 Markus Rost <rost@delysid.gnu.org>
14532
14533 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14534 (rmail-make-basic-summary-line): Use that option.
14535
145362000-04-03 Kenichi Handa <handa@etl.go.jp>
14537
14538 * international/mule-cmds.el (encoded-string-description):
14539 Rewritten. Try pretty description for ISO 2022 escape sequences
14540 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14541 for hexadecimal format.
14542
145432000-04-01 Dave Love <fx@gnu.org>
14544
14545 * cpp.el: Change customization group to `c' from `C'.
14546
14547 * vcursor.el (vcursor-move): Use display-color-p.
14548
14549 * international/mule-util.el: Provide mule-utils.
14550 (string-to-sequence): Simplify and speed up.
14551
14552 * international/mule.el (make-coding-system): Purecopy doc-string.
14553
14554 * international/mule-cmds.el: Various menu changes.
14555 (describe-specified-language-support): Handle `Default'.
14556 (set-language-info): Purecopy `info'.
14557
145582000-03-31 Andrew Innes <andrewi@gnu.org>
14559
14560 * vc.el (vc-backend-diff): Return the correct status if we had to
14561 retry the rcsdiff command without the --brief option.
14562
145632000-03-31 Dave Love <fx@gnu.org>
14564
14565 * help.el (help-manyarg-func-alist): Correct several omissions.
14566
14567 * add-log.el: Don't require cl, fortran.
14568 (add-log-current-defun-function): Doc fix.
14569 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14570 fix.
14571 (change-log-version-rcs): Function deleted.
14572 (change-log-version-number-search): Doc fix. Use
14573 vc-workfile-version. Avoid CL dolist.
14574 (add-change-log-entry): Just call add-log-current-defun to get
14575 defun. Simplify somewhat.
14576 (change-log-get-method-definition-1): Likewise.
14577 (add-log-current-defun): Return nil if calling
14578 add-log-current-defun-function does so. Move Fortran stuff to
14579 fortran.el. Return string without properties.
14580
14581 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14582 and :alpha: char classes.
14583
14584 * mail/supercite.el: Defvar curline when compiling.
14585 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14586 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14587 rather than a-zA-Z0-9 to allow non-ASCII characters.
14588
145892000-03-31 Gerd Moellmann <gerd@gnu.org>
14590
14591 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14592
14593 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14594 Re-enable new code.
14595
14596 * lpr.el (print-region-1): Use -d to specify printer name for
14597 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14598
145992000-03-31 Dave Love <fx@gnu.org>
14600
14601 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14602 for function definition in symbol's function value slot first
14603 instead of first consulting byte-compile-function-environment.
14604
146052000-03-31 Kenichi Handa <handa@etl.go.jp>
14606
14607 * language/european.el ("Polish"): New language environment.
14608 (setup-polish-environment): New function.
14609
146102000-03-30 Gerd Moellmann <gerd@gnu.org>
14611
14612 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14613 Disable new code.
14614
14615 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14616 trying to `load' the symbol of an autoload instead of the file
14617 recorded in the autoload. Fix error messages.
14618
146192000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14620
14621 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14622 (ps-print-version): New version number (5.1.3).
14623 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14624 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14625 (ps-generate-postscript-with-faces): Code fix.
14626 (ps-color-values): XEmacs compatibility.
14627 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14628 (ps-default-fg, ps-default-bg): Adjust customization.
14629 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14630 (ps-color-scale): Renaming old ps-color-value fun.
14631 (ps-print-headers): Replace ps-print-header group to avoid conflict
14632 with ps-print-header variable.
14633 (ps-print-miscellany): New group.
14634 (ps-format-color, ps-rgb-color): New funs.
14635 (ps-default-foreground): New var.
14636 (ps-printer-name-option): New const.
14637
146382000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14639
14640 * net/net-utils.el:
14641 (network-connection-host, network-connection-service): New variables
14642 (network-connection-mode): New mode, derived from comint-mode
14643 (network-connection-mode-setup): New function, saves host and
14644 service information in local variables.
14645
14646 * lisp/locate.el:
14647 (locate-word-at-point): Added this function
14648 (locate): Default to using locate-word-at-point as input
14649 Run dired-mode-hook
14650
146512000-03-29 Dave Love <fx@gnu.org>
14652
14653 * calendar/appt.el: Doc fixes.
14654 (appt-check): Convert min-to-app to a string before passing to
14655 appt-disp-window-function or concat.
14656 (appt-delete-window): Remove test for frame-root-window.
14657 (appt-select-lowest-window, appt-convert-time): Simplify.
14658
14659 * emacs-lisp/bytecomp.el: Doc fixes.
14660 (byte-compile-file-form-autoload): Update
14661 byte-compile-function-environment.
14662
146632000-03-29 Andreas Schwab <schwab@suse.de>
14664
14665 * emacs-lisp/autoload.el: Also print defsubst doc string
14666 specially.
14667
14668 * dired.el (dired-insert-directory): If dired-free-space-program
14669 failed just delete its output.
14670
146712000-03-29 Dave Love <fx@gnu.org>
14672
14673 * international/iso-cvt.el: Move provide to end. Doc fixes.
14674 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14675 (iso-iso2sgml, iso-sgml2iso): New functions.
14676 (iso-cvt-define-menu): Fix some entries and use backquote for
14677 clarity.
14678
14679 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14680
146812000-03-28 Gerd Moellmann <gerd@gnu.org>
14682
14683 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14684 ISO-DATE. If non-nil, return date in ISO 8601 format.
14685
146862000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14687
14688 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14689 if it ever becomes used.
14690 (log-edit-mode-hook): Default to vc-log-mode-hook.
14691 (log-edit-mode): Fix the docstring.
14692
14693 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14694 the code.
14695
146962000-03-26 Dave Love <fx@gnu.org>
14697
14698 * net/browse-url.el (browse-url): Re-fix case of
14699 browse-url-browser-function being an alist.
14700 (browse-url): Add :link to defgroup.
14701
14702 * files.el: Doc fixes.
14703 (file-truename): Include `[' in wildcard characters.
14704 (automount-dir-prefix): Customize.
14705 (find-file-wildcards): Add :version.
14706 (find-file-noselect): Simplify a mapcar call.
14707
14708 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14709 compatible with inf-lisp version.
14710 (eval-defun-1): Fix custom-declare-variable case.
14711
147122000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14713
14714 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14715
147162000-03-24 Gerd Moellmann <gerd@gnu.org>
14717
14718 * Makefile (COMPILE_FIRST): New macro.
14719 (compile-files): Compile files from COMPILE_FIRST first.
14720
14721 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14722 code.
14723
14724 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14725 matching open parenthesis in column 0 to defun-prompt-regexp
14726 only if open-paren-in-column-0-is-defun-start is set.
14727
14728 * sun-curs.el: Require CL at compile-time only.
14729
14730 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14731 instead of copy-list which is a function from CL.
14732 (msb--choose-menu, msb--mode-menu-cond)
14733 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14734 (msb--init-file-alist): Use mapcar instead of mapcan.
14735 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14736 `(' in column 0 in doc string.
14737 (msb--add-separators): Use mapcar instead of mapcan.
14738
14739 * cus-dep.el: Require CL at compile-time only.
14740
147412000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14742
14743 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14744 (byte-compile-warnings): New warning `noruntime'.
14745 (byte-compile-constants, byte-compile-variables): Fix docstring.
14746 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14747 execute `eval-whenc-compile's body.
14748 (byte-compile-unresolved-functions): Fix docstring.
14749 (byte-compile-eval): New function.
14750 (byte-compile-callargs-warn): Check if the function will be available
14751 at runtime (via property `byte-compile-noruntime').
14752 (byte-compile-print-syms): New function.
14753 (byte-compile-warn-about-unresolved-functions): Also warn about
14754 `noruntime' functions (and use `byte-compile-print-syms').
14755 (byte-compile-file): Capitalize the message.
14756
147572000-03-24 Gerd Moellmann <gerd@gnu.org>
14758
14759 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14760 (rmail-expunge): Ask for confirmation depending on the setting
14761 of rmail-confirm-expunge.
14762
147632000-03-23 Gerd Moellmann <gerd@gnu.org>
14764
14765 * Makefile (bootstrap-clean): If $(emacs) exists, build
14766 loaddefs.el first. A loaddefs.el that's not up-to-date might
14767 cause a bootstrap failure because things don't autoload as
14768 expected.
14769
147702000-03-23 Dave Love <fx@gnu.org>
14771
14772 * net/browse-url.el: Restore previous use of
14773 browse-url-maybe-new-window.
14774
147752000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14776
14777 * ps-print.el: Skip banner page fix.
14778 (ps-print-version): New version number (5.1.2).
14779 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14780
147812000-03-23 Dave Pearson <davep@davep.org>
14782
14783 * net/quickurl.el Changed the type of parameter passed to the
14784 function defined by `quickurl-format-function'. Before only the
14785 text of the URL was passed. Now the whole URL structure is passed
14786 and the function is responsible for extracting the parts it
14787 requires. Changed the default of `quickurl-format-function'
14788 accordingly.
14789 (quickurl-insert): Changed the `funcall' of
14790 `quickurl-format-function' to match the above change.
14791 (quickurl-list-insert): Changed the `url' case so that it makes
14792 use of `quickurl-format-function', previous to this the format was
14793 hard wired.
14794
147952000-03-22 Gerd Moellmann <gerd@gnu.org>
14796
14797 * startup.el: Change some spellings for the X Window System.
14798
147992000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14800
14801 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14802 up the code and the regexp and make sure the cursor is temporarily
14803 moved to the suspicious line while querying the user.
14804
148052000-03-22 Jason Rumney <jasonr@gnu.org>
14806
14807 * w32-fns.el (w32-charset-info-alist): Initialize.
14808
148092000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14810
14811 * ps-print.el: N-up last page fix.
14812 (ps-print-version): New version number (5.1.1).
14813 (ps-end-file, ps-end-job, ps-generate): Code fix.
14814
148152000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14816
14817 * files.el (find-file-run-dired): Update docstring.
14818 (find-directory-functions): New hook.
14819 (find-file-noselect): Run find-directory-functions rather than
14820 calling dired directly.
14821
14822 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14823
14824 * pcvs.el: Add a minimal leading commentary.
14825 (cvs-make-cvs-buffer): Change the header part by removing the startup
14826 message and adding a `Module' entry. Also replace the FOOTER and
14827 HEADER special fileinfos with the new support in ewoc for updating
14828 its own footer and header.
14829 (cvs-update-header): Update to use the header/footer of the ewoc.
14830 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14831 (cvs-is-within-p): New function.
14832 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14833 to only examine some subset of the buffers.
14834
14835 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14836 `format' instead of our own ad-hoc functions.
14837 Remove HEADER and FOOTER cases, now handled in the EWOC.
14838 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14839
14840 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14841 output to avoid scaring the user.
14842 (cvs-parse-table): Catch message for non-up-to-date commits.
14843
14844 * pcvs-defs.el (cvs-startup-message): Remove.
14845 (cvs-global-menu): New autoloaded menu.
14846
14847 * pcvs-util.el (cvs-string-fill): Remove.
14848
14849 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14850 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14851 PP part of it and also make it work for footers and headers.
14852 (ewoc-create): Drop POS and BUFFER arguments.
14853 Use the DLL's dummy node to store the end-of-footer position.
14854 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14855 (ewoc-refresh): Remove unused `header' variable.
14856 (ewoc-(get|set)-hf): New functions.
14857
14858 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14859 log-view-*-(message|file) and use easy-mmode-define-navigation.
14860 (log-view-message-re): Match SCCS format as well.
14861 And match the revision line rather than the dashed separator line.
14862 (log-view-mode): Use the new define-derived-mode.
14863 (log-view-current-tag): Fill in with an actual implementation.
14864
14865 * cvs-status.el (cvs-status-(prev|next)): Rename from
14866 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14867 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14868 to let the output "breathe" a little more (more readable).
14869 (cvs-status-mode): Use the new define-derived-mode.
14870
14871 * smerge-mode.el (smerge-auto-leave): New function and variable.
14872 (smerge-basic-map): Rename from smerge-basic-keymap.
14873 Change the bindings for smerge-diff-*.
14874 (smerge-*-map): Use easy-mmode-defmap.
14875 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14876 (smerge-keep-*): Use smerge-auto-leave.
14877
148782000-03-21 Jason Rumney <jasonr@gnu.org>
14879
14880 * cus-edit.el (custom-button-face): Use 3D look for w32.
14881 (custom-button-pressed-face): Likewise.
14882
148832000-03-21 Gerd Moellmann <gerd@gnu.org>
14884
14885 * progmodes/etags.el (tags-case-fold-search): New user-option.
14886 (tags-loop-eval): New function. Bind case-fold-search around eval
14887 depending on the value of tags-case-fold-search.
14888 (tags-loop-continue): Use tags-loop-eval.
14889 (find-tag-in-order): Bind case-fold-search depending on the value
14890 of tags-case-fold-search.
14891
148922000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14893
14894 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14895 (diff-end-of-hunk): Return the end position for use in
14896 `easy-mmode-define-navigation'.
14897 (diff-recenter): Remove.
14898 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14899 of `easy-mmode-define-navigation'.
14900 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14901 previous renaming) and fix to use new names.
14902 (diff-merge-strings): Use \n as separator: simpler, faster.
14903 (diff-mode): Use `define-derived-mode'.
14904
14905 * derived.el (define-derived-mode): Don't autoload anymore.
14906 Prefer the macro-only version provided by easy-mmode.el.
14907
14908 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14909 `easy-mmode-define-derived-mode'.
14910 Use `combine-run-hooks'.
14911 (easy-mmode-define-navigation): New macro.
14912
14913 * subr.el (combine-run-hooks): New function.
14914
149152000-03-21 Kenichi HANDA <handa@etl.go.jp>
14916
14917 * term/x-win.el: Fontsets related initialization is simplified.
14918
14919 * international/mule-diag.el (describe-font): Don't refer to
14920 global-fontset-alist, instead call font-list.
14921 (describe-fontset, list-fontsets, mule-diag): Likewise.
14922 (print-fontset): Adjusted for the change of fontset
14923 implementation.
14924
14925 * international/fontset.el (x-charset-registries): Variable
14926 removed, instead the corresponding data is stored in the default
14927 fontset.
14928 (register-alternate-fontnames): Function removed.
14929 (resolved-ascii-font): Variable removed.
14930 (x-compose-font-name): Ignore the second argument REDOCE.
14931 (x-complement-fontset-spec): Complement only an ASCII font and
14932 element for those charsets than can use that ASCII font.
14933 (generate-fontset-menu): Don't refer to global-fontset-alist,
14934 instead call fontset-list.
14935 (uninstantiated-fontset-alist): Variable removed.
14936 (x-style-funcs-alist): Likewise.
14937 (fontset-default-styles): Likewise.
14938 (x-modify-font-name): Function removed.
14939 (create-fontset-from-fontset-spec): Ignore the argument
14940 STYLE-VARIANT.
14941 (create-fontset-from-ascii-font): Docsting adjusted for the above
14942 change.
14943 (instantiate-fontset, resolve-fontset-name): Functions removed.
14944 (fontset-list): Now implemented by C code.
14945
14946 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14947 (describe-face): Include `font' attribute in the description.
14948
149492000-03-21 Kenichi Handa <handa@etl.go.jp>
14950
14951 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14952
149532000-03-20 Gerd Moellmann <gerd@gnu.org>
14954
14955 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14956 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14957 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14958
14959 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14960 about behavior of set-buffer-modified-p wrt redisplay.
14961
149622000-03-19 Richard M. Stallman <rms@gnu.org>
14963
14964 * view.el (view-mode-disable): Kill local binding of view-read-only.
14965
149662000-03-18 Gerd Moellmann <gerd@gnu.org>
14967
14968 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14969 is a string, convert it to a syntax cell using string-to-syntax.
14970
14971 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14972 (string-to-syntax): New function.
14973
14974 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14975 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14976 try to use passive ftp mode.
14977
149782000-03-17 Gerd Moellmann <gerd@gnu.org>
14979
14980 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14981
14982 * simple.el (append-to-buffer): Update point of windows after
14983 insertion.
14984
14985 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14986 forward then moving backward. Reindent.
14987
14988 * frame.el (other-frame): Call x-focus-frame only if
14989 focus-follows-mouse is off.
14990
149912000-03-17 Dave Love <fx@gnu.org>
14992
14993 * pcvs-util.el (cvs-strings->string): Rename
14994 replace-regexps-in-string.
14995
149962000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14997
14998 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14999 regexp for labels cannot span several lines.
15000
15001 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15002 `(setq :<key> ':<key>)' to the macro expansion.
15003
150042000-03-16 Dave Love <fx@gnu.org>
15005
15006 * progmodes/f90.el (f90): Put custom group under `languages', not
15007 `fortran'.
15008 (f90-mode-hook): Customize.
15009 (f90-mode): Set add-log-current-defun-function.
15010 (f90-current-defun): New function.
15011
150122000-03-16 Gerd Moellmann <gerd@gnu.org>
15013
15014 * cus-edit.el (custom-variable-tag-face): Handle case that
15015 default face's height is not a number.
15016 (custom-face-tag-face, custom-group-tag-face-1)
15017 (custom-group-tag-face): Ditto.
15018 (custom-group-tag-face-1): Add :group.
15019
15020 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15021
150222000-03-15 Gerd Moellmann <gerd@gnu.org>
15023
15024 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15025 requiring easymenu.
15026
150272000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15028
15029 * ps-print.el: PostScript user-defined prologue, PostScript error
15030 handler, doc fix.
15031 (ps-print-version): New version number (5.1).
15032 (ps-user-defined-prologue, ps-error-handler-message)
15033 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15034 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15035 (ps-insert-string): New function.
15036
150372000-03-15 Kenichi Handa <handa@etl.go.jp>
15038
15039 * international/ccl.el (ccl-compile-expression): Don't generate
15040 invalid self-assignment code.
15041
150422000-03-14 Dave Love <fx@gnu.org>
15043
15044 * subr.el (replace-regexp-in-string): Renamed from
15045 replace-regexps-in-string. Doc fix.
15046
150472000-03-12 Dave Love <fx@gnu.org>
15048
15049 * cus-edit.el: Doc fixes.
15050 (customize-set-variable, customize-save-variable): Rename args for
15051 doc.
15052 (custom-variable-tag-face, custom-face-tag-face)
15053 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15054 style which user identify as hyperlink.
15055 (hook): Don't add undefined functions to the hook.
15056 (debug-ignored-errors): Transfer message from bindings.el.
15057
150582000-03-12 Gerd Moellmann <gerd@gnu.org>
15059
15060 * recentf.el (recentf-keep-non-readable-files-p): Remove
15061 double/nested definition.
15062
150632000-03-12 Dave Love <fx@gnu.org>
15064
15065 * facemenu.el (facemenu-get-face): Use display-color-p.
15066 * enriched.el (enriched-decode-foreground): Likewise.
15067 (enriched-decode-background): Likewise.
15068 * isearch.el (isearch-highlight): Likewise.
15069 * info-look.el (info-lookup): Likewise.
15070 * simple.el (completion-setup-function): Likewise.
15071
15072 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15073 :options.
15074
15075 * bindings.el (mode-line-format): Fix line-number and
15076 column-number items. Add help-echo for the background.
15077 (mode-line-mule-info): Modify help-echo.
15078
15079 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15080
15081 * files.el (load-file): Allow completion to .elc.
15082
15083 * man.el: Doc fixes.
15084 (Man-init-defvars): Use display-color-p to set fontification.
15085
15086 * play/hanoi.el (hanoi-internal): Don't use oddp.
15087
150882000-03-12 Gerd Moellmann <gerd@gnu.org>
15089
15090 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15091
15092 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15093
150942000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15095
15096 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15097 Fix comment.
15098
150992000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15100
15101 * font-lock.el (font-lock-keywords): Fix the doc now that
15102 regexp-opt-depth is unnecessary.
15103 (save-buffer-state): Set an edebug spec.
15104 (font-lock-fontify-anchored-keywords): Properly handle the case when
15105 the matcher goes past the limit.
15106
15107 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15108 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15109
15110 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15111 dll.el and cookie.el (from Elib) with heavy renaming and other
15112 massaging.
15113
15114 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15115 Autoload the functions used.
15116 (easy-mmode-define-syntax): Fix CL typo.
15117 (easy-mmode-define-derived-mode): Improve the docstring generation.
15118
151192000-03-10 Gerd Moellmann <gerd@gnu.org>
15120
15121 * textmodes/texinfo.el (texinfo-version): Variable and function
15122 removed.
15123
151242000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15125
15126 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15127 allow more flexibility.
15128 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15129 fns.
15130 (easy-mmode-defmap, easy-mmode-defsyntax)
15131 (easy-mmode-define-derived-mode): New macros.
15132
151332000-03-09 Didier Verna <didier@xemacs.org>
15134
15135 * rect.el (replace-rectangle): New function.
15136
151372000-03-09 Dave Love <fx@gnu.org>
15138
15139 * progmodes/fortran.el (fortran-comment-line-start): Define as
15140 "C".
15141 (fortran-comment-line-start-skip): Don't match cpp stuff.
15142 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15143 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15144 (fortran-mode): Don't set fortran-comment-line-start-skip,
15145 fortran-comment-line-start here. Set comment-start,
15146 add-log-current-defun.
15147 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15148 (fortran-current-defun): New function.
15149
151502000-03-09 Gerd Moellmann <gerd@gnu.org>
15151
15152 * emacs-lisp/re-builder.el: New file.
15153
15154 * mouse.el (mouse-drag-region): Don't run up-event handler
15155 if hscroll has changed.
15156
15157 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15158 builtin operators, use `font-lock-builtin-face' for Emacs and
15159 `font-lock-preprocessor-face' otherwise.
15160
15161 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15162 `(defun (setf foo)' differently.
15163
151642000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15165
15166 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15167 (regexp-opt): Update comment and adapt the code the new meaning of
15168 the `paren' argument of regex-opt-group for shy-groups.
15169 (regexp-opt-depth): Handle shy groups as well as backslashed
15170 backslashes.
15171 (regexp-opt-group): Turn the leading comment into a docstring.
15172 Allow `paren' to be a string (the string to use to open a group).
15173 Remove open-presuf and close-presuf. Instead of checking for `all
15174 one-char' and then later on check for `several one-char', handle
15175 both cases close together. Also apply a more generic algorithm
15176 for suffixes (the mirror image of the algorithm used for
15177 prefixes). Use shy-groups. Use nreverse rather than reverse.
15178 (regexp-opt-try-suffix): Removed.
15179
15180 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15181 from comint-mode-map, so we can just inherit from it. Also, move
15182 the initialization into the `defvar' since there's no docstring
15183 anyway and it's fairly short.
15184 (inferior-scheme-mode): Define it as derived-mode: the code is
15185 shorter and this way we inherit from comint-mode-map rather than
15186 copying it.
15187
15188 * subr.el (replace-regexps-in-string): Properly handle the case
15189 where we match an empty string.
15190
15191 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15192 when the command has a directory component (such as "./testml").
15193 Also fix a typo in the comment.
15194
151952000-03-08 Gerd Moellmann <gerd@gnu.org>
15196
15197 * Makefile (compile-files): Compile files one by one because
15198 that's the only way to ensure a clean compilation environment for
15199 each individual file.
15200
15201 * frame.el (other-frame): Call x-focus-frame.
15202
152032000-03-07 Dave Love <fx@gnu.org>
15204
15205 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15206 :require to defcustom.
15207
15208 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15209 lists.
15210
15211 * files.el (auto-mode-alist): Add configure.in.
15212
15213 * progmodes/autoconf.el: New file.
15214
152152000-03-07 Gerd Moellmann <gerd@gnu.org>
15216
15217 * mail/mh-e.el: Change maintainer to `none'.
15218
15219 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15220 to remove-hook and add-hook.
15221
152222000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15223
15224 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15225 it as the default.
15226 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15227 (sendmail-send-it): Conditionally add MIME headers specifying the
15228 used character set.
15229
152302000-03-07 Dave Love <fx@gnu.org>
15231
15232 * winner.el: Fix keywords, autoload cookies. Split
15233 eval-when-compile form to avoid compilation failure.
15234
152352000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15236
15237 * international/mule.el: Modify comment about coding system
15238 property `coding-category'.
15239 (make-coding-system): New argument EOL-TYPE. Pay attention to
15240 coding-category property of PROPERTIES.
15241
15242 * international/mule-conf.el (coding-category-utf-8,
15243 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15244 categories. Include them in the argument for set-coding-priority.
15245
15246 * international/mule-cmds.el (reset-language-environment): Include
15247 coding-category-utf-8, coding-category-utf-16-be, and
15248 coding-category-utf-16-le in the argument for set-coding-priority.
15249 (reset-language-environment): Initialize coding-category-utf-8,
15250 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15251
152522000-03-06 Karl Fogel <kfogel@red-bean.com>
15253
15254 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15255 code abstracted out of `bookmark-jump-noselect'. Now tries info
15256 extensions as well as compression extensions.
15257 (bookmark-jump-noselect): Use above new func.
15258
152592000-03-03 Gerd Moellmann <gerd@gnu.org>
15260
15261 * strokes.el: Change maintainer's mail address.
15262
152632000-03-03 Kenichi Handa <handa@etl.go.jp>
15264
15265 * international/mule-diag.el (list-character-sets): Make help-echo
15266 string by substitute-command-keys.
15267 (list-character-sets): Likewise.
15268 (sort-listed-character-sets): Call help-setup-xref.
15269
152702000-03-02 Gerd Moellmann <gerd@gnu.org>
15271
15272 * time.el (display-time-mail-file): Add `none' to the list of
15273 choices.
15274
152752000-03-01 Dave Love <fx@gnu.org>
15276
15277 * help.el (help-xref-go-back): Don't try to set position.
15278
15279 * international/mule-diag.el (list-character-sets): Call
15280 help-setup-xref. Add help-echo to xrefs.
15281 (list-character-sets-1): Add help-echo to xrefs.
15282
152832000-03-02 Gerd Moellmann <gerd@gnu.org>
15284
15285 * frame.el (blink-cursor-mode): Switch cursor on when turning
15286 the mode off.
15287
15288 * add-log.el (add-log-current-defun): Add support for
15289 Autoconf mode.
15290
15291 * mail/rmail.el (rmail-quit-hook): New variable.
15292
152932000-03-01 Dave Love <fx@gnu.org>
15294
15295 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15296
15297 * help.el (help-xref-button): Add help-echo arg.
15298 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15299
15300 * faces.el (list-faces-display): Supply help-echo with
15301 help-make-xrefs.
15302
15303 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15304 nil.
15305
153062000-03-01 Gerd Moellmann <gerd@gnu.org>
15307
15308 * image.el (defimage): Look for image files in load-path.
15309
15310 * frame.el (busy-cursor-delay-seconds): Change type to
15311 `number'.
15312
153132000-03-01 David Ponce <david.ponce@wanadoo.fr>
15314
15315 * recentf.el (recentf): Added version tag to the defgroup of
15316 recentf.
15317
153182000-03-01 David Ponce <david.ponce@wanadoo.fr>
15319
15320 * recentf.el (recentf-cleanup): Changed to remove excluded file
15321 too.
15322 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15323 action to select/unselect a file.
15324 (recentf-edit-list): Code cleanup and improvement.
15325 (recentf-open-more-files-action): `recentf-open-more-files' button
15326 widget action to open a file.
15327 (recentf-open-more-files): No more use standard completion but
15328 widgets.
15329 (recentf-more-collection): Deleted.
15330 (recentf-more-history): Deleted.
15331 (recentf-setup-more-completion): Deleted.
15332
153332000-03-01 David Ponce <david.ponce@wanadoo.fr>
15334
15335 * recentf.el (recentf-mode): No more needs that Emacs is running
15336 under a window-system.
15337
153381999-03-01 David Ponce <david.ponce@wanadoo.fr>
15339
15340 * recentf.el (recentf-edit-list): New command to edit the recent
15341 list which allow the user to remove files.
15342 (recentf-edit-selected-items): New global variable, used by
15343 `recentf-edit-list' to hold the list of files to be removed from
15344 the recent list.
15345 (recentf-make-menu-items): Updated to display a "Edit list..."
15346 menu item. Minor code cleanup.
15347
153481999-03-01 David Ponce <david.ponce@wanadoo.fr>
15349
15350 * recentf.el (recentf-open-more-files): New command to open files
15351 that are not displayed in the menu.
15352 (recentf-more-collection): New global variable holding the set of
15353 permissible completions used by `recentf-open-more-files'.
15354 (recentf-more-history): New global variable holding the history list
15355 used by `recentf-open-more-files' completion.
15356 (recentf-setup-more-completion): New function to setup completion for
15357 `recentf-open-more-files'.
15358 (recentf-make-menu-items): Updated to display a "More..." menu item.
15359
153601999-03-01 David Ponce <david.ponce@wanadoo.fr>
15361
15362 * recentf.el (recentf-menu-action): Doc fixed.
15363
153641999-03-01 David Ponce <david.ponce@wanadoo.fr>
15365
15366 * recentf.el (recentf-menu-filter): Doc updated.
15367 (recentf-update-menu-hook): Allow menu filters to force menu update.
15368 (recentf-make-menu-items): New menu filter handling.
15369 (recentf-make-menu-item): New helper function.
15370 (recentf-menu-elements): New menu handling function.
15371 (recentf-sort-ascending): Updated to new menu filter handling.
15372 (recentf-sort-descending): Updated to new menu filter handling.
15373 (recentf-sort-basenames-ascending): New menu filter function.
15374 (recentf-sort-basenames-descending): New menu filter function.
15375 (recentf-show-basenames): New menu filter function.
15376 (recentf-show-basenames-ascending): New menu filter function.
15377 (recentf-show-basenames-descending): New menu filter function.
15378
153792000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15380
15381 * diary-lib.el (list-diary-entries): Don't try to go forward at
15382 the end of the buffer.
15383
153842000-02-29 Kenichi Handa <handa@etl.go.jp>
15385
15386 * international/mule-diag.el (list-character-sets): Completely
15387 rewritten.
15388 (sort-listed-character-sets): New function.
15389 (list-character-sets-1): Completely rewritten.
15390 (list-character-sets-2): New function.
15391 (non-iso-charset-alist): New variable.
15392 (decode-codepage-char): New function.
15393 (charset-history): New variable.
15394 (read-charset) (list-block-of-chars)
15395 (list-iso-charset-chars)
15396 (list-non-iso-charset-chars)
15397 (list-charset-chars): New functions.
15398 (mule-diag): Call list-character-sets-2, not
15399 list-character-sets-2.
15400 (dump-charsets): Likewise.
15401
154022000-02-29 Gerd Moellmann <gerd@gnu.org>
15403
15404 * dired-x.el (dired-filename-at-point): Add `@' to valid
15405 file name characters.
15406 (dired-filename-at-point): Handle ange-ftp file names.
15407
15408 * frame.el (frame-notice-user-settings): Use assq-delete-all
15409 instead of assoc-delete-all.
15410 (frame-notice-user-settings): Ditto.
15411
15412 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15413 Don't copy alist.
15414
154152000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15416
15417 * calculator.el (calculator-use-menu): New option.
15418 (calculator-initial-bindings): Changed some bindings to work as
15419 macros.
15420 (calculator-forced-input): Removed.
15421 (calculator-restart-other-mode): New variable.
15422 (calculator-mode-map): Set up menu.
15423
154242000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15425
15426 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15427 tags.
15428
154292000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15430
15431 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15432 translate all ESC key sequences.
15433 (viper-goto-mark-subr): restore markers for files for which
15434 they were saved.
15435 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15436 * viper-util.el (viper-set-replace-overlay-glyphs,
15437 viper-set-replace-overlay): always check if the replacement
15438 overlay is live.
15439 * viper.el (viper-vi-state-mode-list): added major modes.
15440 * ediff-wind.el: minor comment changes.
15441 * ediff.el: copyright notice date fix.
15442
154432000-02-27 Jason Rumney <jasonr@gnu.org>
15444
15445 * faces.el (face-font-family-alternatives): Add arial to helv.
15446 (mode-line, header-line, tool-bar): Same default as x for w32.
15447 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15448 face-font-family-alternatives from working.
15449 * term/w32-win.el (mouse-set-font): Do not build fontset from
15450 chosen font.
15451
154522000-02-25 Sam Steingold <sds@goems.com>
15453
15454 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15455 properly.
15456
154572000-02-25 Richard M. Stallman <rms@gnu.org>
15458
15459 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15460
154612000-02-25 Gerd Moellmann <gerd@gnu.org>
15462
15463 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15464 writable.
15465
15466 * frame.el (busy-cursor-delay-seconds): New option.
15467
154682000-02-24 Gerd Moellmann <gerd@gnu.org>
15469
15470 * frame.el (show-cursor-in-non-selected-windows): New option.
15471
154722000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15473
15474 * diary-lib.el (include-other-diary-files): Undo the selective
15475 display in any included file and don't kill it.
15476
154772000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15478
15479 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15480 bar. Menu items converted to (menu-item format, help strings
15481 added.
15482 [downcase, upcase]: Don't enable on MS-DOS.
15483 [symlink, symlinks]: Don't show if make-symbolic-link is not
15484 bound.
15485 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15486
154872000-02-23 Dave Love <fx@gnu.org>
15488
15489 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15490 (backward-kill-word): Revert addition of * to interactive spec --
15491 it's a feature.
15492
15493 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15494 (backward-kill-sentence, kill-sentence): Likewise.
15495
15496 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15497 scratch buffer name.
15498 (gud-format-command): Use int-to-string in ?l case. Simplify
15499 slightly.
15500
15501 * term/w32-win.el (internal-face-interactive): Update prompt for
15502 new read-face-name.
15503
15504 * mail/footnote.el (footnote): Add :version to defgroup.
15505 (footnote-section-tag-regexp): Customize.
15506 (footnote-start-tag, footnote-end-tag): New option.
15507 (footnote-latin-regexp): New variable.
15508 (Footnote-latin): New function.
15509 (footnote-style-alist): Add element for latin style.
15510 (footnote-style): Moved.
15511 (Footnote-goto-footnote): Use eq to test arg.
15512
15513 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15514
15515 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15516 (byte-compile-trueconstp): Include keywords.
15517 (byte-optimize-quote, byte-optimize-lapcode): Use
15518 byte-compile-const-symbol-p.
15519 (byte-optimize-char-before): New optimization.
15520
15521 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15522 (byte-compile-const-symbol-p): New function.
15523 (byte-compile-constp, byte-compile-out-toplevel)
15524 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15525 Use it.
15526
15527 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15528
155292000-02-23 Kenichi Handa <handa@etl.go.jp>
15530
15531 * international/encoded-kb.el: Be sure to update minor-mode-alist
15532 and minor-mode-map-alist.
15533 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15534 codes SS2 and SS3 correctly.
15535 (encoded-kbd-self-insert-ccl): New function.
15536 (encoded-kbd-setup-keymap): New function.
15537 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15538 by calling encoded-kbd-setup-keymap.
15539
15540 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15541 characters.
15542 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15543 locally.
15544
155452000-02-22 Dave Love <fx@gnu.org>
15546
15547 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15548 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15549 defvar.
15550 (lisp-mode-syntax-table): Set up for #|...|# comments.
15551 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15552 classes. Match `defface'.
15553 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15554 (eval-defun-1): Fix for defcustom.
15555 (lisp-indent-region): Doc fix.
15556
15557 * subr.el (when, unless, split-string): Doc fix.
15558 (read-passwd): Move call of clear-this-command-keys to the right
15559 place.
15560 (replace-regexps-in-string): New function.
15561
155622000-02-22 Gerd Moellmann <gerd@gnu.org>
15563
15564 * help.el (describe-variable): Set syntax table to
15565 emacs-lisp-mode-syntax-table when moving forward over the
15566 symbol's name.
15567
155682000-02-22 Dave Love <fx@gnu.org>
15569
15570 * xt-mouse.el: Doc fixes.
15571 (xterm-mouse-position-function): New function, replacing advice of
15572 mouse-position.
15573 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15574
15575 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15576
155772000-02-21 Gerd Moellmann <gerd@gnu.org>
15578
15579 * format.el (format-annotate-single-property-change): Handle
15580 properties.with dotted-list values.
15581 (format-proper-list-p): New function.
15582
15583 * enriched.el (enriched-face-ans): Handle '(foreground-color
15584 . COLOR) and (background-color . COLOR).
15585
155862000-02-20 Dave Love <fx@gnu.org>
15587
15588 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15589 and assignments to it.
15590 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15591 current local map.
15592 (make-flyspell-overlay): Use it.
15593 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15594
15595 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15596 (lm-get-header-re): Defun, not defsubst.
15597 (lm-get-package-name): Defun, not defsubst. Simplify.
15598 (lm-version): Doc fix. Simplify.
15599 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15600 (lm-crack-address, lm-last-modified-date, lm-commentary)
15601 (lm-verify, lm-synopsis): Simplify.
15602 (lm-report-bug): Require emacsbug. Use compose-mail.
15603
156042000-02-20 Gerd Moellmann <gerd@gnu.org>
15605
15606 * dired.el (dired-mode): Call propertized-buffer-identification
15607 to set mode-line-buffer-identification to something having
15608 the right text properties.
15609
15610 * bindings.el (propertized-buffer-identification): New function.
15611
156122000-02-20 Dave Love <fx@gnu.org>
15613
15614 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15615 check for t-mouse too.
15616
15617 * cus-start.el: Make echo-keystrokes `number'.
15618
156192000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15620
15621 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15622 Don't call ring-empty-p unless tags-location-ring is bound.
15623 From Noah Friedman <friedman@splode.com>.
15624
156252000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15626
15627 * progmodes/hideshow.el (hs-flag-region): No longer use
15628 `intangible' overlay property.
15629
15630 (hs-toggle-hiding): New command.
15631 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15632
15633 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15634 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15635 and deactivation.
15636
156372000-02-18 Gerd Moellmann <gerd@gnu.org>
15638
15639 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15640
156412000-02-17 Gerd Moellmann <gerd@gnu.org>
15642
15643 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15644
15645 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15646 of `*' to handle `(* ... *)' comments.
15647
156482000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15649
15650 * faces.el (list-faces-display): Use display-mouse-p instead of
15651 window-system.
15652
15653 * menu-bar.el (global-map): Menu-bar items converted to the new
15654 format (menu-item..., rearranged for better CUA compliance, and
15655 their names changed for better clarity. Help strings added.
15656
15657 * international/mule-cmds.el (mule-menu-keymap)
15658 (describe-language-environment-map, set-coding-system-map)
15659 (setup-language-environment-map): Convert to new (menu-item...
15660 form, add help strings. Change names of menu items for better
15661 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15662 submenu).
15663
156642000-02-17 Gerd Moellmann <gerd@gnu.org>
15665
15666 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15667 within the code.
15668
156692000-02-16 Dave Love <fx@gnu.org>
15670
15671 * faces.el: Don't require custom. Add more specific :groups to
15672 various deffaces.
15673 (set-face-attribute): Purecopy args.
15674 (read-face-name): Default to name at point and use it in prompt.
15675 Remove colon from arg in all callers.
15676 (list-faces-display): Hyperlink to face descriptions and customize
15677 buffers.
15678
156792000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15680
15681 * wid-edit.el (widget-match-inline): An atom never matches a
15682 list.
15683
156842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15685
15686 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15687 at ':' characters by call to split-string.
15688
156892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15690
15691 * textmodes/bibtex.el: Added RCS version identification.
15692
156932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15694
15695 * textmodes/bibtex.el: Some temporary comments removed.
15696 (bibtex-field-name, bibtex-entry-type): Made the relationship
15697 explicit.
15698 (bibtex-field-const): Allow capital letters.
15699 (bibtex-start-of-string): Deleted because unused.
15700
15701 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15702 use the term 'reference' to describe a bibtex entry as a whole.
15703 Further, reference keys are no longer called 'labels'.
15704 (bibtex-keys): Renamed to bibtex-reference-keys.
15705 (bibtex-reformat-previous-labels): Renamed to
15706 bibtex-reformat-previous-reference-keys.
15707 (bibtex-reference-type): Renamed to bibtex-entry-type.
15708 (bibtex-reference-head): Renamed to bibtex-entry-head.
15709 (bibtex-reference-maybe-empty-head): Renamed to
15710 bibtex-entry-maybe-empty-head.
15711 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15712 (bibtex-search-reference): Renamed to bibtex-search-entry.
15713 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15714 bibtex-enclosing-entry-maybe-empty-head.
15715 (bibtex-entry-field-alist, bibtex-entry-head,
15716 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15717 bibtex-map-entries, bibtex-search-entry,
15718 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15719 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15720 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15721 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15722 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15723 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15724 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15725
157262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15727
15728 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15729 comment.
15730 (bibtex-format-field-delimiters): New function, functionality
15731 extracted from bibtex-format-entry.
15732 (bibtex-autokey-get-yearfield-digits): New function, functionality
15733 extracted from bibtex-autokey-get-yearfield.
15734
15735 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15736 entries in order to avoid stack overflow in the regexp matcher if
15737 field contents become large.
15738 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15739 bibtex-field-string-part-not-braced,
15740 bibtex-field-string-part-no-inner-braces,
15741 bibtex-field-string-part-1-inner-brace,
15742 bibtex-field-string-part-2-inner-braces,
15743 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15744 bibtex-field-string-quoted, bibtex-field-string,
15745 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15746 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15747 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15748 as parsing is now performed by the following functions.
15749 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15750 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15751 bibtex-parse-field-string, bibtex-search-forward-field-string,
15752 bibtex-parse-association, bibtex-field-name-for-parsing,
15753 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15754 bibtex-search-forward-field, bibtex-search-backward-field,
15755 bibtex-start-of-field, bibtex-end-of-field,
15756 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15757 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15758 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15759 bibtex-parse-string, bibtex-search-forward-string,
15760 bibtex-search-backward-string, bibtex-start-of-string,
15761 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15762 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15763 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15764 entries. Instead of reporting the results of the parsing by
15765 match-beginning or match-end, these functions return data structures
15766 that hold the corresponding positions.
15767 (bibtex-enclosing-field): Changed to also report field boundaries by
15768 return values rather than by match-beginning or match-end. The
15769 following functions have been adapted to use the new parsing
15770 functions.
15771 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15772 bibtex-enclosing-field, bibtex-format-entry,
15773 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15774 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15775 bibtex-print-help-message, bibtex-end-of-entry,
15776 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15777 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15778 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15779 method for parsing.
15780 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15781 bibtex-map-entries, bibtex-flash-head,
15782 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15783 bibtex-autokey-change, bibtex-autokey-get-namefield,
15784 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15785 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15786 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15787 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15788 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15789 order to make the new binding of case-fold-search immediately
15790 visible.
15791
157922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15793
15794 * textmodes/bibtex.el: Copyright notice is up to date.
15795 Added constant 'bibtex-maintainer-salutation.
15796
15797 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15798 than make-temp-name, use match-string-no-properties and eliminate
15799 a quadratic behavior when building bibtex-strings.
15800
15801 * bibtex.el (bibtex-reference-key): Accept string entries whose
15802 reference key contains upper case letters.
15803
158042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15805
15806 * bibtex.el (bibtex-reference-head): Allow entries to start with
15807 a new line.
15808
158092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15810
15811 * bibtex.el: Hiding of entry bodies is not longer provided by
15812 bibtex.el directly. Instead the hideshow package can be used.
15813 Added a special bibtex entry to hs-special-modes-alist.
15814 (bibtex-hs-forward-sexp): Added for hideshow.el.
15815
158162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15817
15818 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15819 at ':' characters by call to split-string.
15820
158212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15822
15823 * textmodes/bibtex.el: Added RCS version identification.
15824
158252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15826
15827 * textmodes/bibtex.el: Some temporary comments removed.
15828 (bibtex-field-name, bibtex-entry-type): Made the relationship
15829 explicit.
15830 (bibtex-field-const): Allow capital letters.
15831 (bibtex-start-of-string): Deleted because unused.
15832
15833 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15834 use the term 'reference' to describe a bibtex entry as a whole.
15835 Further, reference keys are no longer called 'labels'.
15836 (bibtex-keys): Renamed to bibtex-reference-keys.
15837 (bibtex-reformat-previous-labels): Renamed to
15838 bibtex-reformat-previous-reference-keys.
15839 (bibtex-reference-type): Renamed to bibtex-entry-type.
15840 (bibtex-reference-head): Renamed to bibtex-entry-head.
15841 (bibtex-reference-maybe-empty-head): Renamed to
15842 bibtex-entry-maybe-empty-head.
15843 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15844 (bibtex-search-reference): Renamed to bibtex-search-entry.
15845 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15846 bibtex-enclosing-entry-maybe-empty-head.
15847 (bibtex-entry-field-alist, bibtex-entry-head,
15848 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15849 bibtex-map-entries, bibtex-search-entry,
15850 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15851 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15852 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15853 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15854 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15855 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15856 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15857
158582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15859
15860 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15861 comment.
15862 (bibtex-format-field-delimiters): New function, functionality
15863 extracted from bibtex-format-entry.
15864 (bibtex-autokey-get-yearfield-digits): New function, functionality
15865 extracted from bibtex-autokey-get-yearfield.
15866
15867 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15868 entries in order to avoid stack overflow in the regexp matcher if
15869 field contents become large.
15870 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15871 bibtex-field-string-part-not-braced,
15872 bibtex-field-string-part-no-inner-braces,
15873 bibtex-field-string-part-1-inner-brace,
15874 bibtex-field-string-part-2-inner-braces,
15875 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15876 bibtex-field-string-quoted, bibtex-field-string,
15877 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15878 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15879 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15880 as parsing is now performed by the following functions.
15881 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15882 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15883 bibtex-parse-field-string, bibtex-search-forward-field-string,
15884 bibtex-parse-association, bibtex-field-name-for-parsing,
15885 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15886 bibtex-search-forward-field, bibtex-search-backward-field,
15887 bibtex-start-of-field, bibtex-end-of-field,
15888 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15889 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15890 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15891 bibtex-parse-string, bibtex-search-forward-string,
15892 bibtex-search-backward-string, bibtex-start-of-string,
15893 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15894 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15895 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15896 entries. Instead of reporting the results of the parsing by
15897 match-beginning or match-end, these functions return data structures
15898 that hold the corresponding positions.
15899 (bibtex-enclosing-field): Changed to also report field boundaries by
15900 return values rather than by match-beginning or match-end. The
15901 following functions have been adapted to use the new parsing
15902 functions.
15903 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15904 bibtex-enclosing-field, bibtex-format-entry,
15905 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15906 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15907 bibtex-print-help-message, bibtex-end-of-entry,
15908 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15909 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15910 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15911 method for parsing.
15912 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15913 bibtex-map-entries, bibtex-flash-head,
15914 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15915 bibtex-autokey-change, bibtex-autokey-get-namefield,
15916 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15917 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15918 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15919 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15920 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15921 order to make the new binding of case-fold-search immediately
15922 visible.
15923
159242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15925
15926 * textmodes/bibtex.el: Copyright notice is up to date.
15927 Added constant 'bibtex-maintainer-salutation.
15928
15929 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15930 than make-temp-name, use match-string-no-properties and eliminate
15931 a quadratic behavior when building bibtex-strings.
15932
15933 * bibtex.el (bibtex-reference-key): Accept string entries whose
15934 reference key contains upper case letters.
15935
159362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15937
15938 * bibtex.el (bibtex-reference-head): Allow entries to start with
15939 a new line.
15940
159412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15942
15943 * bibtex.el: Hiding of entry bodies is not longer provided by
15944 bibtex.el directly. Instead the hideshow package can be used.
15945 Added a special bibtex entry to hs-special-modes-alist.
15946 (bibtex-hs-forward-sexp): Added for hideshow.el.
15947
159482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15949
15950 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15951 proceedings entry type (for cross referencing). Thanks to Wagner
15952 Toledo Correa for the suggestion.
15953
15954 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15955
159562000-02-14 Kenichi Handa <handa@etl.go.jp>
15957
15958 * international/characters.el: Setup case table for Vietnamese.
15959
159602000-02-12 Gerd Moellmann <gerd@gnu.org>
15961
15962 * uniquify.el (toplevel): Require CL at compile time.
15963 (uniquify-push): Removed.
15964
15965 * shadowfile.el (shadow-when): Removed.
15966
15967 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15968 (tempo-process-and-insert-string): Use dolist instead of
15969 tempo-dolist.
15970
15971 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15972 regexp for paragraph-start.
15973
15974 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15975 commas as well.
15976
159772000-02-10 Dave Love <fx@gnu.org>
15978
15979 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15980 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15981 Deleted.
15982 (widget-specify-field, widget-specify-button): Don't use
15983 widget-mouse-help as help-echo property.
15984 (default): Use #'ignore for :validate and :mouse-down-action.
15985 (checkbox): Add help-echo.
15986 (widget-sexp-validate): Rewritten to clarify error messages.
15987 (character): Use char-valid-p in :match function.
15988 (widget-color-complete): Use facemenu-color-alist.
15989 (widget-color-action): Use facemenu-read-color.
15990
15991 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15992 set up `caar' &c that we now have.
15993
159942000-02-09 Ray Blaak <blaak@gnu.org>
15995
15996 * delphi.el: Make resourcestring a declaration region, like const
15997 and var.
15998
159992000-02-09 Dave Love <fx@gnu.org>
16000
16001 * bindings.el (mode-line-input-method-map): New variable.
16002 (mode-line-mule-info): Use it; fix last change.
16003 (mode-line-mode-menu): Move definition.
16004 (mode-line-mouse-sensitive-p): Deleted.
16005 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16006 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16007 level.
16008
16009 * startup.el (command-line-1): Don't call
16010 make-mode-line-mouse-sensitive.
16011
160122000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16013
16014 * mail/rmail.el (rmail-retry-failure): Use
16015 rmail-beginning-of-message before rmail-toggle-header, because the
16016 former toggles headers.
16017
160182000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16019
16020 * diff-mode.el (diff-kill-junk): New interactive function.
16021 (diff-reverse-direction): Use delete-and-extract-region.
16022 (diff-post-command-hook): Restrict the area so that the hook also works
16023 outside of any diff hunk. This is necessary for the minor-mode.
16024 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16025 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16026
16027 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16028 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16029 so that it can be used more easily in <foo>-mode-hook. Also make sure
16030 to avoid duplicate entries.
16031 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16032 (font-lock-remove-keywords): Just as was done for `add', allow it to
16033 work even if font-lock-mode is nil. Also make sure we don't modify
16034 any pre-existing list by forcing a copy-sequence. Finally rename
16035 `major-mode' to `mode'.
16036 (font-lock-fontify-syntactic-anchored-keywords)
16037 (font-lock-fontify-anchored-keywords)
16038 (font-lock-fontify-keywords-region): Use line-end-position.
16039 Don't make `font-lock-multiline' local (it's now done in
16040 font-lock-set-defaults).
16041 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16042 move the `font-lock-fontified' creation to inside the `unless'.
16043
160442000-02-06 Andrew Innes <andrewi@gnu.org>
16045
16046 * term/w32-win.el (x-handle-args): Comment out call to message,
16047 which occurs before window system is initialized.
16048
16049 * makefile.nt: Add support for recompiling lisp code.
16050
160512000-02-04 Dave Love <fx@gnu.org>
16052
16053 * bindings.el (mode-line-mule-info): Fix/extend last change.
16054
16055 * completion.el: Replace completion-dolist with dolist.
16056
16057 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16058 dotimes.
16059
160602000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16061
16062 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16063 environment names before they go into the section regexp.
16064
16065 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16066 char class in regexp.
16067
16068 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16069 `case-fold-search' to nil.
16070
16071 * progmodes/idlwave.el (idlwave-template): Respect
16072 `idlwave-abbrev-change-case'.
16073 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16074 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16075 idlwave-while): respect `idlwave-reserved-word-upcase'.
16076 (idlwave-rw-case): New function.
16077 (idlwave-statement-match): Fixed problem with assignment regexp.
16078 (idlwave-font-lock-keywords): Improved regexp for keyword
16079 parameters.
16080 (idlwave-surround): New argument LENGTH to support padding of
16081 operators longer than 1 char.
16082
16083 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16084 idlwave-shell-expression-overlay. Implemented printing of
16085 expressions on higher levels of the calling stack.
16086 (idlwave-shell-display-level-in-calling-stack): Restore stack
16087 level.
16088 (idlwave-retrieve-expression-from-level): New function.
16089 (idlwave-shell-last-calling-stack): Variable removed.
16090 (idlwave-shell-reset): Argument action reversed (`visible' to
16091 `hidden'). Also remove stop-line overlay.
16092 (idlwave-shell-calling-stack-routine): New variable.
16093 (idlwave-shell-parse-stack-and-display): Messages now display
16094 negative level numbers.
16095 (idlwave-shell-mode): Set `modeline-format'.
16096 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16097 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16098 21.
16099 (idlwave-shell-print-expression-function): New option.
16100
16101 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16102 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16103 `tool-bar' instead of `toolbar'.
16104
161052000-02-02 Dave Love <fx@gnu.org>
16106
16107 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16108 emacs-lisp-mode-hook. Don't check for defalias being defined.
16109
16110 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16111 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16112 the new builtins directly.
16113
16114 * whitespace.el (whitespace): Add :version to defgroup.
16115
16116 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16117 Doc fix.
16118
16119 * thingatpt.el (sexp-at-point, symbol-at-point)
16120 (number-at-point, list-at-point): Add autoload cookie.
16121
16122 * recentf.el (recentf): Add :version to defgroup.
16123
16124 * quickurl.el (quickurl): Add :version to defgroup.
16125
16126 * elide-head.el (elide-head): Use point-marker more.
16127
16128 * bs.el (bs): Add :version to defgroup.
16129
16130 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16131
16132 * progmodes/delphi.el (delphi): Add :version to defgroup.
16133
161342000-02-02 Gerd Moellmann <gerd@gnu.org>
16135
16136 * ange-ftp.el (ange-ftp-write-region): Handle case that
16137 succeeding process operation sets a different coding system.
16138
16139 * calculator.el: New file.
16140
161412000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16142
16143 * frame.el (frames-on-display-list, framep-on-display): New
16144 functions.
16145 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16146 (display-selections-p, display-screens, display-pixel-width)
16147 (display-pixel-height, display-mm-width, display-mm-height)
16148 (display-backing-store, display-save-under, display-planes)
16149 (display-color-cells, display-visual-class): New functions.
16150
16151 * term/tty-colors.el (tty-color-gray-shades): New function.
16152
16153 * faces.el (display-color-p): Use framep-on-display.
16154 (display-grayscale-p): New function.
16155
161562000-01-31 Dave Love <fx@gnu.org>
16157
16158 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16159 (create-fontset-from-x-resource): Don't concat integers.
16160
161612000-01-31 Inge Frick <inge@nada.kth.se>
16162
16163 * view.el: Some changes in documentation. Removed some trailing
16164 whitespace. Changed some parameter names to agree with
16165 documentation.
16166 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16167 window is not deleted. Modifies change 1998-04-26.
16168
161692000-01-31 Gerd Moellmann <gerd@gnu.org>
16170
16171 * windmove.el: New file.
16172
16173 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16174 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16175 progmodes/ebnf-yac.el: Update copyright and license info.
16176
16177 * jit-lock.el (jit-lock-function): Widen before calculating end
16178 position.
16179 (jit-lock-stealth-chunk-start): Rewritten.
16180
16181 * info.el (Info-title-face-alist): Removed.
16182 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16183 faces.
16184 (Info-fontify-node): Use these faces.
16185
161862000-01-30 Gerd Moellmann <gerd@gnu.org>
16187
16188 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16189 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16190 `&allow-other-keywords'.
16191
16192 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16193 the list of directories scanned heuristically.
16194
16195 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16196 exist.
16197
161982000-01-30 Jason Rumney <jasonr@gnu.org>
16199
16200 * w32-fns.el: Define w32-tty-standard-colors.
16201
16202 * startup.el (command-line): Use w32-tty-standard-colors when in
16203 w32 console mode.
16204
162052000-01-30 Dave Love <fx@gnu.org>
16206
16207 * jka-compr.el (jka-compr-load): Fix up load-history.
16208
16209 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16210
16211 * emacs-lisp/cl-macs.el: Revert previous change.
16212
162132000-01-29 Dave Love <fx@gnu.org>
16214
16215 * facemenu.el: Purecopy various strings.
16216
16217 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16218 years. Deal with three-digit years.
16219
16220 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16221 defconst, purecopy.
16222 (help-back-label): Purecopy it.
16223
162242000-01-18 Gerd Moellmann <gerd@gnu.org>
16225
16226 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16227 variable. If non-nil, order the buffer list according to the
16228 currently selected frame.
16229 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16230 non-nil, pass the selected frame to function buffer-list.
16231
162322000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16233
16234 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16235
162362000-01-28 Dave Love <fx@gnu.org>
16237
16238 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16239
16240 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16241 Don't use lisp-indent-hook property.
16242 (cl-abs): Remove.
16243
16244 * subr.el: Move out indent and edebug specs for when and unless.
16245
16246 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16247 when, unless.
16248
16249 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16250 unless, when.
16251
162522000-01-28 Gerd Moellmann <gerd@gnu.org>
16253
16254 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16255 `collecting' as synonym for `collect'.
16256
16257 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16258 for the case it contains spaces.
16259
16260 * simple.el (what-cursor-position): Change formatting of
16261 messages.
16262
16263 * frame.el (delete-other-frames): New function.
16264 (toplevel): Bind it to C-x 5 1.
16265
16266 * sort.el (sort-numeric-base): New option.
16267 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16268 interpret it as octal or hexadecimal. Use sort-numeric-base
16269 as default base.
16270
16271 * progmodes/glasses.el: New file.
16272
162732000-01-27 Gerd Moellmann <gerd@gnu.org>
16274
16275 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16276 userids differently.
16277
16278 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16279 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16280 progmodes/ebnf-yac.el: New files.
16281
162822000-01-26 Dave Love <fx@gnu.org>
16283
16284 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16285 on a function with an empty body. [From Eric Ludlam.]
16286
162872000-01-25 Andre Spiegel <spiegel@gnu.org>
16288
16289 * vc.el (vc-version-diff): Make sure file name is expanded.
16290
162912000-01-25 Gerd Moellmann <gerd@gnu.org>
16292
16293 * scroll-bar.el (scroll-bar-timer): Variable removed.
16294 (scroll-bar-toolkit-scroll): Don't use a timer.
16295
162962000-01-25 Kenichi Handa <handa@etl.go.jp>
16297
16298 * language/thai-util.el (thai-composition-function): Delete
16299 superfluous `a'.
16300
163012000-01-24 Dave Love <fx@gnu.org>
16302
16303 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16304 end-of-defun-function.
16305
16306 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16307 &c.
16308
163092000-01-22 Jason Rumney <jasonr@gnu.org>
16310
16311 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16312 conflicts with new face support.
16313
163142000-01-22 Richard M. Stallman <rms@gnu.org>
16315
16316 * replace.el (query-replace): Rename last arg to DELIMITED.
16317 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16318 (query-replace-regexp): Likewise.
16319
163202000-01-20 Richard M. Stallman <rms@gnu.org>
16321
16322 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16323
16324 * emacs-lisp/lisp.el (beginning-of-defun-function):
16325 Variable renamed from beginning-of-defun.
16326 Do not call make-variable-buffer-local.
16327 (beginning-of-defun-raw): Use new variable name; doc fix.
16328 (beginning-of-defun): Doc fix.
16329 (end-of-defun-function): Variable renamed from end-of-defun.
16330 Do not call make-variable-buffer-local.
16331 (end-of-defun): Use new variable name; doc fix.
16332
16333 * subr.el (dolist, dotimes): Copied from cl-macs.el
16334 and made to work.
16335
16336 * mail/undigest.el (rmail-digest-end-regexps):
16337 Variable replaces rmail-digest-end-regexp.
16338 Allows multiple regexps for detecting the end line.
16339 (undigestify-rmail-message): Corresponding changes.
16340
163412000-01-19 Dave Love <fx@gnu.org>
16342
16343 * files.el (user-init-file): Don't declare here -- is primitive.
16344
16345 * startup.el (command-line): Check for compiled user-init-file and
16346 set to uncompiled version if necessary.
16347
163482000-01-18 Gerd Moellmann <gerd@gnu.org>
16349
16350 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16351 (undigestify-rmail-message): Use it.
16352
16353 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16354
163552000-01-17 Gerd Moellmann <gerd@gnu.org>
16356
16357 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16358 of mini-buffer.
16359
163602000-01-14 Gerd Moellmann <gerd@gnu.org>
16361
16362 * emacs-lisp/copyright.el (copyright-update): Removed the
16363 requirement for a trailing space from `copyright-regexp', to
16364 support copyrights with owner specified on a separate line..
16365
16366 * align.el: New file.
16367
16368 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16369
16370 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16371
163722000-01-13 Dave Love <fx@gnu.org>
16373
16374 * ph.el: Removed. (Obsoleted by EUDC.)
16375
163762000-01-13 Gerd Moellmann <gerd@gnu.org>
16377
16378 * net/eudc.el (toplevel): Remove autoloaded code installing
16379 menu with easymenu, because that causes build problems.
16380
16381 * frame.el (frame-notice-user-settings): New variable.
16382 (frame-notice-user-settings): Don't modify frame parameters
16383 if called a second time.
16384
163852000-01-13 Richard M. Stallman <rms@gnu.org>
16386
16387 * frame.el (frame-notice-user-settings):
16388 Notice default-frame-parameters even for non-window frames.
16389
163902000-01-13 Gerd Moellmann <gerd@gnu.org>
16391
16392 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16393 for Emacs.
16394 (eudc-bob-can-display-inline-images): Extend for Emacs.
16395 (eudc-bob-toggle-inline-display): Ditto.
16396 (eudc-bob-display-jpeg): Ditto.
16397
163982000-01-12 Gerd Moellmann <gerd@gnu.org>
16399
16400 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16401 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16402 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16403
16404 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16405 nil)'.
16406
16407 * subdirs.el: Add `net' directory.
16408
16409 * net: New directory.
16410
16411 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16412 eval-last-sexp. Don't bind debug-on-error here.
16413 (eval-last-sexp): New function. Bind debug-on-error if
16414 eval-expression-debug-on-error is non-nil.
16415 (eval-defun-2, eval-defun): Likewise.
16416
16417 * simple.el (eval-expression): Don't bind debug-on-error if
16418 eval-expression-debug-on-error is nil. Detect changed
16419 debug-on-error, and propagate new value to global binding, if
16420 eval-expression-debug-on-error is non-nil,
16421 (eval-expression-debug-on-error): Change doc string.
16422
164232000-01-11 Richard M. Stallman <rms@gnu.org>
16424
16425 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16426
16427 * emacs-lisp/lisp-mode.el (with-syntax-table):
16428 Set up lisp-indent-function property.
16429
16430 * subr.el (with-syntax-table): Moved from simple.el.
16431
16432 * simple.el (with-syntax-table): Moved to subr.el.
16433
164342000-01-11 Gerd Moellmann <gerd@gnu.org>
16435
16436 * tmm.el (tmm-shortcut): Delete region after prompt instead
16437 of erasing buffer.
16438
16439 * textmodes/fill.el (fill-common-string-prefix): New function.
16440 (fill-context-prefix): Use the longest common prefix of first
16441 and second line fill prefix, if there is one.
16442
164432000-01-11 Richard M. Stallman <rms@gnu.org>
16444
16445 * array.el (array-mode): Don't use make-variable-buffer-local.
16446 Use make-local-variable for `truncate-lines'.
16447
164482000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16449
16450 * add-log.el (add-log-current-defun): Handle user-defined
16451 add-log-current-function returning nil,
16452
16453 * add-log.el (add-change-log-entry): Insert version number
16454 if having found a current function
16455
16456 * add-log.el (add-log-current-defun): Call
16457 `add-log-current-defun-function'. Try matches at level 0 and
16458 level 1. Strip whitespace from defun found.
16459
164602000-01-10 John Wiegley <johnw@gnu.org>
16461
16462 * allout.el (isearch-done/outline-provisions): Added `edit'
16463 argument to correspond with the current definition of
16464 `isearch-done'.
16465
164662000-01-10 Dave Love <fx@gnu.org>
16467
16468 * elide-head.el (elide-head): Use point-marker, not point.
16469
164702000-01-10 Gerd Moellmann <gerd@gnu.org>
16471
16472 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16473 before and after the year 2000.
16474
16475 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16476 Add ispell- prefix.
16477
164782000-01-10 Ken Stevens <k.stevens@ieee.org>
16479
16480 * ispell.el: Only define dictionaries in menus when they exist.
16481 (version18p): New variable.
16482 (version20p): New variable.
16483 (xemacsp): New variable.
16484 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16485 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16486 (ispell-dictionary-alist6): Russian command lines no longer accept
16487 run-together words.
16488 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16489 (ispell-dictionary-alist): Add koi8-r to customize definition.
16490 (check-ispell-version): Added documentation string. Returns
16491 library path when called non-interactively.
16492 (ispell-menu-map-needed): Uses new variables.
16493 (ispell-library-path): New variable.
16494 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16495 (ispell-word): Improved documentation string. Test for valid
16496 character mappings. Correctly check typed in word changes that can
16497 result in single words split into multiple words. Returns
16498 replacement word.
16499 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16500 replace in recursive query replace mode. Help message for
16501 recursive edit mode.
16502 (ispell-show-choices): Protect against bad framepop bindings.
16503 (ispell-help): Fix to work with XEmacs.
16504 (ispell-highlight-spelling-error): Use new variables.
16505 (ispell-overlay-window): Fix to work with XEmacs.
16506 (ispell-parse-output): Passed and returns location information
16507 tracking spelling corrections. Doesn't recheck same word on
16508 current line.
16509 (ispell-init-process): Protect against bogus XEmacs variable binding.
16510 Fix call to single argument in sleep-for. Use new variables.
16511 (ispell-region): Passed and returns location information tracking
16512 spelling corrections. Doesn't check same word on current line.
16513 Improved documentation string. Doesn't resend a line already
16514 checked to the ispell process - fixes bug in LaTeX parsing.
16515 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16516 (ispell-skip-region): No longer skips <TT> in SGML.
16517 (ispell-process-line): Tracks location information with spelling
16518 corrections. Added documentation string. Accounts for words
16519 already accepted on this line. Don't allow query-replace on line
16520 starting with math characters. Doesn't resend a line already sent
16521 to ispell process. Fixes alignment error bug.
16522
165232000-01-10 Richard M. Stallman <rms@gnu.org>
16524
16525 * dired-x.el (dired-guess-shell-alist-default):
16526 Suggest xloadimage, which is free, not xv, which isn't.
16527
16528 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16529 Don't ever include the host name or user name in the value.
16530
165312000-01-09 Gerd Moellmann <gerd@gnu.org>
16532
16533 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16534 of a real newline.
16535
165362000-01-09 Stephen Eglen <stephen@gnu.org>
16537
16538 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16539 for .png files.
16540
165412000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16542
16543 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16544
165452000-01-09 Gerd Moellmann <gerd@gnu.org>
16546
16547 * progmodes/cperl-mode.el: Replace ^F with ^L.
16548
16549 * sendmail.el (toplevel): Provide `sendmail' when compiling
16550 before `require'ing rmail and mailalias to prevent infinite
16551 recursion.
16552
165532000-01-08 Dave Love <fx@gnu.org>
16554
16555 * emacs-lisp/backquote.el: Remove inappropriate customization
16556 (allowing custom.el to use backquote).
16557
165582000-01-07 Dave Love <fx@gnu.org>
16559
16560 * add-log.el (add-log-debugging): Deleted.
16561 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16562 file. Remove debugging code.
16563 (change-log-get-method-definition, change-log-name): Add doc.
16564 (change-log-sortable-date-at): New function.
16565 (change-log-merge): New command.
16566
16567 * time.el (display-time-string-forms): Make the Mail string active.
16568 (display-time-update): Provide help-echo for load average.
16569
16570 * bindings.el (make-mode-line-mouse2-map): New function.
16571 (mode-line-modified): Use it and simplify.
16572 (mode-line-mule-info): Provide help-echo info.
16573 (minor-mode-alist): Activate the strings.
16574 (make-mode-line-mouse-sensitive): Simplify for
16575 mode-line-buffer-identification.
16576
165772000-01-07 Gerd Moellmann <gerd@gnu.org>
16578
16579 * play/pong.el: New file.
16580
165812000-01-06 Dave Love <fx@gnu.org>
16582
16583 * array.el: Assorted cleanups for compiler warnings, doc strings,
16584 `array-' prefix for symbols.
16585
165862000-01-05 Dave Love <fx@gnu.org>
16587
16588 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16589 outline-headers-as-kill.
16590 (outline-mode): Define imenu-generic-expression.
16591 (outline-headers-as-kill): New command.
16592
16593 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16594 from paragraph-start.
16595 (paragraph-indent-minor-mode): New command.
16596
16597 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16598 M-C-e, M-C-h, C-j, C-xnd, TAB.
16599 (fortran-mode): Set beginning-of-defun, end-of-defun.
16600 (fortran-column-ruler): Simplify.
16601 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16602 (fortran-with-subprogram-narrowing): Likewise.
16603 (fortran-indent-subprogram): Call mark-defun.
16604 (fortran-check-for-matching-do): Change narrowing.
16605
16606 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16607 (cl-lucid-hash-tag): Delete.
16608 (cl-hash-table-p): Correct test for native table.
16609 (cl-hash-table-count): Use hash-table-count.
16610
16611 * browse-url.el (browse-url): Fix case of
16612 browse-url-browser-function being an alist.
16613
166142000-01-05 Carsten Dominik <cd@gnu.org>
16615
16616 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16617 (reftex-index-phrase-file-extension): New options.
16618
16619 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16620 Use new option `reftex-index-phrase-file-extension'.
16621
16622 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16623 `reftex-parse-file-extension'.
16624
166252000-01-05 Dave Love <fx@gnu.org>
16626
16627 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16628 (beginning-of-defun-raw): Use it.
16629 (end-of-defun): New variable.
16630 (end-of-defun): Use it.
16631 (check-parens): New command.
16632
166332000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16634
16635 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16636 (hs-show-block): Don't use `mapcar' when not accumulating.
16637
16638 Fix buglet in local variables initialization.
16639
166402000-01-05 Andreas Schwab <schwab@suse.de>
16641
16642 * hscroll.el (hscroll): Doc fix.
16643
166442000-01-05 Carsten Dominik <cd@gnu.org>
16645
16646 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16647 idlw-toolbar.
16648
16649 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16650 file idlw-rinfo.el.
16651 (idlwave-customize): load must read file idlw-shell.el.
16652 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16653
166542000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16655
16656 * progmodes/idlw-shell.el: Also provide idlwave-shell
16657 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16658 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16659
16660 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16661 both reftex-dcr and reftex-vcr.
16662
16663 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16664
166652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16666
16667 * ps-print.el: PostScript code now is in separate files, doc fix.
16668 (ps-print-version): New version number (5.0.3).
16669 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16670 local.
16671 (ps-spool-config): Initialization fix.
16672 (ps-print-prologue-1, ps-print-prologue-2)
16673 (ps-print-duplex-feature): PostScript code moved to separated file.
16674 (ps-background-image): Little code reformating.
16675 (ps-begin-file, ps-begin-job): Fix code.
16676 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16677 (ps-prologue-file): New fun.
16678
166792000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16680
16681 * ps-vars.el: Eliminated.
16682
16683 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16684 `;;;###autoload'.
16685
16686 * ps-print.el: ps-vars eliminated, doc fix.
16687 (ps-print-version): New version number (5.0.2).
16688 (ps-spool-config): Initialization fix.
16689 (ps-print-customize): New fun.
16690
166912000-01-04 Gerd Moellmann <gerd@gnu.org>
16692
16693 * autorevert.el (auto-revert-mode): Return value of
16694 auto-revert-mode.
16695
166962000-01-04 Dave Love <fx@gnu.org>
16697
16698 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16699 menu items.
16700
167012000-01-03 Dave Love <fx@gnu.org>
16702
16703 * elide-head.el (elide-head) [defgroup]: Add :version.
16704
16705 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16706 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16707 `cl-hash-table-p', not `hash-table-p'.
16708 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16709
167102000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16711
16712 * faces.el (face-read-integer, read-face-attribute)
16713 (color-defined-p, color-values): unspecified-{f,b}g are now
16714 strings.
16715
167162000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16717
16718 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16719 at comment end, and re-insert them after filling.
16720
167212000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16722
16723 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16724 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16725 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16726
167272000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16728
16729 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16730 the new name of face-color-supported-p.
16731
16732 * term/w32-win.el (xw-defined-colors): Likewise.
16733
167342000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16735
16736 * simple.el (completion-setup-function): Count completion-size
16737 from minibuffer-prompt-end, not from point-min.
16738
167392000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16740
16741 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16742 Pass the frame to tty-color-* functions.
16743 (display-color-p, frame-set-background-mode): Pass the frame to
16744 tty-display-color-p.
16745
16746 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16747 tty-color-alist.
16748 (tty-color-alist, tty-modify-color-alist): New functions.
16749 (tty-color-define, tty-color-clear, tty-color-approximate)
16750 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16751 an optional parameter FRAME.
16752
167532000-01-01 Gerd Moellmann <gerd@gnu.org>
16754
16755 * image.el (create-image, defimage): Don't assume image data is a
16756 string.
16757
16758 * image.el (defimage): Handle specifications containing :data
16759 instead of :file.
16760 (image-type-from-data): New function.
16761 (image-type-from-file-header): Use it.
16762 (create-image): Add parameter DATA-P.
16763
16764See ChangeLog.8 for earlier changes.
16765
16766;; Local Variables:
16767;; coding: iso-2022-7bit
16768;; End: