("Polish"): Change sample text.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
bbf63a7b
GM
12001-04-10 Gerd Moellmann <gerd@gnu.org>
2
2a52f40e
GM
3 * language/european.el ("Polish"): Change sample text.
4 From: jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5
cf8b1bef
GM
6 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
7 parameter.
8
bbf63a7b
GM
9 * faces.el (menu): Doc fix.
10
719d83ad 112001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
12
13 * ps-print.el: Footer implementation. Doc fix.
14 (ps-print-version): New version number (6.5.1).
15 (ps-header-frame-alist): New customization var for header frame
16 properties.
17 (ps-line-number-color): New customization var for line number color.
18 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
19 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
20 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
21 (ps-right-footer): New customization vars for footers.
22 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
23 footers.
24 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
25 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): Code
26 fix.
27 (ps-prologue-file): Indentation fix.
28 (ps-print-quote): Fun eliminated.
29 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
30 (ps-output-frame-properties): New fun.
31 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
32 (ps-skip-newline): Replace defun by defsubst.
33
db86be5d
JW
342001-04-05 Colin Walters <walters@cis.ohio-state.edu>
35
36 * eshell/eshell.el (eshell-command): Needed a "%s" format
37 specifier, in case the buffer contains percent characters.
38
392001-04-04 John Wiegley <johnw@gnu.org>
40
41 * calendar/timeclock.el (timeclock-generate-report): Added a
42 missing insert of the project name.
43
9f9a5e7a
GM
442001-04-09 Gerd Moellmann <gerd@gnu.org>
45
9170e5d4 46 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 47
865e97c1 48 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 49 (finder-data): Use it instead of `setwins'.
865e97c1
GM
50 From: Dave Love <fx@gnu.org>.
51
cf3885ac 52 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
53 (server-visit-files): Run server-visit-hook after going to
54 line 1 so that the hook can set point as it sees fit.
55
9f9a5e7a
GM
56 * bindings.el (mode-line-modified): Unify help messages.
57
51f32106
EZ
582001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
61 All callers changed.
62
e02160a3
EZ
632001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
64
8e6bb0d0
EZ
65 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
66 long file names aren't supported, truncate the file names in
67 quail-misc-package-ext-info to 8+3 before matching them against
68 FILENAME.
69
70 * dos-fns.el (dos-truncate-to-8+3): New function.
71
ec321d77
EZ
72 * progmodes/compile.el (grep-compute-defaults): Use null-device
73 instead of literal /dev/null. Reported by Jens Schmidt
74 <schmidt@mathematik.uni-kl.de>.
75
e02160a3
EZ
76 * simple.el (normal-erase-is-backspace-mode): Doc fix.
77
cf3885ac
SM
782001-04-06 Stefan Monnier <monnier@cs.yale.edu>
79
80 * textmodes/sgml-mode.el: Add unknown maintainer.
81 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
82 (html-mode-map): Use set-keymap-parent.
83
3ffb33bb
DL
842001-04-06 Dave Love <fx@gnu.org>
85
86 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
87 Remove redundant string-to-list.
88
8f625692
SM
892001-04-05 Stefan Monnier <monnier@cs.yale.edu>
90
91 * composite.el (reference-point-alist): Doc fix.
92
1087f198
SS
932001-04-05 Sam Steingold <sds@gnu.org>
94
8f625692
SM
95 * font-lock.el (font-lock-keywords-case-fold-search):
96 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
97 file made font-lock case-insensitive.
98
a55e4e68
GM
992001-04-05 Gerd Moellmann <gerd@gnu.org>
100
0e4892e2
GM
101 * faces.el (defface menu): Doc fix.
102
4d664b04
GM
103 * wid-edit.el (widget-color-sample-face-get): Don't make
104 faces for undefined colors.
105
a55e4e68
GM
106 * version.el (emacs-version): Include LessTif/Motif version info.
107
f383cd0d
GM
1082001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
109
110 * ps-mule.el: Eliminate cl package dependence.
111 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
112 if they aren't defined yet.
113 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
114 Eliminate cl package dependence.
115
de28797f
SM
1162001-04-04 Stefan Monnier <monnier@cs.yale.edu>
117
118 * progmodes/cc-cmds.el (c-outline-level):
119 Bind buffer-invisibility-spec. Originally from Dave Love, but
120 got lost when incorporating version 5.26.
121
32df8b47
EZ
1222001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
123
de28797f
SM
124 * emulation/pc-select.el (pc-selection-mode):
125 Call normal-erase-is-backspace-mode instead of binding
126 keys individually.
58e4f61d 127
7f62656b
EZ
128 * cus-load.el (normal-erase-is-backspace): Use it instead of
129 delete-key-deletes-forward.
130
131 * startup.el (command-line): Use normal-erase-is-backspace and
132 normal-erase-is-backspace-mode.
133
134 * simple.el (normal-erase-is-backspace): Rename from
135 delete-key-deletes-forward. Doc fix.
136 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
137 delete-key-deletes-forward-mode. Doc fix.
138 Run normal-erase-is-backspace-hook.
7f62656b 139
32df8b47 140 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
141 ``human-readable'' format produced by GNU `ls'.
142 (dired-move-to-filename-regexp): Recognize ISO format dates.
143 From Paul Eggert <eggert@twinsun.com>.
32df8b47 144
5efa6032
GM
1452001-04-04 Gerd Moellmann <gerd@gnu.org>
146
147 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
148 New functions.
de28797f
SM
149 (lm-verify): Check keywords.
150 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 151
d757aac1
EL
1522001-04-03 Eric M. Ludlam <eric@siege-engine.com>
153
154 * speedbar.el (speedbar-insert-image-button-maybe): Check for
155 `xemacs' feature instead of for the function `set-extent-property'.
156
9832760a
SM
1572001-04-03 Stefan Monnier <monnier@cs.yale.edu>
158
159 * mail/mh-utils.el (mh-folder-hist): New var.
160 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
161
d565f6aa
EZ
1622001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
163
164 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
165 region, position point on the first or last 16-byte group.
166 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
167 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
168 hexl-beginning-of-line.
169
24c0fd39
GM
1702001-04-03 Gerd Moellmann <gerd@gnu.org>
171
5efa6032
GM
172 * icomplete.el (icomplete-mode): Treat an argument like other
173 modes do.
174
b3f6107b
GM
175 * startup.el (fancy-splash-head): Use splash8.xpm for color
176 depth 8.
177
24d451c5
SM
178 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
179 Add an antry for ``converts''.
476bf681 180
24d451c5
SM
181 * language/slovak.el ("Slovak"): Add documentation string.
182 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 183
450f6970
GM
184 * language/czech.el ("Czech"): Add documentation string.
185 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
186
24d451c5
SM
187 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
188 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
189
1902001-04-02 Stefan Monnier <monnier@cs.yale.edu>
191
192 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
193 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
194 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
195 Use `defsubst' rather than a macro to ease debugging.
196 (mail-extr-last): Remove (use `last' instead).
197 (mail-extract-address-components): Properly reset the syntax-table
198 after parsing an address. Use `last' rather than mail-extr-last.
199 Make sure the end marker stays at the very end.
24c0fd39 200
2b908342
EZ
2012001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
202
203 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
204 last change.
205
acfb077d
GM
2062001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
207
208 * ps-print.el: Line and paragraph spacing feature. Region to cut
209 out when printing. Doc fix.
210 (ps-print-version): New version number (6.5).
24d451c5
SM
211 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
212 New vars. Line and paragraph spacing feature.
acfb077d
GM
213 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
214 out when printing.
215 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
216 (ps-get-font-size, ps-begin-job, ps-continue-line)
217 (ps-plot-region): Code fix.
218 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
219 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
220 New internal vars.
acfb077d
GM
221 (ps-get-size): New fun.
222 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
223 (ps-next-line): Replace defun by defsubst.
224 (ps-mule-plot-string): Autoload doc fix.
225
226 * ps-bdf.el: XEmacs compatibility. Doc fix.
227 (installation-directory, coding-system-for-read): Declare vars if
228 it's not declared yet.
229 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
230
231 * ps-mule.el: XEmacs compatibility. Doc fix.
232 (leading-code-private-22): Declare var if it's not declared yet.
233 (charset-bytes, charset-dimension, charset-id, charset-width)
234 (find-charset-region, split-char, char-width, chars-in-region)
235 (forward-point, decompose-composite-char, encode-coding-string)
236 (coding-system-p, ccl-execute-on-string, define-ccl-program):
237 Define funs if not defined yet.
238 (encode-composition-rule, find-composition): Define funs if not
239 loaded yet.
240 (ps-mule-prologue): PostScript code fix.
241
2422001-04-02 Kenichi Handa <handa@etl.go.jp>
243
244 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
245 non-nil, generate font for the header strings.
246 (ps-mule-prepare-font): Likewise.
247 (ps-mule-generate-glyphs): Likewise.
248 (ps-mule-string-encoding): Likewise.
249 (ps-mule-header-charsets): New variable.
250 (ps-mule-encode-header-string): New function.
251 (ps-mule-header-string-charsets): New function.
252 (ps-mule-begin-job): Check charsets in the header strings. If there
253 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
254
255 * ps-print.el (ps-generate-header-line): Encode the header string by
256 ps-mule-encode-header-string.
257 (ps-mule-encode-header-string): Declare autoload.
258
c0eb3c10
GM
2592001-04-02 Gerd Moellmann <gerd@gnu.org>
260
24d451c5
SM
261 * frame.el (cursor-in-non-selected-windows):
262 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 263
a3d0b0e0
KH
2642001-03-31 Kenichi Handa <handa@etl.go.jp>
265
266 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
267 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 268 (quail-misc-package-ext-info): New variable.
a3d0b0e0 269 (tsang-quick-converter): New function.
24d451c5
SM
270 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
271 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
272 (miscdic-convert, batch-miscdic-convert): New functions.
273
55f7832c
KH
2742001-03-30 Kenichi Handa <handa@etl.go.jp>
275
a2217cd8
KH
276 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
277 eight-bit-control chars.
278
55f7832c 279 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 280 Reduce making temporary vector (suggested by Dave Love).
55f7832c 281
911a2406
EZ
2822001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
285 string as well.
286
1a518f2c
AS
2872001-03-30 Andreas Schwab <schwab@suse.de>
288
289 * files.el (backup-directory-alist): Fix typo.
290
ef080b16
EZ
2912001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
292
293 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
294 <eggert@twinsun.com>.
295
e4174a55
DL
2962001-03-30 Dave Love <fx@gnu.org>
297
298 * progmodes/fortran.el (fortran-comment-region): Fix typo.
299
9d5d1075
EZ
3002001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
301
302 * simple.el (transient-mark-mode): Mention C-g in the doc string.
303
a27b451e
MB
3042001-03-30 Miles Bader <miles@gnu.org>
305
306 * subr.el (interactive-form): Fix paren typo.
307
aea51abe
EZ
3082001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * emacs-lisp/profile.el: Say that it's obsolete in the header
311 line, so that finder.el puts that into its data-base.
312 Suggested by Alex Schroeder <alex@gnu.org>.
313
249dd409
EZ
3142001-03-29 Paul Eggert <eggert@twinsun.com>
315
316 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
317 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
318
1ac1fa96
SM
3192001-03-29 Stefan Monnier <monnier@cs.yale.edu>
320
321 * generic.el (generic-mode-set-comments): Use "" rather than nil
322 for comment-end.
323
e2b8a830
GM
3242001-03-29 Gerd Moellmann <gerd@gnu.org>
325
1ac1fa96
SM
326 * emacs-lisp/advice.el (ad-make-advised-definition):
327 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
328
329 * subr.el (interactive-form): New function.
330
8b2375e7
AS
3312001-03-29 Andre Spiegel <spiegel@gnu.org>
332
333 * vc-sccs.el (vc-sccs-register): Use relative file names.
334
f827b862
GM
3352001-03-28 Gerd Moellmann <gerd@gnu.org>
336
e59d0e9d
GM
337 * bookmark.el (bookmark-get-bookmark): Handle case that
338 BOOKMARK is not a string.
339
deb2613a
GM
340 * image.el (image-type-regexps): Change type for PS files
341 to `postscript'.
342
f827b862
GM
343 * subr.el (read-passwd): Clear command history after each
344 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
345
3c9449d0
KH
3462001-03-27 Kenichi Handa <handa@etl.go.jp>
347
348 * international/kkc.el (kkc-save-init-file): Locally bind
349 print-length to nil.
350
e6b13c74
GM
3512001-03-26 Gerd Moellmann <gerd@gnu.org>
352
e120bebf
GM
353 * textmodes/flyspell.el: Some doc fixes.
354 (flyspell-maybe-correct-transposition)
355 (flyspell-maybe-correct-doubling): Use a temporary buffer
356
357 * textmodes/ispell.el (ispell-parse-output): Doc fix.
358
5f6c5771 359 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
360 (byte-optimize-form-code-walker): Diagnose too few arguments
361 for `if' and `while'.
362
2b984c45
KH
3632001-03-26 Kenichi Handa <handa@etl.go.jp>
364
365 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
366 Prepend `\' to "\<quail-translation-docstring>".
367
bf2150fa
GM
3682001-03-26 Gerd Moellmann <gerd@gnu.org>
369
5f6c5771
SM
370 * autorevert.el (global-auto-revert-non-file-buffers):
371 Remove duplicate defcustom.
bf2150fa 372
a0d59316
MB
3732001-03-26 Miles Bader <miles@gnu.org>
374
5f6c5771
SM
375 * international/latin1-disp.el (latin1-char-displayable-p):
376 Add leading "-" for X font pattern.
a0d59316 377
9edbff6c
KH
3782001-03-26 Kenichi Handa <handa@etl.go.jp>
379
5f6c5771
SM
380 * international/mule-diag.el (describe-coding-system):
381 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
382 charsets they can encode.
383
50b57199
EZ
3842001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
385
386 * help.el (view-lossage): Mention open-dribble-file in the doc
387 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
388
5b83f9c0
SM
3892001-03-23 Stefan Monnier <monnier@cs.yale.edu>
390
391 * skeleton.el (skeleton-internal-list): Fix bogus logic.
392 (skeleton-pair-insert-maybe): Don't pair after a backslash.
393
e0ecbf5c
KH
3942001-03-23 Kenichi Handa <handa@etl.go.jp>
395
5b83f9c0
SM
396 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
397 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
398 multibyte sequence can work correctly.
399 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
400 property of the coding system.
401
1cc218de
SM
4022001-03-23 Stefan Monnier <monnier@cs.yale.edu>
403
404 * textmodes/fill.el (fill-individual-paragraphs-prefix):
405 Fix transcription typo.
406
a3db02ad
RV
4072001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
408
409 * whitespace.el: Add buffer local variables to toggle testing of
410 whitespaces in buffers without affecting the default values.
a3db02ad 411 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
412 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
413 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
414 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 415
83c9cb8e
SM
4162001-03-21 Stefan Monnier <monnier@cs.yale.edu>
417
418 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
419
180d5509
GM
4202001-03-21 Gerd Moellmann <gerd@gnu.org>
421
eeb5b5c1
GM
422 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
423 bs-cycle-configuration-name. From Juanma Barranquero
424 <lektu@uol.com.br>.
425
170a9e70
GM
426 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
427 and cc-vars.el.
428
180d5509
GM
429 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
430 headers. Always invoke sendmail with option -t.
431
130c507e
GM
4322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
433
434 * Release of cc-mode 5.28.
435
4362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
437
438 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
439 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 440 It's instead taken care of by the default value for c-default-style.
130c507e 441
130c507e
GM
4422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
443
444 * cc-align.el (c-lineup-math): Fix bug where lineup was
445 triggered by equal signs in string literals.
446
4472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
448
449 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
450 limit detection when at the ends of the buffer.
451
452 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
453 "for" statement clause in case 7F; a better one is done
454 earlier in case 7D anyway.
455
4562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
457
458 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
459 somewhat more and did a small optimization.
460
4612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
462
463 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
464 Use the limit argument only to limit the syntactic context
465 search, not to limit the actual movement.
466
467 * cc-cmds.el (c-beginning-of-statement): Move by sentence
468 inside multiline strings, just like in comments. Also various
469 fixes to the paragraph and comment prefix recognition, block
470 comment ender handling etc.
471
4722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
473
474 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
475 the relative position of the point.
476
477 * cc-cmds.el (c-electric-continued-statement): New function to
478 use as abbrev hook to reindent for keywords such as "else"
479 that continues an earlier statement.
480
481 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
482 like classes.
483
484 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
485 (pike-mode): Populate the default abbrev tables to reindent for
486 keywords such as "else" that can continue earlier statements.
487 Abbrev mode is therefore turned on by default now. (Note that
488 this doesn't apply to idl-mode, since IDL afaik doesn't have
489 statements at all.)
490
4912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
492
493 * cc-engine.el (c-inside-bracelist-p): Fix for handling
494 bracelists where the declaration contains template arguments.
495
4962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
497
83c9cb8e
SM
498 * cc-cmds.el (c-comment-indent):
499 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
500 syntactic indentation. Fixes bug with lineup functions that
501 return vectors.
502
503 * cc-engine.el (c-get-syntactic-indentation): Split the
504 indentation sum calculation from `c-indent-line' to a separate
505 function.
506
5072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
508
509 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
510 Fixed places where it was assumed that preprocessor directives
511 have to start in column zero.
512
513 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
514 template arguments after a class identifier properly.
515
516 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
517 lists for `new Foo[]' constructs in Java as expressions and
518 not top level definition brace lists on the top level, so that
519 they'll get indented consistently with the same type of
520 expression in a normal block.
521
5222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
523
524 * cc-cmds.el (c-fill-paragraph): The kludge that checks
525 whether the adaptive filling package fails to keep the comment
526 prefix is now kludged further to check for filladapt-mode
527 which doesn't have that problem. This is really icky, but it's
528 the only way that works with the current misfeatures/bugs in
529 both adaptive-fill-mode and filladapt-mode.
530
531 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
532 around point is recognized more robust.
533
5342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
535
536 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
537 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
538 (c-lit-type): Fixed all internal variables used dynamically so
539 that they are always bound.
540
541 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
542 errors:
543
544 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
545 the region is fully reindented even when an error occurs.
546 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
547 whole lot of code that tried to optimize indentation of whole
548 sexps but in reality accomplishes nothing.
549
550 (c-indent-sexp): Use c-indent-region.
551
552 (c-parsing-error): Changed this variable to hold the message
553 for any syntactic error that is discovered.
554
555 (c-parse-state): Search backward from point instead of the bod
556 position when the latter is invalid. This makes CC Mode
557 recover faster when there are unbalanced close braces.
558
559 (c-backward-to-start-of-if): Use c-parsing-error to report
560 dangling "else" clauses instead of throwing an error, and fall
561 back to a reasonable position.
562
83c9cb8e 563 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 564
83c9cb8e 565 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
566
5672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
568
569 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
570 paragraph recognition when moving by sentence in literals.
571
83c9cb8e
SM
572 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
573 start regexp for javadoc to recognize javadoc markup in general instead
574 of a specific set of keywords, to be more future-safe.
130c507e
GM
575
576 (c-Pike-pikedoc-paragraph-start)
577 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
578 pikedoc markup.
579
83c9cb8e 580 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 581
83c9cb8e 582 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
583
584 * cc-vars.el (c-default-style): Made a nicer Customize widget.
585
586 (c-comment-prefix-regexp): Made it possible to use an
587 association list on this to specify mode specific regexps.
588 The default value now use a special regexp in Pike mode to
589 recognize pikedoc markup.
590
591 (c-current-comment-prefix): New variable containing the actual
592 regexp from c-comment-prefix-regexp for the current buffer.
593
5942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
595
596 * cc-cmds.el (c-electric-brace): Fixed check for special brace
597 lists: We can't look at the syntax, since a brace list can get
598 recognized as a plain statement-cont.
599
600 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
601 special brace list opener broken over two lines got recognized
602 as a statement on the second line. Case 9A changed.
603
6042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
605
606 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
607 adjustment after line is reindented.
608
6092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
610
611 * cc-defs.el (c-point): Added optional argument for position
612 to use instead of the current point.
613
614 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
615 the in-expression block symbols when the construct starts at
616 boi, to avoid the extra level of indentation in that case.
617 Cases 4, 16A and 17E affected.
618
6192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
620
621 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 622 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
623
624 * cc-engine.el (c-indent-line): Use the syntax already bound
625 to `c-syntactic-context', if there is any.
626
6272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
628
629 * cc-engine.el (c-get-offset): Fixed bug where the indentation
630 wasn't added up correctly when a lineup function returned nil.
631
6322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
633
634 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 635 empty lines were ignored when collecting line comments backwards.
130c507e
GM
636
6372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
638
639 * cc-align.el (c-lineup-dont-change): Return an absolute
640 indentation column to work correctly in the case when several
641 syntactic elements are processed for the same line.
642
643 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
644 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
645 (c-set-offset): Added absolute indentation column settings by
646 using the vector type.
647
130c507e
GM
6482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
649
650 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
651 Implemented two new cleanups `space-before-funcall' and
652 `compact-empty-funcall'.
653
130c507e
GM
6542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
655
656 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
657 helping building regexps.
658
659 * cc-engine.el (c-on-identifier): New function for detecting
660 identifiers. It takes keywords into account.
661
662 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
663 lists. `c-keywords' is set to a regexp matching all keywords
664 in the current language.
665
6662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
667
668 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
669 list of characters to skip backwards over at the beginning of
670 a statement, since it can precede string literals in Pike.
671
6722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
673
674 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
675 recognition when standing on the last line in a C++ comment
676 with nothing but whitespace after the prefix.
677
678 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
679 given no limit argument.
680
6812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
682
683 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
684 recognition for the `[]= operator symbol in Pike.
685
6862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
687
688 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
689 around a bug in `eval-when-compile' in the byte compiler.
690
691 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 692 value when count is zero and there's no token start within the limit.
130c507e
GM
693
694 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
695 "prefix comments", i.e. comments which are followed by code on
696 the same line.
697
698 * cc-mode-19.el: Fixes so that checks that must be done at
699 compile time also are done then.
700
7012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
702
703 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
704 time and at runtime, and only when it's needed.
705
7062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
707
708 Major cleanup for less error prone and more warning free
709 compilation, including some fixes for bugs due to different
710 compilation orders. Thanks to Martin Buchholz for providing
711 the basis for all this.
712
713 * cc-bytecomp.el: New file that provides some byte compilation
714 features: It ensures that files always are loaded from the
715 current source directory during compilation, and it provides a
716 set of macros to turn off specific compiler warnings for
717 specific symbols. (It's not CC Mode specific in any way.)
718
719 Fixed a nearly acyclic dependency tree (both runtime and
720 compile-time) between all files.
721
722 * cc-defs.el: Separated all macros before the inline functions,
723 to ensure correct compilation.
724
725 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
726 cc-defs.el to cc-engine.el and made it a function instead.
727
728 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
729 about char-after.
730
731 * cc-vars.el: Cope even when there isn't a custom package
732 containing defcustom available.
733
734 * cc-make.el: Removed since it's no longer necessary.
735
736 README: Updated installation instructions.
737
7382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
739
740 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
741 improve the modularity: Moved all mode init stuff from
742 cc-langs.el to cc-mode.el, including the keymap
743 initialization; cc-langs now only contains the various
744 variables for configuring the language syntax.
745
83c9cb8e
SM
746 * cc-engine.el, cc-styles.el (c-evaluate-offset)
747 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 748 dependency analysis suggests they belong there (which also
83c9cb8e 749 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
750
7512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
752
753 * cc-cmds.el (c-fn-region-is-active-p): New function that
754 wraps the corresponding macro, for use in places that aren't
755 compiled. Thanks to Martin Buchholz for pointing out this.
756
83c9cb8e 757 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
758
759 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
760 add things to the bug report.
761
7622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
763
764 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
765 returned prefix could contain a newline when the search for a
766 good prefix line failed.
767
7682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
769
770 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
771 (c-toggle-auto-hungry-state): Made the argument optional, as
772 the documentation says it is.
773
7742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
775
776 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
777 multiline string syntax, #"...", as a cpp macro.
778
7008ccac
GM
7792001-03-21 Paul Eggert <eggert@twinsun.com>
780
83c9cb8e
SM
781 * international/mule-cmds.el (set-locale-environment):
782 Set system-messages-locale and system-time-locale, but only if the
7008ccac 783 caller specifies a non-nil locale name.
3c9449d0 784
c2478129 7852001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
786
787 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 788 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 789
117e4b0c
GM
7902001-03-20 Gerd Moellmann <gerd@gnu.org>
791
7194219d
GM
792 * follow.el (follow-avoid-tail-recenter): Doc fix.
793
5721ae13
GM
794 * custom.el (custom-set-variables): Avoid reversing the list
795 of args needlessly.
796
7b8bbf72
GM
797 * startup.el (fancy-splash-head): Don't change the colors of the
798 XPM image on a dark background.
799
a91ad7c9
GM
800 * comint.el (comint-exec-1): Set columns of the terminal to
801 window-width instead of frame-width.
802
fa88947e
GM
803 * info.el (Info-scroll-down): Add missing WINDOW arg for
804 pos-visible-in-window-p.
805
1741905c
GM
806 * ehelp.el (electric-help-mode-hook): Add defcustom.
807
117e4b0c
GM
808 * mail/sendmail.el (mail-mode): Activate case-folding in
809 font-lock-defaults.
810
e84c695d
SM
8112001-03-19 Stefan Monnier <monnier@cs.yale.edu>
812
813 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
814 (completion-ignored-extensions): Remove duplicate ".class".
815
fc774041
AS
8162001-03-19 Andreas Schwab <schwab@suse.de>
817
83c9cb8e
SM
818 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
819 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 820
c2c097cc
GM
8212001-03-19 Gerd Moellmann <gerd@gnu.org>
822
823 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
824 methods since there are not prefix input methods.
825
fbe2e958
KH
8262001-03-19 Kenichi Handa <handa@etl.go.jp>
827
83c9cb8e
SM
828 * international/mule-cmds.el (read-input-method-name):
829 Locally bind enable-recursive-minibuffers to t.
fbe2e958 830
da47e491
SM
8312001-03-18 Stefan Monnier <monnier@cs.yale.edu>
832
833 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
834
4986c2c6 8352001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 836
4986c2c6
MK
837 * ediff-util.el: Copyright years.
838 (ediff-choose-syntax-table): New function.
839 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 840
4986c2c6
MK
841 * ediff-init.el (ediff-with-syntax-table): New macro, uses
842 with-syntax-table.
83c9cb8e 843
4986c2c6 844 * ediff.el: Date of last update, copyright years.
83c9cb8e 845
4986c2c6 846 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 847
4986c2c6
MK
848 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
849 of Scott Bronson.
850 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
851 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
852 Deleted functions.
853 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
854 ex-token-list.
83c9cb8e 855
4986c2c6 856 * viper-util.el: Spaces, indentation.
83c9cb8e 857
4986c2c6 858 * viper.el: Changed version, modification time.
83c9cb8e 859
3c799aec 8602001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
861
862 * calendar/timeclock.el (timeclock-workday-remaining):
863 Check whether `discrep' is non-null before using it.
3c799aec 864
ae3ce418
JW
8652001-03-16 John Wiegley <johnw@gnu.org>
866
867 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
868 first-time checkins.
869 (timeclock-log-data): Fixed problem with reading timelog log file.
870 Resulting data in the "day list" was incorrect.
871 (timeclock-find-discrep): Check if `timeclock-file' is readable
872 before opening it.
873 (timeclock-time-less-p): New function.
874 (timeclock-day-base): New function.
875 (timeclock-geometric-mean): New function.
876 (timeclock-generate-report): Generate a summary report based on
877 the contents of the log file. This uses `timeclock-log-data', and
878 is an example of writing a timelog manipulation function.
879 (timeclock-visit-timelog): A quick command for opening the timelog
880 file.
881 (timeclock-log-data): Bound the variable event.
882
c8d4a9bb
KH
8832001-03-16 Kenichi Handa <handa@etl.go.jp>
884
83c9cb8e
SM
885 * international/mule-cmds.el (select-safe-coding-system):
886 Fix typo: symbol-name -> symbol-value.
11d56c64 887
c8d4a9bb
KH
888 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
889 before substitute-in-file-name to handle double slashes in FILE
890 correctly.
891
c899e7e6
GM
8922001-03-15 Gerd Moellmann <gerd@gnu.org>
893
894 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
895 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
896
819dce0f
GM
8972001-03-14 Gerd Moellmann <gerd@gnu.org>
898
697617d9
GM
899 * bindings.el (features): Add `md5' and `overlay' to the list.
900
819dce0f
GM
901 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
902 bound before using it. It's not bound when configured without X,
903 for instance.
904
e0067a9d
TTN
9052001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
906
907 * progmodes/hideshow.el: Update copyright.
908 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 909 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 910
afcdc0a1
GM
9112001-03-13 Gerd Moellmann <gerd@gnu.org>
912
e0067a9d 913 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
914 a non-list.
915
30564c48
EZ
9162001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
917
918 * startup.el (fancy-splash-tail, command-line-1): Fix the
919 copyright year.
920
2b8e24b3
KH
9212001-03-13 Kenichi Handa <handa@etl.go.jp>
922
923 * term.el: These changes are based on a patch sent from Yong Lu
924 <lyongu@yahoo.com>.
925 (term-set-escape-char): Bind M-x to execute-extended-command in
926 term-raw-escape-map.
927 (term-move-columns): Don't try to move to negagive column.
928 (term-emulate-terminal): Insert a string before deleting a text to
929 overwrite.
930
789b6186
GM
9312001-03-12 Gerd Moellmann <gerd@gnu.org>
932
b0778a31
GM
933 * play/life.el (life): Rearrange code so that all calls to
934 life-display-generation are in a catch-form.
935
04528cda
GM
936 * progmodes/etags.el (tags-loop-continue): Don't change point in a
937 file that isn't interesting. In an interesting file, push the old
938 value of point on the mark ring.
939
760cefb5
GM
940 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
941 New function.
942 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
943 Use it.
944
83c9cb8e
SM
945 * emacs-lisp/autoload.el (generate-file-autoloads):
946 Remove warning about line lengths.
789b6186 947
a2ffbafe
FP
9482001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
949
950 * progmodes/etags.el (tags-compression-info-list): New variable.
951 (find-tag-in-order): Use it to deal with compressed source files.
952 (tag-file-name-match-p): New function.
953 (etags-recognize-tags-table): Use it for better match of file names.
954
5c9d9d92
KH
9552001-03-12 Kenichi Handa <handa@etl.go.jp>
956
ba3e9b9b
KH
957 * international/mule-cmds.el (register-input-method): Doc fix.
958
5c9d9d92
KH
959 * international/quail.el (quail-translate-key): Fix condition to
960 check if there's another breaking point in the current key.
961
40beecee
EZ
9622001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
963
964 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
965 Babyl header to the newly-created output file, bind
966 coding-system-for-write to either rmail-file-coding-system or
967 emacs-mule-unix.
968
75c6cb7f
SM
9692001-03-11 Stefan Monnier <monnier@cs.yale.edu>
970
971 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
972 Fix the name and regexp used for subsubsections.
973
5ec17636
DL
9742001-03-10 Dave Love <fx@gnu.org>
975
976 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
977 and save-buffer if buffer-file-name non-nil. From rms.
978
6d2e2c02
AS
9792001-03-10 Andre Spiegel <spiegel@gnu.org>
980
981 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 982 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
983 to reflect that.
984 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 985 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
986 variable bindings that might affect the diff command.
987 (vc-print-log): Don't switch to the *vc* buffer before the
988 command, so that local variable bindings are preserved.
989
789b6186 990 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
991 not the current buffer.
992 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
993
789b6186 994 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 995 make output go to buffer *vc*, not the current buffer.
a2ffbafe 996
b18f5523
SM
9972001-03-09 Stefan Monnier <monnier@cs.yale.edu>
998
999 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1000 so ^, $, *, ? and + are interpreted correctly.
1001
3cfd8357
GM
10022001-03-09 Gerd Moellmann <gerd@gnu.org>
1003
c085b77c 1004 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1005 mode-line-key-binding. Handle any event on a string.
1006 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1007
3cfd8357
GM
1008 * comint.el (comint-insert-clicked-input): Use the last key
1009 from this-command-keys to lookup the global key definition.
1010
348f797a
KH
10112001-03-09 Kenichi Handa <handa@etl.go.jp>
1012
3ebf3717
KH
1013 * international/characters.el: Add category `j' for
1014 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1015
348f797a
KH
1016 * international/mule-conf.el (no-conversion): Fix docstring.
1017 (raw-text): Fix docstring.
1018
e1fbabaf
GM
10192001-03-08 Gerd Moellmann <gerd@gnu.org>
1020
96e8e603
GM
1021 * simple.el (choose-completion-string): When not leaving the
1022 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1023 is set.
1024
e1fbabaf
GM
1025 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1026 parameter `(minibuffer . t)'.
1027
f9db8f19
SM
10282001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1031 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1032 (sh-mode): Remove `make-local-variable' for unused var
1033 `font-lock-unfontify-region-function'.
1034
02756877
RS
10352001-03-07 Richard M. Stallman <rms@gnu.org>
1036
132bf46d
RS
1037 * info.el (Info-scroll-down): Fix previous change.
1038
02756877
RS
1039 * mail/rmail.el (rmail-toggle-header): Use a window which
1040 is showing the Rmail buffer, rather than the selected window.
1041
eeb24429
DL
10422001-03-07 Dave Love <fx@gnu.org>
1043
1044 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1045 now, to avoid problems with binding imenu directly to a mouse event.
1046
3bdf2660
GM
10472001-03-07 Gerd Moellmann <gerd@gnu.org>
1048
1049 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1050 second arg t.
1051
10522001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1053
1054 * log-edit.el (log-edit-common-indent): New var.
1055 (log-edit-set-common-indentation): Renamed from
1056 log-edit-delete-common-indentation. Use the new var.
1057 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1058
1059 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1060 (cvs-mode-add-change-log-entry-other-window):
1061 Don't presume change-log-default-name is defined.
1062
1063 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1064
1065 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1066 the "tree" operation as well.
1067
1068 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1069
1070 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1071 to match paragraph-start.
1072
1073 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1074 comment-start-skip and set comment-end-skip as well.
1075 (sgml-comment-indent): Fix for new value of comment-start-skip.
1076 (html-autoview-mode): Don't bother using make-local-hook.
1077
2ad02767
GM
10782001-03-07 Gerd Moellmann <gerd@gnu.org>
1079
189638d5 1080 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1081 variables, otherwise long Custom entries would make them ineffective.
189638d5 1082
2ad02767
GM
1083 * uniquify.el: Set maintainer to FSF.
1084
656f8cae
EZ
10852001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * dired-aux.el (dired-do-shell-command): Doc fix.
1088
c83965c4
SM
10892001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1090
04af43bc
SM
1091 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1092
1093 * which-func.el (which-func-modes): Add cperl-mode.
1094 (which-func-mode-global): Use define-minor-mode.
1095
1096 * info-look.el: Docstring fixes and dead code eliminated.
1097 (cperl-mode): Add support.
1098 (emacs-lisp-mode): List all entries from elisp manual, whether
1099 or not they are currently (f)bound or not. Update regexp.
1100
1101 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1102
c83965c4
SM
1103 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1104 so that C-h m shows the correct information.
1105 Use make-local-variable rather than make-variable-buffer-local.
1106 (cperl-info-buffer, cperl-setup-tmp-buf):
1107 Use make-local-variable rather than make-variable-buffer-local.
1108 (cperl-msb-fix, cperl-get-help-defer):
1109 Check major-mode for `cperl-mode' as well.
1110
1111 * progmodes/cperl-mode.el: Updated to author version 4.23.
1112 (cperl-electric-pod): SYNOPSIS was misspelled.
1113 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1114 (cperl-after-expr-p): Make true after __END__.
1115
f16a7aa5
GM
11162001-03-06 Gerd Moellmann <gerd@gnu.org>
1117
157ae273 1118 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1119 bookmark-completion-ignore-case is t.
157ae273 1120
f16a7aa5
GM
1121 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1122 switch, like xterm, and concat resource strings, with a newline
1123 between them.
1124
abaddb98
EZ
11252001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1126
a2ffbafe 1127 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1128 (cp773-decode-table, cp774-decode-table): New variables.
1129
abaddb98
EZ
1130 * man.el (Man-hyphenated-reference-regexp): New variable.
1131 (Man-build-references-alist): Use it to search for referenced
1132 manpages. If hyphenated is non-nil, record a concatenated word in
1133 Man-refpages-alist only if it matches Man-reference-regexp.
1134 Update word's length when it is concatenated. Reverse the list,
1135 to get the first manpage at the head.
1136 (Man-possibly-hyphenated-word): New function.
1137 (Man-follow-manual-reference): Use it instead of current-word to
1138 find a manpage at point, in a way that accounts for hyphenated
1139 references.
1140
eb3f61dd
GM
11412001-03-06 Alex Schroeder <alex@gnu.org>
1142
1143 * sql.el (sql-interbase): New function.
1144 (sql-interbase-program): New option.
1145 (sql-interbase-options): New option.
1146 And some typos fixed: "customise" to "customize".
1147
fa84f42a
DL
11482001-03-06 Dave Love <fx@gnu.org>
1149
83c9cb8e
SM
1150 * textmodes/flyspell.el (flyspell-region):
1151 Set up flyspell-local-mouse-map.
fa84f42a 1152
fda3411d
RS
11532001-03-05 Richard M. Stallman <rms@gnu.org>
1154
a2ffbafe 1155 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1156 Don't call rmail-beginning-of-message.
1157 Don't discard From: field. Do discard Received: field.
1158 Use unwind-protect to re-prune.
1159 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1160
e972ab1f
KH
11612001-03-06 Kenichi Handa <handa@etl.go.jp>
1162
1163 * international/quail.el (quail-title): Add autoload cookie.
1164
335db3c1
DL
11652001-03-05 Dave Love <fx@gnu.org>
1166
1167 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1168 new defs.
1169
278dd6ac
KH
11702001-03-05 Kenichi Handa <handa@etl.go.jp>
1171
83c9cb8e
SM
1172 * language/ethio-util.el (ethio-toggle-space):
1173 Update current-input-method-title if necessary.
36d5e61d
KH
1174 (ethio-toggle-punctuation): Likewise.
1175
341cd4f0
KH
1176 * international/quail.el (quail-title): Fix for the case that a
1177 title of an input method is specified by a list of the same form
1178 as used in mode-line-format.
1179
83c9cb8e
SM
1180 * international/mule-cmds.el (activate-input-method):
1181 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1182 respect that value.
1183
10ebaeb6
GM
11842001-03-05 Gerd Moellmann <gerd@gnu.org>
1185
1186 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1187
7a65c85c
GM
11882001-03-05 Alex Schroeder <alex@gnu.org>
1189
1190 * sql.el (sql-sybase): Fix typo (was: query user about server two
1191 times instead of server and database).
1192
1193 * sql.el (sql-sybase): Doc change.
1194 (sql-mysql): Doc change.
1195 (sql-postgres): Doc change.
1196
b86644f2
KH
11972001-03-05 Kenichi Handa <handa@etl.go.jp>
1198
83c9cb8e
SM
1199 * international/mule-conf.el (emacs-mule, raw-text):
1200 Docstring modified.
b86644f2 1201
e30bd7b7
EZ
12022001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * term/internal.el: Update copyright notice.
1205
1206 * term/pc-win.el: Update copyright notice.
1207
7e365285
DL
12082001-03-02 Dave Love <fx@gnu.org>
1209
83c9cb8e
SM
1210 * files.el (insert-file-contents-literally):
1211 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1212 not jka-compr-compression-info-list.
7e365285 1213
75ed43a6
SM
12142001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1215
1216 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1217 spaces in default comment-start-skip settings rather than \s-.
1218
53c4b1e6
EZ
12192001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1220
1221 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1222 default-frame-alist as well.
1223
028d739a
DL
12242001-03-01 Dave Love <fx@gnu.org>
1225
1226 * textmodes/reftex.el (defvar): Wrap some defvars in
1227 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1228
1229 * subr.el (event-basic-type): Doc fix.
1230
1231 * international/quail.el: Doc fixes.
1232
1233 * international/utf-8.el: Doc fixes.
1234
1235 * international/mule-cmds.el: Doc fixes.
1236 (leim-list-header): Fix header text.
1237
1238 * international/mule.el (coding-system-category): Doc fix.
1239
1240 * international/ccl.el (ccl-compile): Doc fix.
1241
15d1caef
SM
12422001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1243
1244 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1245 rather than (before|after)-change-functions.
1246
f84ff02c
GM
12472001-03-01 Gerd Moellmann <gerd@gnu.org>
1248
1249 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1250 scroll-left and scroll-right being called interactively so that
1251 they set the window's min_hscroll.
1252
e0c1e774
EZ
12532001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1254
1255 * info.el (info-insert-file-contents-1): Accept an additional
1256 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1257 `suffix'; otherwise use the complicated MS-DOS code.
1258 All callers changed.
e0c1e774
EZ
1259 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1260 can access long file names, try the long file-name version of
1261 `info-insert-file-contents-1', then the short file-name version.
1262
b8b2ea31 12632001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1264
af122766
KH
1265 * language/ethio-util.el (setup-ethiopic-environment-internal):
1266 Change bindings of functions keys to conform to "Emacs Lisp Coding
1267 Convention".
1268
1269 * language/ethiopic.el ("Ethiopic"): Add documentation.
1270
b8b2ea31
KH
12712001-02-28 Kenichi Handa <handa@etl.go.jp>
1272
1d64e2ad
KH
1273 * international/utf-8.el (mule-utf-8): Set coding-category
1274 property to coding-category-utf-8.
1275
91cb6e51
RS
12762001-02-27 Richard M. Stallman <rms@gnu.org>
1277
1278 * lpr.el (lpr-page-header-switches, print-region-1):
1279 Undo 2000-07-06 change.
7298f3f7
RS
1280 (lpr-add-switches): Default to t on gnu/linux.
1281
c0cb1027
GM
12822001-02-27 Gerd Moellmann <gerd@gnu.org>
1283
1284 * bs.el (bs-attributes-list): Doc fix.
1285
01459648
GM
12862001-02-26 Gerd Moellmann <gerd@gnu.org>
1287
baebd8a5 1288 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1289
01459648
GM
1290 * help.el (view-order-manuals): Use goto-address.
1291
1292 * startup.el (command-line-1): Add info about ordering manuals
1293 to the not so fancy splash screens.
1294
f93e614e
AS
12952001-02-26 Andre Spiegel <spiegel@gnu.org>
1296
01459648
GM
1297 * vc.el (vc-default-workfile-unchanged-p)
1298 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1299
12435002
GM
13002001-02-26 Gerd Moellmann <gerd@gnu.org>
1301
a2ffbafe 1302 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1303 fontify in the right buffer.
1304
12435002
GM
1305 * allout.el (outline-flag-region): Move macro in front of first
1306 use to avoid a run-time error.
1307
425de386
AI
13082001-02-24 Andrew Innes <andrewi@gnu.org>
1309
1310 * makefile.w32-in: Fix copyright notice.
1311
66c56ed1
KH
13122001-02-24 Kenichi Handa <handa@etl.go.jp>
1313
4c1593ce
KH
1314 * international/utf-8.el (mule-utf-8): Set correct value for
1315 valid-codes property.
1316
66c56ed1
KH
1317 * international/fontset.el (x-complement-fontset-spec): In the
1318 case that we use ASCII font for the other charsets, use only
15d1caef 1319 family and registry part of it.
66c56ed1 1320
119171dd
EZ
13212001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1322
1323 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1324 (shrink-window-if-larger-than-buffer): Doc fix.
1325
932c309e
SM
13262001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1327
1328 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1329 predicate passed to completing-read.
1330
9b760e36
EZ
13312001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1332
1333 * startup.el (command-line): Fix last change.
1334
5c39a60f
JR
13352001-02-23 Jason Rumney <jasonr@gnu.org>
1336
1337 * startup.el (tool-bar-originally-present): New variable.
1338 (command-line): Set it if the tool-bar is switched on at startup.
1339
1340 * frame.el (frame-notice-user-settings): Only adjust frame height
1341 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1342 From E. Jay Berkenbilt.
5c39a60f 1343
cb91b2c7
SM
13442001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1345
39b557e8
SM
1346 * server.el (server-switch-buffer): Only switch window if the
1347 current one is dedicated.
1348
cb91b2c7
SM
1349 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1350 rather than using (match-beginning 0) when searching for break point.
1351
9238a8df
EZ
13522001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1353
1354 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1355 @ follows an accent command such as @'. Support optional braces
1356 in commands that insert accents, like makeinfo does.
1357
3473f362
GM
13582001-02-22 Gerd Moellmann <gerd@gnu.org>
1359
1360 * startup.el (fancy-splash-text): Add a line for ordering
1361 manuals. Reverse order of splash screens shown.
1362 (use-fancy-splash-screens-p): Adapt to the text line added.
1363
1364 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1365 manuals from the FSF.
1366
1367 * help.el (view-order-manuals): New function.
1368 (toplevel): Bind C-h C-m to this function.
1369
76a4de07
SM
13702001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1371
1372 * newcomment.el (comment-forward): Skip the comment-start before
1373 searching for the comment-end.
1374
75b71d85
DL
13752001-02-21 Dave Love <fx@gnu.org>
1376
2f4c9a87
DL
1377 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1378
75b71d85
DL
1379 * international/mule-cmds.el, international/mule.el: Doc fixes.
1380
1381 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1382 (fortune) <defgroup>: Add :link.
1383 (fortune-from-region): Use eq, not eql.
1384
ffc9ff0c
GM
13852001-02-21 Gerd Moellmann <gerd@gnu.org>
1386
1387 * startup.el (fancy-splash-screens): Use display-hourglass
1388 instead of display-busy-cursor.
1389
1390 * frame.el (display-hourglass): Renamed from busy-cursor.
1391 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1392 (show-cursor-in-non-selected-windows): Doc fix.
1393
f34eb373
DL
13942001-02-20 Dave Love <fx@gnu.org>
1395
1396 * international/utf-8.el: Doc and commentary fixes.
1397
f55e4a7e
EZ
13982001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * ehelp.el (with-electric-help): Doc fix.
1401
fa97adf6
GM
14022001-02-20 Gerd Moellmann <gerd@gnu.org>
1403
1404 * msb.el (msb-mode): Call the update-buffers function explicitly
1405 with a FORCE argument.
1406
1407 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1408 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1409 returns nil.
1410
54ed3bd2
GM
14112001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1412
1413 * ps-print.el: Timestamp package replacement. Some enhancements.
1414 Some XEmacs compatibility. Doc fix.
1415 (ps-print-version): New version number (6.4).
1416 (ps-printer-name): Initialization fix.
1417 (ps-zebra-stripe-follow): Funcionality enhancement.
1418 (ps-prologue-file): Code enhancement.
1419 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1420 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1421 (ps-get-page-dimensions)
54ed3bd2
GM
1422 (ps-generate-header, ps-begin-file, ps-begin-job)
1423 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1424 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1425 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1426 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1427
e8ebf97d
MB
14282001-02-20 Miles Bader <miles@gnu.org>
1429
1430 * image-file.el (image-file-name-extensions): Add "tif".
1431
136b27c5
GM
14322001-02-19 Gerd Moellmann <gerd@gnu.org>
1433
1434 * wid-edit.el (widget-button-click): Save the selected window
1435 around the code handling clicks on buttons.
1436
6ebbcf59
DL
14372001-02-18 Dave Love <fx@gnu.org>
1438
1439 * imenu.el (imenu--generic-function): Use mapc to iterate over
1440 syntax characters.
1441
595ded73
RS
14422001-02-17 Richard M. Stallman <rms@gnu.org>
1443
b9fe3dc8
RS
1444 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1445
595ded73
RS
1446 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1447
f3f053f3
GM
14482001-02-16 Gerd Moellmann <gerd@gnu.org>
1449
1450 * mouse.el (mouse-save-then-kill): If the distance from the new
1451 point to the mark is equal to the distance of point from the new
1452 point, move point instead of the mark.
1453
11570a8f
DL
14542001-02-16 Dave Love <fx@gnu.org>
1455
1456 * textmodes/flyspell.el (flyspell-get-word): Return string without
1457 properties.
1458
fb339cd5
EZ
14592001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1460
1461 * generic.el (generic-find-file-regexp): Doc fix.
1462 (generic-ignore-files-regexp): New defcustom.
1463 (generic-mode-find-file-hook): If the file's name matches the
1464 regexp in `generic-ignore-files-regexp', don't enter
1465 default-generic-mode. Doc fix.
1466
c56b1c1b
GM
14672001-02-16 Gerd Moellmann <gerd@gnu.org>
1468
a2ffbafe 1469 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1470 Add autoload cookies.
1471
a2ffbafe 1472 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1473 of cal-tex-24.
1474
0d140e65
EZ
14752001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1476
81558867
EZ
1477 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1478
0d140e65
EZ
1479 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1480 the character class after the (optional) drive, to support file
1481 names with embedded blanks.
1482
713f7b15
SS
14832001-02-15 Sam Steingold <sds@gnu.org>
1484
1485 * textmodes/tex-mode.el (tex-shell-running):
1486 Check the process buffer too.
1487
9a2a6f73
DL
14882001-02-15 Dave Love <fx@gnu.org>
1489
1490 * battery.el (battery-status-function): Fix doc, :type.
1491
15d1caef 1492 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1493
fe10cef0
GM
14942001-02-15 Gerd Moellmann <gerd@gnu.org>
1495
1496 * subr.el (read-passwd): Clear Lisp memory holding password.
1497
126f5d4d
MB
14982001-02-15 Miles Bader <miles@gnu.org>
1499
1500 * info.el (Info-copy-current-node-name): New function.
1501 (Info-mode-menu): Add it to the menu.
1502
92e98d63
RS
15032001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1504
1505 * international/mule-cmds.el (toggle-input-method): Doc fix.
1506
dd4e0e55
SM
15072001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1508
1509 * replace.el (occur): Stop at end of buffer.
1510
402dbbd1
EZ
15112001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1512
1513 * international/mule-cmds.el (set-input-method): Another doc fix.
1514
e9fcba3d
GM
15152001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1516
1517 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1518
78ad1cd5
MB
15192001-02-13 Miles Bader <miles@gnu.org>
1520
713f7b15 1521 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1522 (set-face-stipple): Treat a value of nil as being `unspecified'.
1523
fce9d9dc
DL
15242001-02-12 Dave Love <d.love@dl.ac.uk>
1525
1526 * international/latin1-disp.el: Doc fixes.
1527 (latin1-display) <defgroup>: Add :link.
1528 (latin1-display) <function>: Set variable latin1-display.
1529
bc406911
EZ
15302001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1531
1532 * international/mule-cmds.el (set-input-method): Doc fix.
1533
68514d48
EL
15342001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1535
1536 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1537 (speedbar-line-file): Return nil if not a file.
1538 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1539
513bea45 15402001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1541
513bea45
MK
1542 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1543 for remote files.
bc406911 1544 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1545 with raw-text.
713f7b15 1546
513bea45 1547 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1548
83c9cb8e
SM
1549 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1550 Better handling of the diff mode.
713f7b15 1551
513bea45 1552 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1553
bc406911 1554 * viper.texi: Fix typos.
713f7b15 1555
521d4010
DL
15562001-02-11 Dave Love <fx@gnu.org>
1557
36fd8e17
DL
1558 * shadowfile.el: Doc fixes.
1559 (shadow) <defgroup>: Add :link.
1560 (shadowfile-unload-hook): New function.
1561 (shadow-initialize): Use defalias, not fset.
1562 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1563 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1564
521d4010
DL
1565 * international/mule.el: Doc and message fixes.
1566
36fd8e17
DL
1567 * international/ccl.el (define-ccl-program): Doc fix.
1568
92395bbe
KH
15692001-02-11 Kenichi Handa <handa@etl.go.jp>
1570
1571 * faces.el (mode-line): Set :line-width property to -1.
1572
103db06c
RS
15732001-02-10 Richard M. Stallman <rms@gnu.org>
1574
08b78974
RS
1575 * complete.el (partial-completion-mode): Doc fix.
1576
103db06c
RS
1577 * simple.el (delete-key-deletes-forward-mode):
1578 Change `let' to `let*' to fix gross bug in last change.
1579
1580 * repeat.el (repeat): Don't let execute-kbd-macro alter
1581 real-last-command.
1582
a6a1ee53
EZ
15832001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1584
1585 * simple.el (eval-expression): Doc fix.
1586
d2f288c6
DL
15872001-02-09 Dave Love <fx@gnu.org>
1588
038f4ae3
DL
1589 * imenu.el (imenu-generic-expression): Doc fix.
1590
83c9cb8e
SM
1591 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1592 From Juanma Barranquero.
038f4ae3 1593
15d1caef 1594 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1595
9804b846
KH
15962001-02-09 Kenichi Handa <handa@etl.go.jp>
1597
1598 * faces.el (set-face-attribute): Describe the case of a negative
1599 value specified for :line-width.
1600
532f5197
SM
16012001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1602
1603 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1604 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1605
1d279666
DL
16062001-02-08 Dave Love <fx@gnu.org>
1607
4681ca3a
DL
1608 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1609 widget-plist-value-type.
1610 (widget-alist-convert-widget): Replace binding of
1611 widget-alist-value-type.
1612
1d279666
DL
1613 * textmodes/paragraphs.el (sentence-end): Doc fix.
1614
83c9cb8e
SM
1615 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1616 Remove `backward-line'.
1d279666 1617
532f5197
SM
1618 * play/pong.el (pong-blank-color, pong-bat-color)
1619 (pong-ball-color, pong-border-color, pong-left-key)
1620 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1621 (pong-pause-key, pong-resume-key, pong-timer-delay):
1622 * mail/mh-comp.el (mh-compose-letter-function):
1623 * eshell/esh-mode.el (eshell-skip-prompt-function):
1624 * emulation/viper-ex.el (ex-unix-type-shell-options):
1625 * recentf.el (recentf-menu-filter):
1626 * ps-print.el (ps-print-region-function):
1627 * lpr.el (print-region-function):
1628 * forms.el (forms-mode-hooks):
1629 * dirtrack.el (dirtrack-directory-change-hook):
1630 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1631 * textmodes/spell.el (spell-filter):
1632 * textmodes/fill.el (adaptive-fill-function):
1633 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1634 * progmodes/etags.el (find-tag-default-function):
1635 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1636 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1637
6f676109
EZ
16382001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1639
751d3bc4
EZ
1640 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1641 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1642 Meyering <jim@meyering.net>.
1643
6f676109
EZ
1644 * loadup.el: Revert last change.
1645
d3c26cdf
KH
16462001-02-07 Kenichi Handa <handa@etl.go.jp>
1647
83c9cb8e
SM
1648 * international/mule.el (transform-make-coding-system-args):
1649 Make it work also for coding systems not using CCL.
d3c26cdf 1650
44806980
EZ
16512001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1652
9889af08
EZ
1653 * simple.el (previous-matching-history-element)
1654 (next-matching-history-element): Doc fix.
1655
44806980
EZ
1656 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1657 specific part.
1658
1e36ff68
DL
16592001-02-06 Dave Love <fx@gnu.org>
1660
713f7b15 1661 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1662 (add-log-buffer-file-name-function, add-log-file-name-function):
1663 Fix :type.
1664 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1665
c7ca58df
EZ
16662001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1667
fecd556a
EZ
1668 * info.el (info-initialize): Remove the test for system-type when
1669 invocation-directory is non-nil.
1670
c7ca58df
EZ
1671 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1672 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1673
587b5737
AI
16742001-02-06 Andrew Innes <andrewi@gnu.org>
1675
1676 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1677 absolute.
1678
baf7eee4
GM
16792001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1680
1681 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1682 buffers. When hi-lock turned on rather than only checking current
1683 buffer for regexps, all buffers are checked. Moved activation of
1684 font-lock to hi-lock-refontify. When font-lock turned off rather
1685 than removing added highlighting just in current buffer, remove it
1686 in all buffers. Changed edit menu text from "Automatic
1687 Highlighting" to "Regexp Highlighting" Documentation for
1688 highlighting phrases, minor documentation changes.
1689 (hi-lock-set-file-patterns): Execute only if there are new or
1690 existing file patterns.
1691 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1692 unfontify and, if a support mode is active, will not refontify the
1693 whole buffer. If necessary, turn on font lock. (Removed
1694 font-lock-unfontify and font-lock support-mode-specific calls,
1695 such as lazy-lock-fontify-window.)
1696 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1697 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1698 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1699 (hi-lock-face-phrase-buffer): New function. Also added related
1700 menu item and keybinding.
1701 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1702 (hi-lock-process-phrase): New function.
1703 (hi-lock-line-face-buffer): Doc fixes.
1704 (hi-lock-face-buffer): Doc fixes.
1705 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1706
36710aa6
GM
17072001-02-06 Gerd Moellmann <gerd@gnu.org>
1708
1709 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1710 dabbrev-ignored-regexps.
1711
d3f22784
EZ
17122001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1713
1714 * simple.el (kill-line): Doc fix.
1715
5cb3c8d4
DL
17162001-02-05 Dave Love <fx@gnu.org>
1717
1718 * loadup.el: Revert last two changes -- bootstrapping works with
1719 regenerated loaddefs.
1720
e6297e7d
EZ
17212001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1722
1e14b095
EZ
1723 * isearch.el (isearch-forward): Doc fix.
1724
e6297e7d
EZ
1725 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1726 of font-lock-defaults to backward-paragraph.
1727
e16f52ce
GM
17282001-02-05 Gerd Moellmann <gerd@gnu.org>
1729
1730 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1731 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1732
01d19dd7
GM
17332001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1734
1735 * ebnf2ps.el: Eliminate time-stamp functions.
1736 (ebnf-version): New version (3.5).
1737 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1738 format-time-string.
1739
24886813
GM
17402001-02-05 Gerd Moellmann <gerd@gnu.org>
1741
1742 * simple.el (next-line): Goto end-of-line before inserting a newline.
1743
65e70fc4
MB
17442001-02-05 Miles Bader <miles@gnu.org>
1745
1746 * image-file.el (insert-image-file): When visiting an image, also
1747 set `truncate-lines' to t so that any fringe arrow looks correct.
1748
482f06c9
KH
17492001-02-05 Kenichi Handa <handa@etl.go.jp>
1750
1751 * isearch.el (isearch-forward): Add description about input method
1752 in the docsting.
1753
02399da7
SM
17542001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1755
1756 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1757
2c366083
EZ
17582001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1761 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1762
bdadfce3
GM
17632001-02-02 Gerd Moellmann <gerd@gnu.org>
1764
79fb38c0
GM
1765 * wid-edit.el (widget-button-click): Fix last change.
1766
bdadfce3
GM
1767 * frame.el (frame-notice-user-settings): When resizing the initial
1768 frame because the tool bar is off, also change the frame's top
1769 position if a negative top position was specified.
1770
33155ffb
MB
17712001-02-02 Miles Bader <miles@gnu.org>
1772
1773 * image-file.el (insert-image-file): When visiting an image,
1774 suppress the cursor in the image buffer.
1775
1355ba0c
DL
17762001-02-01 Dave Love <fx@gnu.org>
1777
1778 * progmodes/f90.el (f90-mode): Remove startup message.
1779
fb758d2d 1780 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1781
01acdb05
GM
17822001-02-01 Gerd Moellmann <gerd@gnu.org>
1783
1784 * startup.el (command-line): Fix code determining whether or not
1785 to use delete-key-deletes-forward-mode.
1786
5b1ee316
AS
17872001-02-01 Andre Spiegel <spiegel@gnu.org>
1788
1789 * vc.el (vc-diff-switches): New user option.
1790 (vc-version-diff): Use it.
1791 (vc-diff-switches-list): New macro.
1792
83c9cb8e
SM
1793 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1794 New customization options.
5b1ee316
AS
1795 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1796
1797 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1798
00b1e7a1
GM
17992001-02-01 Gerd Moellmann <gerd@gnu.org>
1800
1801 * msb.el (toplevel): Quote hook symbols.
1802
85827036
KH
18032001-02-01 Kenichi Handa <handa@etl.go.jp>
1804
8e028499 1805 * international/mule.el (make-coding-system): Add description
3c948dde 1806 about recognized properties in the docstring.
8e028499 1807
85827036
KH
1808 * international/mule-conf.el: Remove unused charsets
1809 mac-roman-lower and mac-roman-upper.
1810
7ccf7ab9
GM
18112001-01-31 Gerd Moellmann <gerd@gnu.org>
1812
2441692d
GM
1813 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1814 is in front of the left-margin, if any.
1815
ee5cece0
GM
1816 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1817 like `delete'.
1818
83c9cb8e 1819 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1820
7ccf7ab9
GM
1821 * term/w32-win.el (mouse-set-font): Doc fix.
1822
b4f30ec5 18232001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1824
b4f30ec5
GM
1825 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1826 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1827 on already.
1828
03e0fe6e
GM
18292001-01-31 Markus Rost <rost@math.ohio-state.edu>
1830
1831 * files.el (save-buffer): Don't give message if (buffer-file-name)
1832 returns nil.
713f7b15 1833
8f289acc
EZ
18342001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1835
cb4aae04
EZ
1836 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1837
dbd98b19
EZ
1838 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1839 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1840
8f289acc
EZ
1841 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1842 display problems.
1843
c12553c1
KH
18442001-01-31 Kenichi Handa <handa@etl.go.jp>
1845
c7bf5db9
KH
1846 * international/mule.el (charset-info): Fix docstring.
1847
1848 * international/mule-diag.el (describe-character-set): Check final
1849 char valid before printing it.
c12553c1 1850
14f16b9c
GM
18512001-01-30 Gerd Moellmann <gerd@gnu.org>
1852
efaa080b
GM
1853 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1854
eef93f99
GM
1855 * frame.el (frame-notice-user-settings): Do the tool-bar
1856 stuff only for graphical displays. Fix a braino.
713f7b15 1857
14f16b9c
GM
1858 * frame.el (frame-initialize): Create initial frame visible.
1859 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1860 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1861
1862 * startup.el (command-line): Remove manipulation of frame
1863 height for tool bars.
1864
4ad25e43
EZ
18652001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1866
1867 * lpr.el: Compatibility with XEmacs and doc fixes.
1868 (lpr-windows-system, lpr-lp-system): New vars.
1869 (lpr-printer-switch): New defcustom.
1870 (printer-name, lpr-command): Customization fix.
1871 (print-region-1): Code fix.
1872 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1873 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1874 New functions.
4ad25e43 1875
e8f044a0
GM
18762001-01-29 Gerd Moellmann <gerd@gnu.org>
1877
1878 * msb.el (toplevel): Fix the eval-after-load.
1879
850d5045
GM
18802001-01-29 Dave Love <fx@gnu.org>
1881
762fe76e
DL
1882 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1883
1884 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1885
83c9cb8e 1886 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1887 (tcl-using-emacs-19-23): Consider Emacs 21+.
1888 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1889 (tcl-add-emacs-menu): Supply menu name.
1890 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1891
3a768251
GM
18922001-01-29 Gerd Moellmann <gerd@gnu.org>
1893
1894 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1895
274d02f7
SM
18962001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * pcvs.el (cvs-mark-fis-dead): New function.
1899 (cvs-mode-add): Use it.
1900 (cvs-mode-add-change-log-entry-other-window):
1901 Rebind change-log-default-name to itself rather than to nil.
1902
ed5d446e
SS
19032001-01-29 Sam Steingold <sds@gnu.org>
1904
efaa080b 1905 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1906 `autoload' statements.
1907
e2a80284
EZ
19082001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1909
8e1db7b3
EZ
1910 * files.el (confirm-kill-emacs): Doc fix.
1911
ff2a1c79
EZ
1912 * frame.el (frame-initialize): Doc fix.
1913
e7b0deaf
EZ
1914 * time-stamp.el (time-stamp-string): Doc fix.
1915
83c9cb8e
SM
1916 * woman.el (WoMan-log-1): Make the log buffer writable.
1917 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1918
005913e4
GM
19192001-01-29 Gerd Moellmann <gerd@gnu.org>
1920
1921 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1922 the `make-variable-buffer-local'.
1923
58622cc5
GM
19242001-01-29 Dave Love <fx@gnu.org>
1925
1926 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1927 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1928 Add autoload cookie.
58622cc5
GM
1929 (ansi-color-apply-sequence): Fix typo.
1930
0404d031
GM
19312001-01-29 Gerd Moellmann <gerd@gnu.org>
1932
ed5d446e 1933 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1934 Postscript printing in black and white.
1935
0404d031
GM
1936 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1937 X-Mailman-Version, Precedence, List-Help, List-Post,
1938 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1939 Content-Type, Content-Length.
1940
3b6ed359
DL
19412001-01-29 Dave Love <fx@gnu.org>
1942
ddd16e7a
DL
1943 * elide-head.el (elide-head): Make overlay evaporate.
1944
83c9cb8e 1945 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1946
8005142f
EZ
19472001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1948
1949 * isearch.el (isearch-highlight): Don't punt if the display
1950 doesn't support colors, since isearch faces are defined for
1951 monochrome displays as well.
1952
84728570
SS
19532001-01-27 Sam Steingold <sds@gnu.org>
1954
1955 * shell.el (shell-write-history-on-exit): Make sure that we are in
1956 the shell buffer (M-x tex-file RET inserted the error message into
1957 the TeX buffer).
1958
e26f9ced
EZ
19592001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1960
1961 * simple.el (transient-mark-mode): Doc fix.
1962
dc0274bd
GM
19632001-01-27 Gerd Moellmann <gerd@gnu.org>
1964
83c9cb8e 1965 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1966
c1acacc4
EZ
19672001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1968
f5058b96
EZ
1969 * shell.el (shell-unquote-argument): If the shell is one of the
1970 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1971 quote character.
1972 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1973 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1974
c1acacc4 1975 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1976 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1977
103db06c 19782001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1979
84728570 1980 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1981 Treat a one-capital-letter abbrev as "not all upper case",
1982 so as to force preservation of the expansion's pattern
1983 if the expansion starts with a capital letter.
1984
cfa70244
EZ
19852001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1986
cfee9de7
EZ
1987 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1988 Doc fix.
1989
cfa70244
EZ
1990 * simple.el (transient-mark-mode): Document the fact that many
1991 commands act on the region when mark is active.
1992
17d90d6b
KH
19932001-01-27 Kenichi Handa <handa@etl.go.jp>
1994
1995 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1996 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1997 (quail-show-guidance-buf): Make the multibyteness of current
1998 buffer inherited to Quail guidance buffer.
1999 (quail-help): Make the multibyteness of current buffer inherited
2000 to Quail help buffer.
2001
61076b20
DL
20022001-01-26 Dave Love <fx@gnu.org>
2003
c47e2c68
DL
2004 * time-stamp.el: Doc fixes.
2005
84728570 2006 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2007 (delphi-keyword-face, delphi-other-face): Fix :type.
2008
940f14b4
DL
2009 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2010
2011 * mail/feedmail.el (feedmail): Add :link.
2012 (feedmail-send-it): Doc fix.
2013
2014 * mail/sendmail.el: Doc fixes.
2015 (sendmail-send-it): Fix the non-ASCII regexp and use
2016 rfc2047-encode-string.
2017
61076b20
DL
2018 * dired.el, dired-aux.el: Revert last change.
2019
6c317bd2
GM
20202001-01-26 Gerd Moellmann <gerd@gnu.org>
2021
2022 * makefile.w32-in (DONTCOMPILE): Add various term files.
2023
20242001-01-26 Dave Love <fx@gnu.org>
2025
2026 * Makefile.in (DONTCOMPILE): Add various term files.
2027
1c636b5f
GM
20282001-01-26 Gerd Moellmann <gerd@gnu.org>
2029
af900b23
GM
2030 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2031
15fa6db0 2032 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2033 the echo area is resized to fit the size of the startup message.
15fa6db0 2034
1c636b5f
GM
2035 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2036 part of which is a constant.
2037
9b1adbd5
EZ
20382001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2039
83c9cb8e 2040 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2041
103db06c 20422001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2043
2044 * simple.el (next-line): Don't let `newline' expand abbrevs.
2045 Simplify slightly.
2046 (open-line): Don't let `newline' expand abbrevs.
2047
219227ea
JW
20482001-01-25 John Wiegley <johnw@gnu.org>
2049
2050 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2051 to `repeat' in the :type field.
2052
2053 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2054 allow a choice of regexp or nil.
d2906bf8 2055 (pcomplete-dir-ignore): Same.
219227ea
JW
2056
2057 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2058 a command) to always fail.
2059
ceba0dac
GM
20602001-01-25 Gerd Moellmann <gerd@gnu.org>
2061
2062 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2063 discard the result.
2064 (iswitchb-to-end): Likewise.
2065
9b0630e5
SS
20662001-01-25 Sam Steingold <sds@gnu.org>
2067
2068 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2069 Require vc.
9b0630e5 2070
a2ed9670
SM
20712001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2072
f0c1adab
SM
2073 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2074
a2ed9670
SM
2075 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2076
34ac3367
DL
20772001-01-25 Dave Love <fx@gnu.org>
2078
61076b20
DL
2079 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2080 (describe-coding-system): Tweak the English text.
2081
34ac3367
DL
2082 * loadup.el: Preload international/ccl for utf-8.
2083
4685e6b7
EZ
20842001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2085
2086 * mail/rmail.el (rmail-redecode-body): Doc fix.
2087
0fdb4475
KH
20882001-01-25 Kenichi Handa <handa@etl.go.jp>
2089
83c9cb8e
SM
2090 * international/mule-cmds.el (reset-language-environment):
2091 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2092
83c9cb8e
SM
2093 * international/mule-conf.el (coding-category-utf-8):
2094 Initialize to mule-utf-8.
0fdb4475 2095
9b0630e5 2096 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2097
2098 * international/utf-8.el: New file.
2099
245ed2b1
SM
21002001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2101
2102 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2103
e95b0c08
SS
21042001-01-24 Sam Steingold <sds@gnu.org>
2105
2106 * dired.el (dired-replace-in-string): Removed.
2107 (dired-sort-toggle): Use `replace-regexps-in-string'
2108 instead of `dired-replace-in-string'.
9b0630e5 2109
ceba0dac
GM
2110 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2111 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2112
e95b0c08
SS
2113 * gs.el (gs-replace-in-string): Removed.
2114 (gs-options): Use `replace-regexps-in-string'
2115 instead of `gs-replace-in-string'.
2116
c3902c3e
EZ
21172001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2118
2119 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2120 bug report is mailed to an email list and posted to a news group.
2121
b66b6aeb
GM
21222001-01-24 Gerd Moellmann <gerd@gnu.org>
2123
83c9cb8e
SM
2124 * comint.el (comint-replace-by-expanded-history-before-point):
2125 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2126
b66b6aeb
GM
2127 * startup.el (tool-bar-images-pixel-height): New variable.
2128 (command-line): After loading the user's init file, when
2129 tool-bar-mode is on, increase the frame's size by some lines for
2130 the tool-bar.
2131
2132 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2133
ff890e66
SZ
21342001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2135
2136 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2137 (chinese-big5): MIME:Big5.
2138
04363179
GM
21392001-01-24 Gerd Moellmann <gerd@gnu.org>
2140
e95b0c08 2141 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2142 Handle commands with prefix args.
2143
d56aaa64
GM
21442001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2145
2146 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2147 being a list of numbers.
2148 (diary-mail-entries): Rewritten.
2149
99858627
DL
21502001-01-23 Dave Love <fx@gnu.org>
2151
7aeb1fa9
DL
2152 * international/mule.el (make-coding-system): Fix typo.
2153
83c9cb8e
SM
2154 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2155 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2156
5a43decf
EZ
21572001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2158
2159 * font-lock.el (font-lock-mode): Doc fix.
2160
b0e98867
KH
21612001-01-23 Kenichi Handa <handa@etl.go.jp>
2162
2163 * international/mule.el (make-translation-table): Fix docstring.
2164
9c8acefd
EZ
21652001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2166
fd4976b8
EZ
2167 * mail/rmail.el (rmail-redecode-body): New function.
2168
9c8acefd
EZ
2169 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2170
871e0439
GM
21712001-01-22 Gerd Moellmann <gerd@gnu.org>
2172
21c2bbe0
GM
2173 * isearch.el (isearch-lazy-highlight-case-fold-search)
2174 (isearch-lazy-highlight-regexp): New variables.
2175 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2176 case-fold search or regexp search has been toggled.
2177
5710730c
GM
2178 * wid-edit.el (widget-button-click): Avoid a save-excursion
2179 around running a global binding.
2180
871e0439
GM
2181 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2182 to 0.25.
2183
d0554957
MB
21842001-01-20 Miles Bader <miles@gnu.org>
2185
2186 * cus-edit.el (custom-face-save): Do post-processing on the face's
2187 new value like `custom-face-set' does.
2188
1519f618
EZ
21892001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2190
ccd87890
EZ
2191 * mail/emacsbug.el (report-emacs-bug): Report the value of
2192 LC_CTYPE, not LC_TYPE.
2193
1519f618
EZ
2194 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2195 isearch-toggle-regexp and isearch-edit-string to doc string.
2196
9724173b
GM
21972001-01-19 Gerd Moellmann <gerd@gnu.org>
2198
48bb9196
GM
2199 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2200 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2201
e95b0c08 2202 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2203 font-lock-beginning-of-syntax-function to nil.
2204
dc81f8a2
EZ
22052001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2206
2207 * mail/emacsbug.el (report-emacs-bug): Report values of
2208 locale-coding-system, default-enable-multibyte-characters, and the
2209 environment variables LC_ALL, LC_TYPE, and LANG.
2210
99327974
GM
22112001-01-19 Gerd Moellmann <gerd@gnu.org>
2212
83c9cb8e 2213 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2214
2be6ecc6
GM
2215 * font-lock.el (font-lock-multiline): Default to nil.
2216 (font-lock-default-fontify-region): If font-lock-multiline is
2217 nil, don't check the property `font-lock-multiline'.
2218
99327974
GM
2219 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2220 is nil, don't check the `font-lock-multiline' text property.
2221
2550055a
MK
22222001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2223
0a949811 2224 * viper.el: Call initial-major-mode on startup.
e95b0c08 2225
0a949811 2226 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2227
8501998a 2228 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2229
2550055a 22302001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2231
0a949811 2232 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2233 diff mode, if available.
e95b0c08 2234
0a949811 22352001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2236
8501998a 2237 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2238
2550055a
MK
2239 * ediff-init.el (subst-char-in-string): Define and use it, unless
2240 it's already defined.
e95b0c08 2241
8962e303
GM
22422001-01-18 Gerd Moellmann <gerd@gnu.org>
2243
2244 * tooltip.el (tooltip-hide-delay): New user-option.
2245 (tooltip-show): Use tooltip-hide-delay instead of the default.
2246
6b453381
KH
22472001-01-18 Kenichi Handa <handa@etl.go.jp>
2248
2249 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2250 kill-local-variable doesn't work for enable-multibyte-characters.
2251
9eaf396b
DL
22522001-01-17 Dave Love <fx@gnu.org>
2253
cebd37ce
DL
2254 * ediff-init.el (ediff-before-setup-hook)
2255 (ediff-merge-filename-prefix): Add :version.
2256
9eaf396b
DL
2257 * international/latin1-disp.el: Require disp-table.
2258 (latin1-display): Fix :set.
2259
2260 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2261
f864120f
GM
22622001-01-17 Gerd Moellmann <gerd@gnu.org>
2263
2264 * isearch.el (isearch-lazy-highlight-initial-delay)
2265 (isearch-lazy-highlight-interval): Default to 0.
2266
22672001-01-17 Bob Glickstein <bobg@zanshin.com>
2268
2269 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2270 1 here rather than each time through
2271 isearch-lazy-highlight-new-loop.
2272 (isearch-lazy-highlight-max): Variable deleted.
2273 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2274 isearch-lazy-highlight-max but controls a single invocation of
2275 isearch-lazy-highlight-update.
2276 (isearch-lazy-highlight-wrapped): Variable recreated.
2277 (isearch-lazy-highlight-window-start): New variable.
2278 (isearch-lazy-highlight-cleanup): Restored to behavior of
2279 before 2-Jan.
2280 (isearch-lazy-highlight-remove-overlays): Function deleted;
2281 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2282 behavior removed.
2283 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2284 isearch-lazy-highlight-update in a loop rather than just once.
2285 Test isearch-invalid-regexp here and decide not to start a new
2286 loop, rather than testing it each time through
2287 isearch-lazy-highlight-update.
2288 (isearch-lazy-highlight-search): Function restored.
2289 (isearch-lazy-highlight-update): Get called in a timer loop again,
2290 but this time highlight more than one match each time through.
83c9cb8e
SM
2291 Only highlight matches in the visible part of the window.
2292 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2293 the edge of the window. Use sit-for to force redisplay and ensure
2294 window-start is credible. "Face suppressing" behavior removed;
2295 overlay priorities should make it unnecessary, right?
2296 (isearch-highlight): Face suppressing behavior removed.
2297 (isearch-dehighlight): Face suppressing behavior removed.
2298 (isearch-set-lazy-highlight-faces-at): Removed.
2299
076ec540
KH
23002001-01-17 Kenichi Handa <handa@etl.go.jp>
2301
2302 * language/european.el ("Latin-1"): Make the format of description
2303 about additional language environments same as that of Latin-2.
2304
92328ec5
DL
23052001-01-16 Dave Love <fx@gnu.org>
2306
39f2174e
DL
2307 * isearch.el (isearch-lazy-highlight): Add :version.
2308
92328ec5
DL
2309 * simple.el (backward-delete-char-untabify-method)
2310 (next-line-add-newlines): Add :version.
2311
f251459d
GM
23122001-01-16 Gerd Moellmann <gerd@gnu.org>
2313
9d4850e5
GM
2314 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2315 Don't bind <delete> otherwise.
2316
2317 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2318 and <delete> via function-key-map.
2319
f251459d
GM
2320 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2321 Subject line only if point is after the `Subject:'.
2322
771ffcf7
KH
23232001-01-16 Kenichi Handa <handa@etl.go.jp>
2324
bda6b481
KH
2325 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2326 japanese-jisx0213-2 in `charset' property of this lang. env.
2327
35793af7
KH
2328 * language/european.el ("Latin-1"): Add description for Dutch and
2329 Spanish lang. env.
2330
771ffcf7
KH
2331 * international/mule.el (decode-char): Fix conditions.
2332 (encode-char): Handle eight-bit-control too.
1c8102ff 2333 (transform-make-coding-system-args): New function.
50c29104
KH
2334 (make-coding-system): Accept XEmacs style arguments for CCL base
2335 coding system.
771ffcf7 2336
e1cf67b6
GM
23372001-01-15 Gerd Moellmann <gerd@gnu.org>
2338
2339 * progmodes/etags.el (find-tag-noselect): Save the value of
2340 tags-file-name before switching buffers, for the case it has a
2341 buffer-local value.
2342
b3287acf
GM
23432001-01-15 Alex Schroeder <alex@gnu.org>
2344
9eaf396b
DL
2345 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2346 From Dave Love <fx@gnu.org>.
b3287acf
GM
2347 (ansi-color-for-comint-mode): Fix :version.
2348
23492001-01-15 Alex Schroeder <alex@gnu.org>
2350
2351 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2352
8d7ff9c8
EZ
23532001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2354
2355 * dired.el (dired-insert-directory): If file-system-info fails,
2356 remove the " free " part, but don't signal an error.
2357
dbe99ae9
SS
23582001-01-12 Sam Steingold <sds@gnu.org>
2359
2360 * bookmark.el (bookmark-maybe-historicize-string):
2361 Use new backquote syntax.
2362
103db06c 23632001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2364
2365 * subr.el (last): Handle a list that doesn't end in nil.
2366
ca2ddd8e
SS
23672001-01-12 Sam Steingold <sds@gnu.org>
2368
2369 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2370 to `backward-delete-char-untabify'.
2371
1751c874
DL
23722001-01-12 Dave Love <fx@gnu.org>
2373
2374 * cus-edit.el (customize-menu-create): Fix the :filter following
2375 easymenu change.
2376
2377 * wid-edit.el (function): Add :match-alternatives.
2378 (widget-color-action): Doc fix.
2379
3cccce8d
GM
23802001-01-12 Gerd Moellmann <gerd@gnu.org>
2381
2382 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2383
18bfd6b5
KH
23842001-01-12 Kenichi Handa <handa@etl.go.jp>
2385
83c9cb8e 2386 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2387
18bfd6b5
KH
2388 * international/ccl.el (define-ccl-program): Fix docstring.
2389
562e00da
DL
23902001-01-11 Dave Love <fx@gnu.org>
2391
14fd0da3
DL
2392 * international/mule-cmds.el (standard-display-european-internal):
2393 Set display table for 2208 as for 160.
2394
2395 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2396
562e00da
DL
2397 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2398 entry for custom-menu-create change.
2399 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2400 don't cons it in the search loop.
2401
2402 * imenu.el (imenu--truncate-items): Revert last change.
2403
6e961dcd
EZ
24042001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2405
2406 * info.el (Info-setup-header-line): If the node header includes
2407 either Next: or Prev: links, don't show the File: and Node: parts
2408 in the header line.
2409
2c2ff7f2
GM
24102001-01-11 Gerd Moellmann <gerd@gnu.org>
2411
a7ee2d2e
GM
2412 * comint.el (comint-goto-process-mark): Don't print a message
2413 when running in batch mode.
2414
c5348233
GM
2415 * isearch.el (isearch-search): In the condition-case handler for
2416 `error', set isearch-invalid-regexp to the whole error message.
2417
422717d1
GM
2418 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2419 ensure that eval-after-load works for files dumped with Emacs.
2420
2421 * help.el (load-symbol-file-load-history): New function extracted
2422 from function symbol-file.
2423 (symbol-file): Use it.
2424
83c9cb8e 2425 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2426
926861fb
EZ
24272001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2428
2429 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2430 behave as if there were no prefix argument.
2431 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2432 argument were nil.
2433
afa1f52c
RS
24342001-01-11 Richard M. Stallman <rms@gnu.org>
2435
ca2ddd8e 2436 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2437 Don't look for more potential matches once maximum is exceeded.
2438 Use overlays-in to check correctly for overlap with current match.
2439 Ignore empty matches.
2440
47a9f362
MB
24412001-01-11 Miles Bader <miles@gnu.org>
2442
2443 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2444 (ispell-overlay-window, ispell-help, ispell-show-choices)
2445 (ispell-command-loop): Use it instead of `window-height'.
2446
d196f58d
GM
24472001-01-10 Gerd Moellmann <gerd@gnu.org>
2448
cf523f0e
GM
2449 * files.el (confirm-kill-emacs): New user-option.
2450 (save-buffers-kill-emacs): Ask for final confirmation before
2451 killing Emacs.
2452
d196f58d
GM
2453 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2454 to nil.
2455
7c6c3d8e
GM
24562001-01-10 Dave Love <fx@gnu.org>
2457
1f8be15d
DL
2458 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2459
83c9cb8e 2460 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2461
2462 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2463
2464 * calculator.el (calculator-number-digits): Fix :type.
2465
0d5184de
DL
2466 * vc-cvs.el (vc-cvs-header): Fix :type.
2467 * vc-rcs.el (vc-rcs-header): Fix :type.
2468 * vc-sccs.el (vc-sccs-header): Fix :type.
2469
2470 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2471
7c6c3d8e
GM
2472 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2473
8c9f73a2
GM
2474 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2475
457b792c
GM
24762001-01-10 Gerd Moellmann <gerd@gnu.org>
2477
2478 * simple.el (set-variable): Force a thorough redisplay for the
2479 case that the variable has an effect on the display, like
2480 `tab-width' has.
2481
d2622d08
AS
24822001-01-10 Andre Spiegel <spiegel@gnu.org>
2483
2484 * vc.el: Add documentation for backend interface.
2485
ae4b5f4f
KH
24862001-01-10 Kenichi Handa <handa@etl.go.jp>
2487
e0844717
KH
2488 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2489
ae4b5f4f
KH
2490 * international/mule-conf.el (latin-extra-code-table): Set to t
2491 for \223 and \224.
2492
3184082b
KH
24932001-01-09 Kenichi Handa <handa@etl.go.jp>
2494
2495 * international/mule-cmds.el (locale-language-names): Map "es" to
2496 "Spanish" and "nl" to "Dutch".
2497
732b9cdd
GM
24982001-01-09 Gerd Moellmann <gerd@gnu.org>
2499
1dfca644
GM
2500 * bindings.el (global-map): Bind <home> to beginning-of-line,
2501 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2502 C-<end> to end-of-buffer.
2503
732b9cdd
GM
2504 * language/european.el: Add Dutch and Spanish language info
2505 to be able to use the appropriate tutorials.
2506
25072001-01-09 Alex Schroeder <alex@gnu.org>
2508
2509 * ansi-color.el (ansi-color-process-output): Use markers instead
2510 of positions for start and end of region.
2511 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2512 Previously, occasional mistakes happend when fontifying many
2513 chunks of output (eg. ls --color=yes /dev). This happened
2514 whenever an overlay was created up to the end of the region, which
2515 coincided with the process-mark. New text would then be added
2516 within that overlay instead of after it.
2517 (ansi-color-make-extent): Overlays are created with the property
2518 `modification-hooks' set to '(ansi-color-freeze-overlay).
2519 (ansi-color-freeze-overlay): New function. When inserting text at
2520 the end of the overlay, the overlay will resize.
2521
25222000-01-09 Alex Schroeder <alex@gnu.org>
2523
2524 * ansi-color.el (ansi-color-process-output): Doc change.
2525 (ansi-color-unfontify-region): Doc change. No longer installed
2526 automatically in font-lock-unfontify-region-function.
2527 (ansi-color-apply): Doc change.
2528 (ansi-color-apply-on-region): Use extents or overlays instead of
2529 text-properties.
2530 (ansi-color-make-extent): New function.
2531 (ansi-color-set-extent-face): New function.
2532
25332000-01-09 Alex Schroeder <alex@gnu.org>
2534
2535 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2536 both use ansi-color-process-output, now.
2537 (ansi-color-process-output): Doesn't return string anymore. It is
2538 installed in comint-output-filter-functions for both Emacs and
2539 XEmacs, now.
2540 (ansi-color-unfontify-region): Simplified code removing variables
2541 pos and start-ansi.
2542 (ansi-color-apply): Put text-property ansi-color before putting
2543 text-property face because ansi-color-unfontify-region is called
2544 immediately after the call to put-text-property.
2545 (ansi-color-context-region): Doc change.
2546 (ansi-color-filter-region): Simplified code.
2547 (ansi-color-apply-on-region): Changed start to start-marker, using
2548 a marker explicitly. Put text-property ansi-color before putting
2549 text-property face because ansi-color-unfontify-region is called
2550 immediately after the call to put-text-property.
2551
25522000-01-09 Alex Schroeder <alex@gnu.org>
2553
2554 * ansi-color.el (ansi-color-faces-vector): Doc change.
2555 (ansi-color-for-comint-mode): Changed :type property to choice.
2556 (ansi-color-last-context): Removed.
2557 (ansi-color-process-output): Don't use ansi-color-last-context, as
2558 the main functions will store their context now.
2559 (ansi-color-context): Doc change.
2560 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2561 Uses ansi-color-context such that repeated calls will strip
2562 partial escape sequences, too.
2563 (ansi-color-apply): Simplified code. Colorize end of string if
2564 face is not null. Store context in new (FACE STRING) format, such
2565 that repeated calls will strip partial escape sequences, too.
2566 Append faces to face property using ansi-color-apply-sequence such
2567 that cumulative mode actually works.
2568 (ansi-color-context-region): New variable.
2569 (ansi-color-filter-region): Rewrote it based on
2570 ansi-color-apply-on-region. Uses ansi-color-context-region such
2571 that repeated calls will strip partial escape sequences, too.
2572 (ansi-color-apply-on-region): Simplified code. Colorize end of
2573 region if face is not null. Store context in new (FACE POS)
2574 format, such that repeated calls will strip partial escape
2575 sequences, too. Append faces to face property using
83c9cb8e 2576 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2577 (ansi-color-apply-sequence): New function.
2578 (ansi-color-get-face): When the default face is added to the list
2579 of faces, all previous settings are discarded and the list of
2580 faces is set to '(default).
2581
25822000-01-09 Alex Schroeder <alex@gnu.org>
2583
2584 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2585 face, such that ansi-color-apply and ansi-color-apply-on-region
2586 will do the right thing.
2587 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2588 returns nil, set the list of faces back to nil instead of
83c9cb8e 2589 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2590
25912000-01-09 Alex Schroeder <alex@gnu.org>
2592
2593 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2594 (ansi-color-process): Doc change.
2595 (ansi-color-last-context): New buffer-local variable.
2596 (ansi-color-process-output): New function. It is automatically
2597 added to comint-output-filter-functions if this is XEmacs.
2598 (ansi-color-unfontify-region): New optional parameter for XEmacs
2599 compatibility. Check wether font-lock-syntactic-keywords is
2600 boundp before removing the syntax table text property, as XEmacs
2601 doesn't have it.
2602 (ansi-color-filter-region): Doc change.
2603 (ansi-color-apply-on-region): Doc change.
2604 (ansi-color-make-face): New function. Compatibility layer for
2605 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2606 (ansi-color-make-color-map): Use ansi-color-make-face.
2607 (ansi-color-get-face): Avoid face text property '(nil) as results
2608 in an errow for XEmacs.
2609
26102000-01-09 Alex Schroeder <alex@gnu.org>
2611
83c9cb8e
SM
2612 * ansi-color.el (ansi-color-unfontify-region): New function.
2613 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2614 ansi-color. When the package is loaded, a lambda expression is
2615 put onto font-lock-mode-hook. This lambda expression will check
2616 font-lock-unfontify-region-function and replace
83c9cb8e 2617 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2618 (ansi-color-apply): Add text-property ansi-color in addition to
2619 text-property face.
2620 (ansi-color-apply-on-region): Add text-property ansi-color in
2621 addition to text-property face.
2622 (save-buffer-state): Copy of the macro that is also used by
2623 lazy-lock and font-lock.
2624
2625 (ansi-color-for-comint-mode): New option.
2626 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2627 (ansi-color-for-comint-mode-off): Ditto.
2628 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2629 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2630 decide what to do. This function is added to
2631 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2632
2633 (ansi-color-for-shell-mode-set): Removed.
2634 (ansi-color-for-shell-mode): Removed.
2635
26362000-01-09 Alex Schroeder <alex@gnu.org>
2637
2638 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2639 the lambda expression from the ansi-color-for-shell-mode :set
2640 property. Additionally, modify shell-mode-hook to enable or
2641 disable font-lock-mode for future shell buffers.
2642 (ansi-color-for-shell-mode): The :set property calls
2643 ansi-color-for-shell-mode-set instead of a lambda expression.
2644
26452000-01-09 Alex Schroeder <alex@gnu.org>
2646
2647 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2648 (ansi-color-context): New variable.
2649 (ansi-color-apply): Save context between calls.
2650
fb55ff10
EZ
26512001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2652
83c9cb8e
SM
2653 * isearch.el (isearch, isearch-lazy-highlight-face):
2654 New definitions for face colors and attributes.
29910493 2655
fb55ff10
EZ
2656 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2657 of display-mouse-p.
2658
134d6265
KH
26592001-01-09 Kenichi Handa <handa@etl.go.jp>
2660
2661 * international/mule.el (make-coding-system): If the coding system
2662 accepts extra latin codes, register such codes as safe for the
2663 coding system.
2664
103db06c 26652001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2666
984c9f75
RS
2667 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2668 don't mention the file name or the date here, because they are
2669 logged at the start of the file.
2670
26712001-01-08 Richard M. Stallman <rms@gnu.org>
2672
78b8eee8
RS
2673 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2674 Change screen-width to frame-width.
2675
1460e5d4
EZ
26762001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2677
2678 * info.el (Info-search): Print the default as part of the prompt.
2679
56f24bc1
AS
26802001-01-08 Andre Spiegel <spiegel@gnu.org>
2681
ca2ddd8e 2682 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2683 constant implementations in backends.
2684
2685 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2686 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2687
2688 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2689 WRITABLE to EDITABLE.
2690
2691 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2692 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2693 to EDITABLE.
2694
b7812d30
EZ
26952001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2696
2697 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2698 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2699
7e56ea04
GM
27002001-01-08 Gerd Moellmann <gerd@gnu.org>
2701
2702 * isearch.el (isearch-old-signal-hook): Removed.
2703 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2704 instead of setting signal-hook-function.
2705 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2706
a758f97d
GM
27072001-01-08 Kevin Gallagher <kevingal@onramp.net>
2708
2709 * emulation/edt.el: Update to version 4.0. Provide support for
2710 EDT scroll margins at top and bottom of the window. Provide an
2711 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2712 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2713 user when file-related buffer modifications exist.
2714 Provide support for running EDT Emulation in XEmacs.
2715 Provide customize access to some user updatable variables.
2716 Add Commentary section to file header.
2717 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2718
2719 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2720 for detecting a keypress that generates an ASCII key sequence.
2721 (Previously, only a keypress that generates a vector was
2722 recognized.) Embed Window Manager name into name of the generated
2723 EDT Emulation initialization file since the initialization file is
2724 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2725
30db89f9
EZ
27262001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2727
4deb3ba9
EZ
2728 * mail/sendmail.el (mail-mode): Doc fix.
2729
30db89f9
EZ
2730 * info.el (Info-goto-emacs-command-node): Doc fix.
2731 (Info-goto-emacs-key-command-node): Doc fix.
2732
c3f2772b
EZ
27332001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2734
8726e79b 2735 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2736 systems without long file-name support.
2737
0dac6924
AI
27382001-01-06 Andrew Innes <andrewi@gnu.org>
2739
2740 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2741
4e6ef391
EZ
27422001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2743
380866a2
EZ
2744 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2745 (isearch-lazy-highlight-update): Doc fix.
2746
148b5960
EZ
2747 * ffap.el (ffap-bindings): Doc fix.
2748
4e6ef391
EZ
2749 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2750
4cb1bcc2
DL
27512001-01-05 Dave Love <fx@gnu.org>
2752
2753 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2754
3828218c
GM
27552001-01-05 Gerd Moellmann <gerd@gnu.org>
2756
83c9cb8e
SM
2757 * mouse-drag.el (mouse-drag-safe-scroll):
2758 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2759
1f4139d5
GM
2760 * isearch.el (isearch-old-signal-hook): New variable.
2761 (isearch-mode): Set signal-hook-function to isearch-done.
2762 (isearch-done): Restore old signal-hook-function.
2763
3828218c
GM
2764 * info.el (Info-fontify-node): Mark one more char as intangible.
2765
3970013f
KH
27662000-01-05 Kenichi Handa <handa@etl.go.jp>
2767
83c9cb8e
SM
2768 * composite.el (compose-last-chars): New argument COMPONENTS.
2769 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2770 COMPONENTS.
2771
2772 * international/quail.el (quail-input-string-to-events): New function.
2773 (quail-input-method): Convert input string to events here.
2774 (quail-start-translation): Return input string, not event list.
2775 (quail-start-conversion): Likewise.
2776
f3b05e99
GM
27772001-01-04 Gerd Moellmann <gerd@gnu.org>
2778
ca2ddd8e 2779 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2780 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2781 and tooltip-add-timeout.
2782 (tooltip-show): Set border color from faces's foreground.
2783 (tooltip-show-help-function): If called with the same help string
2784 as last time, do nothing.
2785 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2786
0f2ac578
GM
2787 * startup.el (fancy-splash-screens): Don't bind show-help-function
2788 to nil.
2789
f3b05e99
GM
2790 * tooltip.el (tooltip-frame-parameters): Remove colors.
2791 (tooltip): New face
2792 (tooltip-set-param): New function.
2793 (tooltip-show): Set up color frame parameters from face `tooltip'.
2794 Display the tooltip text in face `tooltip'.
2795
8416e94a
DL
27962001-01-04 Dave Love <fx@gnu.org>
2797
2798 * whitespace.el (whitespace-global-mode): Fix typo.
2799
2800 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2801
30db89f9
EZ
28022001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2803
83c9cb8e
SM
2804 * help.el (help-for-help): Fix a typo in a doc string.
2805 From kwzh@gnu.org (Karl Heuer).
30db89f9 2806
b847eb8c
DL
28072001-01-03 Dave Love <fx@gnu.org>
2808
2809 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2810 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2811 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2812 (dired-guess-shell-alist-user): Customize.
2813 (dired-x-help-address): Set to bug-gnu-emacs.
2814 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2815 (dired-default-directory): Renamed from default-directory.
2816
2817 * hl-line.el (hl-line): Doc fix.
2818
43c4b570
KF
28192001-01-03 Karl Fogel <kfogel@red-bean.com>
2820
1bf6b1bf 2821 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2822
984c9f75 28232001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2824
2825 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2826 to remove all the current alternative-match highlighting.
2827 If nil, remove only what's outside the current window.
2828 (isearch-lazy-highlight-remove-overlays): Take optional
2829 region within which NOT to remove them.
2830 (isearch-lazy-highlight-new-loop): Greatly simplified.
2831 (isearch-lazy-highlight-update): Find all the other occurrences
2832 visible in the window, in just one call.
2833 (isearch-lazy-highlight-start): Now holds start of region to scan.
2834 (isearch-lazy-highlight-end): Now holds end of region to scan.
2835 (isearch-lazy-highlight-wrapped): Variable deleted.
2836 (isearch-lazy-highlight-search): Function deleted.
2837
13d6a61c
AI
28382000-01-02 Andrew Innes <andrewi@gnu.org>
2839
2840 * w32-fns.el (convert-standard-filename): Do length check on name
2841 before aref.
2842
064866e7
DL
28432001-01-02 Dave Love <fx@gnu.org>
2844
b33e041b
DL
2845 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2846 value.
2847 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2848
2849 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2850
8166ffd5
DL
2851 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2852 read syntax.
2853
064866e7
DL
2854 * calendar/todo-mode.el (todo): Add :link, :version.
2855 (todo-save-top-priorities): Remove autoload cookie.
2856 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2857 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2858
6dde6abc
GM
28592001-01-02 Gerd Moellmann <gerd@gnu.org>
2860
2861 * comint.el (comint-input-history-ignore): New variable.
2862 (comint-read-input-ring): Ignore entries matching
2863 comint-input-history-ignore.
2864
1a8a9daf
GM
28652001-01-02 Eric M. Ludlam <zappo@gnu.org>
2866
2867 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2868 (lm-copyright-mark): New function.
2869 (lm-crack-copyright): New function.
2870 (lm-verify): Check that the file has a copyright.
2871 Check that the file is copyright Free Software Foundation.
2872
9c92eb53
KH
28732000-12-30 Kenichi Handa <handa@etl.go.jp>
2874
2875 * international/mule-diag.el (print-fontset): Indent font name by
2876 24 columns, not 25.
2877
49172314
GM
28782000-12-29 Gerd Moellmann <gerd@gnu.org>
2879
762a68ec
GM
2880 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2881 in Subject line.
2882
49172314 2883 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2884 Use mail-mode-hook instead of mail-setup-hook.
2885 Otherwise continuing an interrupted message with C-u C-x m for
2886 instance, winds up in Mail mode without abbrevs.
49172314 2887
bd7a2e26
GM
28882000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2889
2890 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2891 non-nil. Adding almost all customization variables on ps-setup.
2892 Doc fix.
bd7a2e26
GM
2893 (ps-print-version): New version number (6.3.3).
2894 (ps-end-with-control-d): Initialization fix.
2895 (ps-lines-printed): New var.
2896 (ps-skip-newline): New fun.
2897 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2898 (ps-next-line, ps-continue-line, ps-plot-region)
2899 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2900
2b3f28a4
KH
29012000-12-29 Kenichi Handa <handa@etl.go.jp>
2902
83c9cb8e
SM
2903 * international/fontset.el (x-complement-fontset-spec):
2904 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2905 registered in x-font-name-charset-alist.
2906 (create-fontset-from-fontset-spec): Adjusted for the above change.
2907 The name of fontset alias should be a unresolved ASCII font name.
2908
2ece9174
GM
29092000-12-28 Gerd Moellmann <gerd@gnu.org>
2910
2911 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2912 and delete in isearch-mode-map.
2913
cbe3ad7a
RS
29142000-12-28 Richard M. Stallman <rms@gnu.org>
2915
ca2ddd8e 2916 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2917 Use xpdf instead of acroread.
2918
a816f1c5
KH
29192000-12-28 Kenichi Handa <handa@etl.go.jp>
2920
f086e73c
KH
2921 * textmodes/artist.el (artist-butlast): Deleted.
2922 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2923 artist-butlast.
f086e73c 2924
a816f1c5
KH
2925 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2926
2927 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2928
b202115b
EZ
29292000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2930
2931 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2932
2933 * ls-lisp.el: Better support for the Mac and MS-Windows.
2934 (ls-lisp): New defgroup.
2935 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2936 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2937 (ls-lisp-support-shell-wildcards): New defcustoms.
2938 (ls-lisp-parse-symlink): New function.
2939 (insert-directory): Code to convert switches to a list and set up
2940 the wildcard argument copied from ls-lisp-insert-directory.
2941 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2942 for -C and -R switches.
2943 (ls-lisp-column-format): New function.
ca2ddd8e 2944 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2945 (ls-lisp-format-time): Add doc strings.
2946 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2947 Support ls-lisp-dirs-first.
2948 (ls-lisp-classify, ls-lisp-extension): New functions.
2949 (ls-lisp-format): Optionally support emulation of symlinks.
2950 Support -i, -s, and -G switches.
2951
6061fbf0
GM
29522000-12-27 Gerd Moellmann <gerd@gnu.org>
2953
5e25feee
GM
2954 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2955
6061fbf0
GM
2956 * version.el (emacs-version): Print X scroll bar information.
2957
2958 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2959 instead of x-toolkit-scroll-bars-p.
2960
2961 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2962 of x-toolkit-scroll-bars-p.
2963
25050dab
EZ
29642000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2965
83c9cb8e 2966 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2967 (ffap-bindings): Doc fix, to reflect the above change.
2968
c1786874
KH
29692000-12-27 Kenichi Handa <handa@etl.go.jp>
2970
2971 * term.el (term-char-mode): Define all non-ascii self-inserting
2972 characters to 'term-send-raw in term-raw-map.
2973
7261ece3 29742000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2975
83c9cb8e 2976 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2977
83c9cb8e
SM
2978 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2979 Changed initialization; use add-hook.
6061fbf0 2980 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2981
6061fbf0 2982 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2983
6061fbf0
GM
2984 * ediff.el (ediff-patch-buffer): Bug fix.
2985 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2986
83f40583
SM
29872000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2988
2989 * subr.el (combine-run-hooks): Remove.
2990
2991 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2992 and remove the rogue second spec.
2993
bdd6d4e8
GM
29942000-12-23 Gerd Moellmann <gerd@gnu.org>
2995
2996 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2997
26736ce3
SM
29982000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2999
0e86b6b0
SM
3000 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3001 Use minibuffer menu prompt for the `=' prefix.
3002 (smerge-command-prefix): Change default to C-^.
6eabfb26 3003 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3004
26736ce3
SM
3005 * skeleton.el (skeleton-internal-1): Make sure the first line of
3006 the region is also re-indented.
d21584d6
SM
3007 (skeleton-end-newline): New var.
3008 (skeleton-end-hook): Use it.
26736ce3 3009
95fa4fd7
MB
30102000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3011
3012 * comint.el (comint-password-prompt-regexp): Support CVS.
3013
f060b834
GM
30142000-12-22 Gerd Moellmann <gerd@gnu.org>
3015
83c9cb8e
SM
3016 * simple.el (delete-key-deletes-forward-mode): Simplify.
3017 Also backspace key combinations, depending on
856ff7a7
GM
3018 delete-key-deletes-forward.
3019
3020 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3021
f060b834
GM
3022 * simple.el (delete-key-deletes-forward): Doc fix.
3023
653558a1
GM
30242000-08-22 Emmanuel Briot <briot@gnat.com>
3025
3026 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3027 white spaces are relevant in the XML file.
653558a1
GM
3028 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3029 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3030 of XML files.
653558a1
GM
3031 (xml-parse-tag): Check that the casing is the same in the start
3032 tag and end tag, since XML is case-sensitive. Allows for spaces
3033 in the end tag, after the name of the tag.
3034 (xml-parse-attlist): Allow for the character '-' in the name of
3035 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3036 the properties in the XML tree, since they are not relevant.
653558a1 3037
3ad93d8d
SM
30382000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3039
3040 * generic.el (generic-read-type): Undo last change, inline into
3041 `generic-mode' and then remove.
3042 (generic-mode): Inline generic-read-type.
3043 (define-generic-mode): Push the symbol name rather than the symbol
3044 onto generic-mode-list.
3045
177f4e88
GM
30462000-12-21 Gerd Moellmann <gerd@gnu.org>
3047
8e15274f
GM
3048 * generic.el (generic-read-type): Build an alist for
3049 completing-read as in 20.7.
3050
3051 * play/landmark.el (lm): Use interactive spec `P'.
3052 (toplevel): Don't set debug-on-error.
3053
83c9cb8e 3054 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3055
6ba384dc
GM
30562000-12-21 Dave Pearson <davep@davep.org>
3057
3058 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3059
647a066c
GM
30602000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3061
3062 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3063 ranges like \177-\237, but accepts the character sequence from \177 to
3064 \237. Doc fix.
3065 (ebnf-version): New version (3.4).
3066 (ebnf-setup): Code fix.
3067 (ebnf-range-regexp): New fun.
3068 (ebnf-8-bit-chars): Const fix.
3069
3070 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3071 entry. Doc fix.
3072 (ebnf-bnf-lex): Code fix.
3073 (ebnf-bnf-comment-chars): Const fix.
3074
3075 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3076 entry. Doc fix.
3077 (ebnf-iso-comment-chars): Const fix.
3078
3079 * ebnf-otz.el: Doc fix.
3080
3081 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3082 entry. Doc fix.
3083 (ebnf-yac-skip-code): Code fix.
3084 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3085
bc22fd18
EZ
30862000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3087
3088 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3089 (recover-file): Use it instead of insert-directory.
3090 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3091
587fc3f9
KH
30922000-12-21 Kenichi Handa <handa@etl.go.jp>
3093
83c9cb8e
SM
3094 * international/mule-cmds.el (select-safe-coding-system):
3095 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3096
587fc3f9
KH
3097 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3098
01860fb9
MB
30992000-12-21 Miles Bader <miles@gnu.org>
3100
83c9cb8e 3101 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3102
3f9d67a6
KH
31032000-12-21 Kenichi Handa <handa@etl.go.jp>
3104
9fd1c1f7
KH
3105 * international/mule-diag.el (describe-char-after): Make *Help*
3106 buffer inherit multibyteness of the current buffer.
3107
3f9d67a6
KH
3108 * international/mule.el (make-char): Docstring adjusted for the
3109 change of make-char-internal.
3110
c9669fac
SM
31112000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3112
3113 * international/iso-cvt.el: Docstrings fix.
3114
19594307
DL
31152000-12-20 Dave Love <fx@gnu.org>
3116
3117 * subr.el (eval-after-load): Doc fix.
3118
b1a447b3
KH
31192000-12-20 Kenichi Handa <handa@etl.go.jp>
3120
3121 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3122 for numbers.
3123
09877d5d
MB
31242000-12-20 Miles Bader <miles@gnu.org>
3125
3126 * international/quail.el (quail-help): Resize the help window
3127 again after it has all its contents. Remove unneeded progn.
3128
71d4497a
GM
31292000-12-19 Gerd Moellmann <gerd@gnu.org>
3130
3131 * pcmpl-linux.el: Fix copy/paste error.
3132
741e56a0
AI
31332000-12-19 Andrew Innes <andrewi@gnu.org>
3134
83c9cb8e 3135 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3136
cc24d91c
CD
31372000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3138
ba4c05aa
CD
3139 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3140
3141 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3142
3143 * progmodes/idlw-shell.el: Fixed copyright notice.
3144
3145 * progmodes/idlwave.el: Fixed copyright notice.
3146
71d4497a 3147 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3148 TAB as key separators.
3149
524c8caf
GM
31502000-12-19 Alex Schroeder <alex@gnu.org>
3151
3152 * sql.el (sql-sybase-options): New option.
3153 (sql-sybase): Use it. Add sql-database to the list of parameters
3154 provided for login. The options -w 2048 -n are not used any more.
3155 (sql-postgres-options): Changed default from "--pset" to "-P".
3156 (sql-mysql-options): Doc change.
3157 (sql-stop): Doc change.
3158
b5fa513d
KH
31592000-12-19 Kenichi Handa <handa@etl.go.jp>
3160
3161 * international/quail.el (quail-input-method): Always hide
3162 the guidance buffer on exiting.
3163
91c9e6ce
GM
31642000-12-18 Gerd Moellmann <gerd@gnu.org>
3165
c6da4eb4
GM
3166 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3167 isn't fboundp.
3168
3d2a0e0b
GM
3169 * server.el (server-buffer-done): Bury the buffer before
3170 killing it.
3171
91c9e6ce
GM
3172 * faces.el (face-spec-set): Interpret a nil in specs for
3173 foreground and background colors as `unspecified', for
3174 compatibility with 20.x.
3175
40fa0008
DL
31762000-12-18 Dave Love <fx@gnu.org>
3177
22adbe54
DL
3178 * simple.el (mail-user-agent): Doc fix.
3179 (input-mode-8-bit): Removed.
3180
3181 * international/mule.el (set-keyboard-coding-system): Doc fix.
3182 (keyboard-coding-system): New option.
3183
40fa0008
DL
3184 * mail/sendmail.el (send-mail-function): Customize.
3185
6f4745e2
EZ
31862000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3187
3188 * international/codepage.el (cp866-decode-table): New table.
3189
82b90229
GM
31902000-12-18 Gerd Moellmann <gerd@gnu.org>
3191
3192 * version.el (emacs-version): Remove `%a' from the time format
3193 because the weekday doesn't fit well into each locale.
3194
5a047002
MB
31952000-12-18 Miles Bader <miles@gnu.org>
3196
7f49aa07
MB
3197 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3198
ca2ddd8e 3199 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3200 Check that emacs-major-version is `=' to 20, not `>='.
3201 (artist-replace-chars): Use `make-string' instead of a loop.
3202
22ea2607
EZ
32032000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3206 (cvs-execute-single-file): Don't change directory.
3207 Patch from Per Cederqvist.
3208
6c825f8e
EZ
32092000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3210
83c9cb8e
SM
3211 * textmodes/ispell.el (check-ispell-version):
3212 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3213 of -vv.
3214
8ff06845
KH
32152000-12-16 Kenichi Handa <handa@etl.go.jp>
3216
af4bb4c8
KH
3217 * international/mule-diag.el (mule-diag): Insert information about
3218 configure options, multibyte awareness, language env.
3219
8ff06845
KH
3220 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3221 regexp to search for candidates.
3222
b24e84ab
EZ
32232000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3224
3225 * info.el (Info-forward-node): If the node has an
3226 Info-header-line, widen the buffer before searching for "next:"
3227 and "up:" pointers, and set the search limit to stay in the
3228 current node.
3229
7981d89f
MB
32302000-12-16 Miles Bader <miles@gnu.org>
3231
3232 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3233
88ee7917
MB
32342000-12-15 Miles Bader <miles@gnu.org>
3235
3236 * comint.el (comint-send-string, comint-send-region): Also accept
3237 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3238 process-send-string/region.
3239
0c28d842
GM
32402000-12-15 Gerd Moellmann <gerd@gnu.org>
3241
4ea7fdca
GM
3242 * isearch.el (isearch-lazy-highlight-max): New user-option.
3243 (isearch-lazy-highlight-update): Don't highlight more than
3244 isearch-lazy-highlight-max matches.
3245
0c28d842
GM
3246 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3247
984c9f75 32482000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3249
8062e53a
GM
3250 * sort.el (sort-columns): Fix error message.
3251
3ffa545b
GM
3252 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3253 `upcase' or `downcase' or nil.
3254 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3255 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3256 (dabbrev--substitute-expansion): New arg record-case-pattern.
3257 If it is non-nil, set dabbrev--last-case-pattern.
3258 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3259
3260 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3261
c2d7f289
MB
32622000-12-15 Miles Bader <miles@gnu.org>
3263
b6348438
MB
3264 * paths.el (Info-default-directory-list): Don't delete
3265 configure-info-directory from the list of standard info
83c9cb8e 3266 directories when appending it to the end -- their order is important.
b6348438 3267
f9056dd9
MB
3268 * faces.el (read-face-attribute): If there's no entry for the
3269 user's input in VALID, just use it as-is (this will often result
3270 in an error, but it may be OK for e.g. colors using hexadecimal
3271 notation, and at least will yield a better error message).
3272
c2d7f289 3273 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3274 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3275 Variables removed.
3276 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3277 window is really the right size. Use vertical-motion
3278 rather than forward-line.
3279 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3280 (ispell-command-loop, ispell-show-choices): Use the variable
3281 ispell-choices-win-default-height, rather than the function.
3282 (ispell-choices-win-default-height): Function removed.
3283 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3284
8f530b95
SM
32852000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3286
3287 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3288
6d435deb
EZ
32892000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3290
83c9cb8e
SM
3291 * paths.el (Info-default-directory-list):
3292 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3293 put it first in the list; otherwise put it last. Doc string
3294 changed accordingly.
3295
3296 * info.el (Info-directory-list): Change doc string to reflect the
3297 change in Info-default-directory-list.
3298
6d435deb
EZ
3299 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3300 windows-nt as windowed environments, even under -nw.
3301
3302 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3303 if not fboundp. Switch delete-forward mode for the <delete> key
3304 on all PC platforms, even under -nw.
3305
3306 * term/internal.el ([M-delete]): Remap to M-d.
3307
9d7d9263
GM
33082000-12-14 Gerd Moellmann <gerd@gnu.org>
3309
3310 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3311
7cf0153a
EZ
33122000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3315
5e5b3d41
GM
33162000-12-14 Gerd Moellmann <gerd@gnu.org>
3317
5f368d29
GM
3318 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3319 if appropriate.
3320
3321 * simple.el (delete-key-deletes-forward): New user-option.
3322 (delete-key-deletes-forward-mode): New function.
3323
9d7d9263 3324 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3325
83c9cb8e
SM
3326 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3327 Test if symbol is bound before getting its value.
5e5b3d41
GM
3328
3329 * tooltip.el (tooltip-show): If an error is signaled in
3330 x-show-tip, display that error, and display the help in the
3331 echo area.
ca2ddd8e 3332
191b83b6
KH
33332000-12-14 Kenichi Handa <handa@etl.go.jp>
3334
83c9cb8e
SM
3335 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3336 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3337
6192b604
KF
33382000-12-13 Karl Fogel <kfogel@red-bean.com>
3339
3340 * bookmark.el: Provide a generic exit hook, as suggested by
3341 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3342 (bookmark-exit-hook): New var.
3343 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3344 old raw lambda form in `kill-emacs-hook', and runs new
3345 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3346 as logically that feature must have been provided if this function
3347 is running.
3348 Removed ;;;###autoload before the `add-hook' call.
3349
5edf6b55
SM
33502000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3351
3352 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3353 (easy-menu-current-active-maps): New function.
3354 (easy-menu-get-map): Use it.
3355 Make a proper menu entry when creating a new keymap.
3356
16b5e8e6
KH
33572000-12-13 Kenichi Handa <handa@etl.go.jp>
3358
d49fc4eb
KH
3359 * international/characters.el: Fix cases and syntaxes for
3360 mule-unicode-0100-24ff.
3361
3b53d876
KH
3362 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3363 that a Japanese character is not appended after day and year.
3364
16b5e8e6
KH
3365 * info.el (Info-suffix-list): Change format for a command that
3366 requires arguments.
3367 (info-insert-file-contents): Adjusted for the above change.
3368
1df1c518
AS
33692000-12-12 Andreas Schwab <schwab@suse.de>
3370
3371 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3372 on the name of the tar buffer. Verify that the existing buffer is
3373 visiting the same subfile.
3374
a7a07b98
DL
33752000-12-12 Dave Love <fx@gnu.org>
3376
3377 * subdirs.el: Add obsolete.
3378
4fdbd809
GM
33792000-12-12 Gerd Moellmann <gerd@gnu.org>
3380
bfdb75ee
GM
3381 * mail/rmailsum.el (rmail-summary-expunge)
3382 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3383 instead of rmail-confirm-expunge.
3384
4fdbd809
GM
3385 * replace.el (perform-replace): Don't use an empty match adjacent
3386 to a non-empty match when computing the next match before the
3387 replacement is performed.
3388
e9a59cad
GM
33892000-12-12 Milan Zamazal <pdm@freesoft.cz>
3390
3391 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3392 definition (patch by Stefan Monnier).
3393 (glasses-mode): Use jit-lock instead of `after-change-functions'
3394 (patch by Stefan Monnier).
3395
c2def7a0
MB
33962000-12-12 Miles Bader <miles@gnu.org>
3397
3398 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3399 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3400
591b63b4
AC
34012000-12-12 Andrew Choi <akochoi@i-cable.com>
3402
3403 * term/mac-win.el: Remove load for ls-lisp.
3404
a924cf63 3405 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3406
5ff4ba3d
MB
34072000-12-12 Miles Bader <miles@gnu.org>
3408
3409 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3410 Respect field end too.
3411 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3412 (newline-and-indent, reindent-then-newline-and-indent):
3413 Use `delete-horizontal-space'.
5ff4ba3d 3414
d0c679bc
SM
34152000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3416
adf9c994
SM
3417 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3418 (so as to obey the field property in the minibuffer).
3419
4b0cd42d
SM
3420 * obsolete/c-mode.el: Moved from lisp/progmodes.
3421 * obsolete/auto-show.el: Moved from lisp.
3422 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3423
89f85863
CD
34242000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3425
3426 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3427 changes to list them here.
89f85863 3428
83c9cb8e
SM
3429 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3430 Too many changes to list them here.
89f85863 3431
83c9cb8e
SM
3432 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3433 Too many changes to list them here.
89f85863
CD
3434
3435 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3436
3e0d35ce
GM
34372000-12-11 Gerd Moellmann <gerd@gnu.org>
3438
83c9cb8e 3439 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3440
ca2ddd8e 3441 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3442 Comment fix.
3443
3e0d35ce
GM
3444 * hscroll.el: Moved to `obsolete' subdir.
3445
ff904dd6
MB
34462000-12-11 Miles Bader <miles@gnu.org>
3447
3448 * window.el (window-text-height): Function removed (now in C).
3449
fb97d87f
SM
34502000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3451
3452 * log-edit.el (log-edit-parent-buffer): New var.
3453 (log-edit): Set it. Add BUFFER argument.
3454 (log-edit-done): Use char-before.
3455 Don't bother checking validity of vc-comment-ring.
3456 Only bury the buffer if log-edit popped it up.
3457
3458 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3459 (cvs-mode-diff-help): Remove.
3460 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3461 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3462
3463 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3464 Remove binding for ? now made unnecessary.
3465
7de77417
CD
34662000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3467
83c9cb8e 3468 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3469 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3470
3471 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3472 when master file is not open.
3473
4efa209f
SM
34742000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3475
3476 * progmodes/ada-stmt.el: Update `maintainer'.
3477
0a8052bd
GM
34782000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3479
3480 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3481 choices to match documentation string.
3482
a12167c5
MB
34832000-12-09 Miles Bader <miles@gnu.org>
3484
2161605d
MB
3485 * minibuf-eldef.el: New file.
3486
a12167c5
MB
3487 * window.el (fit-window-to-buffer): Don't pass last argument to
3488 pos-visible-in-window-p, now that its meaning is inverted.
3489
9ea8de1b
EZ
34902000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3491
3492 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3493 <ceder@lysator.liu.se>.
3494
5002ddbb
SM
34952000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3496
b6114d80
SM
3497 * autoinsert.el (auto-insert-alist): Add missing final \n.
3498
ee8d23ee
SM
3499 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3500 (cvs-menu-map): Remove.
3501 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3502 (cvs-mode-quit): Turn it back into a plain function.
3503
5002ddbb 3504 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3505 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3506
3507 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3508 file where it's more visible.
3509 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3510 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3511 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3512 (texinfo-inside-macro-p): Only catch `scan-error's.
3513 (texinfo-inside-env-p): Make better use of the match info.
3514 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3515 (texinfo-insert-@end): Slight re-organization.
3516 Also remove useless `looking-at' call.
3517
30cd075d
AI
35182000-12-08 Andrew Innes <andrewi@gnu.org>
3519
3520 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3521 accessible in -nw mode.
3522
3523 * term/w32-win.el: Remove stuff about selection timeout, which is
3524 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3525 it is accessible in -nw mode.
3526
01b91009
DL
35272000-12-08 Dave Love <fx@gnu.org>
3528
83c9cb8e
SM
3529 * emacs-lisp/lisp-mode.el (lisp-mode):
3530 Set font-lock-keywords-case-fold-search.
01b91009 3531
842b2a94
GM
35322000-12-08 Gerd Moellmann <gerd@gnu.org>
3533
3534 * textmodes/ispell.el (ispell): Doc fix.
3535
f9d5f611
KH
35362000-12-08 Kenichi Handa <handa@etl.go.jp>
3537
3538 * international/quail.el (quail-insert-decode-map): Check the
3539 frame width of a window displaying the current buffer, not that of
3540 the selected frame.
3541 (quail-help): Make sure that the help buffer has window before
3542 inserting text in it.
3543
e04d21aa
SS
35442000-12-07 Sam Steingold <sds@gnu.org>
3545
3546 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3547 Backquote is used in isearch.el, so autoloading saves nothing.
3548
fc3e23a4
EZ
35492000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3550
83c9cb8e
SM
3551 * startup.el (normal-top-level-add-subdirs-to-load-path):
3552 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3553
fc3e23a4
EZ
3554 * dired.el (dired-insert-directory): If file-system-info is
3555 fboundp, call it instead of invoking dired-free-space-program.
3556
796ecd10
GM
35572000-12-07 Gerd Moellmann <gerd@gnu.org>
3558
0f5f7c3e
GM
3559 * server.el (server-visit-files): Push files on file-name-history.
3560
3764ba49
GM
3561 * progmodes/cc-langs.el: Update copyright.
3562
8e7931da
GM
3563 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3564
ae0d7485 3565 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3566
796ecd10
GM
3567 * bindings.el (mode-line-mode-menu): Reverse the order
3568 of define-keys so that the menu appears in alphabetical order.
3569
ae0d7485
GM
35702000-12-07 Milan Zamazal <pdm@freesoft.cz>
3571
3572 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3573 of the function.
3574
e2849090
DL
35752000-12-07 Dave Love <fx@gnu.org>
3576
3577 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3578
3579 * facemenu.el (facemenu-unlisted-faces): Fix value.
3580
5c7f629c
SM
35812000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3582
3583 * font-lock.el (font-lock-default-fontify-region):
3584 Include the terminating \n (off-by-one error).
3585 (font-lock-set-defaults): Use dolist.
3586
3587 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3588
73481ae3
KH
35892000-12-07 Kenichi Handa <handa@etl.go.jp>
3590
83c9cb8e
SM
3591 * international/mule-cmds.el (describe-language-environment):
3592 Fix for the case that an input method title is not string but a list.
ffbaa122 3593
73481ae3
KH
3594 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3595 of wrong SIZE record.
3596
e2896b22
DL
35972000-12-06 Dave Love <fx@gnu.org>
3598
67292061
DL
3599 * newcomment.el (comment-region, comment-dwim): Doc fix.
3600
3601 * textmodes/texinfo.el: Require tex-mode when compiling.
3602 (texinfo-update-node): Doc fix.
3603 (texinfo-imenu-generic-expression): Add @anchor.
3604 (texinfo-font-lock-keywords): Add @uref.
3605 (texinfo-inside-macro-p): Don't use ignore-errors.
3606 (texinfo-insert-quote): Match more contexts.
3607
e76938e7
DL
3608 * international/mule.el (decode-char, encode-char): Doc fix.
3609 (auto-coding-alist): Customize.
3610
3611 * files.el (load-file): Fix change of 2000-03-12.
3612
e2896b22
DL
3613 * wid-edit.el (widget-text-keymap): Doc fix.
3614
6610f4b2
AI
36152000-12-06 Andrew Innes <andrewi@gnu.org>
3616
3617 * makefile.w32-in (lisp): Set to an absolute directory, namely
3618 $(CURDIR).
3619
9e3366e4
EZ
36202000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3621
3622 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3623 read generated-autoload-file, and set buffer-file-coding-system to
3624 raw-text-unix after reading the file.
3625
83c9cb8e
SM
3626 * international/mule-conf.el (file-coding-system-alist):
3627 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3628
d94d636f
GM
36292000-12-06 Gerd Moellmann <gerd@gnu.org>
3630
384333ee
GM
3631 * replace.el (occur): Make line-number-width 1 smaller for the
3632 colon following the line number.
3633
83c9cb8e
SM
3634 * startup.el (fancy-splash-text, command-line-1):
3635 Use `File' for the menu name instead of `Files'.
e04d21aa 3636
d4b72d58
GM
3637 * tmm.el: Update copyright.
3638
d94d636f
GM
3639 * cus-start.el: Add entry for even-window-heights.
3640
6e424019
MB
36412000-12-06 Miles Bader <miles@gnu.org>
3642
3643 * faces.el (frame-set-background-mode): Avoid stomping on
3644 locally modified faces.
3645
e6477b58
KH
36462000-12-06 Kenichi Handa <handa@etl.go.jp>
3647
3648 * international/fontset.el: Correct the font registries for
3649 japanese-jisx0213-1 and japanese-jisx0213-2.
3650
21999ab9
GM
36512000-12-05 Gerd Moellmann <gerd@gnu.org>
3652
57d6e381
GM
3653 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3654
21999ab9
GM
3655 * iswitchb.el: Update customization commentary.
3656
7422819c
GM
36572000-12-05 Rob Riepel <riepel@Stanford.EDU>
3658
3659 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3660 (tpu-search-highlight): Fixed comparison of overlay end positions.
3661 (tpu-trim-line-ends): Implemented trimming logic locally.
3662
3663 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3664 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3665
73daff18
KH
36662000-12-05 Kenichi Handa <handa@etl.go.jp>
3667
3668 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3669 to cn-gb.
3670 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3671
6a4cd002
DL
36722000-12-04 Dave Love <fx@gnu.org>
3673
3674 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3675
6452929e
GM
36762000-12-04 Gerd Moellmann <gerd@gnu.org>
3677
e04d21aa 3678 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3679 (rmail-summary-expunge-and-save): Ask for confirmation with
3680 rmail-expunge-confirmed.
3681
3682 * mail/rmail.el (rmail-expunge-confirmed): New function.
3683 (rmail-expunge): Use it.
3684
1790abf4
FP
36852000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3686
0c68ce6f 3687 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3688 (etags-recognize-tags-table, find-tag-in-order):
3689 New functionality: interpret file names as tags.
e04d21aa 3690
7a53d8c8
EZ
36912000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3692
3693 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3694 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3695 the first subnode until the bottom of the current node is visible.
7a53d8c8 3696
caa15ef7
GM
36972000-12-04 Gerd Moellmann <gerd@gnu.org>
3698
3699 * format.el (format-decode): Don't change buffer's undo list.
3700
e225faa7
KH
37012000-12-04 Kenichi Handa <handa@etl.go.jp>
3702
3703 * faces.el (face-font-registry-alternatives): Add entries for CJK
3704 fonts. Doc-string adjusted for the actual usage of this data.
3705
3706 * international/fontset.el: Change the font registries for CJK
3707 fonts in the default fontset. Don't append '*' to registries.
3708
8b262a65
SM
37092000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3710
e04d21aa 3711 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3712 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3713
3714 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3715 (derived-mode-p): New function.
3716 (derived-mode-make-docstring): Add `docstring' argument.
3717 Use it if available and complete it if necessary.
3718
33c4460b
AS
37192000-12-03 Andreas Schwab <schwab@suse.de>
3720
3721 * type-break.el (type-break): Don't make parent of itself.
3722
5c9b3fac
MB
37232000-12-03 Miles Bader <miles@gnu.org>
3724
3725 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3726
27ce741e
SM
37272000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3728
07c16ec4
SM
3729 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3730 (tex-main-file, tex-file): Simplify.
3731 (tex-generate-zap-file-name): Use subst-char-in-string.
3732 (tex-strip-dots): Remove.
3733
c19cc275
SM
3734 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3735
27ce741e
SM
3736 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3737 to check if the match succeeded.
3738
285991dc
GM
37392000-12-02 Gerd Moellmann <gerd@gnu.org>
3740
3741 * startup.el (use-fancy-splash-screens-p): New function.
3742 (command-line-1): Use it to determine whether or not to use
3743 a fancy splash screen.
3744
52dca1b2
AS
37452000-12-02 Andreas Schwab <schwab@suse.de>
3746
3747 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3748
d3e7e7cf
EZ
37492000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3750
2dce2360
EZ
3751 * international/mule.el (make-char): Fix last change.
3752
9768eaa7
EZ
3753 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3754 New defcustoms.
3755 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3756 autoloading tex-mode; instead, do the same manually.
3757 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3758 with numeric argument. Docstring fix.
3759 (toplevel): Require cl when compiling.
e04d21aa 3760
285991dc 3761 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3762
0dd5e255
JR
37632000-12-02 Jason Rumney <jasonr@gnu.org>
3764
3765 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3766 the Emacs Lisp manual)
3767
fbb87147
EZ
37682000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3769
5cbb3e93
EZ
3770 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3771
fbb87147
EZ
3772 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3773 the Emacs Lisp manual).
3774
1636ca09
GM
37752000-12-02 Gerd Moellmann <gerd@gnu.org>
3776
3777 * simple.el (next-line-add-newlines): Change default to nil.
3778
68875f0e
EZ
37792000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3780
83c9cb8e
SM
3781 * files.el (revert-buffer, recover-file):
3782 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3783
fd9ac94c
GM
37842000-12-01 Gerd Moellmann <gerd@gnu.org>
3785
3786 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3787
45450dd5
MB
37882000-12-01 Miles Bader <miles@gnu.org>
3789
3790 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3791
09df8881
KH
37922000-12-01 Kenichi Handa <handa@etl.go.jp>
3793
3794 * international/mule-diag.el (describe-char-after): Fix typo.
3795 (describe-character-set, non-iso-charset-alist): Fix typo.
3796
dea0a87d
MB
37972000-12-01 Miles Bader <miles@gnu.org>
3798
b170205b
MB
3799 * image-file.el (image-file-name-regexp): Automatically add
3800 upper-case variants of each filename extension in
3801 `image-file-name-extensions', since they seem to be common.
3802
e04d21aa 3803 * simple.el (minibuffer-contents)
dea0a87d
MB
3804 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3805 New functions.
3806 * filecache.el (file-cache-directory-name)
3807 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3808
2b69bc11 38092000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3810
dea0a87d
MB
3811 * filecache.el (file-cache-minibuffer-complete): Don't try to
3812 delete the minibuffer prompt.
3813
a8a1b05d
DL
38142000-11-30 Dave Love <fx@gnu.org>
3815
3816 * cus-start.el: Fix read-buffer-function type.
3817
693c4692
GM
38182000-11-30 Gerd Moellmann <gerd@gnu.org>
3819
3820 * md5.el: Removed. There's a built-in function, now.
3821
2c0b1898
GM
38222000-11-30 Markus Rost <rost@math.ohio-state.edu>
3823
3824 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3825 as dummy 0-th char of rmail-deleted-vector.
3826
63dfcf4b
EZ
38272000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3828
3829 * ps-print.el (ps-end-job): Bind case-fold-search only after
3830 switching to ps-spool-buffer.
3831
38322000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3833
3834 * ps-print.el: Line number font customization. PostScript: Lines and
3835 PageCount are initialized on each page. Doc Fix.
3836 (ps-print-version): New version number (6.3.2).
3837 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3838 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3839 (ps-right-header): Customization fix.
3840 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3841 Fix code.
3842 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3843 New vars.
3844
df3aedcf
GM
38452000-11-30 Gerd Moellmann <gerd@gnu.org>
3846
edfb795e
GM
3847 * bs.el: Fix typos and spelling errors.
3848 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3849 (bs-configuration): Doc fix.
e04d21aa 3850
df3aedcf
GM
3851 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3852
8b8a7f01
GM
38532000-11-30 Rob Riepel <riepel@Stanford.EDU>
3854
3855 * emulation/tpu-edt.el (tpu-version): New version.
3856 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3857 (tpu-original-mode-line): Variable deleted.
3858 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3859 (tpu-set-mode-line): Don't redefine mode-line-format.
3860 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3861 (tpu-update-mode-line): New mark flag logic.
3862 (tpu-get): Use find-file-wildcards.
3863 (tpu-search-highlight): Move overlay less, reset overlay properly.
3864 (tpu-unselect): Deactivate mark.
3865 (tpu-lm-replace): Reset overlay properly.
3866 (tpu-forward-line): Use forward-visible-line.
3867 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3868
83c9cb8e 3869 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3870
c069a9d3
GM
38712000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3872
3873 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3874
b02cd40b
GM
38752000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3876
3877 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3878 and skip whitespace and newlines.
e04d21aa 3879
b7a90344
SM
38802000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3881
3882 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3883
be6bbb55
GM
38842000-11-29 Gerd Moellmann <gerd@gnu.org>
3885
0383ed60
GM
3886 * help.el (describe-function-1): Regexp-quote function name
3887 when used as part of a regexp.
3888
83c9cb8e
SM
3889 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3890 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3891 (tool-bar-add-item): Likewise, and handle unspecified colors.
3892
3893 * enriched.el (enriched-face-ans): Use face-attribute instead
3894 of face-foreground and face-background.
3895
3896 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3897 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3898
7423978d
GM
3899 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3900
ef128c78
GM
3901 * play/5x5.el: Remove version info.
3902
a81fc510
GM
3903 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3904
be6bbb55
GM
3905 * frame.el (blink-cursor-mode): Doc fix.
3906
f9396e03
GM
39072000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3908
3909 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3910 to create Makefile rules.
3911 (antlr-tool-command): New user option.
3912 (antlr-ask-about-save): New user option.
3913 (antlr-makefile-specification): New user option.
3914 (antlr-file-formats-alist): New variable.
3915 (antlr-special-file-formats): New variable.
3916 (antlr-unknown-file-formats): New user option.
3917 (antlr-help-unknown-file-text): New variable.
3918 (antlr-help-rules-intro): New variable.
3919 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3920 (antlr-mode-menu): Add entries.
3921 (antlr-file-dependencies): New function.
3922 (antlr-directory-dependencies): New function.
3923 (antlr-superclasses-glibs): New function.
3924 (antlr-run-tool): New command.
3925 (antlr-makefile-insert-variable): New function.
3926 (antlr-insert-makefile-rules): New function.
3927 (antlr-show-makefile-rules): New command.
3928
3929 * antlr-mode.el: More Emacs/XEmacs stuff.
3930 (antlr-no-action-keywords): New constant with value nil.
3931 (antlr-font-lock-keywords-alist): Use it. Old value would break
3932 syntax highlighting in Emacs-21.0.
3933 (antlr-default-directory): Emacs/XEmacs dependend function.
3934 (antlr-read-shell-command): Ditto.
3935 (antlr-with-displaying-help-buffer): Ditto.
3936
39372000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3938
3939 * antlr-mode.el: imenu, parsing and highlighting changes.
3940 (antlr-imenu-create-index-function): Don't create extra submenus
3941 for definitions in different grammar classes. It is not necessary
3942 for the menu and would make command `imenu' awkward to use.
3943 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3944 header actions and more than one.
3945 (antlr-font-lock-tokendef-face): Changed color.
3946 (antlr-font-lock-tokenref-face): Changed color.
3947 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3948 (antlr-mode-syntax-table): New variable.
3949 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3950 (antlr-with-syntax-table): Don't copy syntax table.
3951
39522000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3953
3954 * antlr-mode.el: Minor changes: language setting.
3955 (antlr-language-alist): The value for file option "language" can
3956 be both an identifier and a string.
3957 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3958 (antlr-language-limit-n-regexp): Change accordingly.
3959
39602000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3961
3962 * antlr-mode.el: Minor changes: tabs, hiding.
3963 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3964 (antlr-action-visibility): Also allow value nil to also hide the
3965 braces. Renamed from `antlr-tiny-action-length'.
3966 Suggested by Jay@aol.com.
3967 (antlr-hide-actions): Change accordingly. Hide line if completely
3968 hidden action is on a line of its own.
e04d21aa 3969
6ad948eb
SM
39702000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3973
3974 * sort.el (sort-columns): Don't concat strings with numbers.
3975
9c6a4107
DL
39762000-11-29 Dave Love <fx@gnu.org>
3977
3978 * cus-edit.el (face): Fix :format.
3979
3980 * mail/feedmail.el: Require smtpmail when compiling.
3981 (mail-do-fcc): Autoload.
3982 (feedmail) <defgroup>: Fix :link.
3983 (feedmail-nuke-body-in-fcc): Fix :type.
3984 (feedmail-send-it): Add autoload cookie.
3985
053b8d35
SM
39862000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3987
3988 * newcomment.el (comment-indent): Save excursion around call to
3989 comment-indent-function.
3990
242c13e8
MB
39912000-11-29 Miles Bader <miles@gnu.org>
3992
3993 * subr.el (member-ignore-case): Return the tail of the list who's
3994 car matches, like `member', not the matching element itself.
3995
8f4b5f28
KH
39962000-11-29 Kenichi Handa <handa@etl.go.jp>
3997
3998 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3999 should not contain `\n'.
4000
bebe4a2c
GM
40012000-11-28 Gerd Moellmann <gerd@gnu.org>
4002
fd9ac94c 4003 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4004
ba7e40eb
GM
4005 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4006
75ab0c79
GM
4007 * dired-aux.el (dired-do-create-files): Construct default file
4008 name for dired-mark-read-file-name so that when the user enters
4009 just RET, the target file will end up in the target directory.
4010
bebe4a2c
GM
4011 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4012 local-abbrev-table before changing buffers because it might
4013 have a buffer-local binding.
4014
fa6d1ca8
MB
40152000-11-28 Miles Bader <miles@gnu.org>
4016
4017 * simple.el (delete-horizontal-space): Handle fields more generally.
4018
8d2c2642
GM
40192000-11-28 Gerd Moellmann <gerd@gnu.org>
4020
4021 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4022
8b31236d
DL
40232000-11-28 Dave Love <fx@gnu.org>
4024
3cbd02d2
DL
4025 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4026 comment-start-skip locally.
4027
8b31236d
DL
4028 * progmodes/fortran.el (fortran-mode): Don't set
4029 fortran-comment-line-start-skip. Set comment-start to
4030 fortran-comment-line-start.
4031 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4032 (fortran-comment-line-start-skip): Simplify slightly.
4033
ae4bf56d
GM
40342000-11-28 Gerd Moellmann <gerd@gnu.org>
4035
17ef7534
GM
4036 * play/5x5.el: Remove RCS keyword.
4037
fd9ac94c 4038 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4039
665b27a6
GM
40402000-11-28 Milan Zamazal <pdm@freesoft.cz>
4041
83c9cb8e
SM
4042 * textmodes/tildify.el (tildify-string-alist):
4043 Add `plain-tex-mode' here.
665b27a6 4044
fe3c2ae3
GM
40452000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4046
4047 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4048 reference.
4049
d970106b
MB
40502000-11-28 Miles Bader <miles@gnu.org>
4051
36b80a0d
MB
4052 * cus-face.el (custom-face-attributes): Add post-filter function
4053 for :box. Make pre-filter function for :box handle all cases.
4054
d970106b
MB
4055 * wid-edit.el (widget-choose): Make sure pop-up window is large
4056 enough to display all the choices, as there's no way to scroll it.
4057
5a2bae6c
KH
40582000-11-28 Kenichi Handa <handa@etl.go.jp>
4059
4060 * international/mule-conf.el: Make the coding system no-conversion
4061 safe for all characters.
4062
9e836e23
DL
40632000-11-27 Dave Love <fx@gnu.org>
4064
8b31236d
DL
4065 * net/ldap.el (ldap) <defgroup>: Add :version.
4066
9e836e23
DL
4067 * tooltip.el (tooltip-use-echo-area): Doc fix.
4068
4069 * cus-start.el <minibuffer-prompt-properties>: Add version.
4070 <read-buffer-function>: Add.
4071
4072 * apropos.el (apropos-print): Add help-echo to active text.
4073
4074 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4075
4a74d071
GM
40762000-11-27 Gerd Moellmann <gerd@gnu.org>
4077
4078 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4079 type, group and version.
4080
76058c27
EZ
40812000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4082
4a74d071 4083 * select.el (x-get-selection): Docstring fix.
76058c27 4084
fd9ac94c 40852000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4086
fd9ac94c 4087 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4088
49060c51
AI
40892000-11-27 Andrew Innes <andrewi@gnu.org>
4090
4091 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4092
4093 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4094
b2a8e429
MB
40952000-11-27 Miles Bader <miles@gnu.org>
4096
4097 * dired.el (dired-get-filename): Return filename verbatim if
4098 LOCALP is `verbatim'.
4099 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4100 `verbatim' so that we don't inadvertently delete a non-existant
4101 directory name.
4102
5ac0366d
KH
41032000-11-27 Kenichi Handa <handa@etl.go.jp>
4104
4105 * international/characters.el: Specify cases and syntaxes for
4106 mule-unicode-0100-24ff.
4107
67f1cf4c
GM
41082000-11-27 Gerd Moellmann <gerd@gnu.org>
4109
4110 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4111 that foreground and/or background colors of the face `tool-bar'
4112 are unspecified.
4113
46c56972
MB
41142000-11-27 Miles Bader <miles@gnu.org>
4115
e04d21aa 4116 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4117 (widget-field-end): Handle widget field `pseudo-overlays'.
4118 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4119 if it's there instead of in `widget-field-list'.
4120
46c56972 4121 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4122 (help-make-xrefs): Delete extraneous newlines at the end of the
4123 docstring.
46c56972 4124
640a9cdd
JR
41252000-11-25 Jason Rumney <jasonr@gnu.org>
4126
4127 * startup.el (command-line): Call set-locale-environment after
4128 Window System init file is read, as it can result in a call to
4129 redraw-frame.
4130
0b3f96d4
EZ
41312000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4132
4133 * simple.el (shell-command): Mention the effect of the prefix
4134 argument in the doc string.
4135
8da6e2a1
MB
41362000-11-25 Miles Bader <miles@gnu.org>
4137
a658d039
MB
4138 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4139
8da6e2a1 4140 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4141 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4142
d3416cca
JR
41432000-11-24 Jason Rumney <jasonr@gnu.org>
4144
4145 * international/mule-cmds.el (locale-language-names): Add "jp" as
4146 a non-standard alternative for Japanese.
4147
17e37f53
AS
41482000-11-24 Andre Spiegel <spiegel@gnu.org>
4149
4150 * vc-hooks.el: Require 'cl during compilation.
4151
9aa5f148
GM
41522000-11-24 Gerd Moellmann <gerd@gnu.org>
4153
ba193890
GM
4154 * faces.el (face-set-after-frame-default): Let face attributes
4155 specified for new frames override frame parameters.
4156
9aa5f148
GM
4157 * startup.el (command-line): Fix computation of the source file
4158 for user-init-file when user-init-file is a compiled file.
4159
51a1edab
MB
41602000-11-24 Miles Bader <miles@gnu.org>
4161
e04d21aa 4162 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4163 (custom-post-filter-face-spec): New functions.
4164 (custom-face-set, custom-face-value-create): Filter the face spec
4165 before and after customization.
4166 (custom-face-set): If VALUE specifies a null face, pass a
4167 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4168 * cus-face.el (custom-face-attributes): Remove SET and GET
4169 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4170 cases they're needed.
4171
1ed74431
MB
4172 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4173 that it's distinguishable from the :off-glyph on dark-background
4174 displays. Set its background color too.
4175
67ee1125
MB
4176 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4177 so that people can easily turn it off.
4178
7d027816 41792000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4180
7d027816 4181 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4182
9aa5f148 4183 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4184
9aa5f148 4185 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4186
9aa5f148 4187 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4188 redundant skip-small-frames test.
e04d21aa 4189
9aa5f148 4190 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4191 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4192
9aa5f148
GM
4193 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4194 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4195 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4196 New functions.
e04d21aa 4197
9aa5f148 4198 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4199
9aa5f148 4200 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4201
f07fa1b8
KH
42022000-11-24 Kenichi Handa <handa@etl.go.jp>
4203
83c9cb8e
SM
4204 * international/mule-diag.el (list-iso-charset-chars):
4205 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4206 (list-non-iso-charset-chars): Fix the `while' condition.
4207
ba8299ff
SM
42082000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4209
79372165
SM
4210 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4211 if the variable is make-variable-buffer-local.
4212
83c9cb8e
SM
4213 * progmodes/ada-stmt.el (ada-template-map):
4214 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4215 (ada-stmt-mode-hook): New function extracted from old code.
4216 Only change the buffer-local side of skeleton-*.
4217 (ada-mode-hook): Use it.
4218
68a887fa
EZ
42192000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4220
4221 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4222 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4223 we expect to be returned by minibuffer-depth once we prompt the
4224 user in the minibuffer.
4225 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4226 as recorded in iswitchb-minibuf-depth, return non-nil.
4227
3b345582
EZ
42282000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4229
4230 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4231 (hscroll-window-maybe): Docstring fix.
4232
595dead2
DL
42332000-11-23 Dave Love <fx@gnu.org>
4234
4235 * rect.el (string-rectangle): Don't test delete-selection-mode.
4236
1e66b27a
GM
42372000-11-23 Gerd Moellmann <gerd@gnu.org>
4238
02790ce2
GM
4239 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4240 is in the tool bar.
4241
1e66b27a 4242 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4243 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4244
a4caa65d
SM
42452000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4246
4247 * textmodes/outline.el (outline-flag-region):
4248 Don't bind inhibit-read-only since we don't modify the buffer.
4249 (outline-isearch-open-invisible): Don't jump to overlay-start
4250 since we're trying to unhide text around point.
4251 (outline-discard-overlays): Use dolist.
4252
4253 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4254
03e757c1
GM
42552000-11-22 Gerd Moellmann <gerd@gnu.org>
4256
83c9cb8e 4257 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4258
1598a961
SM
42592000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4262 Fix ARG regexp to skip quoted braces.
4263 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4264 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4265 are (correctly) handled separately).
4266 Remove `caption' and `footnote' from `citations': they contain text.
4267 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4268 (latex-skeleton-end-hook): New function.
4269 (latex-mode): Use it.
4270 (tex-start-tex-marker): Remove.
4271 (tex-send-tex-command): Don't set tex-start-tex-marker.
4272 (tex-error-parse-syntax-table): New var.
4273 (tex-compilation-parse-errors): Use it.
4274 Ignore tex-start-tex-marker. Don't bother with marker-position.
4275 (tex-validate-buffer): Don't bother with marker-position.
4276
4277 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4278 (flyspell-generic-progmode-verify): Use it.
1598a961 4279
eaae8106
SS
42802000-11-22 Sam Steingold <sds@gnu.org>
4281
83c9cb8e 4282 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4283
eaae8106 4284 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4285 `ada-remove-trailing-spaces'.
eaae8106 4286 (ada-remove-trailing-spaces): Removed.
e04d21aa 4287
eaae8106 4288 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4289
1598a961
SM
4290 * textmodes/picture.el (picture-clean): Removed.
4291 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4292
a41d49e9
GM
42932000-11-22 Gerd Moellmann <gerd@gnu.org>
4294
e053c60f
GM
4295 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4296
a41d49e9
GM
4297 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4298 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4299 do anything special when jit-lock is active.
a41d49e9
GM
4300 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4301
197615f3
DL
43022000-11-22 Dave Love <fx@gnu.org>
4303
ddbfaa9f
DL
4304 * calendar/todo-mode.el (todo-top-priorities): Use
4305 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4306
ddc3c695
DL
4307 * language/chinese.el, language/cyrillic.el:
4308 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4309 * language/hebrew.el, language/indian.el, language/japanese.el:
4310 * language/korean.el, language/lao.el, language/misc-lang.el:
4311 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4312 Use provide.
4313
fb9fa98d
DL
4314 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4315 (custom-variable-set): Improve validation error mesage.
4316
197615f3
DL
4317 * rect.el (string-rectangle): Revert last change.
4318 (string-rectangle-line): New arg DELETE.
4319 (string-rectangle): Check delete-selection-mode.
4320
4321 * emacs-lisp/edebug.el (edebug-version)
4322 (edebug-maintainer-address): Deleted.
4323 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4324 (edebug-read-function): Account for other `'#' read forms.
4325 (edebug-mode-menus): Make some items toggles.
4326 (edebug-outside-unread-command-event, unread-command-event):
4327 Remove these to avoid warnings.
4328
f4117c4d
GM
43292000-11-22 David Ponce <david@dponce.com>
4330
4331 * recentf.el (recentf-menu-items-for-commands)
4332 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4333 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4334
f4117c4d
GM
4335 (recentf-build-dir-rules, recentf-dump-variable)
4336 (recentf-edit-list, recentf-open-files-item)
4337 (recentf-open-files): Replaced unnecessary `mapcar' with new
4338 built-in `mapc'.
eaae8106 4339
f8e2f3f2
MB
43402000-11-23 Miles Bader <miles@gnu.org>
4341
4342 * faces.el (menu): Make inverse-video on ttys too.
4343
4c4a541d
SM
43442000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * simple.el (comment-line-break-function): Use the new name
4347 indent-new-comment-line -> comment-indent-new-line.
4348 (clone-indirect-buffer): Don't ignore NORECORD.
4349 (next-completion): Properly handle the case where items are adjacent.
4350
4351 * mouse.el (popup-menu): Stupid typo.
4352
980d836e
GM
43532000-11-22 Gerd Moellmann <gerd@gnu.org>
4354
60e8e0a5
GM
4355 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4356 maintainer, keywords tags.
4357
980d836e
GM
4358 * rect.el (replace-rectangle): Don't call string-rectangle-line
4359 with too many arguments.
4360
e08b2069
AS
43612000-11-22 Andre Spiegel <spiegel@gnu.org>
4362
60e8e0a5 4363 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4364 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4365 vc-locking-user, which no longer exists.
4366
4367 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4368
c6779d8d
DL
43692000-11-22 Dave Love <fx@gnu.org>
4370
4371 * md5.el (md5): Provide.
4372 (md5): Fix error call.
4373
e672fdce
MB
43742000-11-22 Miles Bader <miles@gnu.org>
4375
eaae8106 4376 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4377 (refill-fill-paragraph-at): Remove debugging code.
4378
80e24c04
MB
4379 * calendar/calendar.el (generate-calendar-window): When we don't
4380 call `fit-window-to-buffer', make sure the top line is fully visible.
4381
3a17d6cc
MB
4382 * image-file.el (insert-image-file): Don't make `read-only'
4383 property rear-nonsticky.
4384
ae1a21c6
MB
4385 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4386 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4387 stashing away its original value.
4388 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4389 in the recursive edit.
4390 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4391 (isearch-done): Restore `minibuffer-message-timeout'.
4392
e672fdce
MB
4393 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4394
3ea79df8
SM
43952000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4396
4397 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4398
4399 * find-lisp.el (find-lisp-find-files-internal):
4400 Use dolist, when and file-name-as-directory.
4401
980d836e 4402 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4403 (define-derived-mode, define-minor-mode): Add specs.
4404
4405 * window.el: General comment and spacing fixes.
4406 (save-selected-window): Use backquotes.
4407 (window-safely-shrinkable-p): New function.
4408 (shrink-window-if-larger-than-buffer): Use it.
4409
4410 * subr.el (make-local-hook): Docstring fix.
4411
4412 * shell.el (shell-mode): Use define-derived-mode.
4413
4414 * newcomment.el (comment-indent): Insert comment before calling
4415 comment-indent-function. Don't insert in column 0.
4416 (comment-dwim): Indent before inserting comment.
4417
4418 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4419 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4420 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4421 Use mapc rather than map.
4422
4423 * files.el (find-buffer-visiting): Compare all attributes before
4424 declaring two files identical (rather than just their inode-no).
4425 (auto-mode-alist): Use \' rather than $.
4426
4427 * which-func.el: Update maintainer line.
4428
4429 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4430 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4431 (uniquify-buffer-file-name): Use it.
4432
8f62f2b8
MB
44332000-11-22 Miles Bader <miles@gnu.org>
4434
4435 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4436 * simple.el (minibuffer-avoid-prompt): New function.
4437
fb279a6d
GM
44382000-11-21 Gerd Moellmann <gerd@gnu.org>
4439
4440 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4441
867092e9
MB
44422000-11-21 Miles Bader <miles@gnu.org>
4443
ef860850
MB
4444 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4445 inclusion of `track-mouse'.
4446
867092e9
MB
4447 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4448 (refill-adjust-ignorable-overlay): New function.
4449 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4450 only the paragraph's tail if possible.
4451 Update `refill-ignorable-overlay'.
4452 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4453
4454 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4455 point inside the fill-prefix.
4456
4457 * textmodes/refill.el (refill-post-command-function): Don't reset
4458 refill-doit in the case where a self-insertion command doesn't
4459 case a refill. Use `refill-fill-paragraph-at', getting position
4460 from `refill-doit'.
4461 (refill-after-change-function): Set `refill-doit' to END.
4462 (refill-fill-paragraph-at): New function, mostly from old
4463 refill-fill-paragraph.
4464 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4465 (refill-pre-command-function): New function.
4466 (refill-mode): Add it to `pre-command-hook'.
4467
ff9ab414
GM
44682000-11-20 Gerd Moellmann <gerd@gnu.org>
4469
29a01b72
GM
4470 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4471
ff9ab414
GM
4472 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4473 javadoc tags.
eaae8106 4474
885b211b
AS
44752000-11-20 Andre Spiegel <spiegel@gnu.org>
4476
4477 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4478 vc.el).
4479
eaae8106 4480 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4481 require vc.
eaae8106
SS
4482
4483 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4484 checkouts.
eaae8106 4485
d1838556
DL
44862000-11-20 Dave Love <fx@gnu.org>
4487
4488 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4489
2b69bc11 44902000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4491
2b69bc11
GM
4492 * calculator.el (calculator-paste): Use `if' instead of `and'
4493 and `or'.
4494 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4495
b95b34e5
GM
44962000-11-19 Gerd Moellmann <gerd@gnu.org>
4497
030de92f
GM
4498 * info.el (info-menu-5): Doc fix.
4499
b95b34e5
GM
4500 * textmodes/artist.el: New file.
4501
54970452
AS
45022000-11-19 Andre Spiegel <spiegel@gnu.org>
4503
eaae8106 4504 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4505 and differentiate according to checkout model.
4506 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4507 since this function is only concerned with master state.
4508
83c9cb8e
SM
4509 * vc-hooks.el (vc-workfile-unchanged-p)
4510 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4511
83c9cb8e
SM
4512 * vc.el (vc-workfile-unchanged-p)
4513 (vc-default-workfile-unchanged-p): See above.
54970452 4514
e5a9dabf
MB
45152000-11-19 Miles Bader <miles@gnu.org>
4516
4517 * image-file.el (insert-image-file): Make `intangible' and
4518 `read-only' properties rear-nonsticky too.
4519
24127af0
GM
45202000-11-18 Gerd Moellmann <gerd@gnu.org>
4521
d392e9c5 4522 * ps-print.el: Update copyright notice.
eaae8106 4523
d392e9c5
GM
4524 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4525 (tooltip-show): Use the offsets.
4526
24127af0 4527 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4528 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4529 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4530
2b69bc11 45312000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4532
2b69bc11
GM
4533 * ps-print.el (toplevel): Test for find-coding-system being
4534 fboundp before calling ps-x-find-coding-system.
08ea6f17 4535
66321b2f
SM
45362000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4537
4538 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4539 (vc-version-backup-file): Docstring fix.
4540
046110c6
GM
45412000-11-16 Gerd Moellmann <gerd@gnu.org>
4542
4104194e
GM
4543 * files.el (basic-save-buffer): Don't add a newline if
4544 find-file-literally is non-nil.
4545 (find-file-literally): Extend doc string.
4546
046110c6
GM
4547 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4548 sort(1) with the `-f' argument.
4549
6505c16e
AS
45502000-11-16 Andre Spiegel <spiegel@gnu.org>
4551
fd063975
AS
4552 * vc.el: Updated backend documentation.
4553 (vc-default-check-headers): New function.
4554
3d02dd81 4555 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4556
4557 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4558 up-to-date.
eaae8106 4559 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4560 the minibuffer is not active.
fd063975 4561
eaae8106 4562 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4563 `vc-cvs-use-edit' is on.
eaae8106
SS
4564 (vc-cvs-checkout): When this is used for reverting the workfile,
4565 make a backup of the original contents and revert to that in case
8791d617 4566 of error.
eaae8106 4567 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4568 remote repositories.
eaae8106 4569
6505c16e
AS
4570 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4571 for both version and ratio in the minibuffer.
fd063975 4572
eaae8106 4573 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4574 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4575
a13f0660
KH
45762000-11-16 Kenichi Handa <handa@etl.go.jp>
4577
4578 * international/quail.el (quail-start-translation): Don't call
4579 `message' before reading key sequence.
4580
1389a414
MB
45812000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4582
4583 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4584
9256a532
KH
45852000-11-16 Kenichi Handa <handa@etl.go.jp>
4586
4587 * window.el (fit-window-to-buffer): Be sure to acquire at least
4588 one text line even if the buffer is empty.
4589
0e14fe9f
GM
45902000-11-16 Gerd Moellmann <gerd@gnu.org>
4591
eaae8106 4592 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4593 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4594 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4595
da645c53
DL
45962000-11-15 Dave Love <fx@gnu.org>
4597
83c9cb8e
SM
4598 * wid-edit.el (widget-specify-field, widget-specify-button):
4599 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4600 widget-mouse-help.
4601 (widget-mouse-help): New function.
4602 (widget-echo-help): Rewritten for :help-echo functions only taking
4603 a widget arg.
4604
83c9cb8e
SM
4605 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4606 Use display-graphic-p.
b12057b9
DL
4607 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4608 and that JPEG is available.
4609 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4610
da645c53
DL
4611 * international/mule-cmds.el (locale-charset-language-names):
4612 Match @euro.
4613
6d133d1f
GM
46142000-11-15 Gerd Moellmann <gerd@gnu.org>
4615
83c9cb8e
SM
4616 * faces.el (face-set-after-frame-default):
4617 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4618 default face from X resources.
4619
49ac2ac5
EZ
46202000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4621
4622 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4623 Don't set EMACSLOADPATH.
4624
4fb0a34c
EZ
46252000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4628 texinfo-insert-@url.
4629 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4630 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4631
bb304a7a
SM
46322000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4633
82bc80bf
SM
4634 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4635 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4636 (checkdoc-minor-keymap): Backward compatibility.
4637 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4638 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4639 (checkdoc-this-string-valid-engine): Be a bit more strict
4640 to avoid matching substrings of `...' quoted vars/funs.
4641 (checkdoc-defun-info): Only look for `interactive' if alone.
4642 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4643
e8c87124
SM
4644 * progmodes/compile.el (grep): `tag-default' can be nil.
4645
bb304a7a
SM
4646 * newcomment.el (comment-indent): Paren typo.
4647
8628686a
DL
46482000-11-14 Dave Love <fx@gnu.org>
4649
25c269ef
DL
4650 * calculator.el: New maintainer version.
4651
66321b2f 4652 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4653
8628686a
DL
4654 * cmuscheme.el: Doc fixes.
4655 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4656 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4657
4658 * xscheme.el (scheme-program-name): Don't define here.
4659
4660 * progmodes/scheme.el (scheme-program-name): New variable
4661 (originally in cmuscheme).
4662
88f0a1eb
MB
46632000-11-14 Miles Bader <miles@gnu.org>
4664
4665 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4666 Handle header-lines. Don't loop forever if we can't enlarge the
4667 window anymore. Simplify a bit.
4668
cd9a000c
KH
46692000-11-14 Kenichi Handa <handa@etl.go.jp>
4670
4671 * window.el (fit-window-to-buffer): Don't check
4672 window-text-height. Assure that the last line is fully visible.
4673
83c9cb8e
SM
4674 * international/quail.el (quail-show-guidance-buf):
4675 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4676 buffer.
4677 (quail-update-guidance): Avoid making the guidance buffer shorter.
4678
d3fcda22
SM
46792000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4680
bdbd9606
SM
4681 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4682 rather than `prepend' and add an interesting comment.
4683 (tex-math-face, tex-font-lock-syntactic-face-function):
4684 New face and function to use it.
4685 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4686 than `menu-enable' symbol property.
4687 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4688 (tex-mode): Add some latex-mode commands for auto-selection.
4689 Use tex-font-lock-syntactic-face-function.
4690 (tex-insert-quote): Simplify.
4691 (tex-shell): New mode.
4692 (tex-start-shell): Use it.
4693 (tex-shell-proc, tex-shell-buf): New functions.
4694 (tex-send-command): Use it.
4695 (tex-main-file): Fix the meaning of the new arg REALFILE.
4696 (tex-send-tex-command): New function split from `tex-start-tex'.
4697 Set compilation-last-buffer and compilation-parsing-end.
4698
d3fcda22
SM
4699 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4700 when it follows non-comment text on the line.
4701
4702 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4703 Set font-lock-defaults.
4704 (lisp-mode-shared-map): Init inside the defvar.
4705 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4706 Use define-derived-mode.
4707
bdab1d43
MB
47082000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4709
4710 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4711
936ae731
GM
47122000-11-14 Gerd Moellmann <gerd@gnu.org>
4713
83c9cb8e
SM
4714 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4715 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4716 recursion; see comment there.
4717
1695ca2b
EZ
47182000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4719
4720 * faces.el (face-spec-set-match-display): Revert the change from
4721 2000-10-24. Add a FIXME for after v21.1.
4722
9d348294
MB
47232000-11-13 Miles Bader <miles@gnu.org>
4724
4725 * textmodes/fill.el (skip-line-prefix): New function.
4726 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4727 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4728 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4729 point inside the fill-prefix.
9d348294 4730
b85fa13c
MB
47312000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4732
83c9cb8e
SM
4733 * calendar/calendar.el (generate-calendar-window):
4734 Use `fit-window-to-buffer'.
b85fa13c 4735
a0b47716
SM
47362000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * gud.el (gud-minor-mode): New var.
4739 (gud-symbol, gud-val): New functions.
4740 (gud-find-file): Copy gud-minor-mode to the new buffer.
4741 (gud-menu-map): Include entries for commands that are not always
4742 available, using :enable to (de)activate them.
4743 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4744 (gud-mode-map): New map.
eaae8106 4745 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4746 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4747 Don't set up gud's menu (it's done by the minor-mode).
4748 (gud-minibuffer-local-map): New.
4749 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4750 (gud-query-cmdline): New function.
4751 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4752 (gud-mode): Use define-derived-mode.
4753 Don't set up gud's menu (it's done by the minor-mode).
4754 (gud-chop-words): Remove.
4755 (gud-common-init): Use split-string instead.
4756 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4757
4758 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4759 Add keyword arg :name.
4760
4761 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4762 (diff-count-matches, diff-split-hunk): New functions.
4763 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4764
4765 * pcvs-info.el (cvs-fi-conflict-face): New var.
4766
4767 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4768 Make it into a simple syntax-table, shared among all submodes.
4769 (sh-heredoc-face): Re-introduce.
4770 (sh-font-lock-syntactic-face-function): New function.
4771 (sh-mode): Use it. Also use define-derived-mode.
4772 Remove old bogus setting of indent-region-function.
4773 (sh-set-shell): Don't set the syntax-table any more.
4774 (sh-mode-syntax-table) <defun>: Remove.
4775
f5ed37df
MB
47762000-11-12 Miles Bader <miles@gnu.org>
4777
4778 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4779 message if interactive.
4780
0b074c2f
DL
47812000-11-12 Dave Love <fx@gnu.org>
4782
4783 * mail/feedmail.el: Fix header,
4784 (feedmail) <defgroup>: Add :link.
4785
4786 * view.el: Use local-map property, not keymap on mode-line string.
4787
83c9cb8e
SM
4788 * scroll-all.el (scroll-all-mode): Customize variable.
4789 Add autoload cookie to function.
0b074c2f
DL
4790
4791 * lazy-lock.el: Remove compatibility code.
4792
4793 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4794 (finder-help-echo): New variable.
4795 (finder-mouse-face-on-line): Add help-echo stuff.
4796 (finder-list-keywords, finder-list-matches): Use mapc.
4797
4798 * faces.el (face-font-registry-alternatives): Add :version.
4799
4800 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4801 tags-table-list.
4802
a0b47716 4803 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4804
a0b47716 4805 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4806 (mail-mode): Use [:alnum:] in some regexps.
4807
6d502396
DL
48082000-11-10 Dave Love <fx@gnu.org>
4809
4810 * ediff.el (ediff-regions-internal, ediff-documentation):
4811 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4812 fundamental mode.
4813
4814 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4815 buffer into fundamental mode.
4816 (ediff-set-difference): Use copy-sequence if available.
4817
83c9cb8e
SM
4818 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4819 Check ediff-patch-map non-nil.
6d502396
DL
4820 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4821 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4822 buffer into fundamental mode.
4823
4824 * ediff-merg.el (state-or-merge): Defvar when compiling.
4825
a82fe213
JR
48262000-11-10 Jason Rumney <jasonr@gnu.org>
4827
4828 * w32-fns.el (w32-add-charset-info): New function.
4829 (w32-charset-info-alist): Use it.
4830
52d89894
GM
48312000-11-10 Gerd Moellmann <gerd@gnu.org>
4832
4833 * faces.el (face-font-registry-alternatives): New user-option.
4834
178932de
SM
48352000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4836
d7fa3319
SM
4837 * textmodes/texinfo.el (texinfo-block-default): New var.
4838 (texinfo-insert-block): Use it. Insert a newline if needed.
4839
178932de
SM
4840 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4841 (fill-region-as-paragraph): Use it.
4842
4843 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4844 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4845 Tweak paragraph regexps to allow a leading [ \t]*.
4846 (tex-latex-block): Insert a newline if necessary.
4847 (latex-insert-item): Only insert a newline if necessary.
4848 (tex-guess-main-file): New function.
4849 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4850 Set tex-main-file if TeX-master is provided.
4851 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4852
bd02b8e0
GM
48532000-11-10 Gerd Moellmann <gerd@gnu.org>
4854
4855 * startup.el (command-line): Set the default tooltip-mode
4856 to t for graphical displays which implement x-show-tip.
4857
4858 * tooltip.el (tooltip-mode): Add a comment about startup.el
4859 setting the default value of this user-option.
4860
b29b03eb
SM
48612000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4862
4863 * font-lock.el (font-lock-*-face) <defvar>: Move.
4864 (font-lock-defaults-alist): Mark obsolete.
4865 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4866 (font-lock-mode): Use define-minor-mode.
4867 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4868 (font-lock-turn-off-thing-lock): Be more explicit.
4869 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4870 (font-lock-syntactic-face-function): New var.
4871 (font-lock-fontify-syntactically-region): Use it.
4872 (font-lock-doc-face): New.
4873
4874 * pcvs.el (cvs-enabledp): Ignore errors.
4875 (cvs-commit-filelist): Never query.
4876 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4877 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4878 (cvs-do-removal): Use cvs-partition rather than delete-if.
4879 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4880 cvs-bury-buffer.
4881
4882 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4883 Allow `next' to jump to after the end of the last match.
4884
778fbc46
GM
48852000-11-09 Gerd Moellmann <gerd@gnu.org>
4886
730c746c
GM
4887 * simple.el (byte-compiling-files-p): New function.
4888
4889 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4890 if it is there.
4891
4892 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4893 nil again.
4894
778fbc46
GM
4895 * textmodes/ispell.el (ispell-library-path): Don't call
4896 check-ispell-version when byte-compiling because that starts
4897 an ispell process, and ispell might not be installed.
4898 (toplevel): Don't set up a menu when byte-compiling.
4899
4900 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4901 it, so that a boundp test can be used to determine if we're
4902 currently byte-compiling.
4903
5912c5bb
DL
49042000-11-09 Dave Love <fx@gnu.org>
4905
83c9cb8e 4906 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4907
7bb054a5
GM
49082000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4909
83c9cb8e
SM
4910 * ps-print.el: Patch for variable initialization when spooling.
4911 Doc fix.
7bb054a5
GM
4912 (ps-output-list): Fun eliminated.
4913 (ps-begin-file, ps-begin-job): Code fix.
4914
9db2706e
DL
49152000-11-08 Dave Love <fx@gnu.org>
4916
83c9cb8e 4917 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4918
f7eb32aa
GM
49192000-11-08 Gerd Moellmann <gerd@gnu.org>
4920
4921 * simple.el (shell-command, display-message-or-buffer)
4922 (shell-command-on-region): Mention resize-mini-windows in the doc
4923 string.
4924 (display-message-or-buffer): Take the value of resize-mini-windows
4925 into account.
4926
7b01b08c
GM
49272000-11-07 Gerd Moellmann <gerd@gnu.org>
4928
acad3c0b
GM
4929 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4930
7b01b08c
GM
4931 * dired.el (dired-between-files): Add `^. find' as an alternative
4932 to the regular expression, for find-dired.
4933
6f602bd0
SM
49342000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4935
4936 * textmodes/texnfo-upd.el: Require texinfo.
4937 (defmacro, defgroup): Remove.
4938 (texinfo-section-to-generic-alist): Remove.
4939 Use texinfo-section-list instead (i.e. level is changed string->int).
4940 (texinfo-filter): New function.
4941 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4942 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4943 Use it. And use regexp-opt.
4944 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4945 (texinfo-update-menu-region-beginning)
4946 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4947 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4948 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4949 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4950 (texinfo-sequential-node-update): Remove autoload cookie.
4951
4952 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4953 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4954 (texinfo-chapter-level-regexp): Remove.
4955 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4956
bb216218
DL
49572000-11-06 Dave Love <fx@gnu.org>
4958
6f602bd0 4959 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4960
6f602bd0
SM
4961 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4962 Match defun*.
bb216218 4963
ff8dd5d5
KH
49642000-11-06 Kenichi Handa <handa@etl.go.jp>
4965
4966 * composite.el (composition-function-table): Variable declaration
4967 moved to src/composite.c.
4968 (compose-chars-after): New optional arg object.
4969
e9da51a1
GM
49702000-11-06 Gerd Moellmann <gerd@gnu.org>
4971
e0c12c68
GM
4972 * bindings.el (mode-line-toggle-read-only)
4973 (mode-line-toggle-modified, mode-line-widen)
4974 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4975 (make-mode-line-mouse2-map): Rewritten.
4976 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4977 functions so that C-h k can show something with a doc string.
eaae8106 4978
e9da51a1
GM
4979 * startup.el (fancy-splash-delay): Set to 10 seconds.
4980 (fancy-splash-max-time): New user-option.
4981 (fancy-splash-stop-time): New variable.
4982 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4983 (fancy-splash-screens-1): Throw `stop-splashing' when current
4984 time is greater than fancy-splash-stop-time.
4985
611dbdf0
SM
49862000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4987
4d2806e2
SM
4988 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4989
611dbdf0
SM
4990 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4991 Prompt user for a file rather than raising an error.
4992 (cvs-enabledp): Fix call to cvs-mode-marked.
4993 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4994 (cvs-mode-insert): Use it. Change the init prompt' value.
4995 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4996
4997 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4998 Don't pass default arg to ewoc-locate.
4999 (ewoc-collect): Return result in the right order.
5000
5001 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5002
5003 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5004 (cvs-status-get-tags): Fix regexp.
5005 (cvs-status-trees, cvs-status-cvstrees):
5006 Combine after change hooks and don't sit-for.
4d2806e2
SM
5007 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5008 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5009 Use make-char rather than hard-coded cryptic data.
5010 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5011
5012 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5013
5014 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5015 (cvs-insert-strings): New function.
5016
937b2877
MB
50172000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5018
5019 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5020 `mwheel-scroll-amount'.
5021 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5022 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5023 string-matching against the version string.
5024
c6c97763
KH
50252000-11-06 Kenichi Handa <handa@etl.go.jp>
5026
6eaec747
KH
5027 * language/thai.el ("Thai"): Set a lisp form that produces
5028 composed string in `sample-text' language info.
5029
5030 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5031 composed string in `sample-text' language info.
5032
83c9cb8e
SM
5033 * international/mule-cmds.el (describe-language-environment):
5034 Eval `sample-text' data and insert the result.
6eaec747 5035
c6c97763
KH
5036 * international/mule-conf.el (compound-text): Define this coding
5037 system here. Make x-ctext and ctext aliases of it.
5038
5039 * language/european.el (compound-text, ctext): Moved to
5040 international/mule-conf.el.
5041
d1145f85
AI
50422000-11-05 Andrew Innes <andrewi@gnu.org>
5043
5044 * w32-fns.el (w32-version): New function.
5045
178a6a45
SM
50462000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5047
5048 * progmodes/awk-mode.el: Update copyright.
5049 (awk-mode-abbrev-table): Remove.
5050 (awk-font-lock-keywords): Use regexp-opt.
5051 (awk-mode): Use define-derived-mode.
5052
5053 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5054 when extracting a suffix.
5055
1ba90166
AS
50562000-11-04 Andre Spiegel <spiegel@gnu.org>
5057
5058 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5059 auto-save-mode.
5060
546790cb
JR
50612000-11-04 Jason Rumney <jasonr@gnu.org>
5062
5063 * language/european.el (decode-mac-roman): Test against r1 not r0.
5064
d247e32d
SM
50652000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5066
fbf44f44
SM
5067 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5068 (icon-mode): Define indent-line-function.
5069 (icon-comment-indent): Simplify.
5070 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5071
5072 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5073
5074 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5075 Bind change-log-default-mode to defeat the caching done on it.
5076 Don't bother saving excursion any more.
5077
5078 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5079
5080 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5081 (set-frame-font): Use the new name (and the old for compatibility).
5082
eaae8106
SS
5083 * toolbar/tool-bar.el (tool-bar-mode):
5084 * time.el (display-time-mode):
5085 * recentf.el (recentf-mode):
5086 * paren.el (show-paren-mode):
5087 * mwheel.el (mouse-wheel-mode):
5088 * msb.el (msb-mode):
5089 * jka-compr.el (auto-compression-mode):
5090 * image-file.el (auto-image-file-mode):
5091 * hl-line.el (hl-line-mode):
5092 * delsel.el (delete-selection-mode):
5093 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5094 * complete.el (partial-completion-mode): Drop unneeded positional args.
5095
eaae8106 5096 * info.el (Info-mode):
79372165 5097 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5098
d247e32d
SM
5099 * log-edit.el (log-edit-menu): New menu.
5100
4921558e
MB
51012000-11-03 Miles Bader <miles@gnu.org>
5102
5103 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5104 definition, so that trailing spaces are handled properly.
5105 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5106
1fc02b3c
GM
51072000-11-03 Gerd Moellmann <gerd@gnu.org>
5108
5109 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5110 tab character.
5111 (fancy-splash-screens): Set tab-width to 20.
5112
51d001f7
DL
51132000-11-03 Dave Love <fx@gnu.org>
5114
5115 * comint.el (comint-completion-addsuffix): Fix custom type.
5116
ba22aeff
SM
51172000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5118
5119 * font-lock.el (font-lock-buffers): Remove.
5120 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5121 (font-lock-change-major-mode): Remove.
5122 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5123 (font-lock-default-fontify-region): Extend the multiline
5124 fontification to whole lines.
5125 (font-lock-fontify-anchored-keywords)
5126 (font-lock-fontify-keywords-region): If matching just one
5127 line (with \n) only mark the \n as multiline.
5128
5129 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5130 Correctly handle the case where several :group args are supplied.
5131 Allow :extra-args.
5132 (easy-mmode-define-global-mode): Allow :extra-args.
5133 Correctly handle the case where several :group args are supplied.
5134
9c887ada
MB
51352000-11-02 Miles Bader <miles@gnu.org>
5136
eaae8106 5137 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5138 (holiday-face): Remove dependency on `window-system'.
5139
7f25090d
KR
51402000-11-02 Ken Raeburn <raeburn@gnu.org>
5141
5142 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5143 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5144 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5145
7dd6009c
DL
51462000-11-02 Dave Love <fx@gnu.org>
5147
5148 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5149
94821e4f
EZ
51502000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5151
5152 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5153 punctuation in the warning inserted into the *mail* buffer.
5154
1ac3fc42
GM
51552000-11-02 Gerd Moellmann <gerd@gnu.org>
5156
57731876
GM
5157 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5158 (authors-public-domain-p): New function.
5159 (authors-print): Use it.
5160
975f82c9
GM
5161 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5162
1ac3fc42
GM
5163 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5164
4b3eb10f
GM
51652000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5166
975f82c9 5167 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5168 (ps-print-version): New version number (6.3.1).
5169 (ps-even-or-odd-pages): Customization fix.
5170 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5171 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5172 (ps-page-count): Var replaced by `ps-page-column'.
5173 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5174 (ps-print-sheet-p): New fun.
5175
7da794df
MB
51762000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5177
5178 * tooltip.el (tooltip-gud-tips-setup): New function.
5179 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5180 (tooltip-mode): Call tooltip-gud-tips-setup.
5181 (tooltip-gud-tips): Use `gud-basic-call' instead of
5182 process-send-string, so the prompt gets frobbed appropriately.
5183 Handle nil return value from `tooltip-gud-print-command'.
5184
0e40b809
EL
51852000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5186
5187 * comint.el (comint-add-to-input-history): New function.
5188 (comint-send-input): Use `comint-add-to-input-history'.
5189
50ada0db
MB
51902000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5191
973a3104
MB
5192 * info.el (info-menu-header): New face.
5193 (Info-fontify-menu-headers): New function.
5194 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5195
50ada0db
MB
5196 * info.el (Info-insert-dir): Don't include blank lines at
5197 beginning of additional dir files (one is added automatically).
5198
bff53411
SM
51992000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5200
5201 * emacs-lisp/easy-mmode.el (define-minor-mode):
5202 Revert the latest changes.
5203 Allow the three positional arguments to be skipped and replaced
5204 by keyword arguments.
5205 Add a :toggle argument to determine whether a nil arg means toggle
5206 or means turn-on. The default is unchanged.
5207 Add a call to force-mode-line-update.
5208
6b8a0b2d
DL
52092000-11-01 Dave Love <fx@gnu.org>
5210
83c9cb8e 5211 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5212
5bf99100
MB
52132000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5214
83c9cb8e
SM
5215 * calendar/calendar.el (diary-face, holiday-face):
5216 Add dark-background variants.
5bf99100 5217
a4032611
SS
52182000-10-31 Sam Steingold <sds@gnu.org>
5219
5220 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5221 `tex-main-file' does not have directory in it.
5222
c286608e
SM
52232000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5224
5225 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5226
4836835a
TTN
52272000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5228
5229 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5230 functional change.
5231
26dcb81b
GM
52322000-10-31 Gerd Moellmann <gerd@gnu.org>
5233
5234 * files.el (find-file-noselect): When we expand a wildcard, return
5235 a list of buffers, as we should do according to the doc string.
5236
49fc4500
KR
52372000-10-31 Ken Raeburn <raeburn@gnu.org>
5238
5239 * loadup.el (top level): Adjust load path if program name is
5240 "../src/bootstrap-emacs", in case it's not dumped and thus the
5241 load path adjustment hasn't already been done.
5242
ea0c615d
GM
52432000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5244
83c9cb8e
SM
5245 * ps-print.el: Fix bug on selected pages for printing.
5246 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5247 is on. Try to avoid warning messages when compiling. Doc Fix.
5248 (ps-print-version): New version number (6.3).
5249 (ps-color-device): Use `color-values' to determine if device
5250 supports color.
5251 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5252 (ps-print-page-p): Changed from defsubst to defun.
5253 (ps-page-number): Changed from defmacro to defun.
5254 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5255 printing.
c286608e 5256 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5257 (ps-end-file, ps-dummy-page): Funs eliminated.
5258 (ps-print-color-scale): Changed default value.
5259 (ps-page-n-up, ps-print-page-p): New internal vars.
5260 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5261 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5262
9e20722f
GM
5263 * delim-col.el: Little programming improvement.
5264 (delimit-columns-str): New macro.
5265 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5266
d7a0fd00
KH
52672000-10-31 Kenichi Handa <handa@etl.go.jp>
5268
c286608e
SM
5269 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5270 Moved to european.el.
d7a0fd00
KH
5271 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5272 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5273 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5274 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5275
234be340
DL
52762000-10-30 Dave Love <fx@gnu.org>
5277
5278 * progmodes/cc-menus.el (imenu-generic-expression)
5279 (imenu-progress-message): Only defvar when compiling.
5280
4edc4a39
DL
5281 * emacs-lisp/elp.el (elp-unload-hook): New function.
5282
5283 * loadhist.el (unload-feature): Call elp-restore-function,
5284 checking for symbols; don't use elp-restore-all.
5285 (loadhist-hook-functions): Doc fix.
5286
70c825df
SM
52872000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5288
5289 * log-edit.el (log-edit-confirm): Fix the default.
5290
1d3baf74
GM
52912000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5292
5293 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5294 delimit-columns-format.
5295 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5296
1ec321a7
MB
52972000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5298
5299 * comint.el (comint-replace-by-expanded-history): Don't use
5300 comint-get-old-input (we're not looking at *old* input).
5301 (comint-get-old-input-default): If using fields, signal an error
5302 when the point is not in an input field.
5303
70737ea9
KH
53042000-10-30 Kenichi Handa <handa@etl.go.jp>
5305
5306 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5307 and mule-unicode-e000-ffff.
5308
fa0cb51d 5309 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5310 (make-coding-system): Accept a symbol of translation table as a
5311 value of property `safe-chars'.
5312
5313 * international/mule-cmds.el (encode-coding-char): Check property
5314 safe-chars instead of safe-charsets.
5315
5316 * international/fontset.el (fontset-default): Modified for
5317 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5318 (x-font-name-charset-alist): Likewise.
5319 (ccl-encode-unicode-font): New CCL program. Record it in
5320 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5321
70c825df
SM
5322 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5323 New translation tables.
70737ea9
KH
5324 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5325 programs are modified and moved from mac-win.el.
5326 (mac-roman): Definition of this coding system is modified and
5327 moved from mac-win.el.
4836835a 5328
fda2ce24 53292000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5330
1d3baf74 5331 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5332 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5333
dd4d3cb6
MB
53342000-10-29 Miles Bader <miles@gnu.org>
5335
5336 * custom.el (custom-add-to-group): Allow multiple entries for a
5337 given value OPTION, as long as their widget types are different.
5338 * cus-edit.el (custom-face-value-create): If face name doesn't end
5339 with "face", add such here (similar to custom group widgets).
5340
5341 * comint.el (comint-highlight-prompt): Add :type.
5342
dace60cf
JW
53432000-10-28 John Wiegley <johnw@gnu.org>
5344
dace60cf
JW
5345 * calendar/timeclock.el (timeclock-log): Doc fix.
5346 (timeclock-last-event): Doc fix.
83c9cb8e 5347 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5348 (timeclock-find-discrep): Use a temp buffer to read in the
5349 timelog, instead of visiting the file.
5350 (timeclock-log-data): A new function, along with a host of helper
5351 functions, for the purpose of making timelog data accessible to
5352 programmers.
5353
5354 * eshell/esh-mode.el (window-height test): Make certain that
5355 `eshell-stringify-t' is non-nil.
5356 (eshell-password-prompt-regexp): Changed to a much simpler
5357 password regexp.
5358 (eshell-send-input): If `eshell-invoke-directly' returns t,
5359 directly invoke the parsed command using `eval'. This improves
5360 turn-around time on simple commands by a factor of three or
5361 greater, such as cd, ls, pwd, etc. -- which get used very often.
5362 It also conserves thousands of cons cells per call (since
5363 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5364 in the Pacific Cookie Company).
5365
5366 * eshell/esh-test.el (eshell-test): Whitespace fix.
5367
83c9cb8e
SM
5368 * eshell/em-ls.el (eshell-ls-insert-directory):
5369 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5370
5371 * eshell/em-script.el (eshell-script-initialize): Add names to
5372 `eshell-complex-commands, since `source' and `.' are complex.
5373
0467b076
EZ
5374 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5375 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5376 `eshell-copy-handles'.
5377 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5378 bodies.
5379 (eshell-separate-commands): Whitespace fix.
5380 (eshell-complex-commands): Added a new list of names, for
5381 determining whether a given command is as simple as it looks.
5382 (eshell-invoke-directly): New function. Returns t if a command
5383 should be invoked directly (using `eval'), rather than indirectly
5384 using `eshell-do-eval'.
5385 (eshell-do-eval): Whitespace fix.
5386
5387 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5388 which provides an emulation of the DOS shell behavior of assuming
5389 that cp/mv/ln should copy/move/link to the current directory.
5390 (eshell-remove-entries): Added a doc string.
5391 (eshell-shuffle-files): Removed the check for `target' being null.
5392 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5393 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5394 it to do a smarter check of whether a destination was provided.
5395 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5396 (eshell/ln): Enable `:preserve-args', and use
5397 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5398 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5399 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5400 list after flattening it. This makes it possible to cat files
5401 with numerical names.
5402 (eshell-unix-initialize): Added several names to
5403 `eshell-complex-commands.
5404 (eshell-unix-command-complex-p): Return t if a given command name
5405 may result in external processes being invoked.
5406
5407 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5408 variable nil by default, since it slows down glob processing by a
5409 factor of two or more, and increases memory consumption.
5410
5411 * eshell/em-smart.el: Added a note about how memory consumptive
5412 smart display mode can be (at least this is true in Emacs 21).
5413 (eshell-smart-initialize): Whitespace fix.
5414 (eshell-refresh-windows): Use `if' instead of `when'.
5415 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5416 not necessary.
83c9cb8e 5417 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5418
5419 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5420 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5421 Whitespace fix.
5422 (eshell-ls-exclude-hidden): Added this variable in addition to
5423 `eshell-ls-exclude-regexp'. This one prevents files beginning
5424 with . from even being read, which can improve memory consumption
5425 quite a bit.
5426 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5427 read file entries beginning with a dot. In home directories with
5428 lots of hidden files, fully two-thirds of the time spent in ls is
5429 used to read directory entries that are immediately thrown away.
5430 (eshell-ls-initial-args): Added back this configuration variable,
5431 for specifying default initial arguments to every call to ls.
5432 Much faster than using an alias to do the same thing.
5433 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5434 (eshell-ls-dir): Whitespace change.
5435
5436 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5437
83c9cb8e 5438 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5439 (eshell-stringify-t): Added a customization variable, to indicate
5440 whether `t' should be rendered as a string at all. If not, one
5441 can still determine if the result of an expression is true using
5442 "file-exists-p FILE && echo true".
5443 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5444 stringify t!
5445
5446 * eshell/esh-module.el: Whitespace fix.
5447
83c9cb8e
SM
5448 * eshell/em-alias.el (eshell-alias-initialize):
5449 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5450 (eshell-command-aliased-p): New function that returns t if a
5451 command name names an aliased.
5452
657f9cb8 54532000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5454
0467b076 5455 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5456 redrawing the screen when changing cursor color.
0467b076
EZ
5457 (viper-insert-state-pre-command-sentinel)
5458 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5459 (viper-replace-state-post-command-sentinel):
5460 Use viper-preserve-cursor-color.
657f9cb8
MK
5461 Many functions changed to use viper= instead of = when comparing
5462 characters.
0467b076 5463 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5464 working with characters.
0467b076 5465 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5466 Many functions changed to use viper= instead of = when comparing
5467 characters.
0467b076 5468 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5469
0467b076 5470 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5471 Several typos fixed in various docstrings.
0467b076 5472 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5473 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5474 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5475 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5476 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5477 (ediff-get-selected-buffers): New function.
5478 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5479 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5480 Use save-window-excursion.
0467b076 5481 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5482 termination check in while loop.
0467b076 5483 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5484 dired buffer.
0467b076
EZ
5485 (ediff-files,ediff-merge-files,ediff-files3)
5486 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5487
4f490d99
DL
54882000-10-28 Dave Love <fx@gnu.org>
5489
5490 * info.el (Info-fontify-node): Add help-echo for menu items.
5491
45b84006
EZ
54922000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5493
5ebc02b3
EZ
5494 * startup.el (normal-top-level): If the value of $TERM indicates
5495 we are running from xterm or one of its work-alikes, default to a
5496 light background mode.
5497
45b84006
EZ
5498 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5499 * faces.el (tty-handle-reverse-video): New function.
5500 (tty-create-frame-with-faces): Call it.
5501
5502 * frame.el (frame-notice-user-settings): Don't apply
5503 default-frame-alist and initial-frame-alist to MS-DOS frames.
5504 Call tty-handle-reverse-video, frame-set-background-mode, and
5505 face-set-after-frame-default for non-MS-DOS frames.
5506
5507 * startup.el (tty-long-option-alist): New variable.
5508 (tty-handle-args): New function.
5509 (command-line): Call tty-handle-args.
5510
5511 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5512 startup.el now does that for all character-terminal frames.
5513
eab6e8b9
MB
55142000-10-28 Miles Bader <miles@gnu.org>
5515
83c9cb8e
SM
5516 * emacs-lisp/easy-mmode.el (define-minor-mode):
5517 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5518 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5519 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5520 version using `easy-mmode-define-global-mode'.
5521 Add :conditional-turn-on keyword argument.
eab6e8b9 5522
51a29efc
DL
55232000-10-28 Dave Love <fx@gnu.org>
5524
83c9cb8e
SM
5525 * international/latin1-disp.el (latin1-char-displayable-p):
5526 Don't use window-system.
51a29efc 5527
d71d7114
EZ
55282000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5529
5530 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5531 Don't call find-buffer-file-type-coding-system. Instead, just
5532 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5533 if the file is on an untranslated filesystem.
5534 (add-untranslated-filesystem): Use "D" instead of "f" inside
5535 interactive.
5536
1f9cab4b
DL
55372000-10-27 Dave Love <fx@gnu.org>
5538
70c825df 5539 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5540 (refill-mode): Use it.
5541
70c825df
SM
55422000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5543
5544 * international/quail.el (quail-activate): Don't make-local-hook.
5545
7432cf10
AS
55462000-10-27 Andre Spiegel <spiegel@gnu.org>
5547
4836835a 5548 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5549 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5550 (vc-make-version-backup): Don't do it on MS-DOS without long file
5551 names.
4836835a 5552
7432cf10
AS
5553 * vc.el (vc-version-other-window): If an automatic backup of the
5554 desired version exists, rename it instead of copying it.
5555
4836835a
TTN
5556 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5557 after command. If there's an unexpected error, signal it instead
7432cf10 5558 of being silent.
e1483c38 5559 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5560
05ea7ef2
MB
55612000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5562
fd1035aa
MB
5563 * shell.el (shell): Add BUFFER argument.
5564 * comint.el (make-comint-in-buffer): New function.
5565 (make-comint): Use it.
5566
05ea7ef2
MB
5567 * faces.el (face-spec-choose): Change syntax so that the list of
5568 attribute-value pairs is now the cdr of each clause, not the cadr.
5569 Detect old-style entries, and handle them. Use pop.
5570
835a55fe
SM
55712000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5572
f5ab1cdd
SM
5573 * cus-edit.el (custom-mode-map): Use a sparse map.
5574 (custom-mode): Don't bother with make-local-hook.
5575
5576 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5577
835a55fe
SM
5578 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5579
c13b0ec8
GM
55802000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5581
5582 * ps-print.el: Avoid compilation gripes.
5583 (ps-print-version): New version number (6.2.1).
4836835a 5584
e9f63196
DL
55852000-10-26 Dave Love <fx@gnu.org>
5586
0b95284b
DL
5587 * menu-bar.el: Modify some menu item help strings.
5588 (menu-bar-help-menu): Add link to MORE.STUFF.
5589
e9f63196
DL
5590 * cus-edit.el (custom-mode): Add `special' mode-class property.
5591
5592 * wid-browse.el (widget-browse-mode): Likewise.
5593
5594 * wid-edit.el (widget-specify-field): Revert to using local-map
5595 property, not keymap.
5596
e276a14a
MB
55972000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5598
c1545d88
MB
5599 * wid-edit.el (widget-field-end): When checking for a `boundary'
5600 field, do so in the correct buffer.
5601
3c1b77ca
MB
5602 * simple.el (undo): Correctly distinguish between numeric and
5603 non-numeric prefix args in non-transient-mark-mode, as per the doc
5604 string. When in transient-mark-mode, treat all prefix-args as
5605 numeric.
5606
f5ab1cdd
SM
5607 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5608 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5609
5610 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5611 (comint-mode-map): Reverse order of `comint-write-output' and
5612 `comint-append-output-to-file'.
5613 (comint-append-output-to-file): Reinstate this function, for the
5614 benefit of the menu.
5615
d97151cb
SM
56162000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5617
5618 * vc.el (vc-version-other-window): Bind `file'.
5619
ea7d6f5b
GM
56202000-10-25 Gerd Moellmann <gerd@gnu.org>
5621
f5ab1cdd 5622 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5623
5624 * emacs-lisp/authors.el (batch-update-authors): New function.
5625 (authors-fixed-entries): New defconst.
5626 (authors-add-fixed-entries): New function.
5627 (authors): Call it.: Don't process lispref/.
5628
17c25cea
JR
56292000-10-25 Jason Rumney <jasonr@gnu.org>
5630
5631 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5632 Merge x w32 and mac definitions.
5633
4ecda532
GM
56342000-10-25 Gerd Moellmann <gerd@gnu.org>
5635
5636 * menu-bar.el (menu-bar-options-menu): Add a help string for
5637 `uniquify'.
5638
b6735035
GM
56392000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5640
f5ab1cdd
SM
5641 * time-stamp.el (time-stamp-string-preprocess):
5642 Fix a wrong type argument error.
b6735035 5643
f4cbc7a0
MB
56442000-10-25 Miles Bader <miles@gnu.org>
5645
5646 * recentf.el (recentf-mode): Variable removed.
5647 (recentf-mode): Use `define-minor-mode'.
5648
5649 * mwheel.el (mouse-wheel-mode): New global minor mode.
5650 (mwheel-install): Use `mouse-wheel-mode'.
5651
f4b020f6
DL
56522000-10-25 Dave Love <fx@gnu.org>
5653
f5ab1cdd
SM
5654 * progmodes/cperl-mode.el (cperl-mode):
5655 Set normal-auto-fill-function correctly.
072cb6f9 5656
83c9cb8e
SM
5657 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5658 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5659 bindings.
f4b020f6 5660
ebe2a441
MB
56612000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5662
ff4dcd4b
MB
5663 * wid-edit.el (widget-field-at): New function.
5664 (widget-at, widget-field-activate): Use it.
5665 (widget-tabable-at): Use `widget-at'.
5666 (widget-specify-field): If the terminating character of the widget
5667 field (which is read-only) is a newline, put it into a special
5668 `boundary' field so that C-n/C-p act more naturally.
5669 (widget-field-end): Also don't subtract one if a special
5670 `boundary' field has been added after the widget field.
5671
83c9cb8e
SM
5672 * comint.el (comint-output-filter, comint-send-input):
5673 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5674 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5675
ebe2a441
MB
5676 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5677 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5678 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5679
fe50b6ab
GM
56802000-10-24 Gerd Moellmann <gerd@gnu.org>
5681
53df4dda 5682 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5683 (authors): Set file coding system to iso-2022-7bit.
5684 Add file-local variables to output buffer.
53df4dda 5685
4836835a 5686 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5687 WARN is nil.
5688
53df4dda
GM
56892000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5690
5691 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5692
5693 * delim-col.el: Now there is a column formatting mechanism.
5694 Modified to customization mechanisms convention. Doc fix.
5695 (columns): New group for delim-col.
5696 (delimit-columns-before, delimit-columns-after)
5697 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5698 (delimit-columns-end): New vars.
5699 (delimit-columns-customize, delimit-columns-format): New funs.
5700 (delimit-columns-region, delimit-columns-rectangle)
5701 (delimit-columns-rectangle-line): Modified to support column
5702 formatting.
4836835a 5703
a9839779
DL
57042000-10-24 Dave Love <fx@gnu.org>
5705
5706 * log-edit.el (log-edit): Add :version and a :group for vc.
5707
df0267b8
GM
57082000-10-24 Gerd Moellmann <gerd@gnu.org>
5709
9acc3873
GM
5710 * files.el (after-find-file): Don't print a message ``New file''
5711 if WARN is nil.
5712
83c9cb8e
SM
5713 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5714 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5715 get duplicate tool-bar entries because we'll see the global ones
5716 on more than one path through keymaps.
5717
1946f901
GM
5718 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5719
df0267b8
GM
5720 * progmodes/cmacexp.el: Change Francesco's email address.
5721
ae3b264b
KH
57222000-10-24 Kenichi Handa <handa@etl.go.jp>
5723
5724 * window.el (fit-window-to-buffer): Adjust point of the window
5725 buffer, not that of the current buffer.
5726
23afac01
EZ
57272000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5728
5729 * progmodes/cmacexp.el: Update the euthor's email address.
5730
22d1a4ed
MB
57312000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5732
5733 * faces.el (face-spec-set-match-display): Add `graphic' display
5734 type (the inverse of `tty'). Use `display-graphic-p' instead of
5735 the window-system variable.
5736
f408aa48
KH
57372000-10-24 Kenichi Handa <handa@etl.go.jp>
5738
83c9cb8e
SM
5739 * international/isearch-x.el (isearch-with-input-method):
5740 Call input-method-function with the first event in
f408aa48
KH
5741 unread-command-events.
5742
94fe8a31
MB
57432000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5744
83c9cb8e 5745 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5746
8f47302e
AC
57472000-10-24 Andrew Choi <akochoi@i-cable.com>
5748
5749 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5750 New charsets.
5751
5752 * term/mac-win.el: Remove definitions of mac-roman-lower and
5753 mac-roman-upper, require dired, and define instead of set
5754 mac-ready-for-drag-n-drop to avoid compilation error.
5755
446c097e
AI
57562000-10-23 Andrew Innes <andrewi@gnu.org>
5757
83c9cb8e
SM
5758 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5759 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5760 expand-file-name after convert-standard-filename to ensure
5761 expected directory separators are used.
5762
379b70e7
EZ
57632000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5766
85c766e9
DL
57672000-10-23 Dave Love <fx@gnu.org>
5768
b7e03a67
DL
5769 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5770 (tool-bar-add-item): Set foreground and background for XBM icons.
5771
83c9cb8e
SM
5772 * international/latin1-disp.el (latin1-char-displayable-p):
5773 New function (from Handa).
b7e03a67
DL
5774 (latin1-display-check-font): Use it.
5775
0dcf8835 5776 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5777 using :key-sequence, making it much more usable.
5778 Use nconc, not append.
0dcf8835
DL
5779 (imenu--create-keymap-1): Avoid append.
5780
85c766e9 5781 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5782
cb3069bb
MB
57832000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5784
5785 [the following changes fix a bug where `define-minor-mode' didn't
5786 correctly generate :require clauses for defcustoms in compiled files]
5787 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5788 (byte-compile-log-file, byte-compile-log-1): Don't set
5789 `byte-compile-current-file' to nil. Instead set
5790 `byte-compile-last-logged-file' to it. Test whether
5791 byte-compile-current-file equals byte-compile-last-logged-file
5792 instead of whether its nil.
3b6542ba 5793 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5794
6db6243b
SM
57952000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5796
5797 * textmodes/refill.el: Fix var names in doc.
5798 (refill-mode): Don't bother with make-local-hook anymore.
5799
98490598
MB
58002000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5801
e01cd227
MB
5802 * faces.el (face-user-default-spec, face-default-spec): New functions.
5803 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5804 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5805 Use `face-user-default-spec'. Simplify code slightly.
5806
4836835a 5807 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5808 (woman-unknown-face): Add dark-background variants.
5809 (woman-default-faces): Renamed from `woman-colour-faces'.
5810 Set using the stored defaults, rather than using hard-wired colors.
5811 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5812 Just make the foreground `unspecified' rather than "black".
5813 (woman-menu): Rename menu entries accordingly.
5814
98490598
MB
5815 * faces.el (header-line): Make more reasonable on mono/grayscale
5816 displays.
5817
1a578e9b
AC
58182000-10-23 Andrew Choi <akochoi@i-cable.com>
5819
5820 * cus-edit.el (custom-button-face): Use 3D look for mac.
5821 (custom-button-pressed-face): Likewise.
5822
5823 * faces.el (set-face-attributes-from-resources): Handle mac frames
5824 in the same way as x and w32 frames.
5825 (face-valid-attribute-values): Likewise.
5826 (read-face-attribute): Likewise.
5827 (defined-colors): Likewise.
5828 (color-defined-p): Likewise.
5829 (color-values): Likewise.
5830 (display-grayscale-p): Likewise.
5831 (face-set-after-frame-default): Likewise.
5832 (mode-line): Same default face as for x and w32.
5833 (tool-bar): Likewise.
5834
5835 * frame.el: Remove call to frame-notice-user-settings at end of
5836 the file.
5837
83c9cb8e 5838 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5839 as for x, pc, and w32 frame types.
5840
5841 * term/mac-win.el: New file.
5842
aaaf7be7
DL
58432000-10-22 Dave Love <fx@gnu.org>
5844
5845 * textmodes/refill.el: New file.
5846
5392d654
AS
58472000-10-22 Andre Spiegel <spiegel@gnu.org>
5848
4836835a 5849 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5850 MANUAL and REGEXP.
4836835a 5851 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5852 New functions.
5853 (vc-before-save): Use the latter.
5854 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5855 confusion.
5856
4836835a 5857 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5858 expected by vc[-hooks].el.
5859
5860 * vc.el (vc-checkout): Added `-p' suffix in call to
5861 vc-make-version-backups-p; use vc-make-version-backup to actually
5862 make the backup.
5863 (vc-version-other-window, vc-version-backup-file): Handle both
5864 automatic and manual backups.
5865 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5866 of all of them.
5867
1e221c16
MB
58682000-10-22 Miles Bader <miles@gnu.org>
5869
7ff4fda5
MB
5870 * comint.el (comint-highlight-input, comint-highlight-prompt):
5871 Renamed, `-face' at end removed.
5872 (comint-send-input, comint-output-filter): Use renamed faces.
5873
3511cde8
MB
5874 * window.el (fit-window-to-buffer): Change defaulting of
5875 MAX-HEIGHT slightly.
5876
1e221c16
MB
5877 * faces.el (color-values, color-defined-p): Use `member', not
5878 `memq', because it works correctly for strings.
5879 (frame-set-background-mode): Actually, "unspecified-fg" and
5880 "unspecified-bg" *are* strings. Use `member', not `memq', and
5881 `equal', not `eq', when a string value is possible.
5882
b6ef4898
EZ
58832000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5884
5885 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5886
34939e2c
SM
58872000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5888
5889 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5890 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5891 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5892 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5893 (sh-font-lock-syntactic-keywords): Use them.
5894 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5895 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5896 (sh-mode): Don't override font-lock-unfontify-region-function.
5897 Use a copy of sh-font-lock-syntactic-keywords.
5898 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5899 Don't call sh-scan-buffer since font-lock does it on the fly.
5900 (sh-get-indent-info): Use `face' rather than `syntax-table'
5901 text-property to detect here-documents.
5902 Replace sh-special-syntax with sh-st-punc.
5903 (sh-prev-line): Use `face' rather than `syntax-table'
5904 text-property to skip over here-documents.
5905 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5906 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5907 (sh-electric-less, sh-set-here-doc-region)
4836835a 5908 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5909 (sh-scan-buffer, sh-rescan-buffer): Remove.
5910
f3d3c491
AI
59112000-10-21 Andrew Innes <andrewi@gnu.org>
5912
5913 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5914 remote (ange-ftp) file names.
5915
b86c791c
MB
59162000-10-21 Miles Bader <miles@gnu.org>
5917
d9c30bdf
MB
5918 * window.el (fit-window-to-buffer): New function.
5919 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5920 (window-text-height): Don't expect minibuffers to have mode-lines.
5921
d9c30bdf 5922 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5923 * international/quail.el (quail-update-guidance):
5924 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5925
617fee5a
MB
5926 * international/quail.el (quail-show-guidance-buf): Make sure
5927 guidance window really has enough room.
5928 (quail-update-guidance): If quail-guidance-win is already shown,
5929 make sure its height is OK.
5930
b86c791c
MB
5931 * window.el (window-text-height, set-window-text-height):
5932 New functions.
5933 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5934 instead of `window-height' & `mode-line-window-height-fudge'.
5935 (mode-line-window-height-fudge): Add FACE parameter.
5936 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5937 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5938
e34850d1
MB
59392000-10-20 Miles Bader <miles@gnu.org>
5940
5941 * window.el (height-affecting-face-attributes): Use `defconst'.
5942
5943 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5944 New function, conditionally aliased to `mode-line-window-height-fudge'.
5945 (ispell-help): Use it.
5946 (ispell-choices-win-default-height): Don't include mode-line fudge.
5947 (ispell-choices-win-default-height): New function.
5948 (ispell-show-choices, ispell-command-loop): Use function
5949 `ispell-choices-win-default-height' instead of variable.
5950
a8b883c2
MB
59512000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5952
8c6e4a58
MB
5953 * window.el (mode-line-window-height-fudge): New variable.
5954 (height-affecting-face-attributes): New variable.
5955 (mode-line-window-height-fudge): New function.
5956 (shrink-window-if-larger-than-buffer): Use it.
5957 * help.el (resize-temp-buffer-window): Likewise.
5958
a8b883c2
MB
5959 * info.el (Info-fontify-node): Add support for @subsubsection
5960 titles, which use `Info-title-4-face'.
5961 (Info-title-4-face): New face.
5962 (Info-title-3-face): Inherit from Info-title-4-face instead of
5963 variable-pitch.
5964
e64c3a75
JR
59652000-10-19 Jason Rumney <jasonr@gnu.org>
5966
5967 * dired.el (dired-insert-directory): Do not let errors signalled by
5968 attempt to run dired-free-space-program prevent dired from working.
5969
c70fe852
SM
59702000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5971
5972 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5973
877cf6b4
GM
59742000-10-19 Gerd Moellmann <gerd@gnu.org>
5975
5de037e0
GM
5976 * dirtrack.el (dirtrack): Fix call to run-hooks.
5977
6deb9af9
GM
5978 * cmuscheme.el (cmuscheme-program-name): Renamed from
5979 scheme-program-name because xscheme.el contains a defcustom with
5980 the same name. As a consequence, customizing group `cmuscheme'
5981 loaded `xscheme' which redefined run-scheme.
5982 (run-scheme): Use cmuscheme-program-name.
5983
83c9cb8e 5984 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5985
e597d8fb 5986 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5987 anonymous address, and add a website for Befrienders International.
4836835a 5988
3e9cb08f
GM
59892000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5990
c70fe852
SM
5991 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5992 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5993 (ps-print-version): New version number (6.2).
5994 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5995 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5996 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5997 (ps-x-extent-priority, ps-x-extent-start-position)
5998 (ps-x-face-font-instance, ps-x-find-coding-system)
5999 (ps-x-font-instance-properties, ps-x-make-color-instance)
6000 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6001 avoid compilation gripes without defining functions.
6002 (ps-e-find-composition): Alias for function find-composition, to have a
6003 suitable function depending on Emacs version.
6004 (ps-color-device, ps-color-values, ps-face-foreground-name)
6005 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6006 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6007 (ps-print-ensure-fontified): Function definitions surrounded by
6008 `eval-and-compile' to avoid compilation gripes.
6009 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6010 by symbol-value to avoid compilation gripes.
6011 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6012 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6013
d8abcd91
MB
60142000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6015
13ab33c4
MB
6016 * startup.el (normal-top-level): Call `frame-set-background-mode'
6017 after `frame-notice-user-settings' because the latter doesn't call
6018 the former on a tty.
6019
d8abcd91
MB
6020 * faces.el (frame-set-background-mode): `unspecified' &c are
6021 symbols, not strings.
6022
e8bce0a9
EZ
60232000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6024
c70fe852
SM
6025 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6026 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6027
c70fe852
SM
6028 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6029 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6030
773272d8
KH
60312000-10-19 Kenichi Handa <handa@etl.go.jp>
6032
c70fe852 6033 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6034 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6035 for ISO10646-1 fonts.
6036 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6037
772139c0
EZ
60382000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6039
6040 * faces.el (frame-set-background-mode): If a tty frame defines a
6041 background color, use that to compute the background mode, instead
6042 of always defaulting to "dark".
6043
d134a19f
MB
60442000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6045
8bb84cb2
MB
6046 * comint.el (comint-write-output): New function.
6047 (comint-mode-map): Add it to the menu.
e40a778f 6048 Bind `C-c C-s' to comint-write-output.
d134a19f 6049
dada41e1
GM
60502000-10-18 Gerd Moellmann <gerd@gnu.org>
6051
6052 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6053 Use fancy-splash-delay.
6054
9b5360aa
GM
60552000-10-18 Alex Schroeder <alex@gnu.org>
6056
6057 * progmodes/sql.el (sql-sybase-options): New option.
6058 (sql-sybase): Use it. Add sql-database to the list of parameters
6059 provided for login. The options -w 2048 -n are not used any more.
6060
9035a35a
GM
6061 * comint.el (comint-read-input-ring): Bugfix such that the first
6062 and the last entry of the input ring file are not lost.
6063
3556c6dd
GM
60642000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6065
6066 * ps-print.el: Internal variable changes to defcustom,
6067 make-local-hook changes to defvar. Doc fix.
6068 (ps-print-version): New version number (6.1).
6069 (ps-setup, ps-do-despool): Code fix.
6070 (ps-printer-name): Customization fix.
6071 (ps-printer-name-option): Now is a defcustom instead of an
6072 internal variable.
6073 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6074 (ps-print-begin-column-hook): Now are defvar instead of
6075 make-local-hook.
4836835a 6076
4e217e50
MB
60772000-10-18 Miles Bader <miles@gnu.org>
6078
6079 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6080 (comint-kill-output): Changed into an alias for `comint-delete-output',
6081 and made obsolete.
6082 (comint-mode-map): Rename references to comint-kill-output.
6083
34460354
EZ
60842000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 * diff-mode.el (diff-header-face, diff-file-header-face)
6087 (diff-changed-face): Add bold and italic attributes to tty faces.
6088 (diff-function-face): New face.
6089 (diff-font-lock-keywords): Use it.
6090
17ea3cdb
MB
60912000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6092
6093 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6094 Remove commented-out call to force-mode-line-update.
6095 (comint-kill-output): Use `forward-line 0' instead of
6096 beginning-of-line to make sure we get past the prompt.
6097
9244f2c7
SM
60982000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6099
6100 * diff-mode.el (diff-header-face, diff-file-header-face):
6101 Add specific setting for dark background.
6102 (diff-context-face): Renamed from diff-comment-face.
6103 Set explicitly rather than inheriting from font-lock-comment-face.
6104
1592c1ef
EZ
61052000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6106
6107 * startup.el (command-line): Move the code which sets the default
6108 TTY colors to before before-init-hook.
6109
f86292a9
GM
61102000-10-17 Gerd Moellmann <gerd@gnu.org>
6111
6112 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6113
f7f2e883
EZ
61142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6115
e854cc22
EZ
6116 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6117 extensions, for MS-DOS.
6118
f7f2e883
EZ
6119 * diff-mode.el (diff-header-face, diff-file-header-face)
6120 (diff-changed-face): Define tty-specific colors.
6121
c7b4f0f9
GM
61222000-10-17 Gerd Moellmann <gerd@gnu.org>
6123
6124 * startup.el (fancy-splash-text): Realign the text.
6125
12a72271
EZ
61262000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6127
6128 * font-lock.el (font-lock-comment-face): Define a separate default
6129 for dark-background tty's.
6130
61dfccfd
MB
61312000-10-17 Miles Bader <miles@gnu.org>
6132
6133 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6134 being obscured by whizzy mode-lines on graphics displays.
6135
333cd59e
EZ
61362000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 * info.el (Info-title-1-face, Info-title-2-face)
6139 (Info-title-3-face): Define colors for tty's.
dada41e1 6140 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6141
dbf1fcc1
EZ
61422000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6143
6144 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6145 reverse from the frame parameters, and don't invert foreground and
6146 background colors.
6147
ac629823
MB
61482000-10-16 Miles Bader <miles@gnu.org>
6149
6150 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6151 string "*Info*". Call propertized-buffer-identification to spruce
6152 up the result.
6153
76eebffc
GM
61542000-10-16 Gerd Moellmann <gerd@gnu.org>
6155
3a6b59d9
GM
6156 * help.el: Provide `help' for the sake of define-minor-mode
6157 which generates defcustoms with requires.
6158
6569c3d3
GM
6159 * jit-lock.el (jit-lock-after-change): If we're in text that
6160 matches a multi-line font-lock pattern, make sure the whole text
6161 will be redisplayed.
6162
c2e0a611
GM
6163 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6164 author's name is unknown.
6165
76eebffc
GM
6166 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6167 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6168 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6169 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6170 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6171 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6172 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6173 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6174 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6175 Add author information.
6176
cf1e7b12
MB
61772000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6178
6179 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6180 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6181 full-color version (using the Gimp) to eliminate dithering artifacts.
6182
5586f3eb
SM
61832000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6184
6185 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6186
6187 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6188
ad64a888
DL
61892000-10-15 Dave Love <fx@gnu.org>
6190
83c9cb8e 6191 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6192
6193 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6194
6195 * whitespace.el: Doc fixes.
6196 (top-level): Don't add hooks here.
6197 (whitespace-running-emacs): Deleted.
6198 (timer): Don't require.
6199 (whitespace): Add back :version conditional on xemacs test.
6200 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6201 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6202 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6203 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6204 Avoid specific xemacs test.
6205 (whitespace-global-mode): New option.
6206 (whitespace-global-mode): New command.
6207 (whitespace-unload-hook): New function.
6208
6209 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6210 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6211 (Info-fontify-node): `Goto' goes to `Go to'.
6212 (Info-fontify-node): Add help-echo to xref links.
6213
1ef49fc6
EZ
62142000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6215
6216 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6217
8b7707e1
SM
62182000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6219
b3b7f42f
SM
6220 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6221 Use plist-get and allow :inherit.
6222
6223 * emacs-lisp/cl-macs.el (cl-do-arglist):
6224 Use plist-get and plist-member instead of memq.
6225
3c7fafc7
SM
6226 * emacs-lisp/ewoc.el (ewoc-location): New function.
6227 (ewoc-enter-after, ewoc-enter-before): Document return value.
6228 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6229 Don't need make-local-hook any more.
6230 (cvs-addto-collection): Return the new tin.
6231 (cvs-mode-insert): Jump to the new line.
6232
8b7707e1
SM
6233 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6234
6235 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6236
6237 * font-lock.el (font-lock-syntactically-fontified): New var.
6238 (font-lock-fontify-syntactic-keywords-region): Use it.
6239 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6240
6241 * diff-mode.el (diff-find-file-name): Fix regexp.
6242
6243 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6244 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6245
6246 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6247 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6248 (sh-mode): Don't make all vars local here.
6249 (sh-kw): Reformat.
6250 (sh-set-shell): Use dolist. Don't set indent-region-function.
6251 (sh-mode-syntax-table): Use pop.
6252 (sh-remember-variable): Use push.
6253 (sh-help-string-for-variable): Use memq.
6254 (sh-safe-backward-sexp): Remove.
6255 (sh-safe-forward-sexp): Add ARG.
6256 (sh-get-indent-info, sh-prev-stmt): Use it.
6257 (sh-prev-line): Simplify by using forward-comment.
6258 (sh-this-is-a-continuation): Simplify.
6259 (sh-learn-buffer-indent): Use dolist.
6260 (sh-do-nothing): Remove.
6261 (sh-set-char-syntax, sh-set-here-doc-region):
6262 Use inhibit-modification-hooks.
6263 (sh-name-style): Use mapcar and push.
6264 (sh-load-style): Use dolist.
6265 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6266 (sh-case, sh-while-getopts): Use propertize directly rather
6267 than sh-electric-rparen.
6268
62692000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * textmodes/tex-mode.el: Require CL when compiling.
6272 (tex-mode-syntax-table): Init immediately.
6273 (tex-mode-map): Bind M-RET to latex-insert-item.
6274 (latex-mode): Set indent-line-function to latex-indent.
6275 (tex-common-initialization): Don't setup the syntax-table any more.
6276 (latex-insert-item): New skeleton.
6277 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6278 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6279 (latex-indent, latex-find-indent): New functions.
4836835a 6280 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6281 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6282 (tex-compilation-parse-errors): Use with-syntax-table.
6283
86b7fcbb
MB
62842000-10-15 Miles Bader <miles@gnu.org>
6285
6286 * font-lock.el (font-lock-comment-face): Change dark-background,
6287 color, non-tty, default to `chocolate1'.
6288
57a24508
JW
62892000-10-13 John Wiegley <johnw@gnu.org>
6290
6291 * eshell/esh-util.el (require): Added a missing `require' form,
6292 needed when compiling (for an ange-ftp macro definition).
6293
40ad3db4
DL
62942000-10-13 Dave Love <fx@gnu.org>
6295
6296 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6297
db460189
GM
62982000-10-13 Gerd Moellmann <gerd@gnu.org>
6299
83c9cb8e 6300 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6301
4836835a 6302 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6303 transparent -colors 8).
6304
3b5e21df
GM
63052000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6306
6307 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6308 that breaks with old list format timestamps.
6309 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6310 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6311
16908a3f
JW
63122000-10-13 John Wiegley <johnw@gnu.org>
6313
d7103dda
JW
6314 * align.el, pcomplete.el, calendar/timeclock.el,
6315 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6316
dace60cf 6317 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6318 faulty math, where holiday hours were being computing as seconds.
6319
b6b70cda
JW
63202000-10-13 John Wiegley <johnw@gnu.org>
6321
6322 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6323 specifying what "other" kinds of buffers should be saved.
6324 This used to be hard-coded.
b6b70cda
JW
6325 (desktop-buffer-misc-functions): A global for specifying how
6326 auxiliary data should be determined for special buffer types.
6327 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6328 instead of hard-coding the special buffer types.
6329 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6330 auxiliary data, instead of hard-coding for Info buffers and dired.
6331 (desktop-buffer-info-misc-data): Aux function for determining Info
6332 buffer auxiliary info.
6333 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6334 (desktop-buffer-info): Changed this function to use the info
6335 gathered above.
6336 (desktop-create-buffer): Be a little more careful about what
6337 `minor-mode' means before calling it. This is important for some
6338 buffer types.
6339
8c6b1d83
JW
63402000-10-13 John Wiegley <johnw@gnu.org>
6341
6342 * eshell/esh-util.el: Added a global form which declares an
6343 autoload for `parse-time-string', if that function is not already
6344 defined, and if parse-time.el is available on the user's system.
6345
6346 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6347 to be aware of ange-ftp user info.
83c9cb8e 6348 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6349 (eshell-ls-annotate): Use `eshell-file-attributes'.
6350 (eshell-ls-file): Made the user-id printing code a bit smarter.
6351
6352 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6353 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6354 It's manual, but there's no other way to know when the current user
6355 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6356 (fboundp): Bind `ange-cache'.
6357 (eshell-directory-files-and-attributes): Re-organized the logic a
6358 bit to use `eshell-file-attributes' instead of `file-attributes'.
6359 The former is more sensitive to directories that are read via FTP,
6360 and knows how to use ange-ftp to determine full attribute
6361 information, instead of just the name and last modtime.
6362 (eshell-current-ange-uids): Return the current user id when in a
6363 remote directory.
6364 (eshell-parse-ange-ls): Parse a full directory listing that has
6365 been returned by ange-ftp.
6366 (eshell-file-attributes): This beefed up version of
6367 `file-attributes' is only special if the user is currently in a
6368 remote directory, in which case it does a lot of work to find out
6369 what the real attributes of a file are, as they appear on the
6370 remote machine. This makes usage of remote directories (i.e.,
6371 ange-ftp pathnames) much more useful. You can now use Eshell as a
6372 full-fledged FTP client, with much more manipulation ability than
6373 most other clients.
6374
6375 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6376 variable, which means that Eshell's du should always be preferred
6377 in remote directories.
6378 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6379 just `file-attributes'.
6380 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6381 when reading remote directories. This is an Eshell-specific
6382 variable (not part of ange-ftp).
6383 (eshell/ln): Bind `ange-cache'.
6384 (eshell/du): Added some extra logic for determining when to use
6385 Eshell's du (which is slow), and when to use the external version
6386 (which may or may not exist).
6387
83c9cb8e
SM
6388 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6389 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6390 `get-buffer-process', since backgrounded processes don't count in
6391 the context of this function's logic.
6392
6393 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6394 `forward-char', so that null strings are parsed correctly.
6395
87730e84 63962000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6397
83c9cb8e
SM
6398 * eshell/em-pred.el (eshell-pred-file-type)
6399 (eshell-pred-file-links, eshell-pred-file-size):
6400 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6401
6402 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6403 that remote file globbing is more efficient.
6404
6405 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6406 gathering the files and attributes within a directory.
6407
6408 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6409 the command line is a special file (not a regular file, directory
6410 or symlink), always attempt to call the external version of cat.
6411
87730e84 64122000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6413
6414 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6415 Eshell-friendly version of find-tag.
6416
1c7e37a9
MB
64172000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6418
4836835a 6419 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6420 (image-file-name-regexps): Add autoload cookies.
6421
11a7f341
KH
64222000-10-13 Kenichi Handa <handa@etl.go.jp>
6423
6424 * international/mule-cmds.el (select-safe-coding-system): If FROM
6425 is string, show it in *Warning* buffer.
6426
8ddddcb0
EZ
64272000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6428
6429 * startup.el (normal-top-level): Use display-popup-menus-p instead
6430 of window-system.
6431 (command-line): Use display-graphic-p instead of window-system.
6432 (command-line-1): Use display-popup-menus-p and display-mouse-p
6433 instead of window-system.
6434
72200f89
SS
64352000-10-12 Sam Steingold <sds@gnu.org>
6436
6437 * tooltip.el (tooltip-use-echo-area): New user variable.
6438 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6439
8661c643
DL
64402000-10-12 Dave Love <fx@gnu.org>
6441
d0b40dc1
DL
6442 * recentf.el: Maintainer's checkdoc fixes.
6443
83c9cb8e
SM
6444 * startup.el (normal-top-level-add-subdirs-to-load-path):
6445 Use character class, not ASCII when matching file names.
a622451f
DL
6446 (fancy-splash-head): Add trailing slash to URL.
6447 (command-line): Don't require XPM support for toolbar.
6448
8661c643
DL
6449 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6450 (cperl-invalid-face): Revert last change.
6451 (cperl-init-faces): Quote cperl-invalid-face.
6452
ef2ed8ab
KH
64532000-10-12 Kenichi Handa <handa@etl.go.jp>
6454
6455 * startup.el (fancy-splash-text): Remove superfluous quote.
6456
b0da379e
GM
64572000-10-12 Gerd Moellmann <gerd@gnu.org>
6458
dbeb499b
GM
6459 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6460 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6461 (command-line-1): Don't use fancy-splash-pending-command.
6462 (fancy-splash-screens-1): Goto point-min after inserting text.
6463
d861718a
GM
6464 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6465
b0da379e
GM
6466 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6467 instead of shared-lisp-mode-map.
6468
4fb2ad98
MB
64692000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6470
1cb4393e
MB
6471 * faces.el (header-line): Change tty-variant to use underlining.
6472
4fb2ad98
MB
6473 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6474 (isearch-highlight): Restore lazy-isearch face properties at old
6475 position, and suppress them at new position.
6476 (isearch-dehighlight): Restore lazy-isearch face properties.
6477 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6478 over the real isearch overlay, but in that case, don't give it a
6479 face property. Use `push'.
6480
eb991b25
KH
64812000-10-12 Kenichi Handa <handa@etl.go.jp>
6482
6483 * man.el (Man-getpage-in-background): Fix previous change.
6484 Decode the process output only when we are in multibyte mode.
6485
a818c1c0
DL
64862000-10-11 Dave Love <fx@gnu.org>
6487
c990f53a
DL
6488 * info.el (Info-mode-menu): Fix some help.
6489 (info-tool-bar-map): Add entry for Info-last.
6490
a818c1c0
DL
6491 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6492 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6493 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6494 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6495 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6496 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6497 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6498 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6499 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6500 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6501 Reduce colour requirements to 25 overall. (Probably wants
6502 revisiting from the originals to reduce further.)
6503
c1b096cb
EZ
65042000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6505
6506 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6507 buffer-file-coding-system, instead of raw-text.
6508 (dehexlify-buffer): Bind coding-system-for-read to
6509 buffer-file-coding-system, instead of raw-text.
6510
5c8b7eaf
SS
65112000-10-11 Sam Steingold <sds@gnu.org>
6512
83c9cb8e 6513 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6514 `underline' - fixes the bug introduced on 2000-09-21.
6515
2cfbdb7a
DL
65162000-10-11 Dave Love <fx@gnu.org>
6517
83c9cb8e
SM
6518 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6519 Avoid compiler warnings.
2cfbdb7a
DL
6520 (scheme-mode): Doc fix.
6521 (scheme-font-lock-keywords-1): Match `define-syntax'.
6522
65232000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6524
6525 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6526 face specs as well as default ones. Only do anything if the
6527 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6528 (region): Make dark-background `region' face less in-your-face.
4b33f290 6529
690ec649
SS
65302000-10-10 Sam Steingold <sds@gnu.org>
6531
6532 * chistory.el, ielm.el, ledit.el:
6533 * progmodes/inf-lisp.el, progmodes/scheme.el:
6534 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6535
3b95d6bb
SM
65362000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6537
6538 * textmodes/texinfo.el: Update copyright and fix typo.
6539
6540 * desktop.el (desktop-modes-not-to-save): New var.
6541 (desktop-save-buffer-p): Use it.
a30eb617
DL
6542 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6543 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6544
65452000-10-10 Dave Love <fx@gnu.org>
6546
6547 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6548 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6549
6550 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6551 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6552 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6553 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6554 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6555 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6556 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6557 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6558 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6559 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6560 the .xpms; probably need retouching.
6561
65622000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6563
6564 * subr.el (add-to-list): Add optional argument APPEND.
6565 * battery.el (display-battery): Use `add-to-list'.
6566
65672000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6568
83c9cb8e
SM
6569 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6570 properties.
a30eb617
DL
6571 (zone, zone-when-idle, zone-leave-me-alone)
6572 (zone-pgm-whack-chars): Use new symbol properties.
6573
6574 * battery.el (display-battery): Doc spelling fix.
6575
6576 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6577 property.
6578
65792000-10-09 Dave Love <fx@gnu.org>
6580
6581 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6582 has been initialized before calling tool-bar-setup.
6583 (tool-bar-add-item-from-menu): Add autoload cookie.
6584
65852000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6586
6587 * menu-bar.el (send-mail-item-name): New function.
6588 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6589 of mail-user-agent in the menu. Don't display the "Send Mail"
6590 item if mail-user-agent is nil or its value is ignore.
6591 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6592 if read-mail-command is nil or its value is ignore.
6593
6594 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6595
65962000-10-09 Miles Bader <miles@gnu.org>
6597
6598 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6599 Correct image size.
6600 * toolbar/left_arrow.xpm: Correct image size.
6601
6602 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6603 will be done by the definition of `auto-compression-mode' if
6604 necessary. Move code to uninstall existing file-name handler
6605 before definition of `auto-compression-mode'.
6606
6607 * image-file.el (auto-image-file-mode): Move to the end of the
6608 file, because `define-minor-mode' actually calls the mode-function
6609 if the associated variable is non-nil, which requires that all
6610 needed functions be already defined.
6611
6612 * mouse.el (popup-menu): Balance parens.
6613
66142000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6615
6616 * mouse.el (popup-menu): Move the command call outside the loop
6617 so that popup-menu returns whatever the command returns.
6618
6619 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6620 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6621 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6622 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6623
6624 * vc.el (vc-version-diff): diff-switches can be a list.
6625 Use relative filenames for prettier output.
6626
6627 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6628 (vc-post-command-functions): Remove old-VC compatibility code.
6629
6630 * newcomment.el (comment-indent-default): Autoload.
6631
6632 * font-lock.el (font-lock-defaults): Make buffer-local.
6633 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6634 (font-lock-choose-keywords):
6635 Ignore LEVEL unless KEYWORDS is a list of syms.
6636 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6637 Don't wrap regexp-opt things in \(...\) unnecessarily.
6638
6639 * jit-lock.el: Don't require font-lock any more.
6640 (jit-lock-functions): Make buffer-local.
6641 (jit-lock-saved-fontify-buffer-function): Remove.
6642 (jit-lock-mode): Remove autoload cookie.
6643 Remove font-lock specific code.
6644 (jit-lock-unregister): Don't bother handling complex hooks any more.
6645 (jit-lock-refontify): New function.
6646 (jit-lock-fontify-buffer): Use it.
6647 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6648 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6649 Add optional args START and END.
6650 Never call font-lock-fontify-region directly.
6651 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6652
6653 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6654
66552000-10-08 Dave Love <fx@gnu.org>
6656
6657 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6658
6659 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6660
6661 * play/studly.el (studlify-region, studlify-word): Add autoload
6662 cookie.
6663
6664 * play/morse.el (morse-region, unmorse-region): Add autoload
6665 cookie.
6666
6667 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6668 concat.
6669
6670 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6671 insist on symbols starting with word syntax.
6672 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6673 (eval-defun-1): Doc fix.
6674 (indent-sexp): Use nconc to build up indent-stack.
6675
6676 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6677 Gnus with little use.
6678 (mail-setup-hook): Add mail-abbrevs-setup to options.
6679
6680 * recentf.el: Doc fixes.
6681
6682 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6683 Clean up remainder.
6684
6685 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6686 without timezone and (8) with timezone to enforce some whitespace.
6687 Simplify code somewhat.
6688
6689 * options.el (list-options): Doc that you should use customize.
6690
6691 * iswitchb.el (iswitchb-mode): Add :require.
6692
6693 * info.el (Info-goto-node, Info-menu): Doc fix.
6694 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6695 (info-tool-bar-map): New variable.
6696 (Info-mode): Use it.
6697 (Info-edit-map): Define all in defvar.
6698 (speedbar-attached-frame): Avoid compiler warning.
6699
6700 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6701 (global-map): Bind [tool-bar] to a filtered map.
6702 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6703 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6704 Allow PBM icons.
6705 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6706
6707 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6708 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6709 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6710 icons, except up_arrow, which is left-arrow rotated.
6711
6712 * imenu.el (imenu-add-to-menubar): Fix last change.
6713
67142000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6715
6716 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6717 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6718
67192000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6720
6721 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6722 typos in doc strings.
6723
6724 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6725 the doc strings how to customize Font Lock faces.
6726
6727 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6728 computing growth when dragging the header line.
6729
67302000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6731
6732 * simple.el (kill-line): Doc fix.
6733
67342000-10-08 Miles Bader <miles@gnu.org>
6735
6736 * faces.el (secondary-selection): Make foreground visible on tty.
6737
6738 * jka-compr.el (auto-compression-mode): Move to the end of the
6739 file, because `define-minor-mode' actually calls the mode-function
6740 if the associated variable is non-nil, which requires that all
6741 needed functions be already defined.
6742 (with-auto-compression-mode): Add autoload cookie.
6743
67442000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6745
6746 * files.el (find-backup-file-name) [ms-dos]: If support for long
6747 file names is not available, behave as if version-control were set
6748 to never.
6749
67502000-10-07 Dave Love <fx@gnu.org>
6751
6752 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6753 (browse-url-gnome-moz): New function.
6754 (browse-url-browser-function): Use it.
6755 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6756
67572000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6758
6759 * indent.el (tab-always-indent): New var.
6760 (indent-for-tab-command): Use it.
6761
6762 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6763 raise an error. This way it can still default to a sane value.
6764
67652000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6766
6767 * startup.el (fancy-splash-screens): Use local rather than global map.
6768 Don't use `update-menu-bindings' any more.
6769 Get rid of assumptions about keymap representation.
6770
67712000-10-06 Dave Love <fx@gnu.org>
6772
6773 * textmodes/fill.el (sentence-end-double-space)
6774 (sentence-end-without-period): Doc fix.
6775 (adaptive-fill-regexp): Purecopy.
6776 (unjustify-current-line): Use line-end-position.
6777 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6778
6779 * net/eudc-vars.el (eudc): Add :version, :link.
6780
6781 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6782
6783 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6784 Fix for define-minor-mode.
6785 (function-at-point): Alias to function-called-at-point.
6786
6787 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6788
6789 * simple.el (backward-word): Doc fix.
6790
6791 * image-file.el (image-file-name-regexp): image-file-regexps ->
6792 image-file-name-regexps.
6793 (image-file-name-extensions): Add pbm.
6794
67952000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6796
6797 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6798 and add filename to the names so that diff-mode can jump to source.
6799
6800 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6801 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6802 (tex-font-lock-keywords-1): Remove.
6803 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6804 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6805 (font-lock-default-fontify-region):
6806 Expand beg..end correctly when just following a multiline region.
6807 (font-lock-fontify-anchored-keywords):
6808 Include the anchor text as part of the multiline.
6809
68102000-10-06 Gerd Moellmann <gerd@gnu.org>
6811
6812 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6813 latter needs the autoloaded define-minor-mode macro during the
6814 bootstrap.
6815
6816 * startup.el (command-line): For now, activate tool-bar-mode only
6817 if XPM images are supported.
6818
6819 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6820 window by dragging a header-line at the top of the frame; that's
6821 confusing because the header-line doesn't move.
6822 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6823 of treating the event as a list. Some cleanup.
6824
68252000-10-06 Miles Bader <miles@gnu.org>
6826
6827 * simple.el (display-message-or-buffer): New function.
6828 (shell-command-on-region): Use `display-message-or-buffer'.
6829
6830 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6831 docstring parts.
6832
6833 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6834 (smbclient-prompt-regexp): Add usage note to doc string.
6835 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6836 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6837 Use add-hook for adding the comint filter function, and only do so
6838 if it's not already in the global hook list.
6839 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6840 to `make-local-variable'.
6841 (nslookup-font-lock-keywords): Remove prompt entry.
6842 (nslookup): Don't set the process-filter.
6843 (finger): Exit the loop correctly when the regexps list runs out.
6844 (ftp, smbclient, smbclient-list-shares):
6845 Set the real major mode immediately, not after execing.
6846 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6847
6848 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6849
68502000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6851
6852 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6853
6854 * which-func.el (which-func-format): Remove spurious space.
6855 (which-func-mode): Don't make it permanent-local.
6856 (which-func-ff-hook): Allow which-func-maxout to be nil.
6857 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6858 (which-func-mode): Simplify.
6859 Use post-command-idle-hook rather than post-command-hook.
6860 Go through all buffers and update their state.
6861 (which-function): Also try add-log-current-defun-function.
6862
6863 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6864 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6865 Update call to with-vc-properties accordingly.
6866 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6867 (vc-revert-buffer): More careful about window selection and deletion.
6868 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6869
6870 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6871 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6872 (cvs-dired-action): Change the default to quickdir.
6873
6874 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6875 if comment-indent-function returns nil.
6876 (comment-indent-default): New function.
6877 (comment-indent-function): Use it and document the new semantics.
6878
6879 * image-file.el: Docstring fixes.
6880
6881 * help.el (help-xref-on-pp): Use match-string.
6882 (describe-variable): New arg BUFFER.
6883 Store the current buffer in the help-xref-stack.
6884 (temp-buffer-resize-mode): Use define-minor-mode.
6885
6886 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6887 consistently with its docstring.
6888 Set jit-lock-first-unfontify-pos in an idempotent way.
6889 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6890
68912000-10-05 Alex Schroeder <alex@gnu.org>
6892
6893 * sql.el (sql-mysql-options): New variable.
6894 (sql-mysql): Use it.
6895
68962000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6897
6898 * image.el (image): New group.
6899
6900 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6901 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6902
69032000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6904
6905 * net/net-utils.el (nslookup-font-lock-keywords)
6906 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6907 Ignore the value of wqindow-system; always define keywords
6908
69092000-10-05 Kenichi Handa <handa@etl.go.jp>
6910
6911 * startup.el (fancy-splash-screens): Remove the code for
6912 debugging; `(trace-to-stderr "EXITTT\n")'.
6913
69142000-10-05 Miles Bader <miles@gnu.org>
6915
6916 * diff-mode.el (diff-goto-source): Update call to
6917 `diff-hunk-status-msg' to reflect new REV variable.
6918
69192000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6920
6921 * progmodes/icon.el (icon-mode):
6922 Don't gratuitously override the default for comment-column.
6923
6924 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6925
6926 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6927 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6928 (jit-lock-functions): New var.
6929 (jit-lock-function-1): Use it if non-nil.
6930 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6931 Set the `fontified' property before doing the fontification to avoid
6932 repeatedly going through the same error.
6933 Don't turn errors into messages.
6934 (jit-lock-register, jit-lock-unregister): New functions.
6935
6936 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6937 Use with-current-buffer.
6938
6939 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6940 Turn comment into docstring.
6941
6942 * apropos.el (apropos-mode): Use define-derived-mode.
6943
69442000-10-04 Gerd Moellmann <gerd@gnu.org>
6945
6946 * startup.el (fancy-splash-pending-command): New variable.
6947 (fancy-splash-pre-command): New function.
6948 (fancy-splash-screens): Rewritten.
6949 (command-line-1): If fancy-splash-pending-command is set, call it
6950 interactively.
6951
69522000-10-04 Dave Love <fx@gnu.org>
6953
6954 * toolbar/tool-bar.el (tool-bar-setup): New function.
6955 (tool-bar-mode): Use it.
6956
6957 * subr.el (substitute-key-definition): Doc fix.
6958 (play-sound-file): New command.
6959
69602000-10-04 Andre Spiegel <spiegel@gnu.org>
6961
6962 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6963 vc-version-backup-file-name): New functions.
6964
6965 * files.el (basic-save-buffer): Call vc-before-save before saving.
6966
6967 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6968 vc-cvs-stay-local-p.
6969
6970 * vc.el (vc-revert-buffer): Handle empty diff properly.
6971 (vc-version-backup-file): New function.
6972 (vc-checkout): Create a version backup if necessary.
6973 (vc-checkin): If a version backup file exists, delete it.
6974 (vc-version-diff): Diff locally using version backups, if available.
6975 (vc-revert-file): If there's a version backup, revert locally.
6976 (vc-transfer-file): Use version backup for base version, if
6977 available. If not, ask for confirmation whether to get it from the
6978 server. Update mode line before check-in.
6979
69802000-10-04 Dave Love <fx@gnu.org>
6981
6982 * toolbar/tool-bar.el (tool-bar-setup): New function.
6983 (tool-bar-mode): Use it.
6984
69852000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6986
6987 * net/net-utils.el (nslookup-font-lock-keywords)
6988 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6989 Only set if window-system is non-nil
6990 (net-utils-run-program): Returns buffer.
6991 (network-connection-reconnect): Added this function.
6992
6993 * generic.el:
6994 Incorporates extensive cleanup and docfixes by
6995 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6996 Uses cl compile-time macros.
6997 (generic-mode-name, generic-comment-list)
6998 (generic-keywords-list, generic-font-lock-expressions)
6999 (generic-mode-function-list, generic-mode-syntax-table):
7000 Removed variables.
7001 (generic-mode-alist): Renamed to generic-mode-list.
7002 (generic-find-file-regexp): Default changed to "^#".
7003 (generic-read-type): Uses completing read on generic-mode-list.
7004 (generic-mode-sanity-check): removed this function.
7005 (generic-add-to-auto-mode): Removed this function
7006 (generic-mode-internal): Bind mode-specific definitions
7007 into function instead of putting them in alist.
7008 (generic-mode-set-comments): Reworked extensively.
7009 (generic-mode-find-file-hook): Simplified regexp searching
7010 (generic-make-keywords-list): Omit extra pair of parens
7011
7012 * find-lisp.el (find-lisp-find-files-internal):
7013 Make sure directory name ends with "/".
7014
7015 * generic-x.el (apache-conf-generic-mode):
7016 Regexp now allows leading whitespace.
7017 (rc-generic-mode): Added eval-when-compile
7018 around generic-make-keywords-list.
7019 Deleted duplicate regexp
7020 (rul-generic-mode): Added eval-when-compile
7021 around generic-make-keywords-list.
7022 (etc-fstab-generic-mode): New generic mode.
7023 (rul-generic-mode): Removed one eval-when-compile
7024 which caused a max-specpdl-size exceeded error.
7025
70262000-10-04 Miles Bader <miles@gnu.org>
7027
7028 * simple.el (minibuffer-temporary-goal-position): New variable.
7029 (next-history-element): Try to keep the position of point in the
7030 input string constant.
7031
7032 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7033 (dired-do-create-files): If there's only one file, pass it in as
7034 the DEFAULT arg to dired-mark-read-file-name.
7035
70362000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7037
7038 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7039 (diff-goto-source): Be smarter when choosing REVERSE or not.
7040
7041 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7042 (texinfo-mode-menu): Add an explicit shortcut for update all.
7043
70442000-10-03 Andre Spiegel <spiegel@gnu.org>
7045
7046 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7047 factorize backend-specific code cleanly (this was essentially
7048 conceived by Stefan Monnier).
7049 (vc-unregister): Function removed.
7050 (vc-revert-file): New function.
7051 (vc-revert-buffer): Delegate some of the work to it.
7052
7053 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7054 default branch unconditionally.
7055 (vc-rcs-set-default-branch): New function.
7056 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7057 (vc-rcs-checkin): If an appropriate default branch has been set,
7058 force creation of that branch.
7059 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7060 code (as suggested by Stefan Monnier).
7061
70622000-10-02 Gerd Moellmann <gerd@gnu.org>
7063
7064 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7065 highlighting overlay with a different face over the overlay
7066 isearch uses to highlight the current match because that can lead
7067 to bad face combinations.
7068
7069 * loadup.el (toplevel): Load faces before isearch.
7070
7071 * isearch.el (isearch-faces): New custom group.
7072 (isearch): New defface; was already tested for in the code.
7073 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7074 (isearch-highlight): Always use face `isearch'.
7075
70762000-10-02 Dave Love <fx@gnu.org>
7077
7078 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7079 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7080 comparison of opcode with operand.
7081
70822000-10-03 Miles Bader <miles@gnu.org>
7083
7084 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7085 buffer, since the echo area will now grow to accommodate them.
7086
70872000-10-02 Andre Spiegel <spiegel@gnu.org>
7088
7089 * vc-hooks.el (vc-registered): If FILE used to be registered under
7090 a certain backend, try that one first.
7091
7092 * vc.el (vc-responsible-backend): Undo the previous change in the
7093 argument list. Handle multiple backends correctly.
7094 (vc-find-new-backend): Function removed.
7095 (vc-register): Use vc-responsible-backend, as before.
7096 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7097
70982000-10-02 Gerd Moellmann <gerd@gnu.org>
7099
7100 * startup.el (fancy-splash-head): Change message below the
7101 logo.
7102
71032000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7104
7105 * diff-mode.el (diff-goto-source): Emit a status message.
7106 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7107 (diff-test-hunk): Fix doc string.
7108 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7109 (diff-advance-after-apply-hunk): New variable.
7110 (diff-apply-hunk): Don't return a value.
7111
71122000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * vc.el (vc-editable-p): Minor optimization.
7115 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7116 (vc-find-new-backend): New function split from vc-responsible-backend.
7117 (vc-register): Use it.
7118 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7119 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7120 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7121 (vc-clear-headers): Don't use find-file.
7122 (vc-revert-buffer): Use `and' again (must have been a braino).
7123 (vc-switch-backend): Only prompt if requested.
7124 Short circuit if nothing is to be done.
7125 Don't use vc-resynch-buffer which could lose unsaved editing.
7126 (vc-default-receive-file): Update call to vc-unregister.
7127 (with-vc-file, vc-next-action-on-file):
7128 Use vc-backend rather than vc-registered.
7129 (vc-next-action-on-file): Use intern-soft.
7130 Deal with read-only *vc-diff* buffer.
7131 (vc-transfer-file): Docstring fix.
7132
7133 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7134 (vc-rcs-receive-file): Avoid with-vc-properties.
7135 Update call to vc-unregister.
7136 Use constant `RCS' rather than (dynamically bound) var `backend'.
7137
71382000-10-01 Andre Spiegel <spiegel@gnu.org>
7139
7140 * vc.el (vc-next-action-on-file): Update mode line only if file
7141 is visited.
7142 (vc-start-entry): New argument initial-contents. Don't visit the file
7143 if it isn't already visited. Brought documentation up-to-date.
7144 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7145 (vc-checkin): New optional arg initial-contents, which is passed to
7146 vc-start-entry.
7147 (vc-finish-logentry): Make sure to bury log buffer only if there
7148 really is one. Call `vc-resynch-buffer' on log-file, not
7149 buffer-file-name.
7150 (vc-default-comment-history, vc-default-wash-log): New functions.
7151 (vc-index-of): Removed.
7152 (vc-transfer-file): Make do without the above.
7153 (vc-default-receive-file): Call comment-history unconditionally. Pass
7154 the resulting string to vc-checkin, instead of inserting it into the
7155 comment ring.
7156
7157 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7158 unconditionally. Use the comments as initial contents of the log
7159 entry buffer. Document the trick to force branch creation with no
7160 changes.
7161
71622000-10-01 Miles Bader <miles@gnu.org>
7163
7164 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7165 `recenter' with an arg to prevent redrawing the display.
7166
71672000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7168
7169 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7170
7171 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7172
7173 * progmodes/c-mode.el (c-mode):
7174 Don't gratuitously override the default for comment-column.
7175
7176 * textmodes/tex-mode.el (latex-metasection-list): New var.
7177 (latex-imenu-create-index): Use it.
7178 Move the regexp construction outside loops (and use push).
7179 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7180 (tex-font-lock-keywords): Moved from font-lock.el.
7181 (tex-comment-indent): Remove.
7182 (tex-common-initialization): Don't set comment-indent-function.
7183 (latex-block-default): New var.
7184 (tex-latex-block): Use it to provide a default choice.
7185 Add any unknown choice to latex-block-names.
7186 Insert [...] after {...}.
7187 (tex-last-unended-begin): Simplify regexp.
7188 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7189 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7190 (latex-mode): Set forward-sexp-function.
7191
7192 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7193 Add regexp for @ignore ... @end ignore.
7194 (texinfo-heading-face): New face.
7195 (texinfo-font-lock-keywords): Use it.
7196 (texinfo-mode-menu): New menu.
7197 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7198 New functions.
7199 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7200 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7201 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7202 Remove declaration.
7203 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7204
7205 * delsel.el (delete-selection-mode): Use define-minor-mode.
7206
7207 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7208
72092000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7210
7211 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7212
72132000-09-30 Gerd Moellmann <gerd@gnu.org>
7214
7215 * replace.el (keep-lines-read-args): New function.
7216 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7217 read arguments interactively. Add parameters RSTART and REND.
7218 Operate on the active region in Transient Mark mode.
7219
7220 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7221
7222 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7223 (authors-obsolete-files-regexps): New variable.
7224 (authors-add): Don't record changes in obsolete files.
7225
72262000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7227
7228 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7229
7230 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7231 (comment-indent): Make sure there's a space between code and comment.
7232 Shift comments left to avoid going past fill-column.
7233
72342000-09-29 Gerd Moellmann <gerd@gnu.org>
7235
7236 * startup.el (startup-echo-area-message): New function.
7237 (display-startup-echo-area-message): Use it.
7238 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7239 (fancy-splash-default-action): New function.
7240 (fancy-splash-screens-1): New function.
7241 (fancy-splash-head): Put a help-echo and a keymap under the image.
7242
72432000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7244
7245 * diff-mode.el (diff-add-log-file-name): Remove.
7246 (diff-mode): Use add-log-buffer-file-name-function.
7247
7248 * add-log.el (find-change-log): New arg BUFFER-FILE.
7249 (add-log-file-name): Obey add-log-file-name-function.
7250 (add-log-buffer-file-name-function): New var.
7251 (add-change-log-entry): Use it.
7252
72532000-09-29 Miles Bader <miles@gnu.org>
7254
7255 * image-file.el (image-file-name-extensions): New variable.
7256 (image-file-name-regexps): Renamed from `image-file-regexps'.
7257 New default value is nil. Call `auto-image-file-mode'.
7258 (image-file-name-regexp): New function.
7259 (auto-image-file-mode): New minor mode.
7260 (insert-image-file): Don't make conditional on the image-file
7261 handler being enabled.
7262 (image-file-handler): Make the call here conditional instead.
7263 (set-image-file-handler-enabled, enable-image-file-handler)
7264 (disable-image-file-handler): Functions removed.
7265
7266 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7267 string.
7268
72692000-09-29 Gerd Moellmann <gerd@gnu.org>
7270
7271 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7272 it's a function from CL.
7273 (latex-imenu-create-index): Replace eval-when-compile with progn
7274 because latex-section-alist is not bound while compiling.
7275
72762000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7277
7278 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7279 (outline-mode): Use define-derived-mode.
7280
7281 * progmodes/perl-mode.el (perl-mode):
7282 * progmodes/awk-mode.el (awk-mode):
7283 * progmodes/asm-mode.el (asm-mode):
7284 Don't gratuitously override the default for comment-column.
7285
7286 * emacs-lisp/lisp.el (lisp-complete-symbol):
7287 Distinguish the let-binding case from the funcall case.
7288 (forward-sexp-function): New variable.
7289 (forward-sexp): Use it.
7290
7291 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7292 (easy-mmode-defmap): Remove the now useless autoload.
7293
7294 * time.el (display-time-mode): Use define-minor-mode.
7295
7296 * subr.el (add-minor-mode): Don't eval NAME.
7297 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7298 Use if rather than cond.
7299
7300 * simple.el (read-expression-map): Define more properly.
7301 (comment-indent-hook): Remove.
7302 (string-to-syntax): Bug fix.
7303
7304 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7305 (cvs-ediff-diff): Fix typo.
7306 (cvs-revert-if-needed): Don't bother preserving read-only.
7307
7308 * paren.el (show-paren-mode): Use define-minor-mode.
7309
7310 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7311 (toggle-auto-compression): Remove.
7312 (jka-compr-build-file-regexp): Remove useless grouping.
7313
7314 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7315 Avoid user-reserved bindings.
7316 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7317 (diff-header-face): Revert to grey85.
7318
7319 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7320
7321 * complete.el (partial-completion-mode) <defcustom>: Remove.
7322 (partial-completion-mode): Use define-minor-mode.
7323 (PC-do-completion): Understand `completion-auto-help = delay'
7324 to mean to popup the completion buffer only the second time.
7325 (PC-include-file-all-completions, PC-include-file-all-completions)
7326 (PC-include-file-all-completions): Don't quote lambda.
7327
7328 * comint.el (comint-mode-hook): Docstring fix.
7329 (comint-mode): Use define-derived-mode.
7330 (comint-mode-map): Remove obsolete comment.
7331 (make-comint): Minor stylistic change.
7332 (comint-insert-clicked-input): Be more careful to find the overlay.
7333 Use this-command-keys rather than hardcoding mouse-2.
7334
7335 * font-lock.el: Replace confusing (,@ with ,
7336 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7337 Don't use regexp-opt-depth. Spice up the regexp for args.
7338 Don't distinguish between cmds that can take an opt arg or not.
7339 Use `append' and `prepend' rather than `keep'.
7340
7341 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7342 (latex-outline-regexp): New var.
7343 (latex-outline-level): New fun.
7344 (latex-section-alist): New var.
7345 (latex-imenu-create-index): Use it. Use `push' as well.
7346 (tex-shell-map): Initialize it properly.
7347 (tex-mode): Minor stylistic change.
7348 (plain-tex-mode): Use define-derived-mode.
7349 (latex-mode): Use define-derived-mode.
7350 Construct the paragraph regexps in a more readable way.
7351 Set the buffer-local outline-{level,regexp} vars.
7352 (slitex-mode): Derive from latex-mode.
7353 (tex-common-initialization): Don't kill-all-vars anymore.
7354 Add setting for comment-add and font-lock-defaults.
7355 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7356 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7357 (tex-start-tex): New arg DIR (and send a chdir command for it).
7358 Also display the shell buffer and save it in tex-last-buffer-texed.
7359 (tex-region): Use expand-file-name rather than concat.
7360 Remove code made useless by changes in tex-start-tex.
7361 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7362
7363 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7364
73652000-09-28 Dave Love <fx@gnu.org>
7366
7367 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7368
73692000-09-28 Gerd Moellmann <gerd@gnu.org>
7370
7371 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7372 `append'.
7373
73742000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7375
7376 * info.el (Info-extract-pointer): Undo last change.
7377 Instead, fix the position of the `bound' arg to re-search-backward.
7378
73792000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7380
7381 * info.el (Info-extract-pointer):
7382 Widen more carefully, to avoid finding pointers in other nodes.
7383 (Info-index): Use push.
7384
73852000-09-27 Gerd Moellmann <gerd@gnu.org>
7386
7387 * frame.el (set-frame-font): Remove call to obsolete function
7388 frame-update-faces.
7389 (set-foreground-color, set-background-color): Likewise for
7390 frame-update-face-colors.
7391
73922000-09-27 Miles Bader <miles@gnu.org>
7393
7394 * image-file.el: New file.
7395
73962000-09-27 Gerd Moellmann <gerd@gnu.org>
7397
7398 * frame.el (frame-notice-user-settings): Don't call
7399 frame-update-faces, which is a no-op now.
7400
7401 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7402 tool-bar-lines.
7403
74042000-09-27 Dave Love <fx@gnu.org>
7405
7406 * mouse.el: Fix last change.
7407
74082000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7409
7410 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7411
74122000-09-22 Kenichi Handa <handa@etl.go.jp>
7413
7414 * international/quail.el (quail-help): The output message is
7415 improved.
7416
74172000-09-26 Dave Love <fx@gnu.org>
7418
7419 * mouse.el (popup-menu): If POSITION is nil, set it using
7420 mouse-position.
7421
74222000-09-25 Sam Steingold <sds@gnu.org>
7423
7424 * net/browse-url.el (browse-url-file-url): Check for null maps.
7425
74262000-09-26 Gerd Moellmann <gerd@gnu.org>
7427
7428 * frame.el (frame-notice-user-settings): Don't add a
7429 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7430
7431 * frame.el (frame-notice-user-settings):
7432 Make tool-bar-mode and default-frame-alist consistent.
7433
7434 * toolbar/tool-bar.el (tool-bar-help): New function.
7435
74362000-09-25 Gerd Moellmann <gerd@gnu.org>
7437
7438 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7439 current-load-list in top-level forms. Else this leaks a cons cell
7440 every time a defun is called.
7441
7442 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7443
74442000-09-25 Dave Love <fx@gnu.org>
7445
7446 * startup.el (fancy-splash-head): Check XPM is available.
7447
7448 * autoinsert.el (auto-insert): Doc fix.
7449 (auto-insert-alist): Following GNU notices, don't say `copyright
7450 _by_'. Use line-beginning-position.
7451 (auto-insert): Check buffer-file-name is non-nil before use.
7452
74532000-09-25 Gerd Moellmann <gerd@gnu.org>
7454
7455 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7456 starting with `@def' or `@multitable', in addition to ones
7457 specified by the user in auto-fill-inhibit-regexp.
7458
74592000-09-25 Markus Rost <rost@math.ohio-state.edu>
7460
7461 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7462 rmail-dont-reply-to-names matches the empty string.
7463
74642000-09-25 Gerd Moellmann <gerd@gnu.org>
7465
7466 * startup.el (command-line-1, fancy-splash-text): Change the
7467 text to sound more friendly.
7468
74692000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7470
7471 * progmodes/hideshow.el: Update author email address.
7472 Generally, sync w/ maintainer version 5.22.
7473 (hs-hide-all-non-comment-function): New var.
7474 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7475 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7476 (hs-show-region): Delete this command.
7477 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7478
74792000-09-22 Dave Love <fx@gnu.org>
7480
7481 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7482 (hl-line-highlight): Specify buffer when moving overlay.
7483
7484 * progmodes/fortran.el (fortran-mode): Locally set
7485 normal-auto-fill-function.
7486 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7487 (fortran-mode-map): Adjust auto-fill menu entry.
7488
74892000-09-22 Gerd Moellmann <gerd@gnu.org>
7490
7491 * vc-rcs.el (toplevel): Require `vc' when compiling.
7492
7493 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7494
74952000-09-22 Andre Spiegel <spiegel@gnu.org>
7496
7497 * vc.el (vc-switch-backend): Signal an error if the file is not
7498 registered under the new backend.
7499
7500 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7501 without explicit revision number.
7502
75032000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7504
7505 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7506 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7507 (diff-xor): New function.
7508 (diff-find-source-location): Use it. Fix a stupid name clash.
7509 (diff-hunk-status-msg): New function.
7510 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7511 (diff-test-hunk): Use diff-find-source-location.
7512 (diff-goto-source): Favor the `reverse'.
7513 (diff-hunk-text): Properly handle one-sided context diffs.
7514 (diff-apply-hunk): When done, advance to the next hunk.
7515
75162000-09-21 Gerd Moellmann <gerd@gnu.org>
7517
7518 * startup.el (command-line): If frame was created with a non-zero
7519 tool-bar-lines parameter, switch tool-bar-mode on.
7520
7521 * add-log.el (change-log-date-face, change-log-name-face)
7522 (change-log-email-face, change-log-file-face)
7523 (change-log-list-face, change-log-conditionals-face)
7524 (change-log-function-face, change-log-acknowledgement-face):
7525 New faces, inheriting from font-lock faces.
7526 (change-log-font-lock-keywords): Use them.
7527
75282000-09-21 Dave Love <fx@gnu.org>
7529
7530 * progmodes/cperl-mode.el (top-level): Clean up
7531 `eval-when-compile's and assorted defvars.
7532 (cperl-invalid-face): Don't double-quote value. Change custom
7533 type.
7534 (cperl-mode): Set normal-auto-fill-function and don't zap
7535 auto-fill-function.
7536 (cperl-imenu--function-name-regexp-perl): Renamed from
7537 imenu-example--function-name-regexp-perl.
7538 (cperl-imenu--create-perl-index): Renamed from
7539 imenu-example--create-perl-index.
7540 (cperl-xsub-scan): Don't require cl.
7541
7542 * msb.el (msb-mode-map): Use substitute-key-definition.
7543 (msb-mode): Use msb-mode-map.
7544
75452000-09-21 Andre Spiegel <spiegel@gnu.org>
7546
7547 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7548 New functions.
7549 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7550 (vc-switch-backend): New function.
7551 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7552 (vc-register): Fix prompt.
7553 (vc-unregister, vc-default-unregister): New functions.
7554 (vc-version-diff): Handle empty buffer in sentinel.
7555
7556 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7557 (vc-rcs-state-heuristic): Use it to guess the state of files with
7558 non-strict locking.
7559 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7560 been set with -b, but not created yet.
7561 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7562 contents in order to find the state.
7563 (vc-rcs-checkin): Allow creation of branches with no changes.
7564 (vc-rcs-unregister, vc-rcs-receive-file)
7565 (vc-rcs-set-non-strict-locking): New functions.
7566
7567 * vc-hooks.el (vc-name): Force correct computation of the value
7568 in case it is missing.
7569
75702000-09-21 Gerd Moellmann <gerd@gnu.org>
7571
7572 * startup.el (fancy-splash-tail): Use a different foreground
7573 color on a dark frame background.
7574
75752000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7576
7577 * info.el: Use the correct capitalization when making Info-mode
7578 and Info-edit-mode `special' modes.
7579
75802000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7581
7582 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7583 (diff-mode): Add support for add-log.el.
7584 (diff-hunk-text): Use char offsets rather than line offsets.
7585 (diff-find-source-location): Replace LINE with line-offset (nil
7586 if not found) and always set POS to a meaningful position.
7587 Adapt to the new char-offsets.
7588 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7589 Adapt to the new diff-find-source-location.
7590 (diff-goto-source): Adapt to the new diff-find-source-location.
7591
7592 * add-log.el (add-log-file-name): New function (split out of
7593 add-change-log-entry).
7594 (add-change-log-entry): Use it.
7595 Call add-log-file-name-function with the changelog file name if
7596 the current buffer is not associated with any file.
7597 Avoid find-file if the selected window is dedicated.
7598
7599 * diff-mode.el (diff-find-source-location):
7600 Move code from diff-apply-hunk. Return buffer rather than file.
7601 (diff-apply-hunk): Use the new result from diff-find-source-location.
7602 (diff-goto-source): Use the new diff-find-source-location.
7603
76042000-09-20 Dave Love <fx@gnu.org>
7605
7606 * iswitchb.el: Some doc fixes.
7607 (iswitchb-mode-map): Define completely initially. Inherit
7608 minibuffer-local-map.
7609 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7610 fundamental-mode.
7611 (iswitchb-global-map): New variable.
7612 (iswitchb-summaries-to-end): Amalgamate regexps.
7613 (iswitchb-mode): New.
7614 (iswitchb-mode-hook): New variable.
7615 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7616 `extensions'.
7617
76182000-09-20 Gerd Moellmann <gerd@gnu.org>
7619
7620 * ehelp.el (electric-help): New defgroup.
7621 (electric-help-shrink-window): New user-option.
7622 (with-electric-help): Use it.
7623
7624 * window.el (shrink-window-if-larger-than-buffer): If face
7625 `mode-line' has a :box, and we're on a graphical frame, add 1
7626 to the needed window height.
7627
7628 * frame.el (frame-notice-user-settings): Add a last parameter nil
7629 to a call to `append', because the last list passed to `append' is
7630 not copied, and so subsequent calls to assq-delete-all will modify
7631 default-frame-alist.
7632
7633 * startup.el (fancy-splash-image): Change :type.
7634 (fancy-splash-head): Use an XBM image if appropriate.
7635 (command-line-1): Show splash screens in more cases.
7636
7637 * startup.el (fancy-splash-text): Don't quote faces.
7638
7639 * dired.el (dired-font-lock-keywords): Undo last change.
7640 (dired-readin): Bind indent-tabs-mode to nil.
7641
7642 * startup.el (fancy-splash-head): If frame's background mode
7643 is `dark', change the black background of the image to gray.
7644 (fancy-splash-screens): Display startup echo area message.
7645 (display-startup-echo-area-message): New function.
7646
76472000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7648
7649 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7650
7651 * info.el (info-header-node): Tweak for color ttys.
7652
7653 * faces.el (face-valid-attribute-values): Make sure directories we
7654 search for stipples both exist and are readable before trying to
7655 search them.
7656
7657 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7658 in the dry-run case.
7659
7660 * jka-compr.el (with-auto-compression-mode): New macro.
7661
7662 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7663 (custom-group-tag-face, custom-variable-tag-face): Use relative
7664 :height and inherit from `variable-pitch' face instead of
7665 hardwiring :family.
7666 * hi-lock.el (hi-black-hb): Likewise.
7667
7668 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7669 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7670 toolbar-add-item, if image doesn't have a mask add a `:mask
7671 heuristic'.
7672
76732000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7674
7675 * diff-mode.el: Docstring fixes.
7676 (diff-header-face, diff-comment-face): New faces.
7677 (diff-font-lock-keywords): Highlight a bit differently.
7678 (diff-find-source-location): Don't return SPAN any more.
7679 (diff-hunk-text): Don't bother erasing the temp buffer.
7680 (diff-find-text): Drop argument LINE.
7681 (diff-apply-hunk): Update calls to diff-find-text.
7682 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7683
7684 * calendar/calendar.el: Docstring fixes.
7685 (calendar-make-alist): Don't quote lambda.
7686 (calendar-star-date): Use make-local-variable.
7687
76882000-09-19 Dave Love <fx@gnu.org>
7689
7690 * toolbar/tool-bar.el: Renamed from toolbar.el.
7691 Change `toolbar' to `tool-bar' generally in symbols.
7692 Make some items invisible in `special' major modes.
7693 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7694 Add arg PROPS.
7695
7696 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7697 Add :version here.
7698 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7699
77002000-09-19 Gerd Moellmann <gerd@gnu.org>
7701
7702 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7703
7704 * files.el (find-file-suppress-same-file-warnings): New user-option.
7705 (find-file-noselect): Use it.
7706
7707 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7708 (fancy-splash-screen): Defgroup.
7709
7710 * add-log.el (change-log-font-lock-keywords): Match names
7711 more exactly for the case that font-lock-constant-face is
7712 underlined.
7713
77142000-09-19 Richard M. Stallman <rms@gnu.org>
7715
7716 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7717
77182000-09-19 Andre Spiegel <spiegel@gnu.org>
7719
7720 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7721
77222000-09-19 Gerd Moellmann <gerd@gnu.org>
7723
7724 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7725 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7726 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7727 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7728 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7729 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7730 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7731 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7732 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7733 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7734 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7735 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7736
7737 * startup.el (fancy-splash-text): New variable.
7738 (fancy-splash-delay, fancy-splash-image): New user-options.
7739 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7740 (fancy-splash-screens): New functions.
7741 (command-line-1): If display has a `display' frame parameter, has
7742 colors, and we have XPM support, show more fancy splash screens.
7743
77442000-09-19 Dave Love <fx@gnu.org>
7745
7746 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7747 with null `help'. Use modern backquote syntax.
7748
77492000-09-19 Gerd Moellmann <gerd@gnu.org>
7750
7751 * font-lock.el (font-lock-mode): Change message telling the user
7752 that ``the buffer is too big''.
7753
7754 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7755 for instance for the case that tab-width is 2.
7756
77572000-09-18 Gerd Moellmann <gerd@gnu.org>
7758
7759 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7760 toolbar-add-item, if image doesn't have a mask add a `:mask
7761 heuristic'.
7762
77632000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7764
7765 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7766 and return a cons if it's non-nil.
7767 (diff-apply-hunk): Try to jump to the line in the source text
7768 corresponding to the position of point in the in the hunk.
7769
7770 * info.el (Info-title-3-face, Info-title-2-face)
7771 (Info-title-1-face): Use face inheritance and relative sizes
7772 instead of hard-wiring things.
7773
7774 * faces.el (secondary-selection): Make dark-background variant sane.
7775
77762000-09-16 Andrew Innes <andrewi@gnu.org>
7777
7778 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7779 read-only, since they aren't under VC now.
7780
77812000-09-17 Dave Love <fx@gnu.org>
7782
7783 * tmm.el: Replace mapcar with mapc in several places.
7784
7785 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7786 ad-unadvise.
7787
7788 * international/latin1-disp.el: New file.
7789
7790 * calendar/cal-move.el (scroll-calendar-left)
7791 (scroll-calendar-right): Make arg optional (for active mode line).
7792
7793 * calendar/calendar.el (calendar-mode-line-format): Make fields
7794 mouse-sensitive.
7795 (calendar-read-date, calendar-read-date, calendar-window-list):
7796 Unquote lambda.
7797 (calendar-month-name): Use aref, not sref.
7798
7799 * view.el (minor-mode-alist): Propertize the string.
7800
7801 * international/characters.el (standard-case-table): Add entries
7802 for Greek.
7803
78042000-09-18 Miles Bader <miles@gnu.org>
7805
7806 * info.el (info-node, info-xref): Add dark-background variants.
7807
7808 * faces.el (header-line): Change defaults to be less confusing
7809 when mixed with mode-lines.
7810
7811 * info.el (Info-fontify-node): Make a few cleanups.
7812 Add extra `help-echo' and `local-map' props to node xrefs.
7813 Use header-specific faces for node-names & xrefs.
7814 (Info-use-header-line): New variable.
7815 (info-header-xref, info-header-node): New faces.
7816 (Info-setup-header-line): New function.
7817 (Info-select-node): Call Info-setup-header-line when enabled.
7818 (Info-extract-pointer): Work even if the header line is hidden.
7819 (Info-header-line): New variable.
7820
78212000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7822
7823 * vms-patch.el (print-region-function): Don't quote lambda.
7824
7825 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7826
7827 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7828 (lm-get-header-re): Allow spaces between the header and the colon.
7829 (lm-header): Allow $ in non-RCS headers.
7830 (lm-header-multiline): Put the strings back into order.
7831 Stop at an empty line. Don't require two space chars if the
7832 line is clearly not another header line.
7833
7834 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7835 (popup-menu-popup): Remove.
7836
78372000-09-15 Gerd Moellmann <gerd@gnu.org>
7838
7839 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7840 specification if or if not tool-bar item contains an `:enabled'
7841 property.
7842
7843 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7844 current buffer has no file name.
7845
78462000-09-15 Dave Love <fx@gnu.org>
7847
7848 * strokes.el: Sync with maintainer's current version with changes
7849 for Emacs, but avoid runtime cl and levents.
7850 (toplevel): Change autoloads and compilation requires.
7851 (strokes-version, strokes-bug-address, strokes-lift): Values
7852 changed.
7853 (strokes-xpm-header, strokes-insinuated): New variable.
7854 (strokes): Add :link.
7855 (strokes-mode): Customized.
7856 (strokes-while-inhibiting-garbage-collector): New macro.
7857 (strokes-remassoc): Avoid remove-if.
7858 (strokes-fix-button2-command): Don't use ad-do-it.
7859 (strokes-insinuate): New function.
7860 (strokes-button-press-event-p, strokes-button-release-event-p):
7861 New functions, used instead of non-`strokes-' versions..
7862 (strokes-mouse-event-p): Rewritten.
7863 (strokes-event-closest-point): Avoid event-point.
7864 (strokes-get-grid-position): Avoid cdadr, caadr
7865 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7866 functions.
7867 (strokes-help): Use with-output-to-temp-buffer.
7868 (strokes-window-configuration-changed-p): New function.
7869 (strokes-update-window-configuration): Use buffer-live-p,
7870 strokes-window-configuration-changed-p.
7871 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7872 (strokes-char-face): New face.
7873 (strokes-char-table, strokes-base64-chars): New variable.
7874 (strokes-xpm-for-stroke, strokes-list-strokes)
7875 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7876 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7877 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7878 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7879 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7880 functions.
7881
78822000-09-15 Gerd Moellmann <gerd@gnu.org>
7883
7884 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7885
7886 * image.el (create-image): Doc fix.
7887
7888 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7889 instead of `:heuristic-mask t'.
7890
78912000-09-14 Andrew Innes <andrewi@gnu.org>
7892
7893 * makefile.w32-in: Revert to Unix line endings.
7894
78952000-09-14 Andrew Innes <andrewi@gnu.org>
7896
7897 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7898 when installing.
7899
7900 * makefile.nt (DONTCOMPILE): Fix typo.
7901
7902 * shell.el (shell-write-history-on-exit): New function.
7903 (shell-dumb-shell-regexp): New custom variable.
7904 (shell-mode): Make shell-write-history-on-exit the process
7905 sentinel if shell name matches shell-dumb-shell-regexp.
7906
7907 * w32-fns.el: Comment out before-init-hook function which resets
7908 source-directory based; this breaks bootstrap.
7909
79102000-09-14 Dave Love <fx@gnu.org>
7911
7912 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7913 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7914 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7915 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7916 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7917 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7918 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7919 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7920 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7921
7922 * toolbar/toolbar.el: New.
7923
7924 * subdirs.el: Add toolbar.
7925
79262000-09-14 Gerd Moellmann <gerd@gnu.org>
7927
7928 * indent.el (indent-for-tab-command): Doc fix.
7929
79302000-09-14 Alex Schroeder <alex@gnu.org>
7931
7932 * ansi-color.el (ansi-colors): Doc change.
7933 (ansi-color-get-face): Simplified regexp.
7934 (ansi-color-faces-vector): Added more faces, doc change.
7935 (ansi-color-names-vector): Doc change.
7936 (ansi-color-regexp): Simplified regexp.
7937 (ansi-color-parameter-regexp): New regexp.
7938 (ansi-color-filter-apply): Doc change.
7939 (ansi-color-filter-region): Doc change.
7940 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7941 deal with zero length parameters.
7942 (ansi-color-apply-on-region): Doc change.
7943 (ansi-color-map): Doc change.
7944 (ansi-color-map-update): Removed debugging message.
7945 (ansi-color-get-face-1): Added condition-case to trap
7946 args-out-of-range errors.
7947 (ansi-color-get-face): Doc change.
7948 (ansi-color-make-face): Removed.
7949 (ansi-color-for-shell-mode): New option.
7950
79512000-09-13 Kenichi Handa <handa@etl.go.jp>
7952
7953 * international/quail.el (quail-start-translation): Translate KEY
7954 if necessary even if it doesn't have any mapping in the current
7955 input method.
7956 (quail-start-conversion): Likewise.
7957 (quail-help): The output message is improved.
7958
79592000-09-13 Miles Bader <miles@gnu.org>
7960
7961 * comint.el (comint-output-filter): Revert to using
7962 `insert-before-markers'. Add bletcherous hack to undo damage
7963 caused by `insert-before-markers'. Put `front-sticky' property on
7964 overlays created here so that the field code understands how the
7965 overlay works. Use a let when making comint-last-prompt-overlay,
7966 so that the code is easier to read.
7967
79682000-09-13 Dave Love <fx@gnu.org>
7969
7970 * wid-edit.el (widget-default-format-handler): DTRT when
7971 doc-property is a function.
7972
79732000-09-12 Francesco Potorti` <pot@gnu.org>
7974
7975 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7976 filed name if it's not there.
7977
79782000-09-12 Dave Love <fx@gnu.org>
7979
7980 * simple.el (read-mail-command): Doc fix.
7981 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7982
7983 * vc.el (vc-dired-listing-switches): Fix :version.
7984
7985 * vc-hooks.el: Doc fixes.
7986
7987 * subr.el (add-minor-mode): Use toggle-fun arg.
7988
7989 * speedbar.el: Add :version to several defcustoms.
7990
7991 * imenu.el (imenu--truncate-items, imenu--cleanup)
7992 (imenu--generic-function): Avoid mapcar.
7993 (imenu--replace-spaces): Function removed.
7994 (imenu--completion-buffer): Use subst-char-in-string.
7995 (imenu-add-to-menubar): Use keymap inheritance.
7996
79972000-09-12 Miles Bader <miles@gnu.org>
7998
7999 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8000 (diff-mode-map): Bind `diff-test-hunk'.
8001 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8002
80032000-09-11 Gerd Moellmann <gerd@gnu.org>
8004
8005 * bytecomp.el (byte-compile-defvar): Undo last change
8006 because it breaks '(make-variable-buffer-local (defvar ...)'
8007 which is used at least in dired.
8008
80092000-09-12 Kenichi Handa <handa@etl.go.jp>
8010
8011 * international/quail.el (quail-define-package): Docstring
8012 modified.
8013
80142000-09-12 Kenichi Handa <handa@etl.go.jp>
8015
8016 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8017 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8018 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8019 docstring of "chinese-py".
8020
8021 * international/quail.el (quail-translation-docstring): New
8022 variable.
8023 (quail-show-keyboard-layout): Docstring modified.
8024 (quail-select-current): Likewise.
8025 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8026 infinite recursive call.
8027 (quail-help): Check quail-translation-docstring. Format of the
8028 output changed.
8029 (quail-help-insert-keymap-description): Adjusted for the above
8030 change.
8031
80322000-09-11 Gerd Moellmann <gerd@gnu.org>
8033
8034 * bytecomp.el (byte-compile-defvar): Only cons onto
8035 current-load-list in top-level forms. Else this leaks a cons cell
8036 every time a defun is called.
8037
80382000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8039
8040 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8041 Now understands non-unified diffs. Some functionality moved into
8042 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8043 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8044 modify anything. Only reposition point in the patched file if the
8045 patch succeeds. Only pop up another window if POPUP is true.
8046 Emit a message describing what happened if successful, and at what
8047 line-offset. Automatically detect reversed hunks and do something
8048 appropriate.
8049 (diff-hunk-text, diff-find-text): New functions.
8050 (diff-filter-lines): Function removed.
8051 (diff-test-hunk): New function.
8052 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8053
80542000-09-10 Dave Love <fx@gnu.org>
8055
8056 * textmodes/tildify.el: Minor doc/commentary fixes.
8057 (tildify) <defgroup>: Add :version.
8058
8059 * faces.el (face-x-resources): Make custom type more specific.
8060 (frame-background-mode): Use mapc.
8061 (region) <defcustom>: Add :version.
8062
80632000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8064
8065 * vc-sccs.el (vc-sccs-register):
8066 * vc-rcs.el (vc-rcs-register):
8067 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8068 * vc.el (vc-register): Clear file's properties.
8069
80702000-09-08 Gerd Moellmann <gerd@gnu.org>
8071
8072 * faces.el (face-spec-set): Only face-spec-reset-face when
8073 ATTRS is non-nil.
8074
80752000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8076
8077 * help.el (help-insert-xref-button): Fix a typo in doc string.
8078
80792000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8080
8081 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8082 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8083 methods.
8084
8085 * menu-bar.el (read-mail-item-name): New function.
8086 (menu-bar-tools-menu): Use it to compute and display the package
8087 used to read email.
8088 (menu-bar-tools-menu): Fix typo in GUD's help string.
8089
80902000-09-07 Dave Love <fx@gnu.org>
8091
8092 * diff-mode.el (diff-mouse-goto-source): New function.
8093
8094 * vc-sccs.el: Doc fixes.
8095 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8096
8097 * vc-rcs.el: Doc fixes.
8098 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8099 (vc-rcs-checkout-switches, vc-rcs-header)
8100 (vc-rcs-master-templates): Add or change :version.
8101
8102 * vc-cvs.el: Doc fixes.
8103 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8104 (vc-cvs-stay-local): Add :version.
8105
8106 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8107
81082000-09-07 Kenichi Handa <handa@etl.go.jp>
8109
8110 * international/quail.el (quail-help): Fix previous change.
8111
81122000-09-07 Gerd Moellmann <gerd@gnu.org>
8113
8114 * faces.el (color-values): Doc fix.
8115
8116 * faces.el (frame-set-background-mode): Use frame-parameter
8117 instead of frame-parameters.
8118
8119 * frame.el (filtered-frame-list): Reduce consing.
8120 (frames-on-display-list): Call frame-parameter instead of
8121 frame-parameters.
8122
81232000-09-07 Kenichi Handa <handa@etl.go.jp>
8124
8125 * language/devan-util.el (devanagari-to-indian-region): In the
8126 loop, change the following char, not preceding char.
8127
81282000-09-07 Gerd Moellmann <gerd@gnu.org>
8129
8130 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8131 instead of frame-parameters.
8132
8133 * faces.el (set-face-attribute): Simplify by calling
8134 internal-set-lisp-face-attribute with FRAME being 0.
8135
8136 * vc.el: Remove `Id' version control keyword.
8137
81382000-09-07 Kenichi Handa <handa@etl.go.jp>
8139
8140 * help.el (help-make-xrefs): Adjusted for the change of
8141 help-xref-mule-regexp.
8142 (help-insert-xref-button): New function.
8143
8144 * international/mule-cmds.el (help-xref-mule-regexp-template):
8145 Include the pattern for character set.
8146 (leim): New group.
8147
8148 * international/quail.el: Don't require face.
8149 (quail): New group.
8150 (quail-other-command): Dummy command to make quail-help work better.
8151 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8152 (quail-keyboard-layout-substitution): New variable.
8153 (quail-update-keyboard-layout): New function.
8154 (quail-keyboard-layout-type): New customizable variable.
8155 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8156 (quail-keyboard-translate): Pay attention to
8157 quail-keyboard-layout-substitution.
8158 (quail-insert-kbd-layout): New function.
8159 (quail-show-keyboard-layout): New function.
8160 (quail-get-translation): If the definition is a vector of length
8161 1, and the element is a string of length 1, return the character
8162 in that string.
8163 (quail-update-current-translations): Fix the case of
8164 relative-index out of range.
8165 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8166 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8167 Show key sequences for all available characters.
8168 (quail-help-insert-keymap-description): Don't show such verbose
8169 key bindings as quail-self-insert-command.
8170
8171 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8172 Format changed, and each element now have extra documentations.
8173 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8174 Adjusted for the change of quail-cxterm-package-ext-info.
8175
81762000-09-06 Gerd Moellmann <gerd@gnu.org>
8177
8178 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8179 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8180 during bootstrap.
8181
81822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8183
8184 * vc.el: (toplevel): Don't require `dired' at run-time.
8185 (vc-dired-resynch-file): Remove autoload cookie.
8186
81872000-09-05 Andre Spiegel <spiegel@gnu.org>
8188
8189 * vc.el: Made several backend functions optional.
8190 (vc-default-responsible-p): New function.
8191 (vc-merge): Use RET for first version to trigger merge-news, not
8192 prefix arg.
8193 (vc-annotate): Handle backends that do not support annotation.
8194 (vc-default-merge-news): Removed. The existence of a merge-news
8195 implementation is now checked on caller sites.
8196
8197 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8198 case.
8199
8200 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8201 special case that has been removed from the default in vc-hooks.el.
8202
82032000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8204
8205 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8206
82072000-09-05 Andre Spiegel <spiegel@gnu.org>
8208
8209 * vc-hooks.el: Require vc during compilation.
8210 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8211 macro `with-vc-properties' in vc.el.
8212 (vc-file-getprop): Doc fix.
8213 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8214
8215 * vc.el: Require dired-aux during compilation.
8216 (vc-name-assoc-file): Moved to vc-sccs.el.
8217 (with-vc-properties): New macro.
8218 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8219 vc-finish-steal): Use it.
8220 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8221 to the backend-specific function is now supposed to do the checkout,
8222 too.
8223 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8224
8225 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8226 set file properties; that gets done in the generic code now.
8227
8228 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8229 Changed parameter list, added code from vc.el that does the
8230 checkout, possibly with a double-take.
8231
8232 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8233 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8234 the above under the new name.
8235 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8236 parameter list, added checkout command.
8237 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8238 properties; that gets done in the generic code now.
8239
82402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * vc.el: Docstring fixes (courtesy of checkdoc).
8243
82442000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8245
8246 * vc.el (vc-checkout-writable-buffer-hook)
8247 (vc-checkout-writable-buffer): Remove.
8248 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8249 (vc-log-mode): Make it into a clean derived major mode.
8250 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8251 vc-log-mode if log-edit is not available.
8252 (vc-dired-mode-map): Don't set-keymap-parent yet.
8253 (vc-dired-mode): Do set-keymap-parent here.
8254 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8255
82562000-09-05 Gerd Moellmann <gerd@gnu.org>
8257
8258 * faces.el (set-face-attribute, face-spec-reset-face)
8259 (face-spec-set): Avoid consing by removing calls to `apply'.
8260
8261 * frame.el (frame-parameter): Move to C code.
8262
82632000-09-05 Dave Love <fx@gnu.org>
8264
8265 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8266 insert-before-markers-and-inherit. Now checked systematically!
8267
82682000-09-05 Alex Schroeder <alex@gnu.org>
8269
8270 * sql.el (sql-postgres): Use sql-postgres-options.
8271 (sql-postgres-options): New variable.
8272
82732000-09-05 Alex Schroeder <alex@gnu.org>
8274
8275 * sql.el (sql-mode-menu): Work around missing variable mark-active
8276 in XEmacs.
8277 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8278 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8279 compatibility.
8280
82812000-09-04 Gerd Moellmann <gerd@gnu.org>
8282
8283 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8284
8285 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8286
8287 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8288
82892000-09-04 Andre Spiegel <spiegel@gnu.org>
8290
8291 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8292 don't support anything else under SCCS yet.
8293
8294 * vc-hooks.el: Minor doc fixes.
8295
82962000-09-04 Andre Spiegel <spiegel@gnu.org>
8297
8298 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8299 not necessary. If verbose in state `needs-patch', do the same as
8300 under `up-to-date'. When NOT verbose and `needs-patch', check out
8301 latest version instead of `merge-news'.
8302 (vc-next-action-dired): Don't mess with default-directory here; it
8303 breaks other parts of dired. It is the job of the
8304 backend-specific functions to adjust it temporarily if they need it.
8305 (vc-next-action): Remove a special CVS case.
8306 (vc-clear-headers): New optional arg FILE.
8307 (vc-checkin, vc-checkout): Set properties vc-state and
8308 vc-checkout-time properly.
8309 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8310 (vc-print-log): Use new backend function `show-log-entry'.
8311 (vc-cancel-version): Do the checks in a different order. Added a
8312 FIXME concerning RCS-only code.
8313
8314 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8315 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8316
8317 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8318
8319 * vc-hooks.el (vc-default-mode-line-string): Show state
8320 `needs-patch' as a `-' too.
8321
83222000-09-04 Andre Spiegel <spiegel@gnu.org>
8323
8324 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8325 (vc-default-could-register): New function.
8326 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8327 (vc-resynch-buffer): Call vc-dired-resynch-file.
8328 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8329 vc-resynch-buffer instead of vc-resynch-window.
8330 (vc-next-action-dired): Don't redisplay here, that gets done as a
8331 result of the individual file operations.
8332 (vc-retrieve-snapshot): Corrected prompt order.
8333
8334 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8335
8336 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8337 as well.
8338 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8339 hostname regexps. Updated all callers.
8340 (vc-cvs-responsible-p): Handle directories as well.
8341 (vc-cvs-could-register): New function.
8342 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8343 properties up-to-date.
8344
8345 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8346 user whether to create one.
8347
83482000-09-04 Andre Spiegel <spiegel@gnu.org>
8349
8350 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8351 check out a non-existing file.
8352
8353 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8354 workfile does not exist.
8355
8356 * vc.el (vc-version-diff): Use `require' to check for existence of
8357 diff-mode.
8358
83592000-09-04 Andre Spiegel <spiegel@gnu.org>
8360
8361 * vc-cvs.el (vc-cvs-registered): Use new function
8362 vc-cvs-parse-entry to do the actual work.
8363
83642000-09-04 Andre Spiegel <spiegel@gnu.org>
8365
8366 * vc-hooks.el (vc-find-backend-function): If function doesn't
8367 exist, return nil instead of error.
8368 (vc-call-backend): Doc fix.
8369
8370 * vc.el (vc-do-command): Doc fix.
8371 (vc-finish-logentry): When checking in from vc-dired, choose the
8372 right backend for logentry check.
8373 (vc-dired-mode-map): Inherit from dired-mode-map.
8374 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8375 simplified.
8376 (vc-dired-state-info): Removed, updated caller.
8377 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8378 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8379 (vc-dired-listing-switches): New variable.
8380 (vc-directory): Use it, instead of dired-listing-switches.
8381
8382 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8383 (vc-cvs-dir-state): New function.
8384 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8385 (vc-cvs-parse-entry): New function, also to be used in
8386 vc-cvs-registered.
8387
83882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8389
8390 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8391 *or* single-window-frames.
8392
83932000-09-04 Andre Spiegel <spiegel@gnu.org>
8394
8395 * vc.el (vc-update-changelog): Split into generic part and default
8396 implementation. Doc string adapted.
8397 (vc-default-update-changelog): New function. Call the `rcs2log'
8398 script in exec-directory, to fix a long-standing nuisance.
8399
8400 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8401 simply signals an error.
8402
84032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8404
8405 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8406 control-flow more clear and to avoid running `cvs' twice.
8407
8408 * vc.el (vc-next-action-on-file): Doc fix.
8409 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8410 (vc-print-log): Eval `file' before constructing the continuation.
8411
84122000-09-04 Andre Spiegel <spiegel@gnu.org>
8413
8414 * vc.el (vc-next-action-on-file): Corrected several messages.
8415 (vc-merge): Add prefix arg `merge-news'; handle it.
8416
8417 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8418 is not reached. It is.
8419 (vc-cvs-merge): Set state to 'edited after merge.
8420 (vc-cvs-merge-news): Set workfile version to nil if not known.
8421 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8422
8423 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8424 via stdout. (Merge from main line.)
8425
84262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8427
8428 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8429 detection.
8430
84312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8432
8433 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8434 against kill-all-local-variables.
8435 (vc-log-edit): Don't save vc-parent-buffer any more.
8436 (vc-last-comment-match): Initialize to an empty string.
8437 (vc-post-command-functions): New hook.
8438 (vc-do-command): Run it.
8439 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8440 (vc-finish-logentry): Only add the comment to the ring if it's
8441 different from the last comment entered.
8442 (vc-new-comment-index): New function.
8443 (vc-previous-comment): Use it. Make the minibuffer message
8444 slightly less terse.
8445 (vc-comment-search-reverse): Make it work forward as well. Don't
8446 set vc-comment-ring-index if no match is found. Use
8447 vc-new-comment-index.
8448 (vc-comment-search-forward): Use vc-comment-search-reverse.
8449 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8450 define-derived-mode will do it for us. Bind `v' to a keymap that
8451 inherits from vc-prefix-map so that we can bind `vt' without
8452 binding C-x v t.
8453 (vc-retrieve-snapshot): Parenthesis typo.
8454
8455 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8456 to 1. Make sure to switch to *vc* before looking for an error
8457 message. Use vc-parse-buffer.
8458
84592000-09-04 Andre Spiegel <spiegel@gnu.org>
8460
8461 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8462 and NAME.
8463 (vc-retrieve-snapshot): Split into two parts.
8464 (vc-default-retrieve-snapshot): New function.
8465
8466 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8467 (vc-cvs-retrieve-snapshot): New function (untested).
8468 (vc-cvs-stay-local): Default to t.
8469 (vc-cvs-remote-p): New function and property.
8470 (vc-cvs-state): Stay local only if the above is t.
8471 (vc-handle-cvs): Removed.
8472 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8473 done via vc-handled-backends now.
8474 (vc-cvs-header): Escape Id.
8475
84762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8477
8478 * vc.el (vc-do-command): Remove unused commands.
8479 (vc-version-diff): Make sure default-directory ends with a slash.
8480 Move the window commands into a vc-exec-after.
8481 (vc-print-log): Move more of the code into the `vc-exec-after'.
8482
84832000-09-04 Andre Spiegel <spiegel@gnu.org>
8484
8485 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8486 (vc-print-log): Search current revision from beginning of buffer.
8487 (vc-revert-buffer): Clear echo area after the diff is finished.
8488 (vc-prefix-map): Removed definition of "t" for terse display in vc
8489 dired.
8490 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8491 definition of "vt" for terse display.
8492 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8493
84942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8495
8496 * vc.el (vc-exec-after): Avoid caddr.
8497
84982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8499
8500 * vc.el (vc-exec-after): New function.
8501 (vc-do-command): Use it to add a termination message for async
8502 procs.
8503 (vc-checkout): Try to handle a missing-backend situation.
8504 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8505 of a directory with a backend using async diffs.
8506 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8507 present.
8508
8509 * vc-sccs.el (vc-sccs-state-heuristic): Use
8510 file-ownership-preserved-p.
8511
8512 * vc-rcs.el (vc-rcs-state-heuristic): Use
8513 file-ownership-preserved-p.
8514 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8515
85162000-09-04 Andre Spiegel <spiegel@gnu.org>
8517
8518 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8519 vc-do-command.
8520
8521 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8522 when there are no changes.
8523
85242000-09-04 Andre Spiegel <spiegel@gnu.org>
8525
8526 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8527
8528 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8529
85302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8531
8532 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8533
8534 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8535 the `fset' outside of the defvar so that it works even if
8536 vc-prefix-map was already defined.
8537 (vc-setup-buffer): New function, split out of vc-do-command.
8538 (vc-do-command): Allow BUFFER to be t to mean `just use the
8539 current buffer without any fuss'.
8540 (vc-version-diff): Change the `diff' backend operation to just put
8541 the diff in the current buffer without erasing it. Always use
8542 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8543 shrink-window-if-larger-than-buffer.
8544 (vc-print-log): Change the `print-log' backend operation to just
8545 put the log in the current buffer without erasing it. Protect
8546 shrink-window-if-larger-than-buffer.
8547 (vc-update-change-log): Fix setd typo.
8548
8549 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8550 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8551
8552 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8553 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8554 CMP.
8555
8556 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8557 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8558 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8559
85602000-09-04 Andre Spiegel <spiegel@gnu.org>
8561
8562 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8563 not possible, use vc-BACKEND-workfile-unchanged-p.
8564 (vc-default-workfile-unchanged-p): New function. Delegates to a
8565 full vc-BACKEND-diff.
8566
8567 * vc-hooks.el (vc-simple-command): Removed.
8568
8569 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8570 instead of vc-simple-command.
8571 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8572 avoid doing a diff when opening a file.
8573 (vc-rcs-state): Added check for unlocked-changes.
8574 (vc-rcs-header): Escape Id.
8575 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8576 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8577 version.
8578
8579 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8580 (vc-sccs-diff): Remove optional arg CMP.
8581 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8582 SCCS-specific function.
8583
8584 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8585 vc-simple-command.
8586
85872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8588
8589 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8590 (with-vc-file, vc-merge): Use vc-editable-p.
8591 (vc-do-command): Remove unused var vc-file and fix the
8592 doubly-defined `status' var. Add a user message when starting an
8593 async command.
8594 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8595 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8596 Use with-current-buffer.
8597 (vc-buffer-sync): Use unless.
8598 (vc-next-action-on-file): If the file is 'edited by read-only,
8599 make it read-write instead of trying to commit.
8600 (vc-version-diff, vc-update-change-log): Use `setq
8601 default-directory' rather than `cd'.
8602 (vc-log-edit): Don't forget to set default-directory in the
8603 buffer.
8604
8605 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8606 (vc-sccs-state-heuristic): Use file-writable-p instead of
8607 comparing userids.
8608 (vc-sccs-checkout): Use `unless'.
8609
8610 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8611 of comparing userids.
8612 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8613 Simplify the logic by eliminating unreachable code.
8614 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8615 just do a recursive call if we need to retry.
8616 (vc-rcs-checkout): Handle the case where rcs is missing by making
8617 the buffer read-write if requested and re-signalling the error.
8618
8619 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8620
86212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8622
8623 * vc-hooks.el (vc-handled-backends): Docstring change.
8624 (vc-ignore-vc-files): Mark obsolete.
8625 (vc-registered): Check vc-ignore-vc-files.
8626 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8627 vc-ignore-vc-files.
8628
8629 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8630
86312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8632
8633 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8634 files since ange-ftp already has vc-registered return nil.
8635
8636 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8637 (vc-sccs-workfile-version): Use with-temp-buffer and new
8638 vc-parse-buffer and don't bother setting the property.
8639 (vc-sccs-add-triple): Use with-current-buffer and
8640 find-file-noselect.
8641 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8642
8643 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8644 derives from the old vc-parse-buffer but uses the revision number
8645 rather than the date (much easier to compare robustly).
8646 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8647 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8648 locking-user more directly. Check strict locking and set
8649 checkout-model appropriately.
8650 (vc-rcs-parse-locks): Remove.
8651 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8652 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8653 (vc-rcs-system-release): Use with-current-buffer and
8654 vc-parse-buffer.
8655 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8656
8657 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8658 (vc-simple-command): Docstring fix.
8659 (vc-registered): Align the way the file-handler is called with the
8660 way the function itself works.
8661 (vc-file-owner): Remove.
8662
8663 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8664 extraction of fields and call to file-attributes because of a
8665 temporary bug in rcp.el.
8666 (vc-cvs-fetch-status): Use with-current-buffer.
8667
86682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8669
8670 * vc.el (vc-do-command): Use file-relative-name.
8671 (vc-responsible-backend): Use vc-backend if possible.
8672 (vc-create-snapshot): Improve the `interactive' spec. Add support
8673 for branches and dispatch to backend-specific `create-snapshot'.
8674 (vc-default-create-snapshot): New function, containing the bulk of
8675 the old vc-create-snapshot.
8676 (vc-retrieve-snapshot): Improve the interactive spec.
8677
8678 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8679 (vc-backend-hook-functions): Remove.
8680 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8681 (vc-backend): Reintroduce the test for `file = nil' now that I
8682 know why it was there (and added a comment to better remember).
8683
8684 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8685 code from vc-sccs-hooks.el.
8686 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8687 'vc anymore.
8688 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8689 and file-directory-p instead of file-exists-p.
8690 (vc-sccs-check-headers): Simplify the regexp.
8691
8692 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8693 from vc-rcs-hooks.el. Don't require 'vc anymore.
8694 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8695 file-directory-p instead of file-exists-p.
8696
8697 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8698 from vc-cvs-hooks.el.
8699 (proto vc-cvs-registered): Require 'vc-cvs instead of
8700 'vc-cvs-hooks. Don't require 'vc anymore.
8701 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8702 file-directory-p instead of file-exists-p.
8703 (vc-cvs-create-snapshot): New function, replacing
8704 vc-cvs-assign-name.
8705 (vc-cvs-assign-name): Remove.
8706
87072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8708
8709 * vc-cvs.el (vc-cvs-header): New var.
8710
8711 * vc-rcs.el (vc-rcs-exists): Remove.
8712 (vc-rcs-header): New var.
8713
8714 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8715 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8716 (vc-sccs-header): New var.
8717
8718 * vc.el (vc-do-command): Get rid of the `last' argument.
8719 (vc-header-alist): Remove, replaced by vc-X-header.
8720 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8721 (vc-dired-hook): Use expand-file-name instead of concat.
8722 (vc-directory): Use file-name-as-directory.
8723 (vc-snapshot-precondition, vc-create-snapshot)
8724 (vc-retrieve-snapshot): Allow the command to operate on any
8725 directory.
8726
8727 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8728 just removing the 'WORKFILE argument or by removing the 'MASTER
8729 argument and replacing `file' with (vc-name file).
8730
87312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8732
8733 * vc.el: Update Copyright and add a crude list of backend funs.
8734 (vc-writable-p): New function.
8735 (with-vc-file): Use vc-writable-p.
8736 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8737 (vc-register): Avoid vc-name.
8738 (vc-locking-user): Remove.
8739 (vc-steal-lock): Make the `owner' arg non-optional.
8740 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8741 vc-checkout-model.
8742 (vc-default-dired-state-info): Use vc-state instead of
8743 vc-locking-user and return special strings for special states.
8744 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8745 and get rid of one of the special CVS cases.
8746 (vc-cancel-version): prettify error message with \\[...].
8747 (vc-rename-master): New function.
8748 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8749 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8750 the CVS special case generic.
8751 (vc-default-record-rename): Remove.
8752 (vc-file-tree-walk-internal): Only call FUNC for files that are
8753 under control of some VC backend and replace `concat' with
8754 expand-file-name.
8755 (vc-file-tree-walk): Update docstring.
8756 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8757 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8758
8759 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8760 vc-sccs-record-rename. Use `find-file-noselect' rather than
8761 `find-file' and call `vc-rename-master' to do the actual move.
8762 (vc-sccs-diff): Remove unused `backend' variable.
8763
8764 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8765 to delay loading of vc-sccs until it is really used.
8766 (vc-sccs-master-templates): Preload.
8767 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8768 (vc-sccs-project-dir): Remove (merged into
8769 vc-sccs-search-project-dir).
8770 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8771 rather than `concat', make sure it is preloaded and don't bother
8772 to check that the file actually exists.
8773 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8774 `locks' argument (use buffer's content instead) and eliminate n^2
8775 behavior.
8776
8777 * vc-rcs.el: Update Copyright.
8778 (vc-rcs-rename-file): New function.
8779 (vc-rcs-diff): Remove unused `backend' variable.
8780
8781 * vc-hooks.el: Update Copyright.
8782 (vc-backend): Don't accept a nil argument any more.
8783 (vc-up-to-date-p): Turn into a defsubst.
8784 (vc-possible-master): New function.
8785 (vc-check-master-templates): Use `vc-possible-master' and allow
8786 funs in vc-X-master-templates to return a non-existent file.
8787
8788 * vc-cvs.el: Update Copyright.
8789 (vc-cvs-diff): Remove unused `backend' variable.
8790 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8791
8792 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8793
87942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8795
8796 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8797 since it can be called from vc-rcs.el.
8798 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8799
88002000-09-04 Andre Spiegel <spiegel@gnu.org>
8801
8802 * vc.el (vc-version-diff): Expand file name read from the
8803 minibuffer. Handle the case when a previous version number can't
8804 be guessed. Give suitable messages when there were no differences
8805 found.
8806 (vc-clear-headers): Call backend-specific implementation, if one
8807 exists.
8808 (vc-cancel-version): Made error checks generic. When done, clear
8809 headers generically, too.
8810
8811 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8812 from vc-clear-headers in vc.el.
8813
8814 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8815 correctly.
8816 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8817 optional. Handle the case when it's not there.
8818
88192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8820
8821 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8822
88232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8824
8825 * vc-hooks.el (vc-loadup): Remove.
8826 (vc-find-backend-function): Use `require'. Also, handle the case
8827 where vc-BACKEND-hooks.el doesn't exist.
8828 (vc-call-backend): Cleanup.
8829
88302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8831
8832 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8833 vc-rcs-grab-templates)
8834 (vc-rcs-registered): Remove. The default function works as well.
8835 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8836 vc-sccs-grab-templates)
8837 (vc-sccs-registered): Remove. The default function works as well.
8838
8839 * vc.el (vc-version-diff): Left out a vc- in call to
8840 vc-call-backend.
8841 (vc-default-dired-state-info, vc-default-record-rename)
8842 (vc-default-merge-news): Update for the new backend argument.
8843
8844 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8845 using the default function.
8846 (vc-call-backend): If calling the default function, pass it the
8847 backend as first argument. Update the docstring accordingly.
8848 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8849 for the new backend argument.
8850 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8851 (vc-find-backend-function): Use the new name.
8852 (vc-default-registered): New function.
8853
88542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8855
8856 * vc.el (vc-merge): Use vc-find-backend-function.
8857
8858 * vc-hooks.el (vc-backend-functions): Remove.
8859 (vc-loadup): Don't setup 'vc-functions.
8860 (vc-find-backend-function): New function.
8861 (vc-call-backend): Use above fun and populate 'vc-functions
8862 lazily.
8863 (vc-backend-defines): Remove.
8864
88652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8866
8867 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8868 Call vc-call-backend without the leading vc-.
8869 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8870 (vc-check-headers): Call vc-call-backend without the leading vc-.
8871 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8872 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8873 Call vc-call-backend without the leading vc-.
8874
8875 * vc-cvs.el (tail): Provide vc-cvs.
8876 * vc-sccs.el (tail): Provide vc-sccs.
8877 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8878
8879 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8880 (vc-make-backend-function, vc-call): Pass names without leading
8881 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8882 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8883 (vc-call-backend): Always try to load vc-X-hooks.
8884 (vc-registered): Remove vc- in call to vc-call-backend.
8885
88862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8887
8888 * vc.el (vc-process-filter): New function.
8889 (vc-do-command): Setup `vc-process-filter' for the async process.
8890 (vc-maybe-resolve-conflicts): New function to reduce
8891 code-duplication. Additionally, it puts the buffer in
8892 `smerge-mode' if applicable.
8893 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8894 calling `merge-news'.
8895 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8896 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8897 interfacing to log-edit.el.
8898 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8899 log-edit is available.
8900 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8901
89022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8903
8904 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8905 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8906 defvar and the initialization.
8907 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8908
8909 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8910 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8911
8912 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8913
89142000-09-04 Andre Spiegel <spiegel@gnu.org>
8915
8916 * vc.el (vc-file-clear-masterprops): Removed.
8917 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8918 (vc-version-diff): Use buffer-size without argument.
8919 (vc-register): Heed vc-initial-comment.
8920
8921 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8922 default branch.
8923
8924 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8925 file name and workfile version.
8926 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8927
8928 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8929 vc-file-clear-masterprops.
8930
8931 * vc-sccs.el (vc-sccs-checkout): Removed call to
8932 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8933 rather than user login name.
8934
8935
89362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8937
8938 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8939 `want-differences-if-changed' and simplify.
8940 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8941 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8942 output (which is invalid for async vc-diff) to decide whether to
8943 do the revert silently or not.
8944
89452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8946
8947 * vc-hooks.el (vc-loadup): Load files quietly.
8948 (vc-call-backend): Oops, brain fart.
8949
89502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8951
8952 * vc-cvs.el (vc-cvs-state): Typo.
8953 (vc-cvs-merge-news): Return the status code rather than the error msg.
8954
89552000-09-04 Andre Spiegel <spiegel@gnu.org>
8956
8957 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8958 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8959 vc-state or vc-up-to-date-p.
8960 (vc-merge): Use vc-backend-defines to check whether merging is
8961 possible. Set state to 'edited after successful merge.
8962
8963 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8964 return that name. Redocumented.
8965
89662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8967
8968 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8969 new `vc-state' semantics.
8970 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8971 'vc-locking-user to the current user.
8972 (vc-merge): Inline vc-backend-merge. Comment out code that I
8973 don't understand and hence can't adapt to the new `vc-state' and
8974 `vc-locking-user' semantics.
8975 (vc-backend-merge): Remove.
8976
8977 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8978 rather than 'vc-locking-user.
8979
8980 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8981
8982 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8983 (vc-state): Don't use 'reserved any more. Just use the same
8984 convention as the one used for vc-<backend>-state where the
8985 locking user (as a string) is returned.
8986 (vc-locking-user): Update, based on the above convention. The
8987 'vc-locking-user property has disappeared.
8988 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8989
8990 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8991 with a heuristic one.
8992 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8993 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8994 error. That allows us to get to 'needs-merge even in the
8995 stay-local case. There's still no way to detect 'needs-patch in
8996 such a setup (or to force an update for that matter).
8997 (vc-cvs-logentry-check): Remove, the default works as well.
8998
89992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9000
9001 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9002
9003 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9004 major-mode in which the buffer might have been put earlier. Use
9005 `remove' and `when'. Allow `okstatus' to be `async' and use
9006 `start-process' in this case.
9007 (vc-version-diff): Handle the case where the diff looks empty
9008 because of the use of an async process.
9009
90102000-09-04 Andre Spiegel <spiegel@gnu.org>
9011
9012 * vc.el (vc-next-action-on-file): Removed optional parameter
9013 `simple'. Recompute state unconditionally.
9014 (vc-default-toggle-read-only): Removed.
9015
9016 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9017 (vc-toggle-read-only): Undid prev change.
9018
9019 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9020 vc-cvs-simple-toggle. Redocumented.
9021 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9022 (vc-cvs-toggle-read-only): Removed.
9023
90242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9025
9026 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9027 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9028 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9029 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9030 still is. So maybe it should be removed.
9031 (vc-head-version, vc-find-binary): Remove.
9032 (vc-recompute-state): Move from vc-hooks.el.
9033 (vc-next-action-on-file): Add a `simple' argument to allow
9034 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9035 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9036 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9037 (vc-dired-mode-map): Properly defvar it.
9038 (vc-print-log): Call log-view-mode if available.
9039 (small-temporary-file-directory): defvar instead of use boundp.
9040 (vc-merge-news): Moved to vc-cvs.el.
9041 (vc-default-merge-news): New function.
9042
9043 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9044 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9045 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9046 unknown `vc-latest-version' function. It should probably refer to
9047 vc-workfile-version or somesuch, but it's very unclear to me and I
9048 don't have SCCS to test things.
9049
9050 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9051 (vc-sccs-state-heuristic): Fix typo.
9052 (vc-sccs-workfile-unchanged-p): Add missing argument.
9053
9054 * vc-rcs.el: Require vc and vc-rcs-hooks.
9055 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9056 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9057 (vc-release-greater-or-equal-p): Move from vc.
9058 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9059 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9060 (vc-rcs-checkout): Add a missing `new-version' argument in the
9061 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9062
9063 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9064 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9065 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9066 than the apparently unbound `workfile-version'.
9067
9068 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9069 (vc-file-prop-obarray): Use `make-vector'.
9070 (vc-backend-functions): Add new hookable functions
9071 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9072 (vc-loadup): If neither backend nor default functions exist, use
9073 the backend function rather than nil.
9074 (vc-call-backend): If the function if not bound yet, try to load
9075 the non-hook file to see if it provides it.
9076 (vc-call): New macro plus use it wherever possible.
9077 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9078 nor `vc-find-binary' since it's only called from
9079 vc-mistrust-permission which is only used once the backend is known.
9080 (vc-checkout-model): Fix parenthesis.
9081 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9082
9083 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9084 (vc-cvs-release, vc-cvs-system-release): Remove.
9085 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9086 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9087 status symbols.
9088 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9089 (vc-cvs-toggle-read-only): First cut at a function to allow a
9090 cvs-status-free vc-toggle-read-only.
9091 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9092 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9093 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9094 (vc-cvs-checkout): Modify access rights directly if the user
9095 requested not to use `cvs edit'. And refresh the mode line.
9096
9097 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9098 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9099
91002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9101
9102 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9103 workfile' that got lost when the code was extracted from vc.el.
9104 And merged the tail with the rest of the code (not possible in the
9105 old vc.el where the tail was shared among all backends). And
9106 explicitly set the state to 'edited if `writable' is set.
9107
9108 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9109 (vc-cvs-state): Be careful to return the value from
9110 vc-cvs-parse-state.
9111 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9112 property but return it instead. Also be careful to handle a nil
9113 or "" `rev' when workfile is non-nil (it was handled properly when
9114 workfile was nil).
9115
9116 * vc.el: Removed those pesky unnecessary `(function' quotes.
9117 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9118 directly in the defvar.
9119 (vc-do-command): Bind inhibit-read-only so as to properly handle
9120 the case where the destination buffer has been made read-only.
9121 (vc-diff): Delegate to vc-version-diff in all cases.
9122 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9123 (vc-annotate-mode-variables): Removed (code moved partly to
9124 defvars and partly to vc-annotate-add-menu).
9125 (vc-annotate-mode): Turned into a derived-mode.
9126 (vc-annotate-add-menu): Moved in code in
9127 vc-annotate-mode-variables.
9128 (vc-update-change-log): Use make-temp-file if available.
9129
91302000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9131
9132 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9133 `vc-checkout-model' updated to `vc-cvs-update-model'.
9134
91352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9136
9137 * vc.el (vc-next-action-on-file): Added handling of state
9138 `unlocked-changes'.
9139 (vc-checkout-carefully): Is now practically obsolete, unless the
9140 above is too slow to be enabled unconditionally.
9141 (vc-update-change-log): Fixed typo.
9142
9143 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9144
9145 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9146 Now handles state `unlocked-changes'.
9147 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9148
9149 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9150
9151 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9152 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9153 `unlocked-changes'.
9154 (vc-rcs-workfile-unchanged-p): Renamed from
9155 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9156 function yet, but supposed to become one soon.
9157
9158 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9159 `vc-steal-lock'.
9160 (vc-call-backend): Changed error message.
9161 (vc-state): Added description of state `unlocked-changes'.
9162
91632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9164
9165 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9166 always return t in CVS-controlled directories.
9167
9168 * vc.el (vc-responsible-backend): New function.
9169 (vc-register): Largely rewritten.
9170 (vc-admin): Removed (implementation moved into vc-register).
9171 (vc-checkin): Redocumented.
9172 (vc-finish-logentry): If no backend defined yet (because we are in
9173 the process of registering), use the responsible backend.
9174
9175 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9176 Updated function lists.
9177 (vc-call-backend): Fixed typo.
9178
9179 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9180 New functions.
9181 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9182 Removed query option. Redocumented.
9183
91842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9185
9186 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9187
9188 * vc.el: Updated callers of `vc-checkout-required' to use
9189 `vc-checkout-model'.
9190
91912000-09-04 Martin Lorentzson <martinl@gnu.org>
9192
9193 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9194 stuff updated to reference this function instead of the old
9195 `vc-backend-release-p'.
9196
91972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9198
9199 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9200 vc-checkout-model. Return appropriate values. Updated callers.
9201
92022000-09-04 Martin Lorentzson <martinl@gnu.org>
9203
9204 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9205 (vc-backend-revert): Function moved into `vc-revert';
9206 `vc-next-action' must be updated to accomodate this change.
9207 (vc-backend-steal): Function moved into `vc-finish-steal'.
9208 (vc-backend-logentry-check): Function moved into
9209 `vc-finish-logentry'.
9210 (vc-backend-printlog): Function moved into `vc-print-log'.
9211 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9212 (vc-backend-assign-name): Function moved into
9213 `vc-create-snapshot'.
9214
92152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9216
9217 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9218 Rename to vc-checkout-model. Return appropriate values.
9219 Update callers.
9220
9221 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9222 to vc-checkout-model.
9223 (vc-checkout-required): Rename to vc-checkout-model.
9224 Re-implement and re-comment.
9225 (vc-after-save): Use vc-checkout-model.
9226
92272000-09-04 Martin Lorentzson <martinl@gnu.org>
9228
9229 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9230 Update to use the vc-BACKEND-diff functions instead.
9231 `vc-diff' is now working.
9232
9233 * vc-rcs.el (vc-rcs-logentry-check): New function.
9234
9235 * vc-cvs.el (vc-cvs-logentry-check): New function.
9236
9237 * vc-sccs.el (vc-sccs-diff): Function changed name from
9238 `vc-backend-diff'. This makes `vc-diff' work.
9239
9240 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9241 of functions possibly implemented in a vc-BACKEND library.
9242 (vc-checkout-required): Fix bug that caused an error to be
9243 signaled during `vc-after-save'.
9244
9245 * vc.el: Fix typo.
9246 This checkin is made with our new VC code base for the very first time.
9247 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9248
9249 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9250 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9251
9252 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9253 updated to `vc-uses-locking'.
9254 (vc-checkout-required): Call to backend function.
9255 `vc-checkout-required' updated to `vc-uses-locking' instead.
9256
9257 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9258 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9259
9260 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9261 to match the split into various backends.
9262 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9263 (vc-retrieve-snapshot): Bug fix.
9264
92652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9266
9267 * vc-sccs.el (vc-sccs-release): Doc fix.
9268
92692000-09-04 Martin Lorentzson <martinl@gnu.org>
9270
9271 * vc.el (vc-next-action-on-file): Bug found and fixed.
9272 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9273 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9274
9275 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9276 (vc-rcs-checkout): Name space cleaned up. No more revision number
9277 crunching function names that are not prefixed with vc-rcs.
9278 (vc-rcs-checkout-model): Function added. References to
9279 `vc-checkout-model' replaced.
9280
92812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9282
9283 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9284 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9285 still need to be split, and implemented for RCS).
9286
92872000-09-04 Martin Lorentzson <martinl@gnu.org>
9288
9289 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9290
9291 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9292 required by the vc.el file.
9293
9294 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9295 required by the vc.el file.
9296 (vc-rcs-exists): Function added.
9297
9298 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9299 required by the vc.el file.
9300
9301 * vc.el (vc-admin): Updated to handle selection of appropriate
9302 backend. Current implementation is crufty and need re-thinking.
9303
9304 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9305
93062000-09-04 Martin Lorentzson <martinl@gnu.org>
9307
9308 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9309 beginning of annotate buffers correctly.
9310
9311 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9312 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9313 functionality updated quite a lot to support multiple backends.
9314 Variables `vc-annotate-mode', `vc-annotate-buffers',
9315 `vc-annotate-backend' added.
9316
9317 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9318 `vc-annotate-difference' added to supported backend functions.
9319
93202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9321
9322 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9323 Use with-temp-file instead of /bin/sh. Merged from mainline
9324
93252000-09-04 Martin Lorentzson <martinl@gnu.org>
9326
9327 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9328
9329 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9330
9331 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9332
93332000-09-04 Martin Lorentzson <martinl@gnu.org>
9334
9335 * vc-hooks.el: vc-state-heuristic added to
9336 vc-backend-hook-functions.
9337
9338 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9339
9340 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9341
9342 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9343 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9344 state to `reserved'.
9345
9346 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9347 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9348
93492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9350
9351 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9352 untouched.
9353
9354 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9355
9356 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9357 if defined. (Merged from main line, slightly adapted.)
9358
9359 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9360 millenium problem (merged from mainline).
9361
93622000-09-04 Martin Lorentzson <martinl@gnu.org>
9363
9364 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9365 part and moved the non-BACKEND stuff to vc.el.
9366
9367 * vc.el: Split the annotate feature into a BACKEND specific part
9368 and moved it from the vc-cvs.el file to this one.
9369
93702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9371
9372 * vc-hooks.el: Implement new state model.
9373 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9374 (vc-locking-user): Simplify. Now only needed if the file is
9375 locked by somebody else.
9376 (vc-lock-from-permissions): Remove. Functionality is in
9377 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9378 (vc-mode-line-string): New name for former vc-status. Adapted.
9379 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9380
9381 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9382 Various simplifications and adaptations all over the place.
9383
9384 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9385 Simplify and adapt the rest.
9386
9387 * vc.el (vc-resynch-window): Add TODO comment: check for
9388 interaction with view mode according to recent RCS change.
9389 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9390
93912000-09-04 Martin Lorentzson <martinl@gnu.org>
9392
9393 * vc.el: Convert the remaining function comments to docstrings.
9394
93952000-09-04 Martin Lorentzson <martinl@gnu.org>
9396
9397 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9398 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9399 (vc-minor-part, vc-previous-version): Functions that operate and
9400 compare revision numbers got proper documentation. Comments added
9401 about their possible removal.
9402
94032000-09-04 Martin Lorentzson <martinl@gnu.org>
9404
9405 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9406 the vc-backend.el files.
9407
9408 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9409
9410 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9411 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9412 (vc-rcs-previous-version): Functions added.
9413
9414 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9415
9416 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9417
94182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9419
9420 * vc-hooks.el (vc-master-templates): Is really obsolete.
9421 Comment out the definition for now. What is the right procedure
9422 to get rid of it?
9423 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9424 rewritten.
9425 (vc-default-registered): Remove.
9426 (vc-check-master-templates): New function; does mostly what the
9427 above did before.
9428 (vc-locking-user): Don't rely on the backend to set the property.
9429
9430 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9431 Rewrite documentation.
9432 (vc-rcs-templates-grabbed): New variable.
9433 (vc-rcs-grab-templates): New function.
9434 (vc-rcs-registered): Rewrite to use above mechanism.
9435
9436 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9437 Rewrite documentation.
9438 (vc-sccs-templates-grabbed): New variable.
9439 (vc-sccs-grab-templates): New function.
9440 (vc-sccs-registered): Rewrite to use above mechanism.
9441 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9442 Don't throw the result, simply return it.
9443
9444 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9445 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9446 (vc-cvs-registered): Does the check itself now. Simplify.
9447
9448 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9449 from main line.
9450
94512000-09-04 Martin Lorentzson <martinl@gnu.org>
9452
9453 * vc-cvs.el (vc-cvs-diff): New function.
9454
9455 * vc-sccs.el (vc-sccs-diff): New function.
9456
9457 * vc-rcs.el (vc-rcs-diff): New function.
9458 (vc-rcs-checkout): Bug (typo) found and fixed.
9459 (vc-rcs-register-switches): New variable.
9460
9461 * vc.el (vc-backend-diff): Function removed and placed in the
9462 backend files.
9463
94642000-09-04 Martin Lorentzson <martinl@gnu.org>
9465
9466 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9467
9468 * vc.el (vc-backend-checkout): Function removed and replaced in
9469 the vc-backend.el files.
9470
9471 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9472
9473 * vc.el (vc-backend-admin): Removed and replaced in the
9474 vc-backend.el files.
9475
9476 * vc.el (Martin): Removed all the annotate functionality since it
9477 is CVS backend specific.
9478
94792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9480
9481 * spec.txt: Added specification of vc-state.
9482
9483 * vc-sccs-hooks.el (vc-sccs-master-properties):
9484 Remove handling of vc-latest-version and
9485 vc-your-latest-version. What used to be vc-latest-version, is now
9486 returned as vc-workfile-version.
9487 (vc-sccs-workfile-version): Adapt.
9488
94892000-09-04 Dave Love <fx@gnu.org>
9490
9491 * vc.el: [Merged from mainline.]
9492 (vc-dired-mode): Make the dired-move-to-filename-regexp
9493 regexp match the date, to avoid treating date as file size.
9494 Add YYYY S option to WESTERN/
9495
94962000-09-04 Dave Love <fx@gnu.org>
9497
9498 * vc.el: Require `compile' when compiling.
9499 (vc-logentry-check-hook): New option.
9500 (vc-steal-lock): Use compose-mail.
9501 (vc-dired-mode-map): Defvar when compiling.
9502 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9503 vc-sccs.el and renamed. Callers changed.
9504 (vc-backend-checkout, vc-backend-logentry-check)
9505 (vc-backend-merge-news): Doc fix.
9506 (vc-default-logentry-check): New function.
9507 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9508 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9509 (vc-backend-merge): Doc fix. Use backend functions.
9510 (vc-check-headers): Use backend functions.
9511
9512 * vc-cvs.el: Require vc when compiling.
9513 (vc-cvs-register-switches): Doc fix.
9514 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9515 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9516 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9517 New functions (code from vc.el).
9518 (vc-annotate-display-default): Fix interactive spec.
9519 (vc-annotate-time-span): Doc fix.
9520
9521 * vc-rcs.el: Require vc when compiling.
9522 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9523 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9524 (vc-rcs-checkin): New functions (code from vc.el).
9525 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9526 Doc fix.
9527 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9528
9529 * vc-sccs.el: Require vc when compiling.
9530 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9531 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9532 (vc-sccs-revert)
9533 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9534 from vc.el).
9535 (vc-sccs-add-triple, vc-sccs-record-rename)
9536 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9537 (vc-sccs-admin): Doc fix.
9538
95392000-09-04 Martin Lorentzson <martinl@gnu.org>
9540
9541 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9542 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9543 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9544 from vc.el.
9545
9546 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9547
9548 * vc-cvs.el: Moved the annotate functionality from vc.el.
9549 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9550
95512000-09-04 Dave Love <fx@gnu.org>
9552
9553 * vc.el (vc-backend-release): Call vc-system-release.
9554
9555 * vc-sccs.el (vc-sccs-system-release):
9556 Renamed from vc-sccs-backend-release.
9557
9558 * vc-rcs.el (vc-rcs-system-release):
9559 Renamed from vc-rcs-backend-release.
9560
9561 * vc-cvs.el (vc-cvs-system-release):
9562 Renamed from vc-cvs-backend-release.
9563
95642000-09-04 Dave Love <fx@gnu.org>
9565
9566 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9567 backend files.
9568 (vc-backend-release): Dispatch to backend functions.
9569 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9570 probably needs attention.]
9571
9572 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9573 (vc-sccs-backend-release): New function.
9574
9575 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9576 (vc-cvs-backend-release): New function.
9577
9578 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9579 Doc fix.
9580 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9581 (vc-default-dired-state-info): New function.
9582 (vc-dired-state-info): Dispatch to backends.
9583 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9584
9585 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9586 from vc.el and renamed.
9587
95882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9589
9590 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9591 (vc-version-other-window, vc-backend-assign-name): Removed
9592 references to vc-latest-version; sometimes changed into
9593 vc-workfile-version.
9594
9595 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9596 vc-rcs-master-workfile-version.
9597 (vc-rcs-workfile-version): Use the above. Don't call
9598 vc-latest-version (that was unreachable code, anyway).
9599 (vc-rcs-fetch-master-properties): Doc fix.
9600
9601 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9602 (vc-backend-hook-functions): Removed them from this list, too.
9603 (vc-fetch-properties): Removed.
9604 (vc-workfile-version): Doc fix.
9605
9606 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9607 (vc-rcs-workfile-version, vc-rcs-locking-user)
9608 (vc-rcs-uses-locking): Use it.
9609
9610 * vc-hooks.el (vc-consult-rcs-headers):
9611 Moved into vc-rcs-hooks.el, under the name
9612 vc-rcs-consult-headers.
9613
9614 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9615 headers.
9616 (vc-cvs-find-master): Use this name only; correct different
9617 versions of the name.
9618
9619 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9620 New functions.
9621 (vc-sccs-locking-user): Use the latter.
9622
9623 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9624 New functions.
9625
9626 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9627 Moved into both
9628 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9629 functions are implementation details of those two backends.
9630
96312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9632
9633 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9634 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9635
9636 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9637 (vc-sccs-parse-locks): SCCS-specific code moved here from
9638 vc-hooks.
9639
9640 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9641 code moved here from vc-hooks.
9642
9643 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9644 into back-end specific parts and removed. Callers not updated
9645 yet; because I guess these callers will disappear into back-end
9646 specific files anyway.
9647
96482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9649
9650 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9651 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9652 `vc-uses-locking'.
9653
9654 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9655 Store yes/no in the property, and return t/nil. Updated all
9656 callers.
9657
9658 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9659 vc-sccs-uses-locking. Don't set property.
9660 (vc-sccs-locking-user): Don't set property.
9661
9662 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9663 vc-cvs-uses-locking. Don't set property here; leave that to
9664 vc-hooks.
9665 (vc-cvs-locking-user): Reflect above change. Streamlined.
9666
9667 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9668 vc-rcs-uses-locking.
9669 (vc-rcs-locking-user): Reflect above change.
9670
96712000-09-04 Dave Love <fx@gnu.org>
9672
9673 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9674
9675 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9676
9677 * vc-hooks.el (vc-checkout-model): Punt to backends.
9678
9679 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9680
9681 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9682
9683 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9684 New functions.
9685
9686 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9687 New functions.
9688
9689 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9690 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9691
9692 * vc-hooks.el (vc-default-locking-user): New function.
9693 (vc-locking-user, vc-workfile-version): Punt to backends.
9694
96952000-09-04 Dave Love <fx@gnu.org>
9696
9697 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9698 (vc-master-workfile-version): Moved from vc-hooks.
9699
9700 * vc-rcs-hooks.el: Fix duplicate code in last change.
9701
9702 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9703 (vc-rcs-master-templates): Improve :type.
9704 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9705 vc-master-workfile-version): Moved from vc-hooks.
9706
9707 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9708 (vc-sccs-master-templates): Improve :type.
9709 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9710
9711 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9712
9713 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9714 (vc-cvs-master-templates): Improve :type. Use
9715 vc-cvs-find-cvs-master.
9716 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9717 from vc-hooks.
9718 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9719
9720 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9721 Moved to vc-cvs-hooks.
9722
9723 * vc-hooks.el: Add doc strings in various places. Simplify the
9724 minor mode setup.
9725 (vc-handled-backends): New user variable.
9726 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9727 simplification.
9728
97292000-09-04 Dave Love <fx@gnu.org>
9730
9731 * vc.el: Some doc fixes for autoloaded and interactive functions.
9732 Fix compilation warnings from ediff stuff.
9733 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9734
9735 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9736
9737 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9738
9739 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9740
97412000-09-04 Dave Love <fx@gnu.org>
9742
9743 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9744 New variable.
9745 (vc-make-backend-function, vc-loadup, vc-call-backend)
9746 (vc-backend-defines): New functions.
9747
9748 * vc-hooks.el: Various doc fixes.
9749 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9750 (vc-match-substring): Function removed. Callers changed to use
9751 match-string.
9752 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9753 Simplify.
9754
97552000-09-04 Dave Love <fx@gnu.org>
9756
9757 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9758 type.
9759 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9760 (vc-sccs-registered): Doc fix.
9761
9762 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9763 (vc-cvs-registered): Doc fix.
9764
9765 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9766 (vc-rcs-registered): Doc fix.
9767
97682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9769
9770 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9771
9772 * vc-hooks.el: vc-registered has been renamed
9773 vc-default-registered. Some functions have been moved to the
9774 backend specific files. they all support the
9775 vc-BACKEND-registered functions.
9776
97772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9778
9779 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9780
9781 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9782
97832000-09-04 Dave Love <fx@gnu.org>
9784
9785 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9786 menu-bar-update-hook.
9787
9788 * help.el (help-manyarg-func-alist): Add
9789 find-operation-coding-system.
9790
9791 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9792
9793 * custom.el (custom-set-variables): Print message about errors in
9794 setting.
9795
97962000-09-03 Andrew Innes <andrewi@gnu.org>
9797
9798 * makefile.w32-in: Change to DOS line endings.
9799
98002000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9801
9802 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9803 minor-mode keymaps, if they don't have one.
9804
98052000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9806
9807 * eshell/esh-module.el (eval-when-compile): Don't lose if
9808 esh-module.el's file name is truncated to DOS 8+3 limits.
9809
98102000-09-01 John Wiegley <johnw@gnu.org>
9811
9812 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9813 predicate, which caused entries in the completion list to be
9814 doubled.
9815
98162000-08-30 John Wiegley <johnw@gnu.org>
9817
9818 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9819 sending to subprocesses. Also, hook pre-command-hook if
9820 `eshell-send-direct-to-subprocesses' is non-nil.
9821 (eshell-send-direct-to-subprocesses): New config variable. If t,
9822 subprocess input is send immediately.
9823 (eshell-toggle-direct-send): New function.
9824 (eshell-self-insert-command): New function.
9825 (eshell-intercept-commands): New function.
9826 (eshell-send-input): If direct subprocess sending is enabled,
9827 don't echo any input to the Eshell buffer. Let the subprocess
9828 handle that. This requires "stty echo" in bash, for example.
9829
98302000-08-28 John Wiegley <johnw@gnu.org>
9831
9832 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9833 completion function for Eshell's implementation of `unset'.
9834
98352000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9836
9837 * info.el (Info-directory-list): Doc fix.
9838
98392000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9840
9841 * filecache.el (file-cache-add-directory-using-find): Don't quote
9842 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9843
98442000-08-31 Kenichi Handa <handa@etl.go.jp>
9845
9846 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9847 coding systems.
9848
98492000-08-30 Andrew Innes <andrewi@gnu.org>
9850
9851 * timer.el (run-with-idle-timer): Undo last change, so that timer
9852 is not activated immediately if Emacs is already idle. Some
9853 existing code relies on this behaviour.
9854
98552000-08-30 Miles Bader <miles@gnu.org>
9856
9857 * frame.el (set-frame-font): Do completion of font-name for
9858 interactive use.
9859
98602000-08-30 Kenichi Handa <handa@etl.go.jp>
9861
9862 * international/quail.el (quail-start-translation): Bind locally
9863 last-command-event, last-command, and this-command.
9864 (quail-start-conversion): Likewise.
9865 (quail-self-insert-command): Fix docstring.
9866
98672000-08-29 Gerd Moellmann <gerd@gnu.org>
9868
9869 * progmodes/executable.el
9870 (executable-make-buffer-file-executable-if-script-p): Check that
9871 buffer contains at least 2 characters.
9872
98732000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9874
9875 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9876
98772000-08-29 Dave Love <fx@gnu.org>
9878
9879 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9880 (diff-mode-shared-map): Bind mouse-2.
9881 (diff-imenu-generic-expression): New variable.
9882 (diff-mode): Use it.
9883
9884 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9885 (mouse-popup-menubar): Add minor mode menus.
9886 (popup-menu): Check for lookup-key returning number.
9887
98882000-08-29 Miles Bader <miles@gnu.org>
9889
9890 * comint.el (comint-send-input): Create overlays using the proper
9891 front/read-advance arguments.
9892
98932000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9894
9895 * ps-print.el: Even/odd pages printing. Doc fix.
9896 (ps-print-version): New version number (6.0).
9897 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9898 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9899 (ps-print-duplex-feature): Variable eliminated.
9900 (ps-even-or-odd-pages): New variable.
9901
9902 * progmodes/ebnf2ps.el: Doc fix.
9903 (ebnf-version): New version (3.3).
9904 (ebnf-user-arrow): Change variable customization to sexp.
9905 (ebnf-user-arrow): Function eliminated.
9906 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9907
99082000-08-29 Kenichi Handa <handa@etl.go.jp>
9909
9910 * help.el (help-xref-mule-regexp): New variable.
9911 (help-make-xrefs): Handle help-xref-mule-regexp.
9912
9913 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9914 variable.
9915 (describe-input-method): Temporarily activate the specfied input
9916 method to display the information.
9917 (describe-language-environment): Hyperlinks to mule related items.
9918
9919 * international/mule-diag.el (charset-multibyte-form-string): New
9920 function.
9921 (list-character-sets-1): Use charset-multibyte-form-string.
9922 (describe-character-set): New function.
9923 (describe-coding-system): Hyperlinks to safe character sets.
9924
9925 * international/quail.el (quail-help): New arg PACKAGE.
9926 Hyperlinks to mule related items.
9927 (quail-help-insert-keymap-description): Use
9928 substitute-command-keys instead of describe-bindings.
9929 (quail-translation-help): Hyperlinks to mule related items.
9930
99312000-08-28 John Wiegley <johnw@gnu.org>
9932
9933 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9934 have a defsubst call itself. Made `eshell-flatten-list' back into
9935 a function again.
9936
9937 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9938 catch, in case re-centering point at bottom messes up the display.
9939 This happens frequently in Emacs 21, due I believe to variable
9940 line heights.
9941
9942 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9943 to call `find-tag-interactive'.
9944
9945 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9946 the list of remember directories.
9947
99482000-08-28 John Wiegley <johnw@gnu.org>
9949
9950 * align.el: Test align-region-separate to see if it's a symbol.
9951
99522000-08-28 John Wiegley <johnw@gnu.org>
9953
9954 * eshell/esh-util.el (eshell-flatten-list): Made this function
9955 into a defsubst form. It gets used very frequently, although
9956 calls don't occur all that often.
9957
9958 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9959 examining it.
9960
9961 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9962 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9963 `eshell-protect'.
9964 (eshell-copy-handles): Created a new macro for duplicating the
9965 current set of open handles. This is needed by the looping
9966 functions.
9967 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9968 is not incorrectly stomped on.
9969
9970 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9971 declaration for pcomplete-use-paring.
9972 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9973 value of eshell-cmpl-use-paring.
9974 * pcomplete.el (pcomplete-use-paring): New config variable, to
9975 indicate whether paring should be used.
9976 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9977 completion alternatives that have already been used.
9978
9979 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9980 bound to C-c C-y, which will repeat the previous N arguments
9981 (based on prefix argument).
9982 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9983
9984 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9985 if there is no *Help* buffer. This is for XEmacs, which renames
9986 its help buffers uniquely. TODO: Find out what the current buffer
9987 name to delete is.
9988
9989 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9990 first entry that correlates to a passwd/group number. Later
9991 entries (used for group/user name aliasing to multiple IDs) are
9992 ignored.
9993
9994 * eshell/em-xtra.el (eshell/expr):
9995 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9996 (eshell-grep, eshell/diff, eshell/locate):
9997 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9998 argument list, before passing it to the system command.
9999
10000 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10001 `find-tag' for use at final position in Eshell buffers (which
10002 otherwise triggers an error on Emacs 21).
10003 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10004 buffer, if it is currently bound to `find-tag'.
10005
10006 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10007 in the list of matched Makefile names.
10008 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10009 directory, prefer its contents to Makefile.
10010
10011 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10012 directory parts (like "cd old new", or "cd =regexp"), are now case
10013 sensitive on non-Windows/DOS platforms.
10014
10015 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10016 types RET after an open delimiter (like "), display a message
10017 indicating that Eshell is waiting for the closing delimiter.
10018
10019 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10020 environment variables.
10021
10022 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10023 gracefully if the user enters incorrect arguments.
10024
10025 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10026 Eshell buffers.
10027
10028 * eshell/esh-var.el (eshell-interpolate-variable):
10029 * eshell/esh-mode.el (eshell-move-argument):
10030 * eshell/em-unix.el (eshell-du-sum-directory):
10031 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10032 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10033 (not (= ...)).
10034
10035 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10036 to ensure the `preserve' flag gets propagated when doing recursive
10037 directory copies.
10038
100392000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10040
10041 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10042 Don't convert \n into \0177 in memory.
10043 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10044 and back again, when reading and writing.
10045
100462000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10049 testing of `fboundp' on `processp'.
10050
10051 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10052 (eshell/jobs): Don't call process-list if it is not bound.
10053 (eshell-gather-process-output): Support systems where async
10054 subprocesses aren't supported.
10055 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10056 variables.
10057
10058 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10059 eshell-do-eval returns t.
10060 (eshell-do-pipelines-synchronously): New defmacro.
10061 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10062 when async subprocesses aren't supported.
10063 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10064 if async subprocesses aren't supported.
10065 (eshell-resume-command): Don't assume STATUS is a string.
10066
10067 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10068
10069 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10070 (eshell-close-target, eshell-get-target): Use eshell-processp.
10071 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10072 fix.
10073 (eshell-get-target, eshell-create-handles): Doc fix.
10074
100752000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10076
10077 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10078 criterion to include commands that output something, as long as it
10079 leaves both the command and the end-of-buffer visible when the
10080 command has exited.
10081 (eshell-review-quick-commands): Adjust the help doc string
10082 accordingly.
10083
100842000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10085
10086 * locate.el (locate): Cleaned up locate command's interactive prompting
10087 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10088
10089 * filecache.el (file-cache-case-fold-search): New variable
10090 (file-cache-assoc-function): New variable
10091 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10092 Use file-cache-case-fold-search variable
10093 (file-cache-add-file): Use file-cache-assoc-function
10094 (file-cache-delete-file): likewise
10095 (file-cache-directory-name): likewise
10096 (file-cache-debug-read-from-minibuffer): likewise
10097
100982000-08-28 Gerd Moellmann <gerd@gnu.org>
10099
10100 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10101 (abbrev-table-name): New function.
10102 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10103 If non-nil list local abbrev, only.
10104
101052000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10106
10107 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10108 from Gnus support code, and use special article copy buffer
10109 `(gnus-original-article-buffer)' instead. This allows to get rid
10110 of article-hide-headers usage (which breaks in the latest Gnus
10111 version). Thanks to Detlev Zundel.
10112
101132000-08-28 Kenichi Handa <handa@etl.go.jp>
10114
10115 * international/quail.el (quail-use-package): Hide "... loaded"
10116 message.
10117 (quail-start-translation, quail-start-conversion): Likewise.
10118
10119 * international/kkc.el (kkc-region): Hide "... loaded" message.
10120
101212000-08-27 Dave Love <fx@gnu.org>
10122
10123 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10124
101252000-08-27 Miles Bader <miles@gnu.org>
10126
10127 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10128
101292000-08-27 Kenichi Handa <handa@etl.go.jp>
10130
10131 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10132 'ja-dic-cnv), not (require 'skkdic-cnv).
10133
101342000-08-26 Miles Bader <miles@gnu.org>
10135
10136 * faces.el (face-x-resources): Add entry for :inherit.
10137 * cus-face.el (custom-face-attributes): Add support for :inherit
10138 attribute. Add support for relative face heights.
10139 (custom-face-attributes-get): Treat `nil' as being a default value
10140 for :inherit (as well as `unspecified').
10141
10142 * faces.el (set-face-attribute): Update doc string.
10143 (face-attribute-name-alist): Add :inherit.
10144 (face-valid-attribute-values): Handle :inherit.
10145 (face-read-string): Rephrase prompt to be less confusing.
10146 Assume that DEFAULT is a string, since we must return a string.
10147 (face-read-integer): Use `format' to turn DEFAULT into an
10148 acceptable default for face-read-string. Match NEW-VALUE against
10149 the string "unspecified", not the symbol `unspecified', since
10150 that's what face-read-string returns.
10151 (read-face-attribute): Lookup a name for old-value in valid, and
10152 use it as a default if we find one. Treat all values from
10153 face-read-string as strings. If the default is used, don't do any
10154 more processing on the value, just use the old value directly.
10155 (read-face-and-attribute, modify-face): Tweak prompt.
10156 (read-face-name): Don't assume prompt ends with a space.
10157
10158 * faces.el (describe-face): Add support for :inherit attribute.
10159
101602000-08-25 Kenichi Handa <handa@etl.go.jp>
10161
10162 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10163 concat doesn't accept interger.
10164
10165 * international/kkc.el: Remove SKK from Keywords. Require
10166 ja-dic-utl instead of skkdic-utl.
10167
10168 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10169 Provide ja-dic-cnv instead of skkdic-cnv.
10170 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10171 (iso-2022-7bit-short): Add safe-charsets property.
10172 (skkdic-convert-postfix): Search Japanese chou-on character in
10173 addition to Hiragana character.
10174 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10175 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10176 (batch-skkdic-convert): Likewise.
10177
10178 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10179 Provide ja-dic-utl instead of skkdic-utl.
10180 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10181
101822000-08-24 Dave Love <fx@gnu.org>
10183
10184 * disp-table.el (standard-display-default): Make the test of `l'
10185 useful.
10186
10187 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10188 mod sample text.
10189
10190 * international/iso-ascii.el: Make pilcrow convenient string
10191 consistent with section.
10192 (iso-ascii-display): Set up multibyte characters as well as
10193 unibyte.
10194
101952000-08-24 Kenichi Handa <handa@etl.go.jp>
10196
10197 * international/mule-cmds.el (reset-language-environment): Set
10198 default-process-coding-system to '(undecided . iso-latin-1), which
10199 makes process I/O almost consistent with file I/O. Call this
10200 function when mule-cmds.el[c] is loaded.
10201
102022000-08-22 Andrew Innes <andrewi@gnu.org>
10203
10204 * makefile.w32-in: New file.
10205
102062000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10207
10208 * comint.el (comint-output-filter): Compare end of
10209 comint-last-output-overlay with the start of the newly inserted
10210 text, not the end, when deciding whether to extend it.
10211 Set saved-point's insertion type to advance after insertion.
10212
10213 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10214 since this is now done independently of font-lock mode.
10215
102162000-08-21 Gerd Moellmann <gerd@gnu.org>
10217
10218 * server.el (server-kill-new-buffers): New user option.
10219 (server-existing-buffer): New buffer-local variable.
10220 (server-visit-files): When using an existing buffer, set
10221 server-existing-buffer to t.
10222 (server-buffer-done): If server-kill-new-buffers is t, kill the
10223 buffer, unless it was already present before visiting it with
10224 Emacs server.
10225
102262000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10227
10228 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10229 even if the display doesn't support colors: some displays will
10230 support bold/underline faces.
10231
102322000-08-21 Gerd Moellmann <gerd@gnu.org>
10233
10234 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10235
10236 * startup.el (command-line): If user's init file had an error,
10237 add explanatory text to *Messages*.
10238
102392000-08-21 Kenichi Handa <handa@etl.go.jp>
10240
10241 * man.el (Man-getpage-in-background): Decode the process output by
10242 the system locale coding system.
10243
102442000-08-20 Dave Love <fx@gnu.org>
10245
10246 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10247 Don't test x-popup-menu.
10248 (function) <complete-function>: Complete only fbound symbols.
10249 <validate, value>: New.
10250 (variable) <complete-function>: Complete only bound symbols.
10251 (coding-system): Add :base-only, :complete-function, :validate,
10252 :value, :prompt-match.
10253 (widget-coding-system-prompt-value): Use read-coding-system and
10254 act on :base-only.
10255 (editable-field): Add :help-echo.
10256 (widget-push-button-gui, widget-push-button-cache)
10257 (widget-gui-action, widget-editable-list-gui): COmment out, along
10258 with uses.
10259 (widget-at): Make arg optional.
10260 (widget-echo-help): Adjust for current help-echo calling sequence.
10261 (widget-specify-field, widget-specify-button)
10262 (widget-specify-insert, widget-get-sibling, widget-image-find)
10263 (widget-convert, widget-insert, widget-leave-text)
10264 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10265 (widget-setup, widget-field-find, widget-before-change)
10266 (widget-after-change, widget-default-complete)
10267 (widget-default-create, widget-default-delete)
10268 (widget-push-button-value-create, editable-field)
10269 (widget-field-prompt-value, widget-field-validate)
10270 (widget-choice-value-create, widget-choice-action)
10271 (widget-choice-validate, widget-checklist-add-item)
10272 (widget-radio-add-item, widget-radio-chosen)
10273 (widget-radio-value-inline, widget-editable-list-value-create)
10274 (widget-editable-list-entry-create)
10275 (widget-documentation-link-add)
10276 (widget-documentation-string-value-create)
10277 (widget-regexp-validate, widget-file-complete)
10278 (widget-sexp-validate, widget-plist-convert-widget)
10279 (widget-plist-convert-widget, widget-alist-convert-widget)
10280 (widget-alist-convert-widget, widget-color-complete): Simplify,
10281 particularly to avoid bindings which aren't optimized out.
10282
10283 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10284 Doc fix.
10285 (down-list, backward-up-list, up-list, kill-sexp)
10286 (backward-kill-sexp, mark-sexp): Make arg optional.
10287 (lisp-complete-symbol): Add optional arg PREDICATE.
10288
10289 * cus-start.el: Add display-buffer-reuse-frames,
10290 file-coding-system-alist.
10291
102922000-08-20 Gerd Moellmann <gerd@gnu.org>
10293
10294 * startup.el (command-line): Clear realized faces after
10295 modifying TTY color mappings.
10296
102972000-08-20 Miles Bader <miles@gnu.org>
10298
10299 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10300 merely a subset of FACE's attributes.
10301
103022000-08-19 Miles Bader <miles@gnu.org>
10303
10304 * comint.el (comint-output-filter): Save the point with a marker,
10305 not just a buffer position.
10306
10307 * international/mule.el (set-buffer-process-coding-system): Make
10308 interactive prompt less confusing.
10309
103102000-08-19 Gerd Moellmann <gerd@gnu.org>
10311
10312 * hilit-chg.el: General cleanup of doc strings, comments and
10313 code formatting.
10314
103152000-08-19 Miles Bader <miles@gnu.org>
10316
10317 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10318 Compiler macro removed; beginning-of-line is no longer always
10319 equivalent to forward-line, in the presence of fields.
10320
10321 * comint.el (comint-output-filter): Remove ad-hoc saving of
10322 restriction, and just use save-restriction, now that it works
10323 correctly. Don't adjust comint-last-input-start to account for
10324 our insertion; it shouldn't have moved because we don't use
10325 insert-before-markers anymore. Comment out call to
10326 `force-mode-line-update'; why is it here?
10327
10328 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10329 while checking for prompt to delete. Use `forward-line 0'
10330 instead of beginning-of-line.
10331 (gud-filter): Temporarily widen gud comint buffer while
10332 examining output.
10333
103342000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10335
10336 * progmodes/sh-script.el: Big bag of typos.
10337
10338 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10339 check since ispell-process is not bound when ispell is not yet loaded.
10340
103412000-08-18 Dave Love <fx@gnu.org>
10342
10343 * image.el (find-image): Copy `spec' before using plist-put.
10344
103452000-08-18 Gerd Moellmann <gerd@gnu.org>
10346
10347 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10348 `portugues'.
10349
10350 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10351 backward-kill-sexp, analogous to kill-sexp.
10352
10353 * progmodes/icon.el (icon-indent-line)
10354 (icon-is-continuation-line): Handle comments specially.
10355
103562000-08-17 Ken Stevens <k.stevens@ieee.org>
10357
10358 * ispell.el: Set to standard author/maintainer/keyword fields.
10359 Fine tuning to menu map appearance and operation, and added help.
10360 Remove `start' and `end' error messages when compiling.
10361 (ispell-choices-win-default-height): Fixed comment string.
10362 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10363 castellano8 dictionaries.
10364 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10365 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10366 dictionary, added italiano dictionary.
10367 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10368 word character
10369 (ispell-tex-skip-alists): Added psfig support.
10370 (ispell-skip-html): Renamed from ispell-skip-sgml.
10371 (ispell-begin-skip-region-regexp, ispell-skip-region)
10372 (ispell-minor-check): Improved html skipping support to skip across
10373 code, and recognize `&' commands without propper `;' syntax;
10374 (ispell-process-line): Fix alignment error when manually
10375 correcting spelling.
10376 (ispell): Fix comment string.
10377 (ispell-add-per-file-word-list): Always put word list on new line.
10378
103792000-08-17 Gerd Moellmann <gerd@gnu.org>
10380
10381 * format.el (format-encode-run-method): Fix error message to say
10382 `encode' instead of `decode'. Use save-window-excursion around
10383 shell-command-on-region as in format-decode-run-method because
10384 shell-command-on-region can display a buffer with error output.
10385 (format-decode): Don't record undo information for the decoding.
10386 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10387 that number part of the temporary buffer name so that more than
10388 one decoding using a temporary buffer can happen safely.
10389
10390 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10391 of `A-z' in the regexp.
10392
10393 * hilit-chg.el: Fix typos in commentary.
10394
10395 * help.el (view-emacs-news): Rewritten for new naming scheme
10396 for old NEWS files.
10397
10398 * startup.el (command-line): Pop to *Messages* in case an error
10399 is signaled while loading user-init-file.
10400
104012000-08-17 Andreas Schwab <schwab@suse.de>
10402
10403 * files.el (insert-directory): Don't lose original file name,
10404 undoing an undocumented change.
10405
104062000-08-17 Alex Schroeder <alex@gnu.org>
10407
10408 * sql.el (sql-magic-go): Use comint-bol.
10409 (sql-copy-column): Use comint-line-beginning-position.
10410 (comint-line-beginning-position): Define a replacement for
10411 comint-line-beginning-position if it is not fboundp.
10412
104132000-08-17 Alex Schroeder <alex@gnu.org>
10414
10415 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10416 it didn't have any effect anyway.
10417
104182000-08-17 Alex Schroeder <alex@gnu.org>
10419
10420 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10421 --pset and pager=off instead of sending \\o|cat at the beginning
10422 of the session.
10423
104242000-08-17 Miles Bader <miles@gnu.org>
10425
10426 * progmodes/octave-inf.el: Add compatibility definition of
10427 comint-line-beginning-position.
10428
104292000-08-17 Kenichi Handa <handa@etl.go.jp>
10430
10431 * startup.el (normal-top-level): Look in each dir in load-path for
10432 a leim-list.el file too. This assures of loading leim-list.el
10433 that is created at Emacs installation time even if a user have his
10434 own leim-list.el.
10435
104362000-08-17 Miles Bader <miles@gnu.org>
10437
10438 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10439 foreground color to black if the background is dark.
10440
104412000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10442
10443 * loadhist.el (unload-feature): Typo.
10444
10445 * finder.el (finder-compile-keywords):
10446 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10447 to the generated file.
10448
10449 * mail/mh-e.el (mh-make-local-vars):
10450 Replace make-variable-buffer-local with make-local-variable.
10451
10452 * play/landmark.el:
10453 * options.el (Edit-options-{set,toggle,t,nil}):
10454 * mail/mailabbrev.el (mail-abbrevs-mode):
10455 * textmodes/tex-mode.el (tex-expand-files):
10456 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10457
10458 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10459
10460 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10461 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10462 Allow going past the last element.
10463 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10464 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10465 (cvs-mouse-toggle-mark): Don't move point.
10466 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10467
10468 * progmodes/compile.el (grep): Provide a default set of files.
10469 (next-error): Docstring fix.
10470 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10471
10472 * emacs-lisp/easy-mmode.el (define-minor-mode):
10473 Use `symbol-value' to keep the byte-compiler quiet.
10474
10475 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10476 (diff-find-source-location): New fun, extracted from diff-goto-source.
10477 (diff-goto-source): Use it.
10478 (diff-next-complex-hunk, diff-filter-lines): New function.
10479 (diff-apply-hunk): New command.
10480
10481 * smerge-mode.el (smerge-mode-menu): Doc fix.
10482
10483 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10484
104852000-08-16 Dave Love <fx@gnu.org>
10486
10487 * windmove.el (windmove) <defgroup>: Add :version.
10488
10489 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10490 (goto-address-fontify-p, goto-address-highlight-p)
10491 (goto-address-url-face, goto-address-url-mouse-face)
10492 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10493 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10494 (goto-address-fontify, goto-address-at-mouse): Simplify,
10495 (goto-address-at-point): browse-url-url-at-point,
10496 goto-address-find-address-at-point can return nil.
10497 (goto-address-find-address-at-point): Return nil on failure.
10498
10499 * align.el (align) <defgroup>: Add :version.
10500
10501 * calculator.el (calculator): Add :version.
10502 (calculator): Use two lines for calculator window if `modeline'
10503 face is boxed.
10504
10505 * play/5x5.el: Doc fixes.
10506 (5x5) <defgroup>: Add :version.
10507
10508 * play/fortune.el (fortune) <defgroup>: Add :version.
10509 (fortune-append): Fix error message.
10510 (fortune-from-region): Doc fix.
10511
10512 * play/pong.el (pong): Doc fix.
10513
10514 * play/morse.el: Keywords, commentary, autoloads.
10515
105162000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10517
10518 * desktop.el (desktop-save): Don't look at symbol-value of a
10519 member of minor-mode-alist, unless it is boundp.
10520
105212000-08-16 Sam Steingold <sds@gnu.org>
10522
10523 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10524 `while'; use `with-current-buffer' instead of `save-excursion'.
10525 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10526
105272000-08-16 Kenichi Handa <handa@etl.go.jp>
10528
10529 * international/ccl.el (declare-ccl-program): Docstring modified.
10530 (ccl-execute-with-args): Likewise.
10531
105322000-08-16 Miles Bader <miles@gnu.org>
10533
10534 * progmodes/sql.el: Add compatibility definition of
10535 comint-line-beginning-position.
10536
105372000-08-15 Gerd Moellmann <gerd@gnu.org>
10538
10539 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10540 'buffer-menu' property.
10541 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10542 fails.
10543 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10544 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10545 wasn't killed.
10546
10547 * buff-menu.el (list-buffers-noselect): Don't display the
10548 *Buffer List* buffer.
10549
10550 * font-lock.el: Require jit-lock to prevent a very late
10551 `Loading jit-lock' message.
10552
10553 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10554 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10555 mail address.
10556
105572000-08-15 Miles Bader <miles@gnu.org>
10558
10559 * textmodes/ispell.el (ispell-graphic-p): New constant.
10560 (ispell-choices-win-default-height, ispell-help): Use
10561 `ispell-graphic-p' instead of `xemacsp'.
10562
105632000-08-15 Dave Love <fx@gnu.org>
10564
10565 * simple.el: Autoload widget-convert when compiling.
10566 (mail-user-agent): Doc fix.
10567
10568 * help.el (function-called-at-point, variable-at-point): Use
10569 with-syntax-table.
10570 (help-manyarg-func-alist): Add insert-and-inherit.
10571
10572 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10573
10574 * delsel.el (delsel-unload-hook): New function.
10575
10576 * find-file.el: Doc fixes. Move provide to end.
10577 (ff) <defgroup>: Add :link.
10578 (ff-goto-click): Deleted.
10579 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10580 Use mouse-set-point.
10581
10582 * textmodes/tildify.el: Doc fixes.
10583 (tildify) <defgroup>: Add:version.
10584
10585 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10586 (glasses-custom-set): Use set-default, not set.
10587 (minor-mode-alist): Propertize the lighter.
10588 (glasses-mode): Provide optional arg.
10589
10590 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10591 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10592 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10593 option. Provide :type.
10594 (cwarn-configuration): Provide :type.
10595 (cwarn-mode): Doc fix.
10596
10597 * add-log.el (change-log-merge): Doc fix.
10598 (change-log-redate): New command.
10599
10600 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10601 Doze and Dog.
10602 (browse-url): Use dolist, not mapcar.
10603 (browse-url-at-point): Check for null url.
10604 (browse-url-event-buffer, browse-url-event-point): Functions
10605 deleted.
10606 (browse-url-at-mouse, browse-url-netscape): Simplify.
10607
10608 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10609 modes.
10610 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10611 Fix previous change to mapcan.
10612 (msb--init-file-alist, msb--add-separators)
10613 (msb--make-keymap-menu): Simplify.
10614 (msb--choose-file-menu): Use copy-sequence.
10615 (msb-mode-map): Add title to keymap.
10616 (msb-unload-hook): New function.
10617
10618 * bs.el: Fix indentation.
10619 (bs) <defgroup>: Add :links.
10620 (bs-show): Doc fix.
10621 (bs-apply-sort-faces): Don't use window-system.
10622 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10623
106242000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10625
10626 * calendar/timeclock.el (timeclock-file): Run .timelog through
10627 convert-standard-filename.
10628
106292000-08-14 Gerd Moellmann <gerd@gnu.org>
10630
10631 * emacs-lisp/authors.el: New file.
10632
10633 * paren.el (show-paren-priority): New user option.
10634 (show-paren-function): Set overlay priorities to
10635 show-paren-priority.
10636
106372000-08-14 Miles Bader <miles@gnu.org>
10638
10639 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10640 beginning-of-line with inhibit-field-text-motion bound.
10641
106422000-08-14 Gerd Moellmann <gerd@gnu.org>
10643
10644 * calendar/timeclock.el: New file.
10645
106462000-08-14 David Ponce <david@dponce.com>
10647
10648 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10649 `widget-button-click'. so that one can use left mouse button to
10650 click on dialog buttons.
10651
106522000-08-14 Emmanuel Briot <briot@gnat.com>
10653
10654 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10655 identifiers, since XML is case sensitive
10656
106572000-08-12 Miles Bader <miles@gnu.org>
10658
10659 * comint.el (comint-output-filter): Don't bother frobbing
10660 window-start, it doesn't seem to be necessary.
10661
10662 * comint.el (comint-send-string, comint-send-region): Make into
10663 real functions. Snapshot the prompt before sending.
10664
106652000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10666
10667 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10668 technique similar to Info-index, instead of relying on specific
10669 names of relevant Index nodes.
10670 (Info-goto-emacs-command-node): Bind Info-history to nil when
10671 going to the first node found by Info-find-emacs-command-nodes.
10672
106732000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10674
10675 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10676
106772000-08-10 Miles Bader <miles@gnu.org>
10678
10679 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10680
106812000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10682
10683 * info.el (Info-file-list-for-emacs): More elements for the
10684 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10685 and woman manuals.
10686
106872000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10688
10689 * comint.el (comint-send-input): Make the newline boundary overlay
10690 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10691 (comint-output-filter): Use `insert' instead of
10692 `insert-before-markers'. Extend comint-last-output-overlay when
10693 necessary since we can't rely on insert-before-markers to do it.
10694 * gud.el (gud-filter): Use `with-current-buffer' instead of
10695 save-excursion when inserting the output, so that point gets
10696 updated correctly; the old method relied on a rather dodgy
10697 side-effect of comint-output-filter to avoid the effect of
10698 save-excursion.
10699
107002000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10701
10702 * files.el (recover-file): Call insert-directory instead of
10703 invoking `ls' directly.
10704
107052000-08-10 Miles Bader <miles@gnu.org>
10706
10707 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10708 (comint-last-prompt-overlay): New variables.
10709 (comint-output-filter): Implement prompt highlighting.
10710 (comint-snapshot-last-prompt): New function.
10711 (comint-send-input): Snapshot the last prompt.
10712 Use comint-highlight-input-face.
10713 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10714 Use defface instead of defcustom.
10715 (send-invisible, comint-send-eof): Snapshot the last prompt.
10716 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10717 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10718
107192000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10720
10721 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10722 (regexp-opt-group): Use a list of chars for `letters'.
10723 (regexp-opt-charset): `chars' is now a list of chars.
10724 Use a char-table rather than a vector so it works for multibyte chars.
10725
10726 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10727 Set cvs-minor-current-files to the selected fileinfo.
10728 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10729 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10730
107312000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10732
10733 * files.el (insert-directory): Don't call access-file on
10734 directories on DOS and Windows.
10735
107362000-08-09 Kenichi Handa <handa@etl.go.jp>
10737
10738 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10739 longer if necessary.
10740 (ccl-embed-code): Call ccl-embed-data to store CODE in
10741 ccl-program-vector.
10742
107432000-08-09 Miles Bader <miles@gnu.org>
10744
10745 * comint.el (comint-output-filter): Properly handle the case where
10746 the text surrounded by comint-last-output-overlay was deleted.
10747
107482000-08-08 Gerd Moellmann <gerd@gnu.org>
10749
10750 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10751 non-nil.
10752 (Info-file-list-for-emacs): Remove "info" from the list because
10753 that leads to trying to use the documentation from file `info'
10754 in various situations where it isn't appropriate, for instance
10755 C-h C-k C-h i.
10756
10757 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10758 DIR and/or STRING are nil.
10759
10760 * progmodes/compile.el (compilation-setup): Make variable
10761 compilation-error-screen-columns buffer-local, as some comment
10762 in the code suggests it should be.
10763
10764 * files.el (auto-mode-interpreter-regexp): New variable.
10765 (set-auto-mode): Use it.
10766
10767 * indent.el (indent-for-tab-command): Doc fix.
10768
10769 * mouse-sel.el (mouse-sel-mode): Doc fix.
10770
10771 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10772 labels.
10773
10774 * help.el (print-help-return-message): When
10775 display-buffer-reuse-frames is set, let the help window been quit,
10776 instead of deleting it, which might delete a reused frame.
10777
107782000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10779
10780 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10781 rename a directory to a name that differs only by its letter case.
10782
107832000-08-08 Kenichi Handa <handa@etl.go.jp>
10784
10785 * international/quail.el (quail-define-rules): Handle Quail decode
10786 map correctly. Add code for supporting annotations.
10787 (quail-install-decode-map): New function.
10788 (quail-defrule-internal): New optional arguments decode-map and
10789 props.
10790 (quail-advice): New function.
10791
107922000-08-07 Sam Steingold <sds@gnu.org>
10793
10794 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10795 `defconst', `define-condition', `with-slots'.
10796 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10797
107982000-08-03 Miles Bader <miles@gnu.org>
10799
10800 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10801 New variable.
10802 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10803 comint-use-prompt-regexp-instead-of-fields.
10804 (comint-send-input): Add `input' field property to stuff we send to
10805 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10806 (comint-output-filter): Add `output' field property to process
10807 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10808 (comint-replace-by-expanded-history)
10809 (comint-get-old-input-default, comint-show-output)
10810 (comint-backward-matching-input, comint-forward-matching-input)
10811 (comint-next-prompt, comint-previous-prompt): Use field
10812 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10813 (comint-line-beginning-position): New function.
10814 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10815 (comint-replace-by-expanded-history-before-point): Use
10816 comint-line-beginning-position and line-end-position.
10817 (comint-last-output-overlay): New variable.
10818 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10819
10820 * shell.el (shell-prompt-pattern): Doc change.
10821 (shell-backward-command): Use line-beginning-position.
10822
10823 * gud.el (gud-gdb-complete-command): Use
10824 comint-line-beginning-position.
10825
10826 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10827 comint-bol doesn't actually go to the beginning of the line.
10828
10829 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10830 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10831 (try-expand-line-all-buffers): Likewise.
10832
10833 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10834 explicitly matching comint-prompt-regexp.
10835 (sql-copy-column): Use comint-line-beginning-position instead of
10836 explicitly matching comint-prompt-regexp.
10837
10838 * progmodes/octave-inf.el (inferior-octave-complete): Use
10839 comint-line-beginning-position.
10840
10841 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10842
10843 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10844 looking for a prompt, use `forward-line 0' instead of
10845 `beginning-of-line', to avoid getting caught by an input field.
10846
108472000-08-07 Gerd Moellmann <gerd@gnu.org>
10848
10849 * files.el (shell-quote-wildcard-pattern): Make sure to return
10850 PATTERN, in the Unix case.
10851
108522000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10853
10854 * play/zone.el (zone): Discard any pending input before running
10855 the randomly-chosen pgm.
10856
108572000-08-07 Kenichi Handa <handa@etl.go.jp>
10858
10859 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10860 checking the existence of any multibyte characters.
10861
108622000-08-06 Gerd Moellmann <gerd@gnu.org>
10863
10864 * help.el (describe-mode): Test minor-mode symbol for being
10865 bound before testing its value for being nil.
10866
10867 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10868 `first', `second', and `third'.
10869
10870 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10871 (second): Make it an alias for `cadr'.
10872
108732000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10874
10875 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10876 types of display support faces now.
10877
108782000-08-05 Gerd Moellmann <gerd@gnu.org>
10879
10880 * pcvs.el (require): Require `cl' during compilation, only.
10881
10882 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10883 (toplevel): Remove `remq' and `remove' from autoloads.
10884 (cl-fake-autoloads): New variable. If set, arrange for an error
10885 when CL functions etc. are autoloaded.
10886
108872000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10888
10889 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10890
10891 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10892 popped up, but the user clicks outside the menu, return an empty
10893 regexp (that causes unhighlight-regexp to have no effect).
10894
10895 * menu-bar.el (menu-bar-games-menu): Add Zone.
10896
10897 * hi-lock.el (toplevel): Require font-lock.
10898
108992000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10900
10901 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10902 (ebnf-8-bit-chars): New var for bug fix.
10903 (ebnf-string): Bug fix.
10904
109052000-08-03 Sam Steingold <sds@gnu.org>
10906
10907 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10908 instead of `buffer-string'.
10909 (require 'cl): Always, not just when compiling.
10910 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10911 necessary.
10912
109132000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10914
10915 * international/mule-cmds.el (select-safe-coding-system): Make
10916 the message text about selecting a safe coding system more clear.
10917
109182000-08-02 Gerd Moellmann <gerd@gnu.org>
10919
10920 * hi-lock.el: New file.
10921
10922 * play/zone.el: New file.
10923
10924 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10925 value of tab-width in the original buffer. Choose a line number
10926 format that's a multiple of the original buffer's tab width, so
10927 that lines appear right.
10928
10929 * textmodes/ispell.el (ispell): New function, replacing an alias.
10930 Spell-check active region if in transient-mark-mode and mark
10931 is active; otherwise spell-check buffer.
10932
109332000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10934
10935 * ps-mule.el: Fix a customization problem on
10936 ps-mule-font-info-database-default.
10937
109382000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10939
10940 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10941 display-mouse-p instead of window-system.
10942 (ebrowse-member-mode-map): Ditto.
10943
109442000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10945
10946 * progmodes/ebnf2ps.el: Update ps-print functions call.
10947 Indentation fix. Doc fix.
10948 (ebnf-version): New version number (3.2).
10949 (ebnf-format-color, ebnf-begin-job): Code fix.
10950
109512000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10952
10953 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10954 font lock support on window-system.
10955 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10956
10957 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10958 display-color-p, if fboundp, instead of window-system.
10959
109602000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10961
10962 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10963 instead of window-system.
10964
10965 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10966 window-system.
10967 (widget-choice-mouse-down-action): Use display-popup-menus-p
10968 instead of window-system.
10969
10970 * strokes.el (strokes-file): Run the file name through
10971 convert-standard-filename.
10972 (strokes-mode): Call display-mouse-p instead of looking at
10973 window-system. Change the error message accordingly.
10974
10975 * progmodes/cpp.el (toplevel): Support faces on tty's.
10976
10977 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10978 (lm-plot-square, lm-init-display): Don't use window-system.
10979
10980 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10981 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10982
10983 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10984 instead of looking at window-system.
10985
109862000-07-30 Gerd Moellmann <gerd@gnu.org>
10987
10988 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10989 of testing if iswitchb-prepost-hooks is bound, because the
10990 latter will always be true when invoking a recursive minibuffer
10991 from an active Iswitchb buffer.
10992
109932000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10994
10995 * files.el (shell-quote-wildcard-pattern): New function.
10996 (insert-directory): Call it. Only prepend "\" to command on Unix
10997 and GNU/Linux systems.
10998
109992000-07-30 Gerd Moellmann <gerd@gnu.org>
11000
11001 * eshell/esh-groups.el: Change custom :link file names
11002 from `eshell.info' to `eshell'.
11003
110042000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11005
11006 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11007 correctly in recursive ange-ftp listings.
11008
110092000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11010
11011 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11012 ps-header-font-size-internal and
11013 ps-header-title-font-size-internal variables are not set,
11014 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11015 face text property is (foreground-color . COLOR) or
11016 `(background-color . COLOR)', ps-print crashes. Doc fix.
11017 (ps-print-version): New version number (5.2.4).
11018 (ps-plot-region): Code fix.
11019 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11020 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11021 Bug fix 2.
11022
110232000-07-30 Milan Zamazal <pdm@freesoft.cz>
11024
11025 * glasses.el (glasses-make-readable): Fix uncapitalization of
11026 identifiers like `myXMLDocument'.
11027
110282000-07-28 Karl Fogel <kfogel@red-bean.com>
11029
11030 * mail/mail-hist.el (mail-hist-previous-input)
11031 (mail-hist-next-input): Do the obvious code factorization.
11032 (mail-hist-retrieve-and-insert): New func, contains common
11033 code of above two.
11034 If inserting a message body, leave point at top.
11035
110362000-07-28 Sam Steingold <sds@gnu.org>
11037
11038 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11039 Use `<=', not `<' to compare times!
11040 (ange-ftp-ls): Remove.
11041
110422000-07-27 Gerd Moellmann <gerd@gnu.org>
11043
11044 * play/cookie1.el: Add explanation of how to make cookie.el
11045 compatible with strfile(1) to comment.
11046
11047 * subr.el (remove, remq): New functions.
11048
11049 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11050 escape `*' in regexps.
11051 (midnight-find): Reverse order of arguments in the funcall of
11052 TEST.
11053
11054 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11055 and `.class'.
11056
11057 * play/meese.el: Add Commentary section.
11058
110592000-07-27 Alex Schroeder <alex@gnu.org>
11060
11061 * sql.el (sql-ms): Added autoload cookie.
11062 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11063 (sql-oracle): Ditto.
11064 (sql-help): Doc change.
11065
11066 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11067 types and exceptions.
11068
110692000-07-27 Alex Schroeder <alex@gnu.org>
11070
11071 * sql.el (sql-placeholder-history): New variable.
11072 (sql-query-placeholders-and-send): New function that will query
11073 the user and replace placeholders with user input.
11074 (sql-oracle): If running on NT, set comint-input-sender to
11075 sql-query-placeholders-and-send.
11076
11077 (sql-stop): If in the SQLi buffer, insert stop notification, else
11078 present it as a message.
11079
110802000-07-27 Alex Schroeder <alex@gnu.org>
11081
11082 * sql.el (sql-input-ring-separator): Doc change.
11083 (sql-input-ring-file-name): Doc change.
11084 (sql-interactive-mode): Use `sql-input-ring-separator' and
11085 `sql-input-ring-file-name' to set the comint-mode equivalents
11086 without making them local variables.
11087 (sql-stop): Don't bind `sql-input-ring-separator' and
11088 `sql-input-ring-file-name' dynamically to their comint-mode
11089 equivalents.
11090
110912000-07-27 Kenichi Handa <handa@etl.go.jp>
11092
11093 * international/mule.el (register-char-codings): New function.
11094 (make-coding-system): Handle `safe-chars' specification in the arg
11095 PROPERTY.
11096
11097 * international/mule-cmds.el
11098 (find-coding-systems-region-subset-p): This function deleted.
11099 (sort-coding-systems-predicate): New variable.
11100 (sort-coding-systems): New function.
11101 (find-coding-systems-region): Use
11102 find-coding-systems-region-internal.
11103 (find-coding-systems-string): Use find-coding-systems-region.
11104 (find-coding-systems-for-charsets): Check
11105 char-coding-system-table.
11106 (select-safe-coding-system-accept-default-p): New variable.
11107 (select-safe-coding-system): Mostly rewritten. New argument
11108 ACCEPT-DEFAULT-P.
11109 (select-message-coding-system): Call select-safe-coding-system
11110 with ACCEPT-DEFAULT-P arg.
11111 (reset-language-environment): Reset default-sendmail-coding-system
11112 to the default value iso-latin-1.
11113 (set-language-environment): Don't set the obsolete variable
11114 charset-origin-alist.
11115
11116 * international/codepage.el (cp-coding-system-for-codepage-1):
11117 Give `safe-chars' property to make-coding-system.
11118
11119 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11120 calling select-message-coding-system twice.
11121
11122 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11123 instead of `safe-charsets'.
11124 (cyrillic-alternativnyj): Likewise.
11125 (ccl-encode-alternativnyj): Don't check the charset
11126 cyrillic-iso8859-5.
11127
111282000-07-27 Kenichi Handa <handa@etl.go.jp>
11129
11130 * composite.el (compose-chars-after): Preserve match data.
11131
111322000-07-26 Sam Steingold <sds@gnu.org>
11133
11134 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11135 (ange-ftp-real-file-newer-than-file-p): New function.
11136 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11137 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11138
11139 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11140 * midnight.el (midnight-float-time): Ditto.
11141
111422000-07-26 Andreas Schwab <schwab@suse.de>
11143
11144 * files.el (normal-backup-enable-predicate): Correct
11145 interpretation of the return value of compare-strings.
11146
111472000-07-26 Gerd Moellmann <gerd@gnu.org>
11148
11149 * isearch.el (isearch-resume): New function.
11150 (isearch-done): Add something to command-history to resume
11151 the search.
11152 (isearch-yank-line, isearch-yank-word): Use
11153 buffer-substring-no-properties instead of buffer-substring.
11154
11155 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11156 of flyspell-mouse-map.
11157
11158 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11159 duplicate definition.
11160 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11161
11162 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11163 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11164
111652000-07-25 Sam Steingold <sds@gnu.org>
11166
11167 * net/ange-ftp.el: Get modtime over the net.
11168 (ange-ftp-file-modtime): New function.
11169 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11170 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11171 Use it.
11172 (ange-ftp-dot-to-slash): New function.
11173 (ange-ftp-fix-name-for-vms): Use it.
11174
11175 * midnight.el (midnight-buffer-display-time): Use
11176 `with-current-buffer'.
11177
111782000-07-25 Gerd Moellmann <gerd@gnu.org>
11179
11180 * find-dired.el: Update copyright notice.
11181 (find-dired): Offer to kill a running `find'.
11182
11183 * enriched.el (enriched-face-ans): For a `foreground-color'
11184 property, return '(("x-color" COLOR))' so that COLOR will be
11185 output as a parameter of the x-color annotation. Likewise for the
11186 `background-color' property. In the case of normal face
11187 properties, don't return annotations for unspecified foreground
11188 and background face attributes.
11189
111902000-07-25 Kenichi Handa <handa@etl.go.jp>
11191
11192 * language/japan-util.el (japanese-katakana-region): Fix handling
11193 HANKAKU argument.
11194
111952000-07-25 Miles Bader <miles@gnu.org>
11196
11197 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11198 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11199 constrain-to-field.
11200
112012000-07-24 Andrew Innes <andrewi@gnu.org>
11202
11203 * timer.el (timer-activate-when-idle): Add optional parameter
11204 DONT-WAIT. Update docstring.
11205 (run-with-idle-timer): Specify extra parameter to
11206 timer-activate-when-idle, so that timer will be activated
11207 immediately if Emacs is already idle.
11208
11209 * w32-fns.el (w32-using-nt): Fix docstring.
11210
112112000-07-24 Dave Love <fx@gnu.org>
11212
11213 * mouse.el (popup-menu): Set last-command-event.
11214 (mouse-major-mode-menu-prefix): Declare.
11215
112162000-07-24 Gerd Moellmann <gerd@gnu.org>
11217
11218 * textmodes/flyspell.el: Update to author's version 1.5d.
11219
11220 * progmodes/hideshow.el: Update copyright notice.
11221
11222 * vcursor.el: Set maintainer to FSF, since author cannot
11223 be reached.
11224
112252000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11226
11227 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11228 the prompt.
11229
11230 * mouse.el (popup-menu): Run the keymap through indirect-function,
11231 in case it was defined with define-prefix-key. If the menu is a
11232 list of keymaps, look up the binding of user's choice in each one
11233 of the keymaps.
11234 (mouse-popup-menubar): If the global and local menu-bar keymaps
11235 don't have a prompt string, create one and insert it into the
11236 keymap. Don't barf if current-local-map returns nil.
11237
112382000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11239
11240 * dired.el (dired-sort-R-check): Added to allow recursive listing
11241 to be undone.
11242 (dired-sort-other): Use it.
11243
112442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11245
11246 * Release of cc-mode 5.27
11247
112482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11249
11250 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11251 c-beginning-of-statement-1 that caused a bad case of recursion
11252 which could consume a lot of CPU in large classes in languages
11253 that have in-expression classes (i.e. Java and Pike).
11254
11255 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11256 statements before top level constructs (i.e. case 6 is moved
11257 before case 5 and is now case 4) to catch in-expression
11258 classes in top level expressions correctly.
11259
112602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11261
11262 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11263 objc-method-intro. Case 4 removed and case 5I added.
11264
11265 * cc-langs.el (c-append-paragraph-start): New variable used by
11266 c-common-init to get paragraph-start correct.
11267 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11268 initialize paragraph-start to make it correct both with and
11269 without the javadoc special case.
11270
11271 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11272 initialize paragraph-start for javadoc markup.
11273
11274 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11275 change by defaulting this to t. It's motivated by the
11276 confusing behavior that otherwise arise from the style system
11277 when editing both java and non-java files at the same time
11278 (see the comments about style setting in c-common-init).
11279
112802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11281
11282 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11283 similar to the one in c-fill-paragraph to check the fill
11284 prefix from the adaptive fill function for sanity.
11285
112862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11287
11288 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11289 defun block.
11290
a30eb617
DL
112912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11292
11293 * cc-align.el (c-lineup-multi-inher): Handle lines with
11294 leading comma nicely. Extended to handle member initializers
11295 too.
11296
11297 * cc-engine.el: (c-beginning-of-inheritance-list,
11298 c-guess-basic-syntax): Fixed recognition of inheritance lists
11299 when the lines begins with a comma.
11300
a30eb617
DL
11301 * cc-vars.el (c-offsets-alist): Changed default for
11302 member-init-cont to c-lineup-multi-inher since it now handles
11303 member initializers and indents better for leading commas.
11304
113052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11306
11307 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11308 handling that caused class open lines to be recognized as
11309 statement-conts in some cases.
11310
11311 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11312 guessed by the adaptive fill function unless point is on the
11313 first line of a block comment.
11314
11315 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11316 when the buffer ends with a macro continuation char.
11317
11318 * cc-engine.el (c-guess-basic-syntax): Added support for
11319 function definitions as statements in Pike. The first
11320 statement in a lambda block is now labeled defun-block-intro
11321 instead of statement-block-intro.
11322
11323 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11324 so that the class surrounding point is selected, not the one
11325 innermost in the state.
11326
11327 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11328 recognition of switch labels having hanging multiline
11329 statements.
11330
11331 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11332 some code in c-guess-basic-syntax to a separate function.
11333 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11334 recognition of member inits with multiple line arglists.
11335 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11336 member-init-cont when the commas are in funny places.
11337
113382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11339
11340 * cc-defs.el (c-auto-newline): Removed this macro since it's
11341 not used anymore.
11342
11343 * cc-engine.el (c-looking-at-bos): New helper function.
11344 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11345 inexpr and toplevel classes apart in Pike.
11346
11347 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11348 of case 9A.
11349
11350 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11351 constant, since "class" can introduce an in-expression class
11352 in Pike nowadays.
11353
113542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11355
11356 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11357 indentation on cpp-macro lines.
11358
11359 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11360 a syntax modifier like comment-intro, to make it possible to
11361 get syntactic indentation for preprocessor directives. It's
11362 incompatible wrt to lineup functions on cpp-macro, but it has
11363 no observable effect in the 99.9% common case where cpp-macro
11364 is set to -1000.
11365
113662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11367
11368 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11369 member-init-cont when the preceding arglist is several lines.
11370
113712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11372
11373 * cc-styles.el (c-style-alist): The basic offset for the BSD
11374 style corrected to 8.
11375
113762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11377
11378 * cc-styles.el (c-style-alist): Adjusted the indentation of
11379 brace list openers in the gnu style.
11380
113812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11382
11383 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11384
11385 * cc-cmds.el (c-electric-brace, c-electric-slash,
11386 c-electric-star, c-electric-semi&comma, c-electric-colon,
11387 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11388 when c-syntactic-indentation is nil.
11389
11390 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11391 we were left at comments preceding the first statement when
11392 reaching the beginning of the buffer.
11393
11394 * cc-vars.el (c-syntactic-indentation): New variable to turn
11395 off all syntactic indentation.
11396
113972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11398
11399 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11400 between the text and the block comment ender when it hangs,
11401 depending on how many there are before the fill.
11402
114032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11404
11405 * cc-engine.el (c-beginning-of-closest-statement): New helper
11406 function to go back to the closest preceding statement start,
11407 which could be inside a conditional statement.
11408 * cc-engine.el (c-guess-basic-syntax): Use
11409 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11410
11411 * cc-engine.el (c-guess-basic-syntax): Better handling of
11412 arglist-intro, arglist-cont-nonempty and arglist-close when
11413 the arglist is nested inside parens. Cases 7A, 7C and 7F
11414 changed.
11415
11416 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11417 up-to-date with javadoc 1.2.
11418
114192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11420
11421 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11422 multiline Pike type decls.
11423
114242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11425
11426 * cc-cmds.el (c-indent-new-comment-line): Always break
11427 multiline comments in multiline mode, regardless of
11428 comment-multi-line.
11429
114302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11431
11432 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11433 fully::qualified::names in C++ member init lists. Preamble in
11434 case 5D changed.
11435
114362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11437
11438 * cc-langs.el (c-common-init): Handling of obsolete variables
11439 moved to c-initialize-cc-mode. More compatible style override
11440 when using global style variables.
11441 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11442 variables moved here.
11443
a30eb617
DL
11444 * cc-styles.el (c-make-styles-buffer-local): Flag style
11445 variable localness in c-style-variables-are-local-p to make
11446 the compatibility measure in c-common-init work well.
11447
11448 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11449 longer contain set-from-style.
11450 * cc-styles.el (c-initialize-builtin-style): Don't check for
11451 set-from-style on c-special-indent-hook.
11452 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11453 copy-alist is sufficient now.
11454
11455 * cc-styles.el (c-set-style, c-set-style-1,
11456 c-get-style-variables): Fixes to variable initialization so
11457 that duplicate entries in styles have the same effect
11458 regardless of DONT-OVERRIDE.
11459
11460 * cc-styles.el (c-set-style-2): Fixed bug where the
11461 initialization of inheriting styles failed when the
11462 dont-override flag is set.
11463
11464 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11465 on this.
11466
114672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11468
11469 * cc-defs.el (c-forward-comment): Removed the workaround
11470 introduced in 5.38 since it had worse side-effects. If a line
11471 contains the string "//\"", it regarded the // as a comment
11472 start since the \ temporarily doesn't have escape syntax.
11473
114742000-07-17 Emmanuel Briot <briot@act-europe.fr>
11475
11476 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11477 ada-xref.el before ada-prj.el, so that the Project menu is created
11478 when ada-prj tries to add to it.
11479 (ada-activate-keys-for-case): Suppress the characters that are not
11480 part of the Ada syntax. Better compatibility with else-mode
11481 (ada-adjust-case-interactive): When auto-casing is not active,
11482 correctly insert newlines (used to insert only ^M). Prevent the
11483 syntax table from being changed in case of an error
11484 (or '_' becomes part of a word and some commands are confused).
11485 Do nothing if ada-auto-case is nil.
11486 (ada-after-keyword-p): Ignore keywords that are also attributes
11487 (ada-batch-reformat): Update usage comment
11488 (ada-call-from-contextual-menu): New function
11489 (ada-case-read-exceptions): Reinitialize the casing exception list
11490 first to nil first, so that the casing exception file can be
11491 shared.
11492 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11493 files.
11494 (ada-compile-goto-error): Fix regexp used to detect a file:line
11495 anywhere in the error message
11496 (ada-contextual-menu-last-point): New variable
11497 (ada-create-keymap): If the variable delete-key-deletes-forward is
11498 t on XEmacs, it means that DEL should delete one character
11499 forward.
11500 (ada-create-menu): Use :included instead of :visible for XEmacs.
11501 New submenu "Options".
11502 (ada-end-stmt-re): Correctly indent "select ... then abort"
11503 statements.
11504 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11505 even if they don't match ada-fill-comment-prefix Fix handling of
11506 paragraphs on the first or last line of a file.
11507 (ada-format-paramlist): Fix handling of default parameter values.
11508 (ada-get-body-name): New function.
11509 (ada-get-current-indent): Optimized by searchling directly for an
11510 existing generic part or a statement outside of it. Handle
11511 ada-indent-align-comments when indenting comments Replaced some
11512 regexps by testing directly the next character. This results in a
11513 huge speedup on some files. New indentation scheme for renames
11514 statements. Stop looking for the 'while' or 'for' associated with
11515 a 'loop' at the first semicolon encountered. A "return" can also
11516 match an anonymous access subprogram declaration.
11517 (ada-get-indent-noindent): Ignore strings and comments when
11518 looking for the keywords "record" and "private".
11519 (ada-goto-matching-decl-start): When matching "if", make sure we
11520 are not in fact seeing "end if". Ignore "when" statements except
11521 when initial keyword was "begin". Fix handling of nested
11522 procedures. Add a recursive call to this function to skip over
11523 other 'end' statmts. Fix indentation for "when .. => begin"
11524 (ada-in-open-paren-p): Fix indentation for complex boolean
11525 expressions, where 'and then', 'or else' and parenthesis
11526 statements are mixed up.
11527 (ada-in-paramlist-p): Skip comments while searching for the
11528 beginning Fix handling of operator declarations.
11529 (ada-indent-align-comments): New variable
11530 (ada-indent-current): Change the syntax table only in the
11531 protected section, so that we are sure it is restored correctly.
11532 (ada-indent-on-previous-lines): Use ada-use-indent and
11533 ada-with-indent Correctly indent "select ... then"
11534 (ada-indent-region): Slight speedup.
11535 (ada-indent-renames): New variable.
11536 (ada-last-which-function-subprog, ada-last-which-function-line):
11537 New variables
11538 (ada-looking-at-semi-private): Correctly indent the 'private'
11539 keyword when it is the first word in a package declaration.
11540 (ada-loose-case-word): Stop searching if at the end of the buffer.
11541 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11542 even if point is not initially at the end of the word.
11543 (ada-matching-decl-start-re): Add "when".
11544 (ada-mode): Add support for abbrev-mode, outline-mode and
11545 which-func-mode Override the old find-file.el entry in
11546 ff-special-constructs since it is using the obsolete
11547 ada-spec-suffix variable
11548 (ada-no-auto-case): New function
11549 (ada-scan-paramlist): When parsing the argument type, accept
11550 spaces (as in "X 'Class", generated by Rational Rose).
11551 (ada-other-file-name): No longer loads the other file.
11552 (ada-popup-menu): Save and restore the current buffer and cursor
11553 position before and after displaying the menu.
11554 (ada-search-ignore-complex-boolean): New function.
11555 (ada-uncomment-region): Emacs21 already knows how to delete
11556 comments not starting in the first column.
11557 (ada-use-indent): New variable
11558 (ada-which-function): New function.
11559 (ada-with-indent): New variable
11560 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11561 can be batch-compiled from the command line.
11562
11563 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11564 Add to the menu when the file is loaded, not in ada-mode-hook.
11565 Add -toolbar to the default ddd command Switches moved from
11566 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11567 ada-prj-default-comp-opt
11568 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11569 Reference Manual to the menu
11570 (ada-check-current): rewritten as a call to ada-compile-current
11571 (ada-compile): Removed.
11572 (ada-compile-application, ada-compile-current, ada-check-current):
11573 Set the compilation-search-path so that compile.el automatically
11574 finds the sources in src_dir. Automatic scrollong of the
11575 compilation buffer. C-uC-cC-c asks for confirmation before
11576 compiling
11577 (ada-compile-current): New parameter, prj-field
11578 (ada-complete-identifier): Load the .ali file before doing
11579 processing
11580 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11581 conform to gnatmake's behavior.
11582 (ada-find-file-in-dir): New function
11583 (ada-find-references): Set the environment variables for gnatfind
11584 (ada-find-src-file-in-dir): New function.
11585 (ada-first-non-nil): Removed
11586 (ada-gdb-application): Add support for jdb, the java debugger.
11587 (ada-get-ada-file-name): Load the original-file first if not done
11588 yet.
11589 (ada-get-all-references): Handles the new ali syntax (parent types
11590 are found between <>).
11591 (ada-initialize-runtime-library): New function
11592 (ada-mode-hook): Always load a project file when a file is opened,
11593 so that the casing exceptions are correctly read.
11594 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11595 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11596 to open the project file, since the latter does not work with
11597 speedbar Get default values before loading the prj file, or the
11598 default executable file name is wrong. Use the absolute value of
11599 src_dir to initialize ada-search-directories and
11600 compilation-search-path,... Add the standard runtime library to
11601 the search path for find-file.
11602 (ada-prj-default-debugger): Was missing an opening '{'
11603 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11604 variables.
11605 (ada-prj-default-gnatmake-opt): New variable
11606 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11607 buffers, the project file is the default one Save the windows
11608 configuration before displaying the menu.
11609 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11610 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11611 ...) regexp-quote identifiers names to support operators +,
11612 -,... in regexps.
11613 (ada-remote): New function.
11614 (ada-run-application): Erase the output buffer before starting the
11615 run Support remote execution of the application. Use
11616 call-process, or the arguments are incorrectly parsed
11617 (ada-set-default-project-file): Reread the content of the active
11618 project file, not the one from the current buffer When a project
11619 file is set as the default project, all directories are
11620 automatically associated with it.
11621 (ada-set-environment): New function
11622 (ada-treat-cmd-string): New special variable ${current}
11623 (ada-treat-cmd-string): Revised. The substitution is now done for
11624 any ${...} substring
11625 (ada-xref-current): If no body was found, compiles the spec
11626 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11627 compiler to get rid of command line length limitations.
11628 (ada-xref-get-project-field): New function
11629 (ada-xref-project-files): New variable
11630 (ada-xref-runtime-library-specs-path)
11631 (ada-xref-runtime-library-ali-path): New variables
11632 (ada-xref-set-default-prj-values): Default run command now does a
11633 cd to the build directory. New field: main_unit Provide a default
11634 file name even if the current buffer has no prj file.
11635
11636 * ada-prj.el:
11637 Rewritten to show a tabbed-dialog.
11638 (ada-prj-add-ada-menu): Remove the map and name parameters.
11639 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11640 New function
11641 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11642 (ada-prj-load-from-file): New function
11643 (ada-prj-save): Always save fields that depend on the current buffer
11644 (ada-prj-show-value): New function
11645
11646 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11647 Ada mode. This will allow us to display the Ada menu in any buffer
11648 we want (for project items).
11649 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11650 number of spaces in the header.
11651
116522000-07-24 Dave Love <fx@gnu.org>
11653
11654 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11655
116562000-07-23 Noah Friedman <friedman@splode.com>
11657
11658 * type-break.el (type-break): perform autosave.
11659 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11660 (type-break-do-query): Cancel query schedule while performing
11661 actual query, to avoid possibility of a second query being made
11662 while first one is already in progress.
11663 (type-break-time-stamp-format): New variable.
11664 (type-break-time-stamp): New function.
11665 (type-break-time-warning): Use it.
11666 (type-break-keystroke-warning): Use it.
11667 (type-break-noninteractive-query): Use it.
11668
11669 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11670 cookie.
11671 Use add-minor-mode to set minor-mode-alist, if available.
11672 (eldoc-echo-area-use-multiline-p): New user option.
11673 (eldoc-echo-area-multiline-supported-p): New variable.
11674 (eldoc-docstring-format-sym-doc): Use them.
11675 (eldoc-mode): If not using idle timers, append to local post and
11676 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11677 (eldoc-display-message-no-interference-p): Don't interfere with
11678 edebug.
11679 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11680 (eldoc-function-arglist): New function.
11681 (eldoc-function-argstring): Use it.
11682
11683 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11684 auto save directory exists before calling directory-files.
11685
116862000-07-23 Dave Love <fx@gnu.org>
11687
11688 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11689 ^o, ^u.
11690
116912000-07-21 Dave Love <fx@gnu.org>
11692
11693 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11694 now passed to the function. It now works properly.
11695
11696 * smerge-mode.el (smerge-mode-menu): Fill it out.
11697
116982000-07-20 Gerd Moellmann <gerd@gnu.org>
11699
11700 * info-look.el (info-lookup): If *info* is shown in another frame
11701 on the same display, select that frame, instead of switching to
11702 the Info buffer in another window of the selected frame.
11703
11704 * simple.el (universal-argument-map): Bind numeric keypad keys
11705 kp-0 to kp-9 and kp-subtract.
11706 (digit-argument): Handle these keys.
11707
117082000-07-20 Dave Love <fx@gnu.org>
11709
11710 * net/goto-addr.el (goto-address-fontify): Don't bother with
11711 buffer-modified and read-only stuff -- irrelevant with overlays.
11712 Put an extra property on the overlays and use it to clean up in
11713 case goto-address is re-run.
11714
117152000-07-19 Richard M. Stallman <rms@gnu.org>
11716
11717 * timer.el (run-with-idle-timer): Doc fix.
11718
11719 * mail/mail-utils.el (mail-strip-quoted-names):
11720 Handle case where <...> appears inside "...".
11721 Use replace-match to edit the string more simply.
11722 (rmail-dont-reply-to): Cope with an unmatched ".
11723
117242000-07-19 Dave Love <fx@gnu.org>
11725
11726 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11727 implementation.
11728
11729 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11730 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11731 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11732
117332000-07-19 Gerd Moellmann <gerd@gnu.org>
11734
11735 * textmodes/refer.el: Correct maintainer's email address.
11736
11737 * progmodes/hideif.el: Correct author's email address.
11738 Fix typo in comment.
11739
11740 * xml.el: New file.
11741
11742 * mail/mailheader.el: Correct author's mail address.
11743
11744 * gnus/parse-time.el: Correct author's mail address.
11745
117462000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11747
11748 * comint.el (comint-highlight-input, comint-highlight-face):
11749 New user options.
11750 (comint-input-ring-file-name): Change custom type.
11751 (comint-mode-map): Bind mouse-2.
11752 (comint-insert-clicked-input): New function.
11753 (comint-send-input): Handle input highlighting.
11754
117552000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11756
11757 * mouse.el (popup-menu): New function.
11758 (mouse-major-mode-menu): Use it.
11759
117602000-07-18 Dave Love <fx@gnu.org>
11761
11762 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11763 improvements.
11764
117652000-07-18 Gerd Moellmann <gerd@gnu.org>
11766
11767 * faces.el (face-font-selection-order)
11768 (face-font-family-alternatives): Add custom type.
11769
117702000-07-18 Dave Love <fx@gnu.org>
11771
11772 * cus-edit.el (custom-variable-reset-saved)
11773 (custom-variable-reset-standard): Remove unused bindings.
11774
11775 * rect.el (open-rectangle-line): Remove unused let.
11776
11777 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11778
117792000-07-18 Gerd Moellmann <gerd@gnu.org>
11780
11781 * cdl.el: Fix `Maintainer' keyword.
11782
11783 * play/pong.el: Add author's email address.
11784
117852000-07-17 Sam Steingold <sds@gnu.org>
11786
11787 * files.el (insert-directory): Call `split-string' instead of
11788 re-implementing it.
11789
117902000-07-18 Gerd Moellmann <gerd@gnu.org>
11791
11792 * mail/vms-pmail.el: Change maintainer to FSF.
11793
11794 * net/goto-addr.el: Change maintainer to FSF.
11795
11796 * info.el (Info-title-face-alist): Removed.
11797
117982000-07-18 David Ponce <david@dponce.com>
11799
11800 * recentf.el (recentf-open-files): New command that works like
11801 `recentf-open-more-files', but shows the whole list of files (not just
11802 those omitted from the menu). Useful if you don't use a menu-bar!
11803 (recentf-open-more-files) Modified to use `recentf-open-files'.
11804
11805 (recentf-open-files, recentf-open-more-files)
11806 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11807
11808 (recentf-dialog-mode): New mode for dialogs. You can now just type
11809 "q" to cancel the dialogs.
11810
118112000-07-18 David Ponce <david@dponce.com>
11812
11813 * recentf.el: This is a major update of recentf.el. It adds new
11814 features to better organize the recentf menu and "More..." buffer.
11815
11816 Using new provided menu filtering functions you can now organize the
11817 recent files list:
11818
11819 - by major modes
11820 - by directories
11821 - by user defined rules
11822
11823 Finally, with the new `recentf-filter-changer' customizable filter you
11824 can define a ring of filters and dynamically (via the menu) cycle on
11825 each menu organization in the ring (a la msb).
11826
118272000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11828
11829 * eshell/eshell.el (eshell): Replace links to eshell.info with
11830 links to eshell, to avoid problems on systems where the manual is
11831 installed as `eshell'.
11832 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11833 * eshell/em-smart.el (eshell-smart): Ditto.
11834 * eshell/em-banner.el (eshell-banner): Ditto.
11835 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11836
11837 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11838 same-file check in the MS-DOS version (it does support inodes).
11839
11840 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11841
11842 * eshell/eshell.el (eshell-directory-name):
11843 Run default directory name through convert-standard-filename.
11844
118452000-07-18 Kenichi Handa <handa@etl.go.jp>
11846
11847 * international/mule-cmds.el (select-safe-coding-system):
11848 Fix typo in the comment.
11849
11850 * language/european.el (compound-text):
11851 Force katakana-jisx0201 to be designated to G1.
11852
11853 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11854 Don't translate some national variant characters of latin-jisx0201.
11855 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11856
11857 * international/kkc.el (kkc-after-update-conversion-functions):
11858 New variable.
11859 (kkc-update-conversion): Run functions in it at the tail.
11860
118612000-07-16 John Wiegley <johnw@gnu.org>
11862
11863 * lisp/align.el (align-newline-and-indent):
11864 Adding new function. for auto-aligning blocks of code on RET.
11865 (align-region): Fixed badly formatted minibuffer message.
11866
118672000-07-17 Kenichi Handa <handa@etl.go.jp>
11868
11869 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11870 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11871 the conversion list at first if appropriate.
11872 (kkc-next): Don't update kkc-next-count here.
11873 (kkc-prev): Don't update kkc-prev-count here.
11874 (kkc-show-conversion-list-update): Fix setting up of conversion
11875 list message.
11876
118772000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11878
11879 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11880
118812000-07-16 Dave Love <fx@gnu.org>
11882
11883 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11884 function to be more specific.
11885
11886 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11887 non-string help-echo.
11888 (widget-types-convert-widget): Defsubst it.
11889 (widget-echo-help): Try to cope with a help-echo function of two
11890 possible sorts.
11891
118922000-07-15 Jason Rumney <jasonr@gnu.org>
11893
11894 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11895 Declare as obsolete.
11896
11897 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11898
118992000-07-14 Gerd Moellmann <gerd@gnu.org>
11900
11901 * hilit-chg.el: Fix typo.
11902
119032000-07-14 Dave Love <fx@gnu.org>
11904
11905 * info.el (Info-mode-menu): Fix use of :help, :enable.
11906
119072000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11908
11909 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11910
119112000-07-13 Dave Love <fx@gnu.org>
11912
11913 * emacs-lisp/easymenu.el: Doc fixes.
11914 (easy-menu-remove): Defalias to ignore.
11915
11916 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11917 Call throw correctly.
11918
119192000-07-13 Gerd Moellmann <gerd@gnu.org>
11920
11921 * faces.el (frame-background-mode): Doc fix.
11922
11923 * simple.el (eval-expression-print-length): Change custom type to
11924 allow entering nil as value.
11925
119262000-07-13 Dave Love <fx@gnu.org>
11927
11928 * progmodes/fortran.el (fortran-imenu-generic-expression):
11929 Change definition layout.
11930 (fortran-mode-menu): Reinstate customize entries.
11931
11932 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11933 Use :filter, per old XEmacs code.
11934
119352000-07-12 Gerd Moellmann <gerd@gnu.org>
11936
11937 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11938 event when deciding what to send to the terminal.
11939
119402000-07-12 Dave Love <fx@gnu.org>
11941
11942 * cus-start.el: Add optional version as 4th element of specs and
11943 use it for several things new in v21. Remove load-path. Fix type
11944 of line-number-display-limit.
11945
119462000-07-11 Dave Love <fx@gnu.org>
11947
11948 * progmodes/fortran.el: Don't require easymenu.
11949 Use repeat counts in various regexps.
11950 (fortran-mode-syntax-table): Defvar directly.
11951 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11952 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11953 Use defvar, not defconst.
11954 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11955 (fortran-mode): Set fortran-comment-line-start-skip,
11956 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11957 (fortran-comment-indent): Use defsubst.
11958 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11959 Use fortran-comment-indent, not fortran-comment-indent-function.
11960 (fortran-comment-region, fortran-electric-line-number): Simplify.
11961 (fortran-auto-fill): New function.
11962 (fortran-do-auto-fill): Deleted.
11963 (fortran-find-comment-start-skip):
11964 Check for non-null comment-start-skip.
11965 (fortran-auto-fill-mode, fortran-fill-statement):
11966 Use fortran-auto-fill.
11967 (fortran-fill): Use fortran-auto-fill. Check for null
11968 comment-start-skip. Simplify final clause and use end-of-line finally.
11969
11970 * widget.el (widget-plist-member): New alias.
11971
119722000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11973
11974 * eshell/esh-module.el (toplevel): Reference
11975 byte-compile-current-file only if it is bound.
11976
119772000-07-10 Gerd Moellmann <gerd@gnu.org>
11978
11979 * dired.el: Don't require `dired-aux'.
11980
119812000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11982
11983 * dired-aux.el (dired-show-file-type): New function.
11984 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11985 (dired-show-file-type): Add autoload.
11986
119872000-07-10 Kenichi Handa <handa@etl.go.jp>
11988
11989 * international/mule-diag.el (describe-font): Adjusted for the
11990 change of fontset-info.
11991 (print-fontset): Likewise.
11992
119932000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11994
11995 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11996
119972000-07-07 Gerd Moellmann <gerd@gnu.org>
11998
11999 * bindings.el: Bind `[delete]' to delete-char.
12000
12001 * dired.el (dired-find-alternate-file): New function.
12002 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12003 (toplevel): Require dired-aux when compiling.
12004 (dired-buffers): Move defvar within file to avoid compiler warning.
12005
12006 * info.el (Info-last-search): Variable removed.
12007 (Info-search-history): New variable.
12008 (Info-search): New Info-search-history.
12009
12010 * battery.el, info-look.el: Change author's mail address.
12011
120122000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12013
12014 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12015 if rmail-ignored-headers is nil.
12016 (rmail-retry-failure): Bind rmail-ignored-headers and
12017 rmail-displayed-headers to nil.
12018
120192000-07-06 Gerd Moellmann <gerd@gnu.org>
12020
12021 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12022 (print-region-1): Don't hard code `-h' here.
12023
12024 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12025
120262000-07-01 Francesco Potorti` <pot@gnu.org>
12027
12028 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12029 exim can use "your message" instead of "the message".
12030
120312000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12032
12033 * facemenu.el: Docstrings fixes.
12034 (facemenu-get-face): Don't use internal-find-face.
12035 (facemenu-iterate): Rename arg to match the docstring.
12036
12037 * newcomment.el (uncomment-region): Be more careful when skipping
12038 backwards over `=' not to bump into BOBP.
12039
120402000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12041
12042 * ediff-diff.el (ediff-wordify): Use syntax table.
12043 * ediff-init.el (ediff-has-face-support-p): Use
12044 ediff-color-display-p.
12045 (ediff-color-display-p): Use display-color-p, changed to defun
12046 from defsubst.
12047 Got rid of special cases for NeXT and OS/2.
12048 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12049 face.
12050
120512000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12052
12053 * emacs-lisp/lucid.el: Require CL.
12054 (copy-tree, remprop): Remove, it's provided by CL.
12055 (map-keymap): Define in terms of cl-map-keymap.
12056 (extent-property, set-extent-end-glyph): New functions.
12057
12058 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12059
120602000-07-05 Gerd Moellmann <gerd@gnu.org>
12061
12062 * Makefile.in (DONTCOMPILE): Add comment that the name may
12063 not be changed without changing the make-dist script.
12064
12065 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12066 (cl-mapc): Use mapc instead of cl-old-mapc.
12067
120682000-07-05 Andrew Innes <andrewi@gnu.org>
12069
12070 * makefile.nt: Add support for `bootstrap' and related targets.
12071
120722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12073
12074 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12075 (easy-menu-do-define): Use `menu-item' format.
12076 Handle case where easy-menu-create-menu returns a symbol.
12077 Manually call the potential top-level filter in the function binding.
12078 (easy-menu-filter-return): New arg NAME.
12079 Convert to a keymap if MENU is an XEmacs menu.
12080 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12081 (easy-menu-converted-items-table, easy-menu-convert-item):
12082 New var and fun to memoize easy-menu-convert-item-1.
12083 (easy-menu-do-add-item): Use it.
12084 (easy-menu-create-menu): Use easy-menu-convert-item.
12085 Wrap easy-menu-filter-return around any :filter specification.
12086 Don't convert the menu if a filter was specified.
12087 Tell easy-menu-make-symbol not to check for MENU being an expression.
12088 (easy-menu-make-symbol): New arg NOEXP.
12089
120902000-07-05 Gerd Moellmann <gerd@gnu.org>
12091
12092 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12093 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12094 (eval-defun): If called with prefix arg, instrument code for
12095 Edebug.
12096
12097 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12098 similar to that of eval-defun.
12099
121002000-07-04 Dave Love <fx@gnu.org>
12101
12102 * hl-line.el (hl-line-overlay): Make it permanent-local.
12103
12104 * calendar/todo-mode.el: Replaced with a working version, based on
12105 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12106
121072000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12108
12109 * paths.el (prune-directory-list): New function.
12110 (Info-default-directory-list): Rewritten to more methodically
12111 enumerate a big list of possible info directories (based on the
12112 list used by the standalone info reader).
12113
12114 * info.el (info-initialize): Use prune-directory-list to remove
12115 non-existent directories from Info-directory-list.
12116
12117 * paths.el (Info-default-directory-list): Try a list of possible
12118 info-directories instead of a single one. Add the possible
12119 info directory "/usr/share/info".
12120
12121 * woman.el (woman-man.conf-path): Explicitly include the debian
12122 man-db config file "/etc/manpath.config".
12123 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12124 are present in `manpath.config'.
12125 (woman-manpath): Include "/usr/share/man".
12126
121272000-07-03 Gerd Moellmann <gerd@gnu.org>
12128
12129 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12130
12131 * startup.el (command-line): Initialize blink-cursor based
12132 on window-system.
12133
12134 * frame.el (blink-cursor): Default to nil if not running under
12135 a window-system.
12136
12137 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12138 (face-x-resources): Remove duplicate entry for :font.
12139
12140 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12141 instead of cycling through windows with next-window.
12142
12143 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12144 of cycling through windows with next-window.
12145
12146 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12147 of cycling through windows with next-window.
12148
12149 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12150 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12151 instead of cycling through windows with next-window.
12152
12153 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12154 instead of cycling through windows with next-window.
12155
12156 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12157 of cycling through windows with next-window.
12158
12159 * terminal.el (te-process-output): Use walk-windows instead of
12160 cycling through windows with next-window.
12161
12162 * server.el (server-switch-buffer): Use some-window instead of
12163 cycling through windows with next-window.
12164
12165 * window.el (some-window): New function.
12166 (walk-windows): Remove reference to walk-windows-start.
12167
12168 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12169
121702000-07-03 Richard Stallman <rms@gnu.org>
12171
12172 * window.el (walk-windows): Guarantee termination by keeping a list
12173 of all the windows already handled.
12174
121752000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12176
12177 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12178 window-system.
12179
12180 * man.el (Man-notify-when-ready): Don't use window-system. If
12181 Man-notify-method is newframe, and the display is not
12182 multi-frame, select the frame created for the man page.
12183 (Man-init-defvars): Doc fix.
12184
121852000-06-28 Gerd Moellmann <gerd@gnu.org>
12186
12187 * faces.el (region): Change background color for light background.
12188
12189 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12190 attribute from mode-line face of Ediff control frame.
12191
12192 * replace.el (query-replace-map): Bind `e' like `E'.
12193
121942000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12195
12196 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12197 Change name to "Select All".
12198
12199 * dos-fns.el (convert-standard-filename): Fix last change.
12200
122012000-06-27 Gerd Moellmann <gerd@gnu.org>
12202
12203 * help.el (describe-variable): Don't insert a second `'s' in front
12204 of the string `value is shown below'. Since the syntax-table is
12205 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12206 an existing `'s', so that this won't be deleted.
12207
12208 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12209 * pcmpl-unix.el: New files.
12210
122112000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12212
12213 * wid-edit.el (widget-member): Use the new plist-member.
12214
122152000-06-26 Gerd Moellmann <gerd@gnu.org>
12216
12217 * replace.el (perform-replace): Undo change of 2000-04-04.
12218 Instead, move backward 1 character at the end of the loop when
12219 necessary.
12220
12221 * faces.el (fringe): Change face for different backgrounds.
12222
12223 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12224 patch from John.
12225
12226 * eshell/*.el: Change spelling of the Free Software Foundation.
12227
12228 * eshell/esh-toggle.el: Removed.
12229
12230 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12231
12232 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12233 interactively.
12234
122352000-06-26 Alex Schroeder <alex@gnu.org>
12236
12237 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12238 `define-key'; instead of checking `(emacs-version)' check for
12239 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12240 for `;' and `o' which might be electric.
12241
12242 (sql-electric-stuff): New user option.
12243 (sql-magic-go): New function which uses `sql-electric-stuff'.
12244 (sql-magic-semicolon): New function which uses
12245 `sql-electric-stuff'.
12246
12247 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12248 is not fboundp.
12249
12250 (sql-oracle-options): New variable.
12251 (sql-oracle): Use it.
12252
12253 (sql-imenu-generic-expression): Doc change.
12254 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12255 is used.
12256
12257 (sql-informix): Added command line parameter "-" to force
12258 sql-informix-program to use stdout.
12259
122602000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12261
12262 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12263 (cp864-decode-table): Doc fix.
12264 (cp720-decode-table): New variable, supports the Arabic OEM
12265 codepage used by Windows.
12266 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12267
122682000-06-23 Dave Love <fx@gnu.org>
12269
12270 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12271 (font-lock-fontify-anchored-keywords): Use
12272 line-beginning-position.
12273 (global-font-lock-mode): Use mapc.
12274
122752000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12276
12277 * eshell/esh-module.el: Require CL when compiling.
12278
122792000-06-23 Gerd Moellmann <gerd@gnu.org>
12280
12281 * comint.el (comint-substitute-in-file-name): Call replace-match
12282 with second and third arg t.
12283
12284 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12285 Specify foreground color.
12286
12287 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12288 color.
12289
12290 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12291
12292 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12293 cddr instead of cdddr.
12294
12295 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12296 instead of copy-list.
12297
12298 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12299 of copy-list.
12300
12301 * subdirs.el: Add eshell subdirectory.
12302
12303 * eshell: New subdirectory containing the Eshell package.
12304
12305 * pcomplete.el: New file.
12306
123072000-06-23 Paul Eggert <eggert@twinsun.com>
12308
12309 * mail/mailpost.el (post-mail-send-it): Make sure file has
12310 proper permissions from birth.
12311
12312 * files.el (basic-save-buffer-2): When temporarily setting
12313 file modes, set them to current modes plus 0200, not to 0777.
12314
12315 * emerge.el (emerge-make-temp-file): Make sure file has proper
12316 permissions from birth.
12317
123182000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12319
12320 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12321 backup file name through convert-standard-filename.
12322
12323 * dos-fns.el (convert-standard-filename): Convert leading
12324 directories as well. When long file names are supported, convert
12325 characters that are invalid in Windows file names.
12326
123272000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12328
12329 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12330 ps-print crashes. New feature: page selection for printing. Create
12331 raw-text-unix coding system for XEmacs. Doc fix.
12332 (ps-print-version): New version number (5.2.3).
12333 (ps-plot-region): Bug fix.
12334 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12335 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12336 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12337 funs.
12338 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12339 (ps-last-page): New vars.
12340
123412000-06-21 Gerd Moellmann <gerd@gnu.org>
12342
12343 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12344 empty option string.
12345
123462000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12347
12348 * man.el (man): Doc fix.
12349
123502000-06-21 Kenichi Handa <handa@etl.go.jp>
12351
12352 * international/mule-cmds.el (set-language-info-alist): Docstring
12353 fixed.
12354
123552000-06-20 Gerd Moellmann <gerd@gnu.org>
12356
12357 * version.el (emacs-version): Use ISO date format.
12358
12359 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12360 instead of `M-backspace'.
12361
12362 * simple.el (turn-off-auto-fill): New function.
12363
123642000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12365
12366 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12367 Renamed from with-buffer-prepared-for-font-lock and use
12368 inhibit-modification-hooks rather than setting *-change-functions.
12369 Update all functions to use the new name.
12370 (jit-lock-first-unfontify-pos): New semantics (and doc).
12371 (jit-lock-mode): Make non-interactive.
12372 Don't automatically turn on font-lock.
12373 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12374 Always use jit-lock-after-change.
12375 Remove and restore font-lock-after-change-function.
12376 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12377 (jit-lock-after-unfontify-buffer): Remove.
12378 (jit-lock-stealth-fontify):
12379 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12380 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12381
123822000-06-20 Sam Steingold <sds@gnu.org>
12383
12384 * emacs-lisp/cl-indent.el (toplevel): Indent
12385 `print-unreadable-object' properly. Untabify.
12386
123872000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12388
12389 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12390 Support for bibentry.
12391 (reftex-compile-variables): Fixed problem with end of section-re.
12392
12393 * texmodes/reftex-dcr.el (reftex-view-crossref,
12394 reftex-view-crossref-from-bibtex):
12395 Deal with changed `reftex-find-citation-regexp-format'.
12396 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12397 Replaced `remprop' with `put'.
12398 (reftex-view-crossref, reftex-view-crossref-when-idle):
12399 Support for bibentry.
12400
12401 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12402 New entry for bibentry package.
12403
12404 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12405 Regexp also matches "\nobibliography".
12406
12407 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12408 Call `reftex-ensure-write-access' before doing anything.
12409 (reftex-ensure-write-access): New function.
12410
124112000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12412
12413 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12414
12415 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12416
12417 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12418
12419 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12420
12421
124222000-06-20 Dave Love <fx@gnu.org>
12423
12424 * faces.el (frame-background-mode): Use set-default, not set, in
12425 setter.
12426 (frame-update-faces, frame-update-face-colors): Define with
12427 defalias.
12428
12429 * enriched.el (enriched-decode-foreground)
12430 (enriched-decode-background): Don't use internal-find-face.
12431
12432 * apropos.el: Doc fixes.
12433
12434 * cus-edit.el (customize-changed-options): Check arg.
12435 (customize-version-lessp): Don't require decimal point.
12436
12437 * custom.el (defcustom, defgroup): Doc fix.
12438
12439 * newcomment.el (comment) <defgroup>: Add :version.
12440 (comment-multi-line): Doc fix.
12441
12442 * emulation/mlsupport.el (define-hooked-local-abbrev,
12443 define-hooked-global-abbrev): Fix, using define-abbrev.
12444
124452000-06-19 Gerd Moellmann <gerd@gnu.org>
12446
12447 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12448 the whole buffer.
12449
124502000-06-19 Dave Love <fx@gnu.org>
12451
12452 * menu-bar.el (menu-bar-options-save): New function.
12453 (menu-bar-options-menu): Use it.
12454 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12455 Simplify.
12456
124572000-06-19 Andreas Schwab <schwab@suse.de>
12458
12459 * progmodes/etags.el (tags-query-replace): Put new parameters
12460 START and END at the end, for backward compatibility.
12461
124622000-06-19 Kenichi Handa <handa@etl.go.jp>
12463
12464 * international/codepage.el:
12465 (cp-coding-system-for-codepage-1): Delete special codes for
12466 generating xxx-dos coding system because now a CCL based coding
12467 system can handle EOL conversion by default.
12468
12469 * international/mule.el (make-coding-system): Generate subsidiary
12470 coding systems for EOL handling variants even for a CCL based
12471 coding system.
12472
124732000-06-19 Kenichi Handa <handa@etl.go.jp>
12474
12475 * international/isearch-x.el (isearch-minibuffer-input-method)
12476 (isearch-minibuffer-input-method-function): These variables
12477 deleted.
12478 (isearch-with-input-method): Don't use the above variables.
12479 (isearch-process-search-multibyte-characters): Likewise. Call
12480 read-string with the arg INHERIT-INPUT-METHOD t.
12481
124822000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12483
12484 * font-lock.el (font-lock-after-fontify-buffer)
12485 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12486
12487 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12488 Use consistent make-local-variable style for font-lock-fontified.
12489 (jit-lock-fontify-buffer):
12490 Don't bother checking for font-lock-mode and jit-lock-mode.
12491
12492 * time.el: Remove trailing ^M that prevent CVS-merging.
12493
124942000-06-16 Gerd Moellmann <gerd@gnu.org>
12495
12496 * Makefile.in (distclean): New target.
12497
124982000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12499
12500 * Makefile.in (srcdir): Define for update-subdirs.
12501
125022000-06-16 Gerd Moellmann <gerd@gnu.org>
12503
12504 * find-lisp.el: New file.
12505
125062000-06-16 Andrew Innes <andrewi@gnu.org>
12507
12508 * time.el (display-time-mail-function): New variable, to allow
12509 external packages to indicate when new mail is available.
12510 (display-time-update): Use it.
12511
125122000-06-16 Kenichi Handa <handa@etl.go.jp>
12513
12514 * international/mule.el (mule-version): Change version name to
12515 SAKAKI. AOI has already been used by Meadow.
12516
12517 * international/quail.el (quail-show-guidance-buf): To find the
12518 bottom window (but minibuffer), pay attention to the height of
12519 minibuffer.
12520
125212000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12522
12523 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12524 menu-bar menus. Add help strings. Don't remove the Edit menu
12525 from the menu bar, as the menu bar has enough space now.
12526
12527 * Makefile.in (SHELL): Make sure /bin/sh is used.
12528
12529 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12530 characters, which use series of two ^H characters instead of one.
12531
125322000-06-15 Gerd Moellmann <gerd@gnu.org>
12533
12534 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12535 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12536 functions.
12537 (Info-find-node-2): Try a case-sensitive search first, then
12538 do a case-insensitive search.
12539
12540 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12541 tutorials.
12542
12543 * complete.el (PC-env-vars-alist): New variable.
12544 (PC-complete-as-file-name): New function.
12545 (partial-completion-mode): Initialize PC-env-vars-alist from
12546 process-environment.
12547 (PC-do-completion): Handle completion of env vars.
12548
12549 * info.el (Info-set-mode-line): Show file name in mode line,
12550 use `*Info*' instead of `Info:'.
12551
12552 * startup.el (command-line-1): Change copyright messages to year
12553 2000.
12554
125552000-06-15 Dave Love <fx@gnu.org>
12556
12557 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12558 not local-map.
12559
125602000-06-15 Kenichi Handa <handa@etl.go.jp>
12561
12562 * international/mule.el (set-buffer-file-coding-system): Almost
12563 rewritten to handle `undecided' as no-op.
12564
125652000-06-14 Gerd Moellmann <gerd@gnu.org>
12566
12567 * Makefile.in: New file.
12568
12569 * Makefile: Removed.
12570
12571 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12572 (goto-address-highlight-keymap): Bind C-c RET.
12573
125742000-06-14 Kenichi Handa <handa@etl.go.jp>
12575
12576 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12577 inherits buffer-file-coding-system of the current buffer.
12578
12579 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12580 0. Give correct argument to set-auto-coding-function.
12581 (tar-expunge): For goto-char, use (point-min), not 0.
12582 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12583 (tar-subfile-save-buffer): Likewize.
12584
12585 * international/mule.el
12586 (after-insert-file-set-buffer-file-coding-system): Call
12587 set-buffer-file-coding-system with the arg FORCE t.
12588
125892000-06-13 Gerd Moellmann <gerd@gnu.org>
12590
12591 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12592 nil. Contemporary sendmails issue an X-Authentication-Warning if
12593 the sender is set with `-f'.
12594
125952000-06-13 Dave Love <fx@gnu.org>
12596
12597 * help.el (describe-function-1): Kluge around cases of functions
12598 fset to subrs whose doc doesn't match their symbol-name.
12599
12600 * image.el (insert-image): Default STRING to a space.
12601
12602 * info.el Doc fixes.
12603 (Info-build-node-completions): Match Ref tags.
12604
126052000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12606
12607 * frame.el (display-multi-frame-p, display-multi-font-p): New
12608 defaliases for display-graphic-p.
12609
12610 * hl-line.el: Fixed a typo in commentary.
12611
126122000-06-13 Kenichi Handa <handa@etl.go.jp>
12613
12614 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12615 fixed.
12616
126172000-06-12 Dave Love <fx@gnu.org>
12618
12619 * image.el (insert-image): Save a little consing.
12620
126212000-06-12 Kenichi Handa <handa@etl.go.jp>
12622
12623 * language/tibet-util.el: Convert all tibetan-1-column characters
12624 to the corresponding tibetan characters.
12625 (tibetan-add-components): Delete code for the special treatment of
12626 'a chung.
12627
12628 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12629 change.
12630 (tibetan-vowel-transcription-alist): More rules added.
12631 (tibetan-composite-vowel-alist): New variable.
12632 (tibetan-precomposition-rule-alist): More rules added.
12633
126342000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12635
12636 * startup.el (command-line): Only call menu-bar-mode if interactive.
12637
12638 * thingatpt.el (toplevel symbol-properties):
12639 * textmodes/makeinfo.el (makeinfo-compile):
12640 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12641 * progmodes/hideif.el (hif-compress-define-list)
12642 (hide-ifdef-use-define-alist):
12643 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12644 (ange-ftp-vms-add-file-entry):
12645 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12646 * man.el (Man-build-man-command):
12647 * mail/rnewspost.el (news-reply-header-hook):
12648 * info.el (Info-insert-dir):
12649 * emulation/mlconvert.el (backward-word, forward-word, setq):
12650 * emacs-lisp/gulp.el (gulp-send-requests):
12651 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12652 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12653 (byte-optimize-apply, end of file):
12654 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12655 (ad-make-freeze-definition):
12656 * startup.el (command-line, command-line-1): Don't quote lambdas.
12657
12658 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12659 (cvs-cleanup-removed): New function.
12660 (cvs-cleanup-functions): New var.
12661 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12662 some flexibility in specifying additional entries to auto-cleanup.
12663 (cvs-quickdir): New function.
12664 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12665 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12666 (cvs-mode-find-file): Check that we are on a filename or dirname
12667 when invoked through a mouse-click.
12668 (cvs-full-path): Remove.
12669 (cvs-dired-action): Re-introduced.
12670 (cvs-dired-noselect): Use it.
12671 (vc-post-command-functions): use this new hook if available.
12672
12673 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12674 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12675 (cvs-filename-map, cvs-dirname-map): Remove.
12676 (cvs-default-action): Remove.
12677 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12678 if the arg is really a keymap.
12679 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12680 Don't hardcode the mapping from state (aka type) to face, but check
12681 the var cvs-fi-<type>-face instead.
12682 (cvs-fileinfo-from-entries): New function.
12683
12684 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12685 Docstring fix.
12686 (cvs-find-file-and-jump): Change default to be safer.
12687 (cvs-mode-diff-map): Define it as a function as well.
12688 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12689 Bind mouse-2 in this global map rather than with text-properties.
12690
12691 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12692 file to resolve the ambiguity between C(conflict) and C(need-merge).
12693
126942000-06-12 Kenichi Handa <handa@etl.go.jp>
12695
12696 * international/mule.el (set-buffer-file-coding-system): If
12697 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12698 unconditionally.
12699
127002000-06-12 Dave Love <fx@gnu.org>
12701
12702 * wid-edit.el (widget-specify-button): Really suppress the face if
12703 required.
12704
127052000-06-11 Gerd Moellmann <gerd@gnu.org>
12706
12707 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12708
127092000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12710
12711 * imenu.el (imenu-generic-expression): Docstring fix.
12712
12713 * composite.el (composition-function-table): Move the `put'
12714 below the autoload cookie so we can load the file before loaddefs.
12715
12716 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12717
12718 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12719 Handle easy-mmode-define-global-mode.
12720 For complex macros like define-minor-mode that can generate
12721 several autoload entries, try to autoload entries in the
12722 macroexpanded code.
12723
12724 * emacs-lisp/easy-mmode.el (define-minor-mode):
12725 If KEYMAP is a symbol, just use it.
12726 Use byte-compile-current-file and load-file-name to infer the
12727 proper :require to pass to defcustom.
12728 Wrap the hook var into `progn' so as not to autoload it.
12729 Add a :autoload-end cookie.
12730 Be more careful about the evaluation of KEYMAP.
12731 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12732 (define-derived-mode): Move define-abbrev-table outside of defvar.
12733
127342000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12735
12736 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12737 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12738 (backup-compiled-files): Ignore errors during `tar'.
12739 (bootstrap): Make autoloads before elc files.
12740
127412000-06-10 Kenichi Handa <handa@etl.go.jp>
12742
12743 * international/mule.el (set-buffer-file-coding-system): If one of
12744 undecided-XXX is specified, change only EOL conversion.
12745
12746 * international/mule-conf.el (unix): New alias for the coding
12747 system undecided-unix.
12748
127492000-06-09 Dave Love <fx@gnu.org>
12750
12751 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12752
12753 * progmodes/executable.el: Byte compile dynamic.
12754 (executable-insert): Change custom type.
12755 (executable-find): Add autoload cookie.
12756 (executable-make-buffer-file-executable-if-script-p): New
12757 function. After Noah Friedman.
12758
12759 * files.el (after-save-hook): Customize, with
12760 executable-make-buffer-file-executable-if-script-p as an option.
12761
127622000-06-09 Kenichi Handa <handa@etl.go.jp>
12763
12764 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12765 "tib24p-mule.bdf" for Tibetan.
12766
12767 * composite.el (decompose-composite-char): Declare it as obsolete.
12768
12769 * man.el (Man-fontify-manpage): Pay attention to underline and
12770 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12771
127722000-06-08 Gerd Moellmann <gerd@gnu.org>
12773
12774 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12775 Set maintainer to FSF since author isn't reachable.
12776
127772000-06-08 Dave Love <fx@gnu.org>
12778
12779 * international/mule-cmds.el (select-safe-coding-system): If
12780 DEFAULT-CODING-SYSTEM is not specified, also check the most
12781 preferred coding-system if buffer-file-coding-system is
12782 `undecided'. From Handa.
12783
127842000-06-08 Kenichi Handa <handa@etl.go.jp>
12785
12786 * international/mule.el
12787 (after-insert-file-set-buffer-file-coding-system): If the buffer
12788 size is greater than INSERTED, judget that we are not visiting.
12789
127902000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12791
12792 * whitespace.el (defgroup whitespace): Comment out `:version'.
12793 XEmacs 20.4 has problems defining the group with this present.
12794 We'll have this commented out till get resolve the problem.
12795
127962000-06-07 John Wiegley <johnw@gnu.org>
12797
12798 * align.el (align-dq-string-modes, align-sq-string-modes)
12799 (align-open-comment-modes): Add pyhton-mode.
12800 (align-rules-list): Use get-text-property instead of
12801 text-properties-at.
12802 (align-rules-list): Add python-assignment.
12803 (align-rules-list): Change perl-comma-delimiter to
12804 basic-comma-delimiter. Use if for Perl modes and python-mode.
12805 (align-rules-list): Add python-chain-logic and
12806 basic-line-continuation.
12807
128082000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12809
12810 * apropos.el (apropos-mode-hook): New user variable.
12811 (apropos-mode): Run apropos-mode-hook.
12812
128132000-06-07 David Ponce <david@dponce.com>
12814
12815 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12816 commands. Require `wid-edit' at run-time.
12817
128182000-06-07 David Ponce <david@dponce.com>
12819
12820 * recentf.el: Added some "Commentary".
12821 (recentf-open-more-files, recentf-edit-list): Minor changes to
12822 move the point at the top of the file list. This behaviour is
12823 consistent with the menu one when the list contains a lot of
12824 files.
12825 (recentf-cleanup): Now displays the number of items removed from
12826 the list.
12827 (recentf-relative-filter) New menu filter to show filenames
12828 relative to `default-directory'.
12829
128302000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12831
12832 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12833 with/without giving an error if PostScript printer doesn't have this
12834 kind of page size. Zebra Stripe continues or restarts on next page.
12835 Manual/automatic paper feeding. Switch or not the header.
12836 (ps-print-version): New version number (5.2.2).
12837 (ps-windows-system): Include emx as a Windows system.
12838 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12839 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12840 (ps-background-text): Code fix.
12841 (ps-error-handler-message, ps-user-defined-prologue)
12842 (ps-print-prologue-header, ps-printer-name)
12843 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12844 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12845 (ps-use-face-background): Customization fix.
12846 (ps-n-up-database): Data fix.
12847 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12848 (ps-switch-header): New vars.
12849 (ps-xemacs-color-name, ps-face-foreground-name)
12850 (ps-face-background-name, ps-boolean-constant): New funs.
12851
128522000-06-07 Dave Love <fx@gnu.org>
12853
12854 * allout.el: New version from Manheimer.
12855
128562000-06-07 Kenichi Handa <handa@etl.go.jp>
12857
12858 * textmodes/fill.el (fill-find-break-point): Check the validity of
12859 charset.
12860
128612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12862
12863 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12864 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12865 Call display-color-p and display-mouse-p instead of looking at
12866 window-system.
12867
128682000-06-06 Dave Love <fx@gnu.org>
12869
12870 * image.el (find-image): Doc fix. Return nil if image not found.
12871 (put-image, insert-image): Make STRING arg optional.
12872
128732000-06-06 Kenichi Handa <handa@etl.go.jp>
12874
12875 * language/vietnamese.el: Remove eval-when-compile.
12876 (viet-viscii-nonascii-translation-table): Define it as a
12877 translation table made from viet-viscii-decode-table.
12878 (viet-viscii-encode-table): Define it as a translation table made
12879 from the reverse map of above.
12880 (viet-vscii-nonascii-translation-table): Define it as a
12881 translation table made from viet-vscii-decode-table.
12882 (viet-vscii-encode-table): Define it as a translation table made
12883 from the reverse map of above.
12884 (ccl-decode-viscii): Use translate-character.
12885 (ccl-encode-viscii, ccl-encode-viscii-font)
12886 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12887 Likewize.
12888
12889 * language/cyrillic.el: Remove eval-when-compile.
12890 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12891 translation table made from cyrillic-koi8-r-decode-table.
12892 (cyrillic-koi8-r-encode-table): Define it as a translation table
12893 made from the reverse map of above.
12894 (ccl-decode-koi8): Use translate-character.
12895 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12896 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12897 a translation table made from cyrillic-alternativnyj-decode-table.
12898 (cyrillic-alternativnyj-encode-table): Define it as a translation
12899 table made from the reverse map of above.
12900 (ccl-decode-alternativnyj): Use translate-character.
12901 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12902 Likewize
12903
12904 * international/mule-diag.el (non-iso-charset-alist): Specify
12905 translation table symbol instead of translation table itself.
12906 (list-block-of-chars): CHARSET may be a translation table symbol.
12907
12908 * international/mule.el (make-coding-system): If CODING-SYSTEM
12909 already exists, override it.
12910
12911 * international/fontset.el: Use family `proportional' for Tibetan
12912 fonts.
12913
12914 * international/ccl.el (ccl-compile-translate-character): Don't
12915 check if Rrr has property translation-table.
12916 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12917
129182000-06-05 Gerd Moellmann <gerd@gnu.org>
12919
12920 * info.el: Bind case-fold-search to t when searching in case
12921 a user sets it to nil in a hook.
12922
129232000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12924
12925 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12926 * hl-line.el (hl-line-mode): Use the new :global key argument.
12927
12928 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12929 (tar-clip-time-string): Prepend a space.
12930 (tar-grind-file-mode): Construct a string rather than modifying one.
12931 (tar-header-block-summarize): Fix docstring.
12932 Use `format' rather than an error-prone set of copy-loops.
12933
12934 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12935 (diff-goto-source, diff-unified->context, diff-context->unified)
12936 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12937 understand the format output by the `-p' argument to diff.
12938
12939 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12940 (sh-re-done): Use defconst.
12941 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12942 (sh-help-string-for-variable, sh-guess-basic-offset):
12943 Don't quote lambdas.
12944 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12945 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12946
12947 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12948 (mh-letter-mode): Derive from text-mode.
12949 This implicitly means that it now calls kill-all-local-variables.
12950 Also remove the Emacs-18 compatibility code.
12951
12952 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12953 Make use of symbol-property doc-string-elt.
12954 Use memq rather than a sequence of eq.
12955 (doc-string-elt): Fix the wrong or missing previously unused values.
12956 (autoload-print-form): New function extracted from
12957 generate-file-autoloads to allow recursion when handling progn
12958 so that defvar's and defun's docstrings are properly printed.
12959 (generate-file-autoloads): Use it.
12960
12961 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12962 Use find-file-hooks in the minor-mode function.
12963 Be careful not to loop indefinitely in the post-command-hook function.
12964
129652000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12966
12967 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12968 tty's.
12969 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12970 differences whenever appropriate.
12971 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12972 * viper.el (find-file, find-file-other-window): Get viper to do
12973 wildcards.
12974
129752000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12976
12977 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12978 (jit-lock-fontify-buffer): New function for JIT refontification.
12979 (jit-lock-mode): Fix docstring.
12980 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12981 Remove jit-lock-after-change from the _local_ hook.
12982 (jit-lock-function-1): Fix docstring.
12983
12984 * info.el (Info-on-current-buffer): Initialize info.
12985
12986 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12987
12988 * progmodes/tcl.el (tcl-indent-for-comment):
12989 Ignore comment-indent-hook.
12990
12991 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12992 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12993 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12994 and improve to use the lighter to guess the capitalization.
12995 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12996 Add keyword arguments to specify global-ness or the custom group.
12997 Add local-map and help-echo properties to the lighter.
12998 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12999 (easy-mmode-define-global-mode): New macro.
13000
130012000-06-02 Dave Love <fx@gnu.org>
13002
13003 * wid-edit.el: byte-compile-dynamic since we typically don't use
13004 all the widgets. Don't require cl or widget. Remove
13005 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13006 (widget-read-event): Removed. Callers changed to use read-event.
13007 (widget-button-release-event-p): Renamed from
13008 button-release-event-p.
13009 (widget-field-add-space, widget-field-use-before-change):
13010 Uncustomize.
13011 (widget-specify-field): Use keymap property, not local-map.
13012 (widget-specify-button): Obey :suppress-face.
13013 (widget-specify-insert): Use modern backquote syntax.
13014 (widget-image-directory): Renamed from widget-glyph-directory.
13015 (widget-image-enable): Renamed from widget-glyph-enable.
13016 (widget-image-find): Replaces widget-glyph-find.
13017 (widget-button-pressed-face): Move defvar.
13018 (widget-image-insert): Replaces widget-glyph-insert.
13019 (widget-convert): Use keywordp.
13020 (widget-leave-text, widget-children-value-delete): Use mapc.
13021 (widget-keymap): Remove XEmacs stuff.
13022 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13023 (widget-button-click): Don't set point at the click, but re-centre
13024 if we scroll out of window. Rewritten for images v. glyphs &c.
13025 (widget-tabable-at): Use POS arg, not point.
13026 (widget-beginning-of-line, widget-end-of-line)
13027 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13028 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13029 (widget-default-create): Use widget-image-insert; some rewriting.
13030 (widget-visibility-value-create)
13031 (widget-push-button-value-create, widget-toggle-value-create): Use
13032 widget-image-insert.
13033 (checkbox): Create on and off images dynamically.
13034 (documentation-link): Change :help-echo.
13035 (widget-documentation-link-echo-help): Remove.
13036
130372000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13038
13039 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13040
13041 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13042 (easy-mmode-define-toggle, define-minor-mode): Use it.
13043 (easy-mmode-define-keymap): Docstring fix.
13044 (define-derived-mode): Default PARENT to fundamental-mode.
13045 Add the derived-mode-parent symbol-property.
13046 (easy-mmode-derived-mode-p): New function.
13047
130482000-06-02 Dave Love <fx@gnu.org>
13049
13050 * files.el (convert-standard-filename): Doc fix.
13051 (normal-backup-enable-predicate): New function.
13052 (backup-enable-predicate): Use it to replace the lambda form.
13053
13054 * calendar/todo-mode.el: [This needs more work on the outline
13055 stuff.] Doc fixes.
13056 (todo) <defgroup>: Add :version.
13057 (todo-add-category): Don't use pushnew.
13058 (todo-cmd-raise): Fix typo.
13059 (todo-top-priorities): Change temp buffer name.
13060 (todo-category-alist): Avoid redundant lambda.
13061 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13062 Use outline-next-heading.
13063
13064 * autoarg.el: Rewritten to use define-minor-mode.
13065 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13066 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13067
130682000-06-02 Kenichi Handa <handa@etl.go.jp>
13069
13070 * isearch.el (isearch-other-meta-char): Fix previous change.
13071
130722000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13073
13074 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13075 (log-edit-done): Only add the comment to the ring if it's different
13076 from the last comment entered.
13077
13078 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13079
130802000-06-01 Dave Love <fx@gnu.org>
13081
13082 * hl-line.el: Rewritten using define-minor-mode.
13083
13084 * help.el (describe-function-1): Distinguish special form from
13085 builtin function. Sanity-check presence of arglist for builtins.
13086
130872000-06-01 Kenichi Handa <handa@etl.go.jp>
13088
13089 * international/characters.el: Fix syntax/category setting of
13090 Tibetan characters.
13091
13092 * language/tibet-util.el (tibetan-add-components): Fixes for new
13093 encoding of Tibetan characters.
13094 (tibetan-decompose-precomposition-alist): New variable.
13095 (tibetan-decompose-region): Convert precomposed characters to
13096 non-precomposed characters.
13097 (tibetan-decompose-string): Likewise.
13098 (tibetan-composition-function): Fix args to
13099 thibetan-compose-string.
13100
13101 * language/tibetan.el (tibetan-composable-pattern): More
13102 characters included.
13103 (tibetan-consonant-transcription-alist): Rule for "R" added.
13104 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13105 "+R" added.
13106 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13107
13108 * language/lao-util.el (lao-composition-function): Fix args to
13109 compose-string.
13110
13111 * language/thai-util.el (thai-composition-function): Fix args to
13112 compose-string.
13113
13114 * isearch.el (isearch-update): Set disable-point-adjustment to t
13115 to prevent the point moving to the end of a composition when a
13116 part of a composition is searched.
13117 (isearch-other-meta-char): If the key invoking this command can be
13118 mapped by function-key-map to a printing char, call
13119 isearch-process-search-char directly.
13120
131212000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13122
13123 * emacs-lisp/bytecomp.el:
13124 * frame.el:
13125 * international/mule-cmds.el:
13126 * international/mule-util.el:
13127 * international/mule.el:
13128 * mouse.el:
13129 * subr.el:
13130 * faces.el: Update calls to make-obsolete with a WHEN argument.
13131
13132 * byte-run.el (make-obsolete, make-obsolete-variable):
13133 Add an optional WHEN argument and change the format of the
13134 symbol-property information.
13135 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13136 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13137 new obsolete-symbol-property format and print WHEN if it is provided.
13138
131392000-05-31 Dave Love <fx@gnu.org>
13140
13141 * loadhist.el (loadhist-hook-functions): Remove
13142 before-change-function, after-change-function.
13143 (unload-feature): Deal with symbols which are both bound and
13144 fbound.
13145
13146 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13147 before-change-function, after-change-function.
13148
13149 * simple.el (newline): Don't bind before-change-function,
13150 after-change-function.
13151
131522000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13153
13154 * whitespace.el (whitespace-rescan-timer-time): Update interval
13155 set to 600 seconds (10 minutes) instead of 60 seconds since
13156 a large number of whitespace buffers causes emacs to `freeze'
13157 for a considerable amount of time.
13158
13159 * whitespace.el: Updated email address
13160
131612000-05-31 Dave Love <fx@gnu.org>
13162
13163 * add-log.el (change-log-font-lock-keywords) <function>: Add
13164 pattern for function of change.
13165 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13166 acknowledgements patterns.
13167
131682000-05-31 Kenichi Handa <handa@etl.go.jp>
13169
13170 * isearch.el (isearch-printing-char): If keyboard coding system is
13171 being used, call isearch-process-search-multibyte-characters.
13172
13173 * international/isearch-x.el: Mostly rewritten.
13174
13175 * international/quail.el (quail-start-conversion): Don't include
13176 unhandled events in the returned events, but set them in
13177 unread-command-events. Exit if all inputs are deleted.
13178
131792000-05-30 Jason Rumney <jasonr@gnu.org>
13180
13181 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13182
13183 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13184 Reenable code to create initial fontsets.
13185 Use set-fontset-font in place of put-charset-property.
13186
131872000-05-30 Gerd Moellmann <gerd@gnu.org>
13188
13189 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13190 label, ensure that the first colon isn't followed by another.
13191
13192 * paths.el (Info-default-directory-list): Doc fix.
13193
13194 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13195 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13196 send a query containing USER only, not USER@HOST.
13197
13198 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13199 and rmail-msgend to compute the restriction at the end, instead of
13200 computing it.
13201
132022000-05-29 Gerd Moellmann <gerd@gnu.org>
13203
13204 * dabbrev.el (dabbrev-expand): Don't display messages in the
13205 echo area if the minibuffer window is active.
13206
13207 * jit-lock.el (jit-lock-mode): Add after change function to
13208 local hook.
13209
132102000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13211
13212 * antlr-mode.el: New commands: hide/unhide actions,
13213 upcase/downcase literals.
13214 (antlr-tiny-action-length): New user option.
13215 (antlr-hide-actions): New command. Suggested by
13216 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13217 (antlr-mode-map): New binding [C-c C-v].
13218 (antlr-mode-menu): New entries.
13219 (antlr-downcase-literals): New command.
13220 (antlr-upcase-literals): Ditto.
13221
13222 * antlr-mode.el: Minor changes: indendation, mode-name.
13223 (antlr-indent-line): Indent cpp directive at column 0.
13224 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13225
13226 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13227 (antlr-font-lock-additional-keywords): Workaround for intentional
13228 bug in XEmacs version of font-lock.
13229 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13230 be used by a smarter version of `buffers-menu-grouping-function'.
13231
132322000-05-29 Gerd Moellmann <gerd@gnu.org>
13233
13234 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13235 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13236
132372000-05-29 Kenichi Handa <handa@etl.go.jp>
13238
13239 * international/encoded-kb.el
13240 (encoded-kbd-iso2022-designation-map): Pay attention to that
13241 charset-iso-final-char return -1 for eight-bit-control and
13242 eight-bit-graphic.
13243
132442000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13245
13246 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13247 (speedbar-easymenu-definition-base): Use display-graphic-p where
13248 available, instead of window-system.
13249
132502000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13251
13252 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13253 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13254 coding systems.
13255
132562000-05-26 Dave Love <fx@gnu.org>
13257
13258 * disp-table.el (standard-display-underline): Don't use
13259 internal-find-face.
13260
13261 * mail/reporter.el: Maintainer change. Doc fixes.
13262 (reporter-version): Deleted.
13263
13264 * emacs-lisp/elp.el: Maintainer change.
13265 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13266
132672000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13268
13269 * add-log.el (add-change-log-entry): Merge the current entry with the
13270 previous one if the previous one is empty.
13271
132722000-05-26 Dave Love <fx@gnu.org>
13273
13274 * loadhist.el (unload-feature): Fix interactive spec [from
13275 lijnzaad@ebi.ac.uk].
13276
13277 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13278 subr-arity to check primitives.
13279 (byte-compile-flush-pending, byte-compile-file-form-progn)
13280 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13281 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13282 mapcar.
13283
132842000-05-26 Kenichi Handa <handa@etl.go.jp>
13285
13286 * international/fontset.el: Set family names of non-latin charsets
13287 in default fontset to "*".
13288
13289 * international/mule-diag.el (print-fontset): Combine family part
13290 and registry part of the fontname by "-*-" instead of "-".
13291
13292 * international/mule-cmds.el (encode-coding-char): Make strings
13293 multibyte before calling encode-coding-string.
13294
132952000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * derived.el: Fix keywords.
13298 (define-derived-mode): Only define if needed.
13299
13300 * simple.el (fill-comment, comment-column, comment-start)
13301 (comment-start-skip, comment-end, comment-indent-function)
13302 (block-comment-start, block-comment-end, indent-for-comment)
13303 (set-comment-column, kill-comment, comment-padding, comment-region)
13304 (comment-multi-line, indent-new-comment-line): Remove.
13305
13306 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13307 function names for comment operations.
13308
13309 * newcomment.el: Add abundant autoload cookies.
13310 (comment-style): Don't depend on runtime data at compile-time.
13311 (comment-indent-hook): Remove.
13312 (comment-indent): Check if comment-indent-hook is bound.
13313 (comment-region): Docstring fix.
13314
133152000-05-25 Dave Love <fx@gnu.org>
13316
13317 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13318 byte-code-function-p.
13319
13320 * mail/rmailsum.el: Add provide.
13321
13322 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13323
13324 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13325 defcustom.
13326
133272000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13328
13329 * ediff-diff.el (ediff-exec-process): delete --binary option from
13330 non-buffer ediff jobs.
13331
133322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13333
13334 * hilit-chg.el (highlight-changes-mode): Ask about color or
13335 grayscale support, not about window-system.
13336
13337 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13338 window-system.
13339 (ffap-highlight): Always default to t.
13340
13341 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13342 display-popup-menus-p instead of looking at window-system.
13343
13344 * disp-table.el (standard-display-g1, standard-display-graphic):
13345 Only refuse to use string glyphs on X and MS-Windows.
13346
13347 * avoid.el: Remove window-system from commentary, suggest to use
13348 display-*-p instead.
13349
13350 * apropos.el (apropos-print): Use display-mouse-p instead of
13351 window-system.
13352
133532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13354
13355 * international/codepage.el (cp-decoding-vector-for-codepage):
13356 Fill up unsupported characters with their own codes. From Kenichi
13357 Handa.
13358
133592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13360
13361 * international/mule-diag.el (describe-char-after): Use
13362 display-graphic-p instead of window-system, so that this function
13363 works on MS-DOS.
13364
133652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13366
13367 * international/codepage.el (cp-make-coding-systems-for-codepage):
13368 Remove the eight-bit-graphic and eight-bit-control charsets from
13369 the list of charsets which we convert into `?'.
13370
133712000-05-25 Kenichi Handa <handa@etl.go.jp>
13372
13373 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13374 private charsets.
13375 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13376 japanese-jisx0213-2): New charsets.
13377
13378 * international/fontset.el: Setup default fontset for new charsets.
13379
133802000-05-24 Dave Love <fx@gnu.org>
13381
13382 * info.el (Info-find-node-2): Restructure [following "Vadim
13383 S. Solomin" <sovs@uic.nnov.ru>].
13384
13385 * icomplete.el: Fix header for Finder.
13386
133872000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13388
13389 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13390 STAY.
13391
13392 * rmail.el (rmail-automatic-folder-directives): New user variable.
13393 (rmail-show-message): Add call to `rmail-auto-file' during
13394 display.
13395 (rmail-auto-file): New function.
13396
133972000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13398
13399 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13400 account.
13401 (ediff-test-utility,ediff-diff-mandatory-option)
13402 (ediff-reset-diff-options): Utilities for proper initialization of
13403 ediff-diff-options and ediff-diff3-options on Windows.
13404
13405 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13406 variable.
13407
13408 * ediff-mult.el (ediff-filegroup-action): Use
13409 ediff-merge-filename-prefix.
13410
134112000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13412
13413 * viper-ex.el (ex-write): Set selective display to nil.
13414
134152000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13416
13417 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13418 aliases for hebrew-iso-8bit.
13419
134202000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13421
13422 * woman.el: New version from Francis J. Wright
13423 <F.J.Wright@Maths.QMW.ac.uk>.
13424 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13425 names in environment variables regardless of the path separator.
13426 (woman-topic-all-completions-1): Don't call file-name-directory-p
13427 on all files, since woman-file-regexp already filters out any
13428 directories.
13429
134302000-05-24 Kenichi Handa <handa@etl.go.jp>
13431
13432 * international/quail.el (quail-start-translation): Don't change
13433 modified-p of the current buffer.
13434 (quail-start-conversion): Likewise.
13435
13436 * international/kkc.el (kkc-region): Don't change modified-p of
13437 the current buffer.
13438
13439 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13440 conform to RFC1468.
13441 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13442
134432000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13444
13445 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13446 (speedbar-insert-button): Invisible text property fix.
13447 (speedbar-directory-plus): Renamed from speedbar-directory-+
13448 (speedbar-directory-minus): Renamed from speedbar-directory--
13449 (speedbar-page-plus): Renamed from speedbar-file-+
13450 (speedbar-page-minus): Renamed from speedbar-file--
13451 (speedbar-page): Renamed from speedbar-file-
13452 (speedbar-tag): Renamed from speedbar-tag-
13453 (speedbar-tag-plus): Renamed from speedbar-tag-+
13454 (speedbar-tag-minus): Renamed from speedbar-tag--
13455 (speedbar-expand-image-button-alist): Use above renames.
13456
13457 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13458 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13459 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13460 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13461 * sb-pg.xpm: Renamed from sb-file.xpm
13462 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13463 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13464
134652000-05-24 Kenichi Handa <handa@etl.go.jp>
13466
13467 * international/quail.el (quail-show-guidance-buf): Set
13468 current-input-method of the guidance buffer to the name of the
13469 curren input method.
13470
134712000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13472
13473 * progmodes/compile.el (compile-internal): Style typo.
13474
13475 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13476 quote vars and functions in the docstring.
13477
13478 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13479
13480 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13481 Don't quote lambdas.
13482
13483 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13484
134852000-05-23 Gerd Moellmann <gerd@gnu.org>
13486
13487 * startup.el (command-line): Determine source file of compiled
13488 user init file differently. Warn if compiled user init file
13489 is older than its source file.
13490
13491 * ffap.el (ffap-url-regexp): Add `https'.
13492
134932000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13494
13495 * files.el (make-backup-file-name-1): Replace slashes with `!'
13496 rather than `|' (which is not allowed on Windows). Replace the
13497 drive letters with a string "drive_X".
13498
134992000-05-23 Gerd Moellmann <gerd@gnu.org>
13500
13501 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13502
13503 * files.el (interpreter-mode-alist): Add `bash2'.
13504
135052000-05-22 Dave Love <fx@gnu.org>
13506
13507 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13508 mapc.
13509 (feature-file): Avoid calling symbol-name. Doc fix.
13510 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13511 (loadhist-hook-functions): Add mouse-position-function.
13512 (unload-feature): Change uses of mapcar.
13513
13514 * files.el (parse-colon-path): Doc fix.
13515 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13516 (set-auto-mode): Use mapc.
13517
13518 * complete.el (PC-look-for-include-file): Use :alnum: character
13519 class.
13520 (partial-completion-mode): Add autoload cookie.
13521
135222000-05-22 Sam Steingold <sds@gnu.org>
13523
13524 * info.el (Info-fontify-node): Fixed the call to
13525 `add-text-properties' (bug introduced on 2000-05-18).
13526
135272000-05-22 Dave Love <fx@gnu.org>
13528
13529 * bindings.el: Remove debug-ignored-errors set in other files.
13530
13531 * progmodes/etags.el: Add to debug-ignored-errors.
13532 (visit-tags-table-buffer): Clear out buffers holding old tables
13533 when making a new list.
13534 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13535 mapc.
13536
13537 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13538 quote keywords.
13539 (cmpl-string-case-type): Use character classes.
13540
13541 * comint.el:
13542 * textmodes/ispell.el:
13543 * imenu.el:
13544 * mail/mh-e.el:
13545 * progmodes/compile.el: Add to debug-ignored-errors.
13546
13547 * dabbrev.el: Add to debug-ignored-errors.
13548 (dabbrev-completion): Use mapc.
13549
135502000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13551
13552 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13553 (woman-mapcan, woman-parse-man.conf)
13554 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13555 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13556 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13557 path syntax better.
13558 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13559 (woman-manpath): Call woman-parse-man.conf.
13560 (woman-emulation): New defcustom, defaults to nroff.
13561 (woman-font-support): New defconst.
13562 (woman-use-symbol-font): New defcustom.
13563 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13564 "Emulation".
13565 Many functions: Doc fix.
13566
135672000-05-22 Kenichi Handa <handa@etl.go.jp>
13568
13569 * international/quail.el (quail-simple-translation-keymap): Map
13570 128..255 to quail-self-insert-command.
13571 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13572
135732000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13574
13575 * help.el (help-manyarg-func-alist): Typo.
13576
13577 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13578 intervals which makes it heaps simpler.
13579
13580 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13581 the nested comment markers.
13582
13583 * subr.el (remove-hook): Don't turn the hook's value into a list.
13584
135852000-05-21 Dave Love <fx@gnu.org>
13586
13587 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13588 are invalid characters.
13589
13590 * international/mule-util.el (detect-coding-with-priority): Use
13591 mapc. Remove redundant lambda.
13592
13593 * international/mule-diag.el (list-non-iso-charset-chars)
13594 (describe-fontset): Remove redundant lambda.
13595
13596 * emulation/crisp.el (brief-mode): New alias.
13597
13598 * emacs-lisp/ring.el (ring-elements): New function.
13599
13600 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13601 (easy-menu-do-add-item): Use keywordp.
13602
13603 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13604
13605 * replace.el: Doc and error message fixes.
13606 (replace-highlight): Use facep, not internal-find-face.
13607
136082000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13609
13610 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13611
13612 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13613 (log-edit-insert-changelog): Drop `:' as well.
13614
13615 * log-view.el: Fix file description.
13616 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13617 available.
13618 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13619 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13620
13621 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13622 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13623 Print a status message if the toggle is called interactively.
13624 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13625 for global minor modes and use `defcustom' for them.
13626 Use add-minor-mode.
13627 (easy-mmode-define-derived-mode): Remove.
13628 (define-derived-mode): Fancier default docstring.
13629 (easy-mmode-define-navigation): Signal an error rather than (ding).
13630
13631 * newcomment.el (comment-styles): New `box-multi'.
13632 (comment-normalize-vars): Better default for comment-continue to
13633 avoid whitespace-only continuations.
13634 (comment-search-forward): Always move even in the no-syntax case.
13635 (comment-padright): Only obey N if it's only obeyed for padleft.
13636 (comment-make-extra-lines): Better handling of empty continuations.
13637 Use `=' for the filler if comment-start has only one character.
13638 (uncomment-region): Try handling the special `=' filler.
13639 (comment-region): Allow LINES even if MULTI is nil.
13640 (comment-box): Choose box style based on comment-style.
13641
136422000-05-20 Kenichi Handa <handa@etl.go.jp>
13643
13644 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13645 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13646
136472000-05-20 Kenichi HANDA <handa@etl.go.jp>
13648
13649 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13650 and insert, not subst-char-in-region.
13651
13652 * international/mule-diag.el (list-character-sets-1): Handle
13653 charsets eight-bit-control and eight-bit-graphic.
13654 (list-iso-charset-chars): Likewise.
13655 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13656 charactes as is. Use indent-to to align characters.
13657
13658 * international/mule-cmds.el (find-multibyte-characters): Never
13659 exclude charsets eight-bit-control and eight-bit-graphic.
13660
136612000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13662
13663 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13664 Don't quote lambdas.
13665
13666 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13667
136682000-05-19 Gerd Moellmann <gerd@gnu.org>
13669
13670 * gud.el (gud-jdb-directories): Doc fix.
13671
136722000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13673
13674 * newcomment.el: New file.
13675
136762000-05-19 Gerd Moellmann <gerd@gnu.org>
13677
13678 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13679
136802000-05-18 Andreas Schwab <schwab@suse.de>
13681
13682 * dired.el (dired-between-files): Also skip lines beginning with
13683 `used'.
13684
136852000-05-18 Gerd Moellmann <gerd@gnu.org>
13686
13687 * msb.el (msb-menu-cond): Add choice `user'.
13688
136892000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13690
13691 * ps-print.el: Compatibility, customization and doc fix.
13692 (ps-printer-name-option): Replace defconst by defvar.
13693 (ps-postscript-code-directory): XEmacs compatibility.
13694 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13695 fix.
13696 (ps-user-defined-prologue, ps-print-prologue-header)
13697 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13698 compatibility and code fix.
13699 (ps-print-background-image, ps-print-background-text):
13700 Customization fix.
13701 (ps-line-number-start, ps-n-up-on): New vars.
13702
137032000-05-18 Espen Skoglund <esk@ira.uka.de>
13704
13705 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13706 the indent-comment function to just return the appropriate indent.
13707
137082000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13709
13710 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13711 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13712 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13713
137142000-05-18 Dave Love <fx@gnu.org>
13715
13716 * info.el (Info-fontify-node): Add intangible property as well as
13717 invisible.
13718
13719 * calendar/appt.el (appt-make-list): Match all lines of entry.
13720 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13721
137222000-05-18 Kenichi Handa <handa@etl.go.jp>
13723
13724 * international/mule-diag.el (describe-char-after): Call
13725 internal-char-font, not char-font. If internal-char-font returns
13726 nil, display "-- none --".
13727
137282000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13729
13730 * image.el (image-type-available-p): Don't reference image-types
13731 if it isn't bound.
13732
137332000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13734
13735 * autoarg.el (autoarg-mode): Typo in the :set argument.
13736
137372000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13738
13739 * startup.el (command-line-1): Don't signal an error if the
13740 directory for auto-save-list files does not yet exist.
13741
137422000-05-17 Kenichi Handa <handa@etl.go.jp>
13743
13744 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13745
137462000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13747
13748 * subr.el (remove-hook): `setq' hook-value, not `set'.
13749
137502000-05-16 Sam Steingold <sds@gnu.org>
13751
13752 * info.el (debug-ignored-errors): More errors to ignore.
13753
137542000-05-16 Dave Love <fx@gnu.org>
13755
13756 * cus-edit.el: Don't require cl or easymenu.
13757 (custom-variable-prompt): Test standard-value property, not
13758 user-variable-p.
13759
137602000-05-16 Sam Steingold <sds@gnu.org>
13761
13762 * subr.el (add-hook): `setq' hook-value, not `set'.
13763
137642000-05-16 Gerd Moellmann <gerd@gnu.org>
13765
13766 * startup.el (command-line-1): Mention the FAQ in the startup
13767 message.
13768
13769 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13770
13771 * progmodes/compile.el (compilation-parse-errors): Collect
13772 `nomessage' regexps last.
13773
13774 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13775
13776 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13777 to the function name.
13778
137792000-05-15 Dave Love <fx@gnu.org>
13780
13781 * speedbar.el (speedbar-recenter): Typo.
13782 (speedbar-expand-line): Make arg optional.
13783 (speedbar-mode): Avoid a compiler warning.
13784
137852000-05-15 Gerd Moellmann <gerd@gnu.org>
13786
13787 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13788 user-specified option string is empty.
13789
13790 * mouse.el (mouse-yank-at-click): Doc fix.
13791
137922000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13793
13794 * term/internal.el (IT-character-translations): More updates of
13795 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13796 documents.
13797
137982000-05-15 Gerd Moellmann <gerd@gnu.org>
13799
13800 * env.el (getenv): New function, interactively callable.
13801 (setenv, getenv): Remove autoload cookies.
13802
13803 * loadup.el: Load `env'.
13804
13805 * progmodes/f90.el: Change author's mail address.
13806
138072000-05-14 Dave Love <fx@gnu.org>
13808
13809 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13810 goto-addr as an option.
13811
13812 * help.el (help-xref-stack): Doc fix.
13813 (help-xref-following): New variable.
13814 (help-make-xrefs): Use it.
13815 (help-xref-go-back): Use position information from stack element.
13816 (help-follow): Make position in stack element a pair. Use
13817 help-xref-following.
13818
13819 * autoarg.el: New file.
13820
13821 * faces.el: Declare more functions obsolete.
13822
13823 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13824 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13825 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13826 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13827 Remove all the setup-...-environment functions.
13828
138292000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13830
13831 * speedbar.el: Updated the commentary section. xemacs20p now uses
13832 >= when detecting. Require `defimage' safely.
13833 (speedbar-easymenu-definition-base): Add toggle for images.
13834 (speedbar-easymenu-definition-special): Add flush cache & expand.
13835 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13836 (speedbar-reconfigure-keymaps-hook): New variable.
13837 (speedbar-frame-parameters): Updated documentation.
13838 (speedbar-use-imenu-flag): Updated custom tag
13839 (speedbar-dynamic-tags-function-list): New variable.
13840 (speedbar-tag-hierarchy-method): Updated doc & custom.
13841 (speedbar-indentation-width, speedbar-indentation-width) New
13842 variables.
13843 (speedbar-hide-button-brackets-flag): Customizable.
13844 (speedbar-vc-indicator): Doc update.
13845 (speedbar-ignored-path-expressions): Updated default value.
13846 (speedbar-supported-extension-expressions): Updated default value.
13847 (speedbar-syntax-table): Remove {} paren status.
13848 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13849 as "+". Added overlay aliases.
13850 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13851 `force-mode-line-update'.
13852 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13853 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13854 `mouse-set-point'
13855 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13856 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13857 of arbitrary text, and new helper functions.
13858 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13859 filename finder.
13860 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13861 (speedbar-directory-buttons): Update path search/expansion.
13862 (speedbar-make-tag-line): Pay attention to
13863 `speedbar-indentation-width'. Use more care w/ invisible
13864 properties.
13865 (speedbar-change-expand-button-char): Call
13866 `speedbar-insert-image-button-maybe'.
13867 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13868 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13869 (speedbar-trim-words-tag-hierarchy)
13870 (speedbar-simple-group-tag-hierarchy): New functions
13871 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13872 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13873 functions.
13874 (speedbar-mouse-set-point): New function
13875 (speedbar-power-click): Updated documentation.
13876 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13877 of tag prefix text.
13878 (speedbar-expand-line, speedbar-contract-line): Make more robust
13879 to strange text.
13880 (speedbar-expand-line): Takes universal argument to flush the
13881 cache.
13882 (speedbar-flush-expand-line): New function.
13883 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13884 Use new generator insertion method.
13885 (speedbar-fetch-dynamic-tags): New function.
13886 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13887 `speedbar-fetch-dynamic-imenu'.
13888 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13889 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13890 "Revert Buffer" menu items.
13891 (speedbar-buffer-buttons-engine): Be smarter when creating a
13892 filename tag (for expansion purposes.).
13893 (speedbar-highlight-one-tag-line,
13894 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13895 (speedbar-recenter): New functions.
13896 (defimage-speedbar): Image loading abstraction.
13897 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13898 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13899 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13900 (speedbar-tag-type, speedbar-tag-mail): New images.
13901 (speedbar-expand-image-button-alist): New variable.
13902 (speedbar-insert-image-button-maybe): Insert an image over some
13903 buttons.
13904
139052000-05-13 Kenichi Handa <handa@etl.go.jp>
13906
13907 * international/mule-cmds.el (encode-coding-char): An ASCII
13908 character is always encodable.
13909
13910 * international/mule-conf.el: Add more information in descriptions
13911 of character sets.
13912
13913 * international/mule-diag.el (describe-char-after): New function.
13914 (describe-font-internal): Adjusted for the change of font-info.
13915 (describe-font): Likewise.
13916 (print-fontset): Rewritten for the new fontset implementation.
13917 (describe-fontset): Include fontset alias names in completion.
13918 (list-fontsets): Adjusted for the change of print-fontset.
13919
13920 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13921 describe-char-after instead of displaying the detail in the echo
13922 area.
13923 (syntax-code-table): Format changed.
13924 (string-to-syntax): Adjusted for the above change.
13925
139262000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13927
13928 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13929
139302000-05-12 Dave Love <fx@gnu.org>
13931
13932 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13933 dependence. Use line-{beginning,end}-position, not
13934 point-at{b,e}ol. Some doc fixes.
13935 (todo-position): New function. Fix callers of position to use it.
13936 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13937
139382000-05-12 Gerd Moellmann <gerd@gnu.org>
13939
13940 * time.el (display-time-mail-icon): Use `:ascent center'.
13941
13942 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13943 handling FTP security extensions.
13944
139452000-05-11 Dave Love <fx@gnu.org>
13946
13947 * calendar/todo-mode.el: New file.
13948
139492000-05-11 Gerd Moellmann <gerd@gnu.org>
13950
13951 * comint.el (comint-read-input-ring): Move reference to
13952 comint-input-ring-size outside of the save-excursion. It was
13953 causing the default value to be the only one ever seen.
13954
13955 * font-lock.el: Update copyright. Remove Simon Marshall's email
13956 address on request from him.
13957
13958 * subr.el (substitute-key-definition): Add comment describing
13959 the meaning of PREFIX.
13960
139612000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13962
13963 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13964
13965 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13966 (add-minor-mode): Don't make the variable buffer-local and add a
13967 reference to define-minor-mode in the docstring.
13968
13969 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13970 HEADER/FOOTER and fix bug with trailing empty directory.
13971 (cvs-append-to-ignore): Use vc-editable-p if available.
13972 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13973 (vc-do-command): Tweak advice to handle the new VC.
13974
13975 * log-view.el (log-view-goto-rev): New function for the new VC.
13976 (log-view-minor-wrap): Use mark-active.
13977
13978 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13979 (log-edit-changelog-full-paragraphs): New var.
13980 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13981 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13982 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13983 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13984 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13985 Replace the `cvs' prefix with `log-edit'.
13986
13987 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13988
13989 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13990 (diff-font-lock-defaults): Explicitly turn off multiline.
13991 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13992 (diff-ediff-patch): Fix call to ediff-patch-file.
13993 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13994 Handle comments.
13995
13996 * frame.el (automatic-hscrolling): Typo.
13997
13998 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13999
140002000-05-09 Sam Steingold <sds@goems.com>
14001
14002 * apropos.el (apropos-print): use `describe-face' instead of
14003 `customize-face-other-window'.
14004
140052000-05-09 Dave Love <fx@gnu.org>
14006
14007 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14008
14009 * help.el (describe-variable): Have customize button pop the
14010 help-xref stack when invoked.
14011 (help-xref-symbol-regexp): Add `face'.
14012 (help-make-xrefs): Check for quoted face names and adapt regexp
14013 submatch numbers to cope.
14014 (help-xref-interned): Maybe insert face doc too. Separate
14015 sections with a line of hyphens.
14016
14017 * faces.el: Some doc fixes. Declare some functions obsolete.
14018 (describe-face): Add customize button. Return the help
14019 text. Fix prompt.
14020
140212000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14022
14023 * term/internal.el (IT-character-translations): Fix last change.
14024
140252000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14026
14027 * woman.el: New file
14028 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14029
140302000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14031
14032 * term/internal.el (IT-character-translations): Update ASCII
14033 simulations for greek-iso8859-7, add latin-iso8859-14 and
14034 latin-iso8859-15.
14035
14036 * international/mule-cmds.el (set-language-info-alist): Call
14037 define-prefix-command with 3 arguments, to make the map suitable
14038 for a menu.
14039
140402000-05-07 Dave Love <fx@gnu.org>
14041
14042 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14043
140442000-05-05 Dave Love <fx@gnu.org>
14045
14046 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14047 list in doc string. Don't quote keyword symbols.
14048 * emacs-lisp/cl.el: Likewise
14049 * emacs-lisp/cl-seq.el: Likewise
14050
140512000-05-05 Gerd Moellmann <gerd@gnu.org>
14052
14053 * abbrev.el (abbrev-mode): Make ARG optional.
14054
140552000-05-04 Gerd Moellmann <gerd@gnu.org>
14056
14057 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14058
14059 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14060
14061 * subr.el (substitute-key-definition): Clarify documentation.
14062
140632000-05-04 Milan Zamazal <pdm@freesoft.cz>
14064
14065 * glasses.el (glasses-convert-to-unreadable): Use
14066 `glasses-separator' instead of the hard-wired "_".
14067 (glasses-mode): Call `glasses-make-unreadable' only in a single
14068 place.
14069
140702000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14071
14072 * term/internal.el (cjk-codepages-alist): Add associations for
14073 Chinese and Korean codepages. Remove FIXME comment.
14074
140752000-05-03 Dave Love <fx@gnu.org>
14076
14077 * time.el (display-time-mail-face, display-time-use-mail-icon):
14078 New option.
14079 (display-time-mail-icon): New variable.
14080 (display-time-string-forms): Use the above. Fix the local-map.
14081
140822000-05-03 Gerd Moellmann <gerd@gnu.org>
14083
14084 * replace.el (query-replace-map): Add binding for `E'.
14085 (query-replace-help): Extend help text.
14086 (perform-replace): Allow editing the replacement string.
14087
14088 * make-mode.el (makefile-mode-abbrev-table): New variable.
14089 (makefile-mode): Set local abbrev table to
14090 makefile-mode-abbrev-table.
14091 (makefile-font-lock-keywords): Fontify includes and conditionals.
14092
14093 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14094 set TOGGLE's value.
14095
14096 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14097 mail-interactive-insert-alias.
14098 (mail-abbrev-complete-alias): New command.
14099 (mail-mode-map): Bind it to `M-TAB'.
14100
141012000-05-03 Kenichi Handa <handa@etl.go.jp>
14102
14103 * language/lao-util.el (lao-compose-region): New function.
14104
141052000-05-02 Gerd Moellmann <gerd@gnu.org>
14106
14107 * files.el (recover-session): Make directories as necessary
14108 if they don't exist yet.
14109
14110 * calendar/cal-french.el
14111 (french-calendar-multibyte-special-days-array)
14112 (french-calendar-special-days-array): Change French text.
14113 (calendar-french-date-string): Change output.
14114 (calendar-goto-french-date): Likewise.
14115
141162000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14117
14118 * wid-edit.el (widget-default-active): Obey `:always-active'.
14119 (widget-documentation-string-value-create): Set `:always-active'.
14120
141212000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14122
14123 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14124 default prefix to `~/_emacs.d/auto-save.list/_s'.
14125 (normal-top-level): Create the directory for auto-save files, if
14126 it doesn't already exist (in the ms-dos case only).
14127
141282000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14129
14130 * international/mule-cmds.el (set-language-environment): Don't
14131 concat an integer (dos-codepage), use format instead.
14132
141332000-05-02 Dave Love <fx@gnu.org>
14134
14135 * help.el (help-xref-on-pp): Check for constant symbols.
14136
141372000-04-29 Gerd Moellmann <gerd@gnu.org>
14138
14139 * startup.el (normal-top-level): Put a condition-case around
14140 the code loading subdirs.el.
14141
141422000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14143
14144 * ps-print.el: Upside-down and face background color printing,
14145 line number step, doc fix.
14146 (ps-print-version): New version number (5.2).
14147 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14148 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14149 (ps-spool-config): Var fix.
14150 (ps-printer-name-option): Const fix.
14151 (ps-print-upside-down, ps-use-face-background)
14152 (ps-line-number-step): New vars.
14153 (ps-window-system, ps-lp-system): New consts.
14154 (ps-face-background): New fun.
14155
141562000-04-28 Richard Stallman <rms@gnu.org>
14157
14158 * files.el (make-auto-save-file-name):
14159 Apply auto-save-file-name-transforms to visited file name
14160 before generating auto save file name.
14161 (auto-save-file-name-transforms): New variable.
14162
14163 * files.el (backup-enable-predicate):
14164 Correctly test for a file under a temporary directory.
14165
141662000-04-28 Gerd Moellmann <gerd@gnu.org>
14167
14168 * subr.el (add-minor-mode): Rewritten.
14169
141702000-04-28 Kenichi Handa <handa@etl.go.jp>
14171
14172 * mail/sendmail.el (sendmail-send-it): Set
14173 buffer-file-coding-system to the selected coding system for MIME
14174 header.
14175
141762000-04-27 Gerd Moellmann <gerd@gnu.org>
14177
14178 * dired.el (dired-move-to-filename-regexp): Allow format where
14179 YYYY is followed by two spaces.
14180
14181 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14182 in the second character class of the regexp.
14183
14184 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14185 mh-etc, too.
14186
14187 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14188 nil.
14189
14190 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14191
14192 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14193 argument.
14194
141952000-04-27 Sen Nagata <sen@eccosys.com>
14196
14197 * emacs-lisp/crm.el (crm-completion-table): New variable.
14198 (crm-collection-fn, crm-test-completion)
14199 (completing-read-multiple): Use it.
14200
142012000-04-27 Dave Love <fx@gnu.org>
14202
14203 * help.el (locate-library): Use mapc.
14204 (help-manyarg-func-alist): Add call-process-region.
14205
142062000-04-26 Gerd Moellmann <gerd@gnu.org>
14207
14208 * subr.el (add-minor-mode): Make argument MAP optional.
14209
14210 * desktop.el (desktop-save): Save list of minor modes.
14211 (desktop-create-buffer): Restore minor modes.
14212 (desktop-minor-mode-table): New user-option.
14213
14214 * subr.el (add-minor-mode): New function.
14215
14216 * image.el (find-image): New function.
14217 (defimage): Rewritten to find image at load time.
14218
14219 * startup.el (normal-top-level-add-to-load-path): Handle
14220 case that the default directory is not in load-path.
14221
14222 * help.el: Old patch from Stefan Monnier.
14223 (help-xref-on-pp): New function.
14224 (describe-variable): Use it to display xrefs in a symbol's value.
14225
142262000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14227
14228 * cus-edit.el (custom-face): Fix parenthesis.
14229
142302000-04-26 Kenichi Handa <handa@etl.go.jp>
14231
14232 * mail/rmail.el (rmail-expunge): When there are no deleted
14233 messages, do nothing.
14234
142352000-04-26 Dave Love <fx@gnu.org>
14236
14237 * international/mule-cmds.el (locale-translation-file-name):
14238 Defvar to nil.
14239 (set-locale-environment): Set it here (at runtime).
14240
142412000-04-25 Gerd Moellmann <gerd@gnu.org>
14242
14243 * replace.el (perform-replace): Add parameters START and END. Use
14244 them instead of the check for a region in Transient Mark mode.
14245 (query-replace-read-args): Return two more list elements for the
14246 start and end of the region in Transient Mark mode.
14247 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14248 (map-query-replace-regexp, replace-string, replace-regexp): Add
14249 optional last arguments START and END and pass them to
14250 perform-replace.
14251
14252 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14253 form with additional arguments for perform-replace.
14254
14255 * progmodes/etags.el (tags-query-replace): Add parameters START
14256 and END. Construct a form with additional arguments for
14257 perform-replace.
14258
14259 * simple.el (shell-command): Set default directory for "*Shell
14260 Command Output" buffer.
14261
14262 * language/european.el (iso-latin-4): Fix typo.
14263
14264 * emacs-lisp/crm.el: New file.
14265
142662000-04-24 Dave Love <fx@gnu.org>
14267
14268 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14269 (Custom-reset-saved, Custom-reset-standard)
14270 (custom-group-value-create, custom-group-set, custom-group-save)
14271 (custom-group-reset-current, custom-group-reset-saved)
14272 (custom-group-reset-standard): Use mapc.
14273 (custom-buffer-create-internal): Disable undo when creating items.
14274 Use mapc.
14275 (custom-face): Avoid redundant lambda.
14276
142772000-04-24 Gerd Moellmann <gerd@gnu.org>
14278
14279 * startup.el (auto-save-list-file-prefix): Set default to
14280 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14281
142822000-04-24 Sam Steingold <sds@gnu.org>
14283
14284 * time-stamp.el (time-stamp-string-preprocess): Always convert
14285 `field-result' to a string.
14286
142872000-04-24 Gerd Moellmann <gerd@gnu.org>
14288
14289 * frame.el (scrolling): New group.
14290 (automatic-hscrolling): New user-option.
14291
14292 * startup.el (command-line-x-option-alist): Add `-lsp' and
14293 `--line-spacing'.
14294
142952000-04-19 Dave Love <fx@gnu.org>
14296
14297 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14298 (cl-mapc): Rename from mapc. Fix the funcall.
14299
143002000-04-19 Gerd Moellmann <gerd@gnu.org>
14301
14302 * simple.el (clone-indirect-buffer-other-window): New command.
14303 (clone-indirect-buffer): Add optional arg NORECROD.
14304 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14305
14306 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14307
14308 * window.el (count-screen-lines): New function.
14309 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14310 instead of window-buffer-height.
14311
14312 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14313 non-existing variable comint-input-sentinel.
14314 (inferior-lisp-args-to-list): Removed.
14315 (inferior-lisp): Use split-string instead of
14316 inferior-lisp-args-to-list.
14317
14318 * hexl.el (hexl-insert-hex-string): New command.
14319
14320 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14321 instead of concat.
14322
143232000-04-18 Gerd Moellmann <gerd@gnu.org>
14324
14325 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14326 at the start of an existing but empty folder.
14327
143282000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14329
14330 * ps-mule.el: Customization fix, doc fix.
14331 (ps-multibyte-buffer): Customization fix.
14332
143332000-04-17 Richard M. Stallman <rms@gnu.org>
14334
14335 * subr.el (read-passwd): Use read-char-exclusive.
14336
143372000-04-17 Gerd Moellmann <gerd@gnu.org>
14338
14339 * textmodes/texinfo.el (texinfo-insert-@email)
14340 (texinfo-insert-@emph, texinfo-insert-@quotation)
14341 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14342 (texinfo-mode-map): Add key bindings for them.
14343
14344 * files.el (basic-save-buffer-2): Use a template with `$'
14345 instead of `#' for VMS.
14346
14347 * simple.el (clone-indirect-buffer): New function.
14348
143492000-04-16 Stephen Eglen <stephen@gnu.org>
14350
14351 * iswitchb.el (iswitchb-case): New function. If the user input
14352 contains any upper-case characters, the search is made
14353 case-sensitive.
14354
143552000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14356
14357 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14358 comment-end.
14359 (texinfo-font-lock-syntactic-keywords): New var.
14360 (texinfo-font-lock-keywords): Remove comment regexp.
14361 (texinfo-insert-block): New function.
14362 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14363 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14364 and font-lock-defaults. Use regexp-opt for outline-regexp.
14365 (texinfo-environments): New var.
14366 (texinfo-environment-regexp): Use regexp-opt and
14367 texinfo-environments.
14368
14369 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14370 ispell-process is bound since this might be eval'd before ispell
14371 is loaded.
14372 (ispell-message): Use a tiny bit less magic and a bit more hard
14373 data to figure out what kind of sc-cite-regexp to use.
14374
14375 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14376
14377 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14378 (insert-cyclic-diary-entry): Unquote the lambda.
14379
14380 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14381
14382 * files.el (backup-enable-predicate): Unquote the lambda.
14383
14384 * cus-edit.el (custom-face, face): Unquote the lambda.
14385
143862000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14387
14388 * ps-print.el: Check for line-beginning-position definition.
14389
14390 * ps-print.el: Fix counting lines in a region.
14391 (ps-print-version): New version number (5.1.5).
14392 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14393 (ps-printing-region): Fun code fix.
14394
143952000-04-15 Gerd Moellmann <gerd@gnu.org>
14396
14397 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14398 to file-directory-p.
14399
144002000-04-14 Gerd Moellmann <gerd@gnu.org>
14401
14402 * gud.el (gud-jdb-build-source-files-list): Check that directory
14403 exists before calling directory-files.
14404
144052000-04-13 Dave Love <fx@gnu.org>
14406
14407 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14408 syntax.
14409
14410 * emacs-lisp/cl-specs.el: Remove when, unless.
14411
14412 * emacs-lisp/cl-extra.el: Don't quote keywords.
14413 (cl-old-mapc): New variable.
14414 (mapc): Use it.
14415 (cl-map-intervals): Use with-current-buffer. Don't check for
14416 next-property-change.
14417 (cl-map-overlays): Use with-current-buffer.
14418 (cl-expt): Remove.
14419 (copy-tree, remprop): Define unconditionally.
14420
14421 * emacs-lisp/cl-compat.el (keywordp): Remove.
14422
14423 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14424 to use keywordp.
14425 (edebug-spec): Enable keywordp.
14426
14427 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14428 string-lessp.
14429
14430 * cus-start.el: Use keywordp.
14431
144322000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14433
14434 * diary-lib.el (include-other-diary-files): Fix the fix of
14435 2000-02-18 by doing a save-excursion.
14436
144372000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14438
14439 * ps-print.el: Customization fix, doc fix.
14440 (ps-print-version): New version number (5.1.4).
14441 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14442 (ps-print-preprint): Adjust code.
14443 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14444 (ps-print-prologue-header, ps-print-control-characters)
14445 (ps-spool-config): Customization fix.
14446
144472000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14448
14449 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14450 converted to the new menu-item format, names silightly changed,
14451 help strings added.
14452
14453 Support for spelling without async subprocesses:
14454
14455 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14456 (ispell-session-buffer): New variables.
14457 (ispell-start-process, ispell-process-status,
14458 ispell-accept-output, ispell-send-string): New functions, for
14459 Ispell invocation when async subprocesses aren't supported.
14460 (ispell-word, ispell-pdict-save, ispell-command-loop,
14461 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14462 to process-send-string with calls to ispell-send-string, and
14463 accept-process-output with ispell-accept-output.
14464 (ispell-init-process): Call ispell-process-status instead of
14465 process-status with.
14466 (ispell-init-process): Call ispell-start-process. Call
14467 ispell-accept-output and ispell-send-string. Don't call
14468 process-kill-without-query and kill-process if they are unbound.
14469 (ispell-async-processp): New function.
14470
144712000-04-12 Dave Love <fx@gnu.org>
14472
14473 * info.el: Add debug-ignored-errors.
14474 (Info-mode-menu): Add some items.
14475 (Info-directory): Add autoload cookie.
14476
14477 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14478 Modify `truncate-lines'. Make `describe-language-environment'
14479 always visible and add help. Modify `describe-key' help. Invoke
14480 Info-directory from `info'. New entry `emacs-manual'.
14481
144822000-04-10 Gerd Moellmann <gerd@gnu.org>
14483
14484 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14485 propertized-buffer-identification.
14486 (ebrowse-update-member-buffer-mode-line): Likewise.
14487 (ebrowse--mode-strings): Removed.
14488 (ebrowse--mode-line-props): Removed.
14489
14490 * files.el (auto-mode-alist): Add `EBROWSE'.
14491
14492 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14493 space before testing for end of buffer.
14494 (ebrowse-load): Removed.
14495 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14496 (ebrowse-create-tree-buffer): Rewritten.
14497 (ebrowse-tree-mode): Read tree from buffer.
14498
14499 * progmodes/ebrowse-ffh.el: Removed.
14500
145012000-04-10 Kenichi Handa <handa@etl.go.jp>
14502
14503 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14504
145052000-04-10 Gerd Moellmann <gerd@gnu.org>
14506
14507 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14508 at the wrong place.
14509
145102000-04-09 Dave Love <fx@gnu.org>
14511
14512 * files.el (backup-enable-predicate): Use
14513 temporary-file-directory, small-temporary-file-directory.
14514 (make-backup-file-name-function, backup-directory-alist): New
14515 variables.
14516 (make-backup-file-name-1): New function.
14517 (make-backup-file-name): Use it.
14518 (find-backup-file-name): Likewise. Use format for clarity, not
14519 concat.
14520 (file-newest-backup): Use make-backup-file-name.
14521
145222000-04-09 Gerd Moellmann <gerd@gnu.org>
14523
14524 * progmodes/ebrowse-ffh.el: New file.
14525
14526 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14527 to ebrowse-ffh.el.
14528 (ebrowse-load): Add autoload.
14529
14530 * finder.el (finder-commentary): Add autoload cookie.
14531
14532 * mail/rfc2368.el: Correct author's email address.
14533
14534 * progmodes/ebrowse.el: New file.
14535
14536 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14537 item help string.
14538 (easy-menu-do-add-item): Ditto.
14539 (easy-menu-define): Extend doc string.
14540
14541 * jit-lock.el (with-buffer-unmodified): Use
14542 restore-buffer-modified-p.
14543 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14544 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14545 with-buffer-unmodified.
14546
145472000-04-08 Dave Love <fx@gnu.org>
14548
14549 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14550 unless, when.
14551
145522000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14553
14554 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14555 (viper-flash-search-pattern): No operation when using Emacs
14556 doesn't support face.
14557 Use `viper-put-on-search-overlay'.
14558
145592000-04-04 Gerd Moellmann <gerd@gnu.org>
14560
14561 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14562 like C-r.
14563
14564 * progmodes/make-mode.el: Some doc fixes.
14565 (makefile-mode-abbrev-table): New variable.
14566 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14567 (makefile-font-lock-keywords): Fontify includes and conditionals.
14568 (toplevel): Require `dabbrev' and `add-log' when compiling.
14569
14570 * replace.el (perform-replace): Don't move forward one char
14571 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14572 to do that because it leaves point 1 position after the last
14573 replacement, after everything has been replaced.
14574
14575 * jit-lock.el (with-buffer-unmodified): New macro.
14576 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14577 modified state.
14578 (jit-lock-function-1): Extracted from jit-lock-function; not
14579 preserving buffer's modified state.
14580 (jit-lock-function, jit-lock-stealth-fontify): Call
14581 jit-lock-function-1.
14582
14583 * mail/rfc2368.el: Remove supernumerary copyright line.
14584
145852000-04-04 Milan Zamazal <pdm@freesoft.cz>
14586
14587 * glasses.el: Provide facilities for inserting space before left
14588 parentheses and uncapitalization of identifiers.
14589 (glasses-mode): Try to remove old overlays in all cases.
14590
145912000-04-03 Gerd Moellmann <gerd@gnu.org>
14592
14593 * progmodes/compile.el (compile-internal): Display the compilation
14594 buffer in a different frame, if it's already displayed there.
14595
14596 * mail/rfc2368.el: New file.
14597
14598 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14599 header and insert its value as mail body.
14600
14601 * subr.el (member-ignore-case): New function.
14602
14603 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14604 (dabbrev--find-expansion): Ignore buffers matching a regexp
14605 from dabbrev-ignored-regexps.
14606
14607 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14608 to extensions handled by gzip.
14609
146102000-04-03 Richard M. Stallman <rms@gnu.org>
14611
14612 * files.el (insert-directory): List the total free space
14613 along with the used space.
14614
14615 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14616 line is followed by one that matches CITATION-REGEXP, end the
14617 paragraph.
14618
146192000-04-03 Markus Rost <rost@delysid.gnu.org>
14620
14621 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14622 (rmail-make-basic-summary-line): Use that option.
14623
146242000-04-03 Kenichi Handa <handa@etl.go.jp>
14625
14626 * international/mule-cmds.el (encoded-string-description):
14627 Rewritten. Try pretty description for ISO 2022 escape sequences
14628 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14629 for hexadecimal format.
14630
146312000-04-01 Dave Love <fx@gnu.org>
14632
14633 * cpp.el: Change customization group to `c' from `C'.
14634
14635 * vcursor.el (vcursor-move): Use display-color-p.
14636
14637 * international/mule-util.el: Provide mule-utils.
14638 (string-to-sequence): Simplify and speed up.
14639
14640 * international/mule.el (make-coding-system): Purecopy doc-string.
14641
14642 * international/mule-cmds.el: Various menu changes.
14643 (describe-specified-language-support): Handle `Default'.
14644 (set-language-info): Purecopy `info'.
14645
146462000-03-31 Andrew Innes <andrewi@gnu.org>
14647
14648 * vc.el (vc-backend-diff): Return the correct status if we had to
14649 retry the rcsdiff command without the --brief option.
14650
146512000-03-31 Dave Love <fx@gnu.org>
14652
14653 * help.el (help-manyarg-func-alist): Correct several omissions.
14654
14655 * add-log.el: Don't require cl, fortran.
14656 (add-log-current-defun-function): Doc fix.
14657 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14658 fix.
14659 (change-log-version-rcs): Function deleted.
14660 (change-log-version-number-search): Doc fix. Use
14661 vc-workfile-version. Avoid CL dolist.
14662 (add-change-log-entry): Just call add-log-current-defun to get
14663 defun. Simplify somewhat.
14664 (change-log-get-method-definition-1): Likewise.
14665 (add-log-current-defun): Return nil if calling
14666 add-log-current-defun-function does so. Move Fortran stuff to
14667 fortran.el. Return string without properties.
14668
14669 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14670 and :alpha: char classes.
14671
14672 * mail/supercite.el: Defvar curline when compiling.
14673 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14674 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14675 rather than a-zA-Z0-9 to allow non-ASCII characters.
14676
146772000-03-31 Gerd Moellmann <gerd@gnu.org>
14678
14679 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14680
14681 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14682 Re-enable new code.
14683
14684 * lpr.el (print-region-1): Use -d to specify printer name for
14685 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14686
146872000-03-31 Dave Love <fx@gnu.org>
14688
14689 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14690 for function definition in symbol's function value slot first
14691 instead of first consulting byte-compile-function-environment.
14692
146932000-03-31 Kenichi Handa <handa@etl.go.jp>
14694
14695 * language/european.el ("Polish"): New language environment.
14696 (setup-polish-environment): New function.
14697
146982000-03-30 Gerd Moellmann <gerd@gnu.org>
14699
14700 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14701 Disable new code.
14702
14703 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14704 trying to `load' the symbol of an autoload instead of the file
14705 recorded in the autoload. Fix error messages.
14706
147072000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14708
14709 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14710 (ps-print-version): New version number (5.1.3).
14711 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14712 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14713 (ps-generate-postscript-with-faces): Code fix.
14714 (ps-color-values): XEmacs compatibility.
14715 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14716 (ps-default-fg, ps-default-bg): Adjust customization.
14717 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14718 (ps-color-scale): Renaming old ps-color-value fun.
14719 (ps-print-headers): Replace ps-print-header group to avoid conflict
14720 with ps-print-header variable.
14721 (ps-print-miscellany): New group.
14722 (ps-format-color, ps-rgb-color): New funs.
14723 (ps-default-foreground): New var.
14724 (ps-printer-name-option): New const.
14725
147262000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14727
14728 * net/net-utils.el:
14729 (network-connection-host, network-connection-service): New variables
14730 (network-connection-mode): New mode, derived from comint-mode
14731 (network-connection-mode-setup): New function, saves host and
14732 service information in local variables.
14733
14734 * lisp/locate.el:
14735 (locate-word-at-point): Added this function
14736 (locate): Default to using locate-word-at-point as input
14737 Run dired-mode-hook
14738
147392000-03-29 Dave Love <fx@gnu.org>
14740
14741 * calendar/appt.el: Doc fixes.
14742 (appt-check): Convert min-to-app to a string before passing to
14743 appt-disp-window-function or concat.
14744 (appt-delete-window): Remove test for frame-root-window.
14745 (appt-select-lowest-window, appt-convert-time): Simplify.
14746
14747 * emacs-lisp/bytecomp.el: Doc fixes.
14748 (byte-compile-file-form-autoload): Update
14749 byte-compile-function-environment.
14750
147512000-03-29 Andreas Schwab <schwab@suse.de>
14752
14753 * emacs-lisp/autoload.el: Also print defsubst doc string
14754 specially.
14755
14756 * dired.el (dired-insert-directory): If dired-free-space-program
14757 failed just delete its output.
14758
147592000-03-29 Dave Love <fx@gnu.org>
14760
14761 * international/iso-cvt.el: Move provide to end. Doc fixes.
14762 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14763 (iso-iso2sgml, iso-sgml2iso): New functions.
14764 (iso-cvt-define-menu): Fix some entries and use backquote for
14765 clarity.
14766
14767 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14768
147692000-03-28 Gerd Moellmann <gerd@gnu.org>
14770
14771 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14772 ISO-DATE. If non-nil, return date in ISO 8601 format.
14773
147742000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14775
14776 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14777 if it ever becomes used.
14778 (log-edit-mode-hook): Default to vc-log-mode-hook.
14779 (log-edit-mode): Fix the docstring.
14780
14781 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14782 the code.
14783
147842000-03-26 Dave Love <fx@gnu.org>
14785
14786 * net/browse-url.el (browse-url): Re-fix case of
14787 browse-url-browser-function being an alist.
14788 (browse-url): Add :link to defgroup.
14789
14790 * files.el: Doc fixes.
14791 (file-truename): Include `[' in wildcard characters.
14792 (automount-dir-prefix): Customize.
14793 (find-file-wildcards): Add :version.
14794 (find-file-noselect): Simplify a mapcar call.
14795
14796 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14797 compatible with inf-lisp version.
14798 (eval-defun-1): Fix custom-declare-variable case.
14799
148002000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14801
14802 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14803
148042000-03-24 Gerd Moellmann <gerd@gnu.org>
14805
14806 * Makefile (COMPILE_FIRST): New macro.
14807 (compile-files): Compile files from COMPILE_FIRST first.
14808
14809 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14810 code.
14811
14812 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14813 matching open parenthesis in column 0 to defun-prompt-regexp
14814 only if open-paren-in-column-0-is-defun-start is set.
14815
14816 * sun-curs.el: Require CL at compile-time only.
14817
14818 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14819 instead of copy-list which is a function from CL.
14820 (msb--choose-menu, msb--mode-menu-cond)
14821 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14822 (msb--init-file-alist): Use mapcar instead of mapcan.
14823 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14824 `(' in column 0 in doc string.
14825 (msb--add-separators): Use mapcar instead of mapcan.
14826
14827 * cus-dep.el: Require CL at compile-time only.
14828
148292000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14830
14831 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14832 (byte-compile-warnings): New warning `noruntime'.
14833 (byte-compile-constants, byte-compile-variables): Fix docstring.
14834 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14835 execute `eval-whenc-compile's body.
14836 (byte-compile-unresolved-functions): Fix docstring.
14837 (byte-compile-eval): New function.
14838 (byte-compile-callargs-warn): Check if the function will be available
14839 at runtime (via property `byte-compile-noruntime').
14840 (byte-compile-print-syms): New function.
14841 (byte-compile-warn-about-unresolved-functions): Also warn about
14842 `noruntime' functions (and use `byte-compile-print-syms').
14843 (byte-compile-file): Capitalize the message.
14844
148452000-03-24 Gerd Moellmann <gerd@gnu.org>
14846
14847 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14848 (rmail-expunge): Ask for confirmation depending on the setting
14849 of rmail-confirm-expunge.
14850
148512000-03-23 Gerd Moellmann <gerd@gnu.org>
14852
14853 * Makefile (bootstrap-clean): If $(emacs) exists, build
14854 loaddefs.el first. A loaddefs.el that's not up-to-date might
14855 cause a bootstrap failure because things don't autoload as
14856 expected.
14857
148582000-03-23 Dave Love <fx@gnu.org>
14859
14860 * net/browse-url.el: Restore previous use of
14861 browse-url-maybe-new-window.
14862
148632000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14864
14865 * ps-print.el: Skip banner page fix.
14866 (ps-print-version): New version number (5.1.2).
14867 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14868
148692000-03-23 Dave Pearson <davep@davep.org>
14870
14871 * net/quickurl.el Changed the type of parameter passed to the
14872 function defined by `quickurl-format-function'. Before only the
14873 text of the URL was passed. Now the whole URL structure is passed
14874 and the function is responsible for extracting the parts it
14875 requires. Changed the default of `quickurl-format-function'
14876 accordingly.
14877 (quickurl-insert): Changed the `funcall' of
14878 `quickurl-format-function' to match the above change.
14879 (quickurl-list-insert): Changed the `url' case so that it makes
14880 use of `quickurl-format-function', previous to this the format was
14881 hard wired.
14882
148832000-03-22 Gerd Moellmann <gerd@gnu.org>
14884
14885 * startup.el: Change some spellings for the X Window System.
14886
148872000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14888
14889 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14890 up the code and the regexp and make sure the cursor is temporarily
14891 moved to the suspicious line while querying the user.
14892
148932000-03-22 Jason Rumney <jasonr@gnu.org>
14894
14895 * w32-fns.el (w32-charset-info-alist): Initialize.
14896
148972000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14898
14899 * ps-print.el: N-up last page fix.
14900 (ps-print-version): New version number (5.1.1).
14901 (ps-end-file, ps-end-job, ps-generate): Code fix.
14902
149032000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14904
14905 * files.el (find-file-run-dired): Update docstring.
14906 (find-directory-functions): New hook.
14907 (find-file-noselect): Run find-directory-functions rather than
14908 calling dired directly.
14909
14910 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14911
14912 * pcvs.el: Add a minimal leading commentary.
14913 (cvs-make-cvs-buffer): Change the header part by removing the startup
14914 message and adding a `Module' entry. Also replace the FOOTER and
14915 HEADER special fileinfos with the new support in ewoc for updating
14916 its own footer and header.
14917 (cvs-update-header): Update to use the header/footer of the ewoc.
14918 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14919 (cvs-is-within-p): New function.
14920 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14921 to only examine some subset of the buffers.
14922
14923 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14924 `format' instead of our own ad-hoc functions.
14925 Remove HEADER and FOOTER cases, now handled in the EWOC.
14926 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14927
14928 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14929 output to avoid scaring the user.
14930 (cvs-parse-table): Catch message for non-up-to-date commits.
14931
14932 * pcvs-defs.el (cvs-startup-message): Remove.
14933 (cvs-global-menu): New autoloaded menu.
14934
14935 * pcvs-util.el (cvs-string-fill): Remove.
14936
14937 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14938 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14939 PP part of it and also make it work for footers and headers.
14940 (ewoc-create): Drop POS and BUFFER arguments.
14941 Use the DLL's dummy node to store the end-of-footer position.
14942 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14943 (ewoc-refresh): Remove unused `header' variable.
14944 (ewoc-(get|set)-hf): New functions.
14945
14946 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14947 log-view-*-(message|file) and use easy-mmode-define-navigation.
14948 (log-view-message-re): Match SCCS format as well.
14949 And match the revision line rather than the dashed separator line.
14950 (log-view-mode): Use the new define-derived-mode.
14951 (log-view-current-tag): Fill in with an actual implementation.
14952
14953 * cvs-status.el (cvs-status-(prev|next)): Rename from
14954 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14955 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14956 to let the output "breathe" a little more (more readable).
14957 (cvs-status-mode): Use the new define-derived-mode.
14958
14959 * smerge-mode.el (smerge-auto-leave): New function and variable.
14960 (smerge-basic-map): Rename from smerge-basic-keymap.
14961 Change the bindings for smerge-diff-*.
14962 (smerge-*-map): Use easy-mmode-defmap.
14963 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14964 (smerge-keep-*): Use smerge-auto-leave.
14965
149662000-03-21 Jason Rumney <jasonr@gnu.org>
14967
14968 * cus-edit.el (custom-button-face): Use 3D look for w32.
14969 (custom-button-pressed-face): Likewise.
14970
149712000-03-21 Gerd Moellmann <gerd@gnu.org>
14972
14973 * progmodes/etags.el (tags-case-fold-search): New user-option.
14974 (tags-loop-eval): New function. Bind case-fold-search around eval
14975 depending on the value of tags-case-fold-search.
14976 (tags-loop-continue): Use tags-loop-eval.
14977 (find-tag-in-order): Bind case-fold-search depending on the value
14978 of tags-case-fold-search.
14979
149802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14981
14982 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14983 (diff-end-of-hunk): Return the end position for use in
14984 `easy-mmode-define-navigation'.
14985 (diff-recenter): Remove.
14986 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14987 of `easy-mmode-define-navigation'.
14988 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14989 previous renaming) and fix to use new names.
14990 (diff-merge-strings): Use \n as separator: simpler, faster.
14991 (diff-mode): Use `define-derived-mode'.
14992
14993 * derived.el (define-derived-mode): Don't autoload anymore.
14994 Prefer the macro-only version provided by easy-mmode.el.
14995
14996 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14997 `easy-mmode-define-derived-mode'.
14998 Use `combine-run-hooks'.
14999 (easy-mmode-define-navigation): New macro.
15000
15001 * subr.el (combine-run-hooks): New function.
15002
150032000-03-21 Kenichi HANDA <handa@etl.go.jp>
15004
15005 * term/x-win.el: Fontsets related initialization is simplified.
15006
15007 * international/mule-diag.el (describe-font): Don't refer to
15008 global-fontset-alist, instead call font-list.
15009 (describe-fontset, list-fontsets, mule-diag): Likewise.
15010 (print-fontset): Adjusted for the change of fontset
15011 implementation.
15012
15013 * international/fontset.el (x-charset-registries): Variable
15014 removed, instead the corresponding data is stored in the default
15015 fontset.
15016 (register-alternate-fontnames): Function removed.
15017 (resolved-ascii-font): Variable removed.
15018 (x-compose-font-name): Ignore the second argument REDOCE.
15019 (x-complement-fontset-spec): Complement only an ASCII font and
15020 element for those charsets than can use that ASCII font.
15021 (generate-fontset-menu): Don't refer to global-fontset-alist,
15022 instead call fontset-list.
15023 (uninstantiated-fontset-alist): Variable removed.
15024 (x-style-funcs-alist): Likewise.
15025 (fontset-default-styles): Likewise.
15026 (x-modify-font-name): Function removed.
15027 (create-fontset-from-fontset-spec): Ignore the argument
15028 STYLE-VARIANT.
15029 (create-fontset-from-ascii-font): Docsting adjusted for the above
15030 change.
15031 (instantiate-fontset, resolve-fontset-name): Functions removed.
15032 (fontset-list): Now implemented by C code.
15033
15034 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15035 (describe-face): Include `font' attribute in the description.
15036
150372000-03-21 Kenichi Handa <handa@etl.go.jp>
15038
15039 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15040
150412000-03-20 Gerd Moellmann <gerd@gnu.org>
15042
15043 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15044 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15045 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15046
15047 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15048 about behavior of set-buffer-modified-p wrt redisplay.
15049
150502000-03-19 Richard M. Stallman <rms@gnu.org>
15051
15052 * view.el (view-mode-disable): Kill local binding of view-read-only.
15053
150542000-03-18 Gerd Moellmann <gerd@gnu.org>
15055
15056 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15057 is a string, convert it to a syntax cell using string-to-syntax.
15058
15059 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15060 (string-to-syntax): New function.
15061
15062 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15063 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15064 try to use passive ftp mode.
15065
150662000-03-17 Gerd Moellmann <gerd@gnu.org>
15067
15068 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15069
15070 * simple.el (append-to-buffer): Update point of windows after
15071 insertion.
15072
15073 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15074 forward then moving backward. Reindent.
15075
15076 * frame.el (other-frame): Call x-focus-frame only if
15077 focus-follows-mouse is off.
15078
150792000-03-17 Dave Love <fx@gnu.org>
15080
15081 * pcvs-util.el (cvs-strings->string): Rename
15082 replace-regexps-in-string.
15083
150842000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15085
15086 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15087 regexp for labels cannot span several lines.
15088
15089 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15090 `(setq :<key> ':<key>)' to the macro expansion.
15091
150922000-03-16 Dave Love <fx@gnu.org>
15093
15094 * progmodes/f90.el (f90): Put custom group under `languages', not
15095 `fortran'.
15096 (f90-mode-hook): Customize.
15097 (f90-mode): Set add-log-current-defun-function.
15098 (f90-current-defun): New function.
15099
151002000-03-16 Gerd Moellmann <gerd@gnu.org>
15101
15102 * cus-edit.el (custom-variable-tag-face): Handle case that
15103 default face's height is not a number.
15104 (custom-face-tag-face, custom-group-tag-face-1)
15105 (custom-group-tag-face): Ditto.
15106 (custom-group-tag-face-1): Add :group.
15107
15108 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15109
151102000-03-15 Gerd Moellmann <gerd@gnu.org>
15111
15112 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15113 requiring easymenu.
15114
151152000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15116
15117 * ps-print.el: PostScript user-defined prologue, PostScript error
15118 handler, doc fix.
15119 (ps-print-version): New version number (5.1).
15120 (ps-user-defined-prologue, ps-error-handler-message)
15121 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15122 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15123 (ps-insert-string): New function.
15124
151252000-03-15 Kenichi Handa <handa@etl.go.jp>
15126
15127 * international/ccl.el (ccl-compile-expression): Don't generate
15128 invalid self-assignment code.
15129
151302000-03-14 Dave Love <fx@gnu.org>
15131
15132 * subr.el (replace-regexp-in-string): Renamed from
15133 replace-regexps-in-string. Doc fix.
15134
151352000-03-12 Dave Love <fx@gnu.org>
15136
15137 * cus-edit.el: Doc fixes.
15138 (customize-set-variable, customize-save-variable): Rename args for
15139 doc.
15140 (custom-variable-tag-face, custom-face-tag-face)
15141 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15142 style which user identify as hyperlink.
15143 (hook): Don't add undefined functions to the hook.
15144 (debug-ignored-errors): Transfer message from bindings.el.
15145
151462000-03-12 Gerd Moellmann <gerd@gnu.org>
15147
15148 * recentf.el (recentf-keep-non-readable-files-p): Remove
15149 double/nested definition.
15150
151512000-03-12 Dave Love <fx@gnu.org>
15152
15153 * facemenu.el (facemenu-get-face): Use display-color-p.
15154 * enriched.el (enriched-decode-foreground): Likewise.
15155 (enriched-decode-background): Likewise.
15156 * isearch.el (isearch-highlight): Likewise.
15157 * info-look.el (info-lookup): Likewise.
15158 * simple.el (completion-setup-function): Likewise.
15159
15160 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15161 :options.
15162
15163 * bindings.el (mode-line-format): Fix line-number and
15164 column-number items. Add help-echo for the background.
15165 (mode-line-mule-info): Modify help-echo.
15166
15167 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15168
15169 * files.el (load-file): Allow completion to .elc.
15170
15171 * man.el: Doc fixes.
15172 (Man-init-defvars): Use display-color-p to set fontification.
15173
15174 * play/hanoi.el (hanoi-internal): Don't use oddp.
15175
151762000-03-12 Gerd Moellmann <gerd@gnu.org>
15177
15178 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15179
15180 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15181
151822000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15183
15184 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15185 Fix comment.
15186
151872000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15188
15189 * font-lock.el (font-lock-keywords): Fix the doc now that
15190 regexp-opt-depth is unnecessary.
15191 (save-buffer-state): Set an edebug spec.
15192 (font-lock-fontify-anchored-keywords): Properly handle the case when
15193 the matcher goes past the limit.
15194
15195 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15196 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15197
15198 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15199 dll.el and cookie.el (from Elib) with heavy renaming and other
15200 massaging.
15201
15202 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15203 Autoload the functions used.
15204 (easy-mmode-define-syntax): Fix CL typo.
15205 (easy-mmode-define-derived-mode): Improve the docstring generation.
15206
152072000-03-10 Gerd Moellmann <gerd@gnu.org>
15208
15209 * textmodes/texinfo.el (texinfo-version): Variable and function
15210 removed.
15211
152122000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15213
15214 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15215 allow more flexibility.
15216 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15217 fns.
15218 (easy-mmode-defmap, easy-mmode-defsyntax)
15219 (easy-mmode-define-derived-mode): New macros.
15220
152212000-03-09 Didier Verna <didier@xemacs.org>
15222
15223 * rect.el (replace-rectangle): New function.
15224
152252000-03-09 Dave Love <fx@gnu.org>
15226
15227 * progmodes/fortran.el (fortran-comment-line-start): Define as
15228 "C".
15229 (fortran-comment-line-start-skip): Don't match cpp stuff.
15230 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15231 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15232 (fortran-mode): Don't set fortran-comment-line-start-skip,
15233 fortran-comment-line-start here. Set comment-start,
15234 add-log-current-defun.
15235 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15236 (fortran-current-defun): New function.
15237
152382000-03-09 Gerd Moellmann <gerd@gnu.org>
15239
15240 * emacs-lisp/re-builder.el: New file.
15241
15242 * mouse.el (mouse-drag-region): Don't run up-event handler
15243 if hscroll has changed.
15244
15245 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15246 builtin operators, use `font-lock-builtin-face' for Emacs and
15247 `font-lock-preprocessor-face' otherwise.
15248
15249 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15250 `(defun (setf foo)' differently.
15251
152522000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15253
15254 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15255 (regexp-opt): Update comment and adapt the code the new meaning of
15256 the `paren' argument of regex-opt-group for shy-groups.
15257 (regexp-opt-depth): Handle shy groups as well as backslashed
15258 backslashes.
15259 (regexp-opt-group): Turn the leading comment into a docstring.
15260 Allow `paren' to be a string (the string to use to open a group).
15261 Remove open-presuf and close-presuf. Instead of checking for `all
15262 one-char' and then later on check for `several one-char', handle
15263 both cases close together. Also apply a more generic algorithm
15264 for suffixes (the mirror image of the algorithm used for
15265 prefixes). Use shy-groups. Use nreverse rather than reverse.
15266 (regexp-opt-try-suffix): Removed.
15267
15268 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15269 from comint-mode-map, so we can just inherit from it. Also, move
15270 the initialization into the `defvar' since there's no docstring
15271 anyway and it's fairly short.
15272 (inferior-scheme-mode): Define it as derived-mode: the code is
15273 shorter and this way we inherit from comint-mode-map rather than
15274 copying it.
15275
15276 * subr.el (replace-regexps-in-string): Properly handle the case
15277 where we match an empty string.
15278
15279 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15280 when the command has a directory component (such as "./testml").
15281 Also fix a typo in the comment.
15282
152832000-03-08 Gerd Moellmann <gerd@gnu.org>
15284
15285 * Makefile (compile-files): Compile files one by one because
15286 that's the only way to ensure a clean compilation environment for
15287 each individual file.
15288
15289 * frame.el (other-frame): Call x-focus-frame.
15290
152912000-03-07 Dave Love <fx@gnu.org>
15292
15293 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15294 :require to defcustom.
15295
15296 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15297 lists.
15298
15299 * files.el (auto-mode-alist): Add configure.in.
15300
15301 * progmodes/autoconf.el: New file.
15302
153032000-03-07 Gerd Moellmann <gerd@gnu.org>
15304
15305 * mail/mh-e.el: Change maintainer to `none'.
15306
15307 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15308 to remove-hook and add-hook.
15309
153102000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15311
15312 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15313 it as the default.
15314 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15315 (sendmail-send-it): Conditionally add MIME headers specifying the
15316 used character set.
15317
153182000-03-07 Dave Love <fx@gnu.org>
15319
15320 * winner.el: Fix keywords, autoload cookies. Split
15321 eval-when-compile form to avoid compilation failure.
15322
153232000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15324
15325 * international/mule.el: Modify comment about coding system
15326 property `coding-category'.
15327 (make-coding-system): New argument EOL-TYPE. Pay attention to
15328 coding-category property of PROPERTIES.
15329
15330 * international/mule-conf.el (coding-category-utf-8,
15331 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15332 categories. Include them in the argument for set-coding-priority.
15333
15334 * international/mule-cmds.el (reset-language-environment): Include
15335 coding-category-utf-8, coding-category-utf-16-be, and
15336 coding-category-utf-16-le in the argument for set-coding-priority.
15337 (reset-language-environment): Initialize coding-category-utf-8,
15338 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15339
153402000-03-06 Karl Fogel <kfogel@red-bean.com>
15341
15342 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15343 code abstracted out of `bookmark-jump-noselect'. Now tries info
15344 extensions as well as compression extensions.
15345 (bookmark-jump-noselect): Use above new func.
15346
153472000-03-03 Gerd Moellmann <gerd@gnu.org>
15348
15349 * strokes.el: Change maintainer's mail address.
15350
153512000-03-03 Kenichi Handa <handa@etl.go.jp>
15352
15353 * international/mule-diag.el (list-character-sets): Make help-echo
15354 string by substitute-command-keys.
15355 (list-character-sets): Likewise.
15356 (sort-listed-character-sets): Call help-setup-xref.
15357
153582000-03-02 Gerd Moellmann <gerd@gnu.org>
15359
15360 * time.el (display-time-mail-file): Add `none' to the list of
15361 choices.
15362
153632000-03-01 Dave Love <fx@gnu.org>
15364
15365 * help.el (help-xref-go-back): Don't try to set position.
15366
15367 * international/mule-diag.el (list-character-sets): Call
15368 help-setup-xref. Add help-echo to xrefs.
15369 (list-character-sets-1): Add help-echo to xrefs.
15370
153712000-03-02 Gerd Moellmann <gerd@gnu.org>
15372
15373 * frame.el (blink-cursor-mode): Switch cursor on when turning
15374 the mode off.
15375
15376 * add-log.el (add-log-current-defun): Add support for
15377 Autoconf mode.
15378
15379 * mail/rmail.el (rmail-quit-hook): New variable.
15380
153812000-03-01 Dave Love <fx@gnu.org>
15382
15383 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15384
15385 * help.el (help-xref-button): Add help-echo arg.
15386 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15387
15388 * faces.el (list-faces-display): Supply help-echo with
15389 help-make-xrefs.
15390
15391 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15392 nil.
15393
153942000-03-01 Gerd Moellmann <gerd@gnu.org>
15395
15396 * image.el (defimage): Look for image files in load-path.
15397
15398 * frame.el (busy-cursor-delay-seconds): Change type to
15399 `number'.
15400
154012000-03-01 David Ponce <david.ponce@wanadoo.fr>
15402
15403 * recentf.el (recentf): Added version tag to the defgroup of
15404 recentf.
15405
154062000-03-01 David Ponce <david.ponce@wanadoo.fr>
15407
15408 * recentf.el (recentf-cleanup): Changed to remove excluded file
15409 too.
15410 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15411 action to select/unselect a file.
15412 (recentf-edit-list): Code cleanup and improvement.
15413 (recentf-open-more-files-action): `recentf-open-more-files' button
15414 widget action to open a file.
15415 (recentf-open-more-files): No more use standard completion but
15416 widgets.
15417 (recentf-more-collection): Deleted.
15418 (recentf-more-history): Deleted.
15419 (recentf-setup-more-completion): Deleted.
15420
154212000-03-01 David Ponce <david.ponce@wanadoo.fr>
15422
15423 * recentf.el (recentf-mode): No more needs that Emacs is running
15424 under a window-system.
15425
154261999-03-01 David Ponce <david.ponce@wanadoo.fr>
15427
15428 * recentf.el (recentf-edit-list): New command to edit the recent
15429 list which allow the user to remove files.
15430 (recentf-edit-selected-items): New global variable, used by
15431 `recentf-edit-list' to hold the list of files to be removed from
15432 the recent list.
15433 (recentf-make-menu-items): Updated to display a "Edit list..."
15434 menu item. Minor code cleanup.
15435
154361999-03-01 David Ponce <david.ponce@wanadoo.fr>
15437
15438 * recentf.el (recentf-open-more-files): New command to open files
15439 that are not displayed in the menu.
15440 (recentf-more-collection): New global variable holding the set of
15441 permissible completions used by `recentf-open-more-files'.
15442 (recentf-more-history): New global variable holding the history list
15443 used by `recentf-open-more-files' completion.
15444 (recentf-setup-more-completion): New function to setup completion for
15445 `recentf-open-more-files'.
15446 (recentf-make-menu-items): Updated to display a "More..." menu item.
15447
154481999-03-01 David Ponce <david.ponce@wanadoo.fr>
15449
15450 * recentf.el (recentf-menu-action): Doc fixed.
15451
154521999-03-01 David Ponce <david.ponce@wanadoo.fr>
15453
15454 * recentf.el (recentf-menu-filter): Doc updated.
15455 (recentf-update-menu-hook): Allow menu filters to force menu update.
15456 (recentf-make-menu-items): New menu filter handling.
15457 (recentf-make-menu-item): New helper function.
15458 (recentf-menu-elements): New menu handling function.
15459 (recentf-sort-ascending): Updated to new menu filter handling.
15460 (recentf-sort-descending): Updated to new menu filter handling.
15461 (recentf-sort-basenames-ascending): New menu filter function.
15462 (recentf-sort-basenames-descending): New menu filter function.
15463 (recentf-show-basenames): New menu filter function.
15464 (recentf-show-basenames-ascending): New menu filter function.
15465 (recentf-show-basenames-descending): New menu filter function.
15466
154672000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15468
15469 * diary-lib.el (list-diary-entries): Don't try to go forward at
15470 the end of the buffer.
15471
154722000-02-29 Kenichi Handa <handa@etl.go.jp>
15473
15474 * international/mule-diag.el (list-character-sets): Completely
15475 rewritten.
15476 (sort-listed-character-sets): New function.
15477 (list-character-sets-1): Completely rewritten.
15478 (list-character-sets-2): New function.
15479 (non-iso-charset-alist): New variable.
15480 (decode-codepage-char): New function.
15481 (charset-history): New variable.
15482 (read-charset) (list-block-of-chars)
15483 (list-iso-charset-chars)
15484 (list-non-iso-charset-chars)
15485 (list-charset-chars): New functions.
15486 (mule-diag): Call list-character-sets-2, not
15487 list-character-sets-2.
15488 (dump-charsets): Likewise.
15489
154902000-02-29 Gerd Moellmann <gerd@gnu.org>
15491
15492 * dired-x.el (dired-filename-at-point): Add `@' to valid
15493 file name characters.
15494 (dired-filename-at-point): Handle ange-ftp file names.
15495
15496 * frame.el (frame-notice-user-settings): Use assq-delete-all
15497 instead of assoc-delete-all.
15498 (frame-notice-user-settings): Ditto.
15499
15500 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15501 Don't copy alist.
15502
155032000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15504
15505 * calculator.el (calculator-use-menu): New option.
15506 (calculator-initial-bindings): Changed some bindings to work as
15507 macros.
15508 (calculator-forced-input): Removed.
15509 (calculator-restart-other-mode): New variable.
15510 (calculator-mode-map): Set up menu.
15511
155122000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15513
15514 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15515 tags.
15516
155172000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15518
15519 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15520 translate all ESC key sequences.
15521 (viper-goto-mark-subr): restore markers for files for which
15522 they were saved.
15523 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15524 * viper-util.el (viper-set-replace-overlay-glyphs,
15525 viper-set-replace-overlay): always check if the replacement
15526 overlay is live.
15527 * viper.el (viper-vi-state-mode-list): added major modes.
15528 * ediff-wind.el: minor comment changes.
15529 * ediff.el: copyright notice date fix.
15530
155312000-02-27 Jason Rumney <jasonr@gnu.org>
15532
15533 * faces.el (face-font-family-alternatives): Add arial to helv.
15534 (mode-line, header-line, tool-bar): Same default as x for w32.
15535 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15536 face-font-family-alternatives from working.
15537 * term/w32-win.el (mouse-set-font): Do not build fontset from
15538 chosen font.
15539
155402000-02-25 Sam Steingold <sds@goems.com>
15541
15542 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15543 properly.
15544
155452000-02-25 Richard M. Stallman <rms@gnu.org>
15546
15547 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15548
155492000-02-25 Gerd Moellmann <gerd@gnu.org>
15550
15551 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15552 writable.
15553
15554 * frame.el (busy-cursor-delay-seconds): New option.
15555
155562000-02-24 Gerd Moellmann <gerd@gnu.org>
15557
15558 * frame.el (show-cursor-in-non-selected-windows): New option.
15559
155602000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15561
15562 * diary-lib.el (include-other-diary-files): Undo the selective
15563 display in any included file and don't kill it.
15564
155652000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15566
15567 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15568 bar. Menu items converted to (menu-item format, help strings
15569 added.
15570 [downcase, upcase]: Don't enable on MS-DOS.
15571 [symlink, symlinks]: Don't show if make-symbolic-link is not
15572 bound.
15573 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15574
155752000-02-23 Dave Love <fx@gnu.org>
15576
15577 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15578 (backward-kill-word): Revert addition of * to interactive spec --
15579 it's a feature.
15580
15581 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15582 (backward-kill-sentence, kill-sentence): Likewise.
15583
15584 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15585 scratch buffer name.
15586 (gud-format-command): Use int-to-string in ?l case. Simplify
15587 slightly.
15588
15589 * term/w32-win.el (internal-face-interactive): Update prompt for
15590 new read-face-name.
15591
15592 * mail/footnote.el (footnote): Add :version to defgroup.
15593 (footnote-section-tag-regexp): Customize.
15594 (footnote-start-tag, footnote-end-tag): New option.
15595 (footnote-latin-regexp): New variable.
15596 (Footnote-latin): New function.
15597 (footnote-style-alist): Add element for latin style.
15598 (footnote-style): Moved.
15599 (Footnote-goto-footnote): Use eq to test arg.
15600
15601 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15602
15603 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15604 (byte-compile-trueconstp): Include keywords.
15605 (byte-optimize-quote, byte-optimize-lapcode): Use
15606 byte-compile-const-symbol-p.
15607 (byte-optimize-char-before): New optimization.
15608
15609 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15610 (byte-compile-const-symbol-p): New function.
15611 (byte-compile-constp, byte-compile-out-toplevel)
15612 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15613 Use it.
15614
15615 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15616
156172000-02-23 Kenichi Handa <handa@etl.go.jp>
15618
15619 * international/encoded-kb.el: Be sure to update minor-mode-alist
15620 and minor-mode-map-alist.
15621 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15622 codes SS2 and SS3 correctly.
15623 (encoded-kbd-self-insert-ccl): New function.
15624 (encoded-kbd-setup-keymap): New function.
15625 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15626 by calling encoded-kbd-setup-keymap.
15627
15628 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15629 characters.
15630 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15631 locally.
15632
156332000-02-22 Dave Love <fx@gnu.org>
15634
15635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15636 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15637 defvar.
15638 (lisp-mode-syntax-table): Set up for #|...|# comments.
15639 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15640 classes. Match `defface'.
15641 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15642 (eval-defun-1): Fix for defcustom.
15643 (lisp-indent-region): Doc fix.
15644
15645 * subr.el (when, unless, split-string): Doc fix.
15646 (read-passwd): Move call of clear-this-command-keys to the right
15647 place.
15648 (replace-regexps-in-string): New function.
15649
156502000-02-22 Gerd Moellmann <gerd@gnu.org>
15651
15652 * help.el (describe-variable): Set syntax table to
15653 emacs-lisp-mode-syntax-table when moving forward over the
15654 symbol's name.
15655
156562000-02-22 Dave Love <fx@gnu.org>
15657
15658 * xt-mouse.el: Doc fixes.
15659 (xterm-mouse-position-function): New function, replacing advice of
15660 mouse-position.
15661 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15662
15663 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15664
156652000-02-21 Gerd Moellmann <gerd@gnu.org>
15666
15667 * format.el (format-annotate-single-property-change): Handle
15668 properties.with dotted-list values.
15669 (format-proper-list-p): New function.
15670
15671 * enriched.el (enriched-face-ans): Handle '(foreground-color
15672 . COLOR) and (background-color . COLOR).
15673
156742000-02-20 Dave Love <fx@gnu.org>
15675
15676 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15677 and assignments to it.
15678 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15679 current local map.
15680 (make-flyspell-overlay): Use it.
15681 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15682
15683 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15684 (lm-get-header-re): Defun, not defsubst.
15685 (lm-get-package-name): Defun, not defsubst. Simplify.
15686 (lm-version): Doc fix. Simplify.
15687 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15688 (lm-crack-address, lm-last-modified-date, lm-commentary)
15689 (lm-verify, lm-synopsis): Simplify.
15690 (lm-report-bug): Require emacsbug. Use compose-mail.
15691
156922000-02-20 Gerd Moellmann <gerd@gnu.org>
15693
15694 * dired.el (dired-mode): Call propertized-buffer-identification
15695 to set mode-line-buffer-identification to something having
15696 the right text properties.
15697
15698 * bindings.el (propertized-buffer-identification): New function.
15699
157002000-02-20 Dave Love <fx@gnu.org>
15701
15702 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15703 check for t-mouse too.
15704
15705 * cus-start.el: Make echo-keystrokes `number'.
15706
157072000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15708
15709 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15710 Don't call ring-empty-p unless tags-location-ring is bound.
15711 From Noah Friedman <friedman@splode.com>.
15712
157132000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15714
15715 * progmodes/hideshow.el (hs-flag-region): No longer use
15716 `intangible' overlay property.
15717
15718 (hs-toggle-hiding): New command.
15719 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15720
15721 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15722 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15723 and deactivation.
15724
157252000-02-18 Gerd Moellmann <gerd@gnu.org>
15726
15727 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15728
157292000-02-17 Gerd Moellmann <gerd@gnu.org>
15730
15731 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15732
15733 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15734 of `*' to handle `(* ... *)' comments.
15735
157362000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15737
15738 * faces.el (list-faces-display): Use display-mouse-p instead of
15739 window-system.
15740
15741 * menu-bar.el (global-map): Menu-bar items converted to the new
15742 format (menu-item..., rearranged for better CUA compliance, and
15743 their names changed for better clarity. Help strings added.
15744
15745 * international/mule-cmds.el (mule-menu-keymap)
15746 (describe-language-environment-map, set-coding-system-map)
15747 (setup-language-environment-map): Convert to new (menu-item...
15748 form, add help strings. Change names of menu items for better
15749 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15750 submenu).
15751
157522000-02-17 Gerd Moellmann <gerd@gnu.org>
15753
15754 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15755 within the code.
15756
157572000-02-16 Dave Love <fx@gnu.org>
15758
15759 * faces.el: Don't require custom. Add more specific :groups to
15760 various deffaces.
15761 (set-face-attribute): Purecopy args.
15762 (read-face-name): Default to name at point and use it in prompt.
15763 Remove colon from arg in all callers.
15764 (list-faces-display): Hyperlink to face descriptions and customize
15765 buffers.
15766
157672000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15768
15769 * wid-edit.el (widget-match-inline): An atom never matches a
15770 list.
15771
157722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15773
15774 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15775 at ':' characters by call to split-string.
15776
157772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15778
15779 * textmodes/bibtex.el: Added RCS version identification.
15780
157812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15782
15783 * textmodes/bibtex.el: Some temporary comments removed.
15784 (bibtex-field-name, bibtex-entry-type): Made the relationship
15785 explicit.
15786 (bibtex-field-const): Allow capital letters.
15787 (bibtex-start-of-string): Deleted because unused.
15788
15789 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15790 use the term 'reference' to describe a bibtex entry as a whole.
15791 Further, reference keys are no longer called 'labels'.
15792 (bibtex-keys): Renamed to bibtex-reference-keys.
15793 (bibtex-reformat-previous-labels): Renamed to
15794 bibtex-reformat-previous-reference-keys.
15795 (bibtex-reference-type): Renamed to bibtex-entry-type.
15796 (bibtex-reference-head): Renamed to bibtex-entry-head.
15797 (bibtex-reference-maybe-empty-head): Renamed to
15798 bibtex-entry-maybe-empty-head.
15799 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15800 (bibtex-search-reference): Renamed to bibtex-search-entry.
15801 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15802 bibtex-enclosing-entry-maybe-empty-head.
15803 (bibtex-entry-field-alist, bibtex-entry-head,
15804 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15805 bibtex-map-entries, bibtex-search-entry,
15806 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15807 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15808 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15809 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15810 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15811 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15812 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15813
158142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15815
15816 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15817 comment.
15818 (bibtex-format-field-delimiters): New function, functionality
15819 extracted from bibtex-format-entry.
15820 (bibtex-autokey-get-yearfield-digits): New function, functionality
15821 extracted from bibtex-autokey-get-yearfield.
15822
15823 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15824 entries in order to avoid stack overflow in the regexp matcher if
15825 field contents become large.
15826 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15827 bibtex-field-string-part-not-braced,
15828 bibtex-field-string-part-no-inner-braces,
15829 bibtex-field-string-part-1-inner-brace,
15830 bibtex-field-string-part-2-inner-braces,
15831 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15832 bibtex-field-string-quoted, bibtex-field-string,
15833 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15834 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15835 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15836 as parsing is now performed by the following functions.
15837 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15838 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15839 bibtex-parse-field-string, bibtex-search-forward-field-string,
15840 bibtex-parse-association, bibtex-field-name-for-parsing,
15841 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15842 bibtex-search-forward-field, bibtex-search-backward-field,
15843 bibtex-start-of-field, bibtex-end-of-field,
15844 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15845 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15846 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15847 bibtex-parse-string, bibtex-search-forward-string,
15848 bibtex-search-backward-string, bibtex-start-of-string,
15849 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15850 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15851 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15852 entries. Instead of reporting the results of the parsing by
15853 match-beginning or match-end, these functions return data structures
15854 that hold the corresponding positions.
15855 (bibtex-enclosing-field): Changed to also report field boundaries by
15856 return values rather than by match-beginning or match-end. The
15857 following functions have been adapted to use the new parsing
15858 functions.
15859 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15860 bibtex-enclosing-field, bibtex-format-entry,
15861 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15862 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15863 bibtex-print-help-message, bibtex-end-of-entry,
15864 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15865 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15866 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15867 method for parsing.
15868 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15869 bibtex-map-entries, bibtex-flash-head,
15870 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15871 bibtex-autokey-change, bibtex-autokey-get-namefield,
15872 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15873 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15874 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15875 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15876 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15877 order to make the new binding of case-fold-search immediately
15878 visible.
15879
158802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15881
15882 * textmodes/bibtex.el: Copyright notice is up to date.
15883 Added constant 'bibtex-maintainer-salutation.
15884
15885 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15886 than make-temp-name, use match-string-no-properties and eliminate
15887 a quadratic behavior when building bibtex-strings.
15888
15889 * bibtex.el (bibtex-reference-key): Accept string entries whose
15890 reference key contains upper case letters.
15891
158922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15893
15894 * bibtex.el (bibtex-reference-head): Allow entries to start with
15895 a new line.
15896
158972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15898
15899 * bibtex.el: Hiding of entry bodies is not longer provided by
15900 bibtex.el directly. Instead the hideshow package can be used.
15901 Added a special bibtex entry to hs-special-modes-alist.
15902 (bibtex-hs-forward-sexp): Added for hideshow.el.
15903
159042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15905
15906 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15907 at ':' characters by call to split-string.
15908
159092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15910
15911 * textmodes/bibtex.el: Added RCS version identification.
15912
159132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15914
15915 * textmodes/bibtex.el: Some temporary comments removed.
15916 (bibtex-field-name, bibtex-entry-type): Made the relationship
15917 explicit.
15918 (bibtex-field-const): Allow capital letters.
15919 (bibtex-start-of-string): Deleted because unused.
15920
15921 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15922 use the term 'reference' to describe a bibtex entry as a whole.
15923 Further, reference keys are no longer called 'labels'.
15924 (bibtex-keys): Renamed to bibtex-reference-keys.
15925 (bibtex-reformat-previous-labels): Renamed to
15926 bibtex-reformat-previous-reference-keys.
15927 (bibtex-reference-type): Renamed to bibtex-entry-type.
15928 (bibtex-reference-head): Renamed to bibtex-entry-head.
15929 (bibtex-reference-maybe-empty-head): Renamed to
15930 bibtex-entry-maybe-empty-head.
15931 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15932 (bibtex-search-reference): Renamed to bibtex-search-entry.
15933 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15934 bibtex-enclosing-entry-maybe-empty-head.
15935 (bibtex-entry-field-alist, bibtex-entry-head,
15936 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15937 bibtex-map-entries, bibtex-search-entry,
15938 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15939 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15940 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15941 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15942 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15943 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15944 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15945
159462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15947
15948 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15949 comment.
15950 (bibtex-format-field-delimiters): New function, functionality
15951 extracted from bibtex-format-entry.
15952 (bibtex-autokey-get-yearfield-digits): New function, functionality
15953 extracted from bibtex-autokey-get-yearfield.
15954
15955 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15956 entries in order to avoid stack overflow in the regexp matcher if
15957 field contents become large.
15958 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15959 bibtex-field-string-part-not-braced,
15960 bibtex-field-string-part-no-inner-braces,
15961 bibtex-field-string-part-1-inner-brace,
15962 bibtex-field-string-part-2-inner-braces,
15963 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15964 bibtex-field-string-quoted, bibtex-field-string,
15965 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15966 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15967 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15968 as parsing is now performed by the following functions.
15969 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15970 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15971 bibtex-parse-field-string, bibtex-search-forward-field-string,
15972 bibtex-parse-association, bibtex-field-name-for-parsing,
15973 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15974 bibtex-search-forward-field, bibtex-search-backward-field,
15975 bibtex-start-of-field, bibtex-end-of-field,
15976 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15977 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15978 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15979 bibtex-parse-string, bibtex-search-forward-string,
15980 bibtex-search-backward-string, bibtex-start-of-string,
15981 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15982 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15983 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15984 entries. Instead of reporting the results of the parsing by
15985 match-beginning or match-end, these functions return data structures
15986 that hold the corresponding positions.
15987 (bibtex-enclosing-field): Changed to also report field boundaries by
15988 return values rather than by match-beginning or match-end. The
15989 following functions have been adapted to use the new parsing
15990 functions.
15991 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15992 bibtex-enclosing-field, bibtex-format-entry,
15993 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15994 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15995 bibtex-print-help-message, bibtex-end-of-entry,
15996 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15997 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15998 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15999 method for parsing.
16000 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16001 bibtex-map-entries, bibtex-flash-head,
16002 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16003 bibtex-autokey-change, bibtex-autokey-get-namefield,
16004 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16005 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16006 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16007 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16008 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16009 order to make the new binding of case-fold-search immediately
16010 visible.
16011
160122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16013
16014 * textmodes/bibtex.el: Copyright notice is up to date.
16015 Added constant 'bibtex-maintainer-salutation.
16016
16017 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16018 than make-temp-name, use match-string-no-properties and eliminate
16019 a quadratic behavior when building bibtex-strings.
16020
16021 * bibtex.el (bibtex-reference-key): Accept string entries whose
16022 reference key contains upper case letters.
16023
160242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16025
16026 * bibtex.el (bibtex-reference-head): Allow entries to start with
16027 a new line.
16028
160292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16030
16031 * bibtex.el: Hiding of entry bodies is not longer provided by
16032 bibtex.el directly. Instead the hideshow package can be used.
16033 Added a special bibtex entry to hs-special-modes-alist.
16034 (bibtex-hs-forward-sexp): Added for hideshow.el.
16035
160362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16037
16038 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16039 proceedings entry type (for cross referencing). Thanks to Wagner
16040 Toledo Correa for the suggestion.
16041
16042 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16043
160442000-02-14 Kenichi Handa <handa@etl.go.jp>
16045
16046 * international/characters.el: Setup case table for Vietnamese.
16047
160482000-02-12 Gerd Moellmann <gerd@gnu.org>
16049
16050 * uniquify.el (toplevel): Require CL at compile time.
16051 (uniquify-push): Removed.
16052
16053 * shadowfile.el (shadow-when): Removed.
16054
16055 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16056 (tempo-process-and-insert-string): Use dolist instead of
16057 tempo-dolist.
16058
16059 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16060 regexp for paragraph-start.
16061
16062 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16063 commas as well.
16064
160652000-02-10 Dave Love <fx@gnu.org>
16066
16067 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16068 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16069 Deleted.
16070 (widget-specify-field, widget-specify-button): Don't use
16071 widget-mouse-help as help-echo property.
16072 (default): Use #'ignore for :validate and :mouse-down-action.
16073 (checkbox): Add help-echo.
16074 (widget-sexp-validate): Rewritten to clarify error messages.
16075 (character): Use char-valid-p in :match function.
16076 (widget-color-complete): Use facemenu-color-alist.
16077 (widget-color-action): Use facemenu-read-color.
16078
16079 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16080 set up `caar' &c that we now have.
16081
160822000-02-09 Ray Blaak <blaak@gnu.org>
16083
16084 * delphi.el: Make resourcestring a declaration region, like const
16085 and var.
16086
160872000-02-09 Dave Love <fx@gnu.org>
16088
16089 * bindings.el (mode-line-input-method-map): New variable.
16090 (mode-line-mule-info): Use it; fix last change.
16091 (mode-line-mode-menu): Move definition.
16092 (mode-line-mouse-sensitive-p): Deleted.
16093 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16094 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16095 level.
16096
16097 * startup.el (command-line-1): Don't call
16098 make-mode-line-mouse-sensitive.
16099
161002000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16101
16102 * mail/rmail.el (rmail-retry-failure): Use
16103 rmail-beginning-of-message before rmail-toggle-header, because the
16104 former toggles headers.
16105
161062000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16107
16108 * diff-mode.el (diff-kill-junk): New interactive function.
16109 (diff-reverse-direction): Use delete-and-extract-region.
16110 (diff-post-command-hook): Restrict the area so that the hook also works
16111 outside of any diff hunk. This is necessary for the minor-mode.
16112 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16113 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16114
16115 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16116 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16117 so that it can be used more easily in <foo>-mode-hook. Also make sure
16118 to avoid duplicate entries.
16119 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16120 (font-lock-remove-keywords): Just as was done for `add', allow it to
16121 work even if font-lock-mode is nil. Also make sure we don't modify
16122 any pre-existing list by forcing a copy-sequence. Finally rename
16123 `major-mode' to `mode'.
16124 (font-lock-fontify-syntactic-anchored-keywords)
16125 (font-lock-fontify-anchored-keywords)
16126 (font-lock-fontify-keywords-region): Use line-end-position.
16127 Don't make `font-lock-multiline' local (it's now done in
16128 font-lock-set-defaults).
16129 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16130 move the `font-lock-fontified' creation to inside the `unless'.
16131
161322000-02-06 Andrew Innes <andrewi@gnu.org>
16133
16134 * term/w32-win.el (x-handle-args): Comment out call to message,
16135 which occurs before window system is initialized.
16136
16137 * makefile.nt: Add support for recompiling lisp code.
16138
161392000-02-04 Dave Love <fx@gnu.org>
16140
16141 * bindings.el (mode-line-mule-info): Fix/extend last change.
16142
16143 * completion.el: Replace completion-dolist with dolist.
16144
16145 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16146 dotimes.
16147
161482000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16149
16150 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16151 environment names before they go into the section regexp.
16152
16153 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16154 char class in regexp.
16155
16156 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16157 `case-fold-search' to nil.
16158
16159 * progmodes/idlwave.el (idlwave-template): Respect
16160 `idlwave-abbrev-change-case'.
16161 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16162 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16163 idlwave-while): respect `idlwave-reserved-word-upcase'.
16164 (idlwave-rw-case): New function.
16165 (idlwave-statement-match): Fixed problem with assignment regexp.
16166 (idlwave-font-lock-keywords): Improved regexp for keyword
16167 parameters.
16168 (idlwave-surround): New argument LENGTH to support padding of
16169 operators longer than 1 char.
16170
16171 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16172 idlwave-shell-expression-overlay. Implemented printing of
16173 expressions on higher levels of the calling stack.
16174 (idlwave-shell-display-level-in-calling-stack): Restore stack
16175 level.
16176 (idlwave-retrieve-expression-from-level): New function.
16177 (idlwave-shell-last-calling-stack): Variable removed.
16178 (idlwave-shell-reset): Argument action reversed (`visible' to
16179 `hidden'). Also remove stop-line overlay.
16180 (idlwave-shell-calling-stack-routine): New variable.
16181 (idlwave-shell-parse-stack-and-display): Messages now display
16182 negative level numbers.
16183 (idlwave-shell-mode): Set `modeline-format'.
16184 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16185 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16186 21.
16187 (idlwave-shell-print-expression-function): New option.
16188
16189 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16190 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16191 `tool-bar' instead of `toolbar'.
16192
161932000-02-02 Dave Love <fx@gnu.org>
16194
16195 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16196 emacs-lisp-mode-hook. Don't check for defalias being defined.
16197
16198 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16199 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16200 the new builtins directly.
16201
16202 * whitespace.el (whitespace): Add :version to defgroup.
16203
16204 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16205 Doc fix.
16206
16207 * thingatpt.el (sexp-at-point, symbol-at-point)
16208 (number-at-point, list-at-point): Add autoload cookie.
16209
16210 * recentf.el (recentf): Add :version to defgroup.
16211
16212 * quickurl.el (quickurl): Add :version to defgroup.
16213
16214 * elide-head.el (elide-head): Use point-marker more.
16215
16216 * bs.el (bs): Add :version to defgroup.
16217
16218 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16219
16220 * progmodes/delphi.el (delphi): Add :version to defgroup.
16221
162222000-02-02 Gerd Moellmann <gerd@gnu.org>
16223
16224 * ange-ftp.el (ange-ftp-write-region): Handle case that
16225 succeeding process operation sets a different coding system.
16226
16227 * calculator.el: New file.
16228
162292000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16230
16231 * frame.el (frames-on-display-list, framep-on-display): New
16232 functions.
16233 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16234 (display-selections-p, display-screens, display-pixel-width)
16235 (display-pixel-height, display-mm-width, display-mm-height)
16236 (display-backing-store, display-save-under, display-planes)
16237 (display-color-cells, display-visual-class): New functions.
16238
16239 * term/tty-colors.el (tty-color-gray-shades): New function.
16240
16241 * faces.el (display-color-p): Use framep-on-display.
16242 (display-grayscale-p): New function.
16243
162442000-01-31 Dave Love <fx@gnu.org>
16245
16246 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16247 (create-fontset-from-x-resource): Don't concat integers.
16248
162492000-01-31 Inge Frick <inge@nada.kth.se>
16250
16251 * view.el: Some changes in documentation. Removed some trailing
16252 whitespace. Changed some parameter names to agree with
16253 documentation.
16254 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16255 window is not deleted. Modifies change 1998-04-26.
16256
162572000-01-31 Gerd Moellmann <gerd@gnu.org>
16258
16259 * windmove.el: New file.
16260
16261 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16262 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16263 progmodes/ebnf-yac.el: Update copyright and license info.
16264
16265 * jit-lock.el (jit-lock-function): Widen before calculating end
16266 position.
16267 (jit-lock-stealth-chunk-start): Rewritten.
16268
16269 * info.el (Info-title-face-alist): Removed.
16270 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16271 faces.
16272 (Info-fontify-node): Use these faces.
16273
162742000-01-30 Gerd Moellmann <gerd@gnu.org>
16275
16276 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16277 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16278 `&allow-other-keywords'.
16279
16280 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16281 the list of directories scanned heuristically.
16282
16283 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16284 exist.
16285
162862000-01-30 Jason Rumney <jasonr@gnu.org>
16287
16288 * w32-fns.el: Define w32-tty-standard-colors.
16289
16290 * startup.el (command-line): Use w32-tty-standard-colors when in
16291 w32 console mode.
16292
162932000-01-30 Dave Love <fx@gnu.org>
16294
16295 * jka-compr.el (jka-compr-load): Fix up load-history.
16296
16297 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16298
16299 * emacs-lisp/cl-macs.el: Revert previous change.
16300
163012000-01-29 Dave Love <fx@gnu.org>
16302
16303 * facemenu.el: Purecopy various strings.
16304
16305 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16306 years. Deal with three-digit years.
16307
16308 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16309 defconst, purecopy.
16310 (help-back-label): Purecopy it.
16311
163122000-01-18 Gerd Moellmann <gerd@gnu.org>
16313
16314 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16315 variable. If non-nil, order the buffer list according to the
16316 currently selected frame.
16317 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16318 non-nil, pass the selected frame to function buffer-list.
16319
163202000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16321
16322 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16323
163242000-01-28 Dave Love <fx@gnu.org>
16325
16326 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16327
16328 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16329 Don't use lisp-indent-hook property.
16330 (cl-abs): Remove.
16331
16332 * subr.el: Move out indent and edebug specs for when and unless.
16333
16334 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16335 when, unless.
16336
16337 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16338 unless, when.
16339
163402000-01-28 Gerd Moellmann <gerd@gnu.org>
16341
16342 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16343 `collecting' as synonym for `collect'.
16344
16345 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16346 for the case it contains spaces.
16347
16348 * simple.el (what-cursor-position): Change formatting of
16349 messages.
16350
16351 * frame.el (delete-other-frames): New function.
16352 (toplevel): Bind it to C-x 5 1.
16353
16354 * sort.el (sort-numeric-base): New option.
16355 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16356 interpret it as octal or hexadecimal. Use sort-numeric-base
16357 as default base.
16358
16359 * progmodes/glasses.el: New file.
16360
163612000-01-27 Gerd Moellmann <gerd@gnu.org>
16362
16363 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16364 userids differently.
16365
16366 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16367 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16368 progmodes/ebnf-yac.el: New files.
16369
163702000-01-26 Dave Love <fx@gnu.org>
16371
16372 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16373 on a function with an empty body. [From Eric Ludlam.]
16374
163752000-01-25 Andre Spiegel <spiegel@gnu.org>
16376
16377 * vc.el (vc-version-diff): Make sure file name is expanded.
16378
163792000-01-25 Gerd Moellmann <gerd@gnu.org>
16380
16381 * scroll-bar.el (scroll-bar-timer): Variable removed.
16382 (scroll-bar-toolkit-scroll): Don't use a timer.
16383
163842000-01-25 Kenichi Handa <handa@etl.go.jp>
16385
16386 * language/thai-util.el (thai-composition-function): Delete
16387 superfluous `a'.
16388
163892000-01-24 Dave Love <fx@gnu.org>
16390
16391 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16392 end-of-defun-function.
16393
16394 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16395 &c.
16396
163972000-01-22 Jason Rumney <jasonr@gnu.org>
16398
16399 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16400 conflicts with new face support.
16401
164022000-01-22 Richard M. Stallman <rms@gnu.org>
16403
16404 * replace.el (query-replace): Rename last arg to DELIMITED.
16405 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16406 (query-replace-regexp): Likewise.
16407
164082000-01-20 Richard M. Stallman <rms@gnu.org>
16409
16410 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16411
16412 * emacs-lisp/lisp.el (beginning-of-defun-function):
16413 Variable renamed from beginning-of-defun.
16414 Do not call make-variable-buffer-local.
16415 (beginning-of-defun-raw): Use new variable name; doc fix.
16416 (beginning-of-defun): Doc fix.
16417 (end-of-defun-function): Variable renamed from end-of-defun.
16418 Do not call make-variable-buffer-local.
16419 (end-of-defun): Use new variable name; doc fix.
16420
16421 * subr.el (dolist, dotimes): Copied from cl-macs.el
16422 and made to work.
16423
16424 * mail/undigest.el (rmail-digest-end-regexps):
16425 Variable replaces rmail-digest-end-regexp.
16426 Allows multiple regexps for detecting the end line.
16427 (undigestify-rmail-message): Corresponding changes.
16428
164292000-01-19 Dave Love <fx@gnu.org>
16430
16431 * files.el (user-init-file): Don't declare here -- is primitive.
16432
16433 * startup.el (command-line): Check for compiled user-init-file and
16434 set to uncompiled version if necessary.
16435
164362000-01-18 Gerd Moellmann <gerd@gnu.org>
16437
16438 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16439 (undigestify-rmail-message): Use it.
16440
16441 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16442
164432000-01-17 Gerd Moellmann <gerd@gnu.org>
16444
16445 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16446 of mini-buffer.
16447
164482000-01-14 Gerd Moellmann <gerd@gnu.org>
16449
16450 * emacs-lisp/copyright.el (copyright-update): Removed the
16451 requirement for a trailing space from `copyright-regexp', to
16452 support copyrights with owner specified on a separate line..
16453
16454 * align.el: New file.
16455
16456 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16457
16458 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16459
164602000-01-13 Dave Love <fx@gnu.org>
16461
16462 * ph.el: Removed. (Obsoleted by EUDC.)
16463
164642000-01-13 Gerd Moellmann <gerd@gnu.org>
16465
16466 * net/eudc.el (toplevel): Remove autoloaded code installing
16467 menu with easymenu, because that causes build problems.
16468
16469 * frame.el (frame-notice-user-settings): New variable.
16470 (frame-notice-user-settings): Don't modify frame parameters
16471 if called a second time.
16472
164732000-01-13 Richard M. Stallman <rms@gnu.org>
16474
16475 * frame.el (frame-notice-user-settings):
16476 Notice default-frame-parameters even for non-window frames.
16477
164782000-01-13 Gerd Moellmann <gerd@gnu.org>
16479
16480 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16481 for Emacs.
16482 (eudc-bob-can-display-inline-images): Extend for Emacs.
16483 (eudc-bob-toggle-inline-display): Ditto.
16484 (eudc-bob-display-jpeg): Ditto.
16485
164862000-01-12 Gerd Moellmann <gerd@gnu.org>
16487
16488 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16489 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16490 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16491
16492 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16493 nil)'.
16494
16495 * subdirs.el: Add `net' directory.
16496
16497 * net: New directory.
16498
16499 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16500 eval-last-sexp. Don't bind debug-on-error here.
16501 (eval-last-sexp): New function. Bind debug-on-error if
16502 eval-expression-debug-on-error is non-nil.
16503 (eval-defun-2, eval-defun): Likewise.
16504
16505 * simple.el (eval-expression): Don't bind debug-on-error if
16506 eval-expression-debug-on-error is nil. Detect changed
16507 debug-on-error, and propagate new value to global binding, if
16508 eval-expression-debug-on-error is non-nil,
16509 (eval-expression-debug-on-error): Change doc string.
16510
165112000-01-11 Richard M. Stallman <rms@gnu.org>
16512
16513 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16514
16515 * emacs-lisp/lisp-mode.el (with-syntax-table):
16516 Set up lisp-indent-function property.
16517
16518 * subr.el (with-syntax-table): Moved from simple.el.
16519
16520 * simple.el (with-syntax-table): Moved to subr.el.
16521
165222000-01-11 Gerd Moellmann <gerd@gnu.org>
16523
16524 * tmm.el (tmm-shortcut): Delete region after prompt instead
16525 of erasing buffer.
16526
16527 * textmodes/fill.el (fill-common-string-prefix): New function.
16528 (fill-context-prefix): Use the longest common prefix of first
16529 and second line fill prefix, if there is one.
16530
165312000-01-11 Richard M. Stallman <rms@gnu.org>
16532
16533 * array.el (array-mode): Don't use make-variable-buffer-local.
16534 Use make-local-variable for `truncate-lines'.
16535
165362000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16537
16538 * add-log.el (add-log-current-defun): Handle user-defined
16539 add-log-current-function returning nil,
16540
16541 * add-log.el (add-change-log-entry): Insert version number
16542 if having found a current function
16543
16544 * add-log.el (add-log-current-defun): Call
16545 `add-log-current-defun-function'. Try matches at level 0 and
16546 level 1. Strip whitespace from defun found.
16547
165482000-01-10 John Wiegley <johnw@gnu.org>
16549
16550 * allout.el (isearch-done/outline-provisions): Added `edit'
16551 argument to correspond with the current definition of
16552 `isearch-done'.
16553
165542000-01-10 Dave Love <fx@gnu.org>
16555
16556 * elide-head.el (elide-head): Use point-marker, not point.
16557
165582000-01-10 Gerd Moellmann <gerd@gnu.org>
16559
16560 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16561 before and after the year 2000.
16562
16563 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16564 Add ispell- prefix.
16565
165662000-01-10 Ken Stevens <k.stevens@ieee.org>
16567
16568 * ispell.el: Only define dictionaries in menus when they exist.
16569 (version18p): New variable.
16570 (version20p): New variable.
16571 (xemacsp): New variable.
16572 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16573 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16574 (ispell-dictionary-alist6): Russian command lines no longer accept
16575 run-together words.
16576 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16577 (ispell-dictionary-alist): Add koi8-r to customize definition.
16578 (check-ispell-version): Added documentation string. Returns
16579 library path when called non-interactively.
16580 (ispell-menu-map-needed): Uses new variables.
16581 (ispell-library-path): New variable.
16582 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16583 (ispell-word): Improved documentation string. Test for valid
16584 character mappings. Correctly check typed in word changes that can
16585 result in single words split into multiple words. Returns
16586 replacement word.
16587 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16588 replace in recursive query replace mode. Help message for
16589 recursive edit mode.
16590 (ispell-show-choices): Protect against bad framepop bindings.
16591 (ispell-help): Fix to work with XEmacs.
16592 (ispell-highlight-spelling-error): Use new variables.
16593 (ispell-overlay-window): Fix to work with XEmacs.
16594 (ispell-parse-output): Passed and returns location information
16595 tracking spelling corrections. Doesn't recheck same word on
16596 current line.
16597 (ispell-init-process): Protect against bogus XEmacs variable binding.
16598 Fix call to single argument in sleep-for. Use new variables.
16599 (ispell-region): Passed and returns location information tracking
16600 spelling corrections. Doesn't check same word on current line.
16601 Improved documentation string. Doesn't resend a line already
16602 checked to the ispell process - fixes bug in LaTeX parsing.
16603 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16604 (ispell-skip-region): No longer skips <TT> in SGML.
16605 (ispell-process-line): Tracks location information with spelling
16606 corrections. Added documentation string. Accounts for words
16607 already accepted on this line. Don't allow query-replace on line
16608 starting with math characters. Doesn't resend a line already sent
16609 to ispell process. Fixes alignment error bug.
16610
166112000-01-10 Richard M. Stallman <rms@gnu.org>
16612
16613 * dired-x.el (dired-guess-shell-alist-default):
16614 Suggest xloadimage, which is free, not xv, which isn't.
16615
16616 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16617 Don't ever include the host name or user name in the value.
16618
166192000-01-09 Gerd Moellmann <gerd@gnu.org>
16620
16621 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16622 of a real newline.
16623
166242000-01-09 Stephen Eglen <stephen@gnu.org>
16625
16626 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16627 for .png files.
16628
166292000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16630
16631 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16632
166332000-01-09 Gerd Moellmann <gerd@gnu.org>
16634
16635 * progmodes/cperl-mode.el: Replace ^F with ^L.
16636
16637 * sendmail.el (toplevel): Provide `sendmail' when compiling
16638 before `require'ing rmail and mailalias to prevent infinite
16639 recursion.
16640
166412000-01-08 Dave Love <fx@gnu.org>
16642
16643 * emacs-lisp/backquote.el: Remove inappropriate customization
16644 (allowing custom.el to use backquote).
16645
166462000-01-07 Dave Love <fx@gnu.org>
16647
16648 * add-log.el (add-log-debugging): Deleted.
16649 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16650 file. Remove debugging code.
16651 (change-log-get-method-definition, change-log-name): Add doc.
16652 (change-log-sortable-date-at): New function.
16653 (change-log-merge): New command.
16654
16655 * time.el (display-time-string-forms): Make the Mail string active.
16656 (display-time-update): Provide help-echo for load average.
16657
16658 * bindings.el (make-mode-line-mouse2-map): New function.
16659 (mode-line-modified): Use it and simplify.
16660 (mode-line-mule-info): Provide help-echo info.
16661 (minor-mode-alist): Activate the strings.
16662 (make-mode-line-mouse-sensitive): Simplify for
16663 mode-line-buffer-identification.
16664
166652000-01-07 Gerd Moellmann <gerd@gnu.org>
16666
16667 * play/pong.el: New file.
16668
166692000-01-06 Dave Love <fx@gnu.org>
16670
16671 * array.el: Assorted cleanups for compiler warnings, doc strings,
16672 `array-' prefix for symbols.
16673
166742000-01-05 Dave Love <fx@gnu.org>
16675
16676 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16677 outline-headers-as-kill.
16678 (outline-mode): Define imenu-generic-expression.
16679 (outline-headers-as-kill): New command.
16680
16681 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16682 from paragraph-start.
16683 (paragraph-indent-minor-mode): New command.
16684
16685 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16686 M-C-e, M-C-h, C-j, C-xnd, TAB.
16687 (fortran-mode): Set beginning-of-defun, end-of-defun.
16688 (fortran-column-ruler): Simplify.
16689 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16690 (fortran-with-subprogram-narrowing): Likewise.
16691 (fortran-indent-subprogram): Call mark-defun.
16692 (fortran-check-for-matching-do): Change narrowing.
16693
16694 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16695 (cl-lucid-hash-tag): Delete.
16696 (cl-hash-table-p): Correct test for native table.
16697 (cl-hash-table-count): Use hash-table-count.
16698
16699 * browse-url.el (browse-url): Fix case of
16700 browse-url-browser-function being an alist.
16701
167022000-01-05 Carsten Dominik <cd@gnu.org>
16703
16704 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16705 (reftex-index-phrase-file-extension): New options.
16706
16707 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16708 Use new option `reftex-index-phrase-file-extension'.
16709
16710 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16711 `reftex-parse-file-extension'.
16712
167132000-01-05 Dave Love <fx@gnu.org>
16714
16715 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16716 (beginning-of-defun-raw): Use it.
16717 (end-of-defun): New variable.
16718 (end-of-defun): Use it.
16719 (check-parens): New command.
16720
167212000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16722
16723 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16724 (hs-show-block): Don't use `mapcar' when not accumulating.
16725
16726 Fix buglet in local variables initialization.
16727
167282000-01-05 Andreas Schwab <schwab@suse.de>
16729
16730 * hscroll.el (hscroll): Doc fix.
16731
167322000-01-05 Carsten Dominik <cd@gnu.org>
16733
16734 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16735 idlw-toolbar.
16736
16737 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16738 file idlw-rinfo.el.
16739 (idlwave-customize): load must read file idlw-shell.el.
16740 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16741
167422000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16743
16744 * progmodes/idlw-shell.el: Also provide idlwave-shell
16745 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16746 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16747
16748 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16749 both reftex-dcr and reftex-vcr.
16750
16751 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16752
167532000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16754
16755 * ps-print.el: PostScript code now is in separate files, doc fix.
16756 (ps-print-version): New version number (5.0.3).
16757 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16758 local.
16759 (ps-spool-config): Initialization fix.
16760 (ps-print-prologue-1, ps-print-prologue-2)
16761 (ps-print-duplex-feature): PostScript code moved to separated file.
16762 (ps-background-image): Little code reformating.
16763 (ps-begin-file, ps-begin-job): Fix code.
16764 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16765 (ps-prologue-file): New fun.
16766
167672000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16768
16769 * ps-vars.el: Eliminated.
16770
16771 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16772 `;;;###autoload'.
16773
16774 * ps-print.el: ps-vars eliminated, doc fix.
16775 (ps-print-version): New version number (5.0.2).
16776 (ps-spool-config): Initialization fix.
16777 (ps-print-customize): New fun.
16778
167792000-01-04 Gerd Moellmann <gerd@gnu.org>
16780
16781 * autorevert.el (auto-revert-mode): Return value of
16782 auto-revert-mode.
16783
167842000-01-04 Dave Love <fx@gnu.org>
16785
16786 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16787 menu items.
16788
167892000-01-03 Dave Love <fx@gnu.org>
16790
16791 * elide-head.el (elide-head) [defgroup]: Add :version.
16792
16793 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16794 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16795 `cl-hash-table-p', not `hash-table-p'.
16796 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16797
167982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16799
16800 * faces.el (face-read-integer, read-face-attribute)
16801 (color-defined-p, color-values): unspecified-{f,b}g are now
16802 strings.
16803
168042000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16805
16806 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16807 at comment end, and re-insert them after filling.
16808
168092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16810
16811 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16812 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16813 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16814
168152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16816
16817 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16818 the new name of face-color-supported-p.
16819
16820 * term/w32-win.el (xw-defined-colors): Likewise.
16821
168222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16823
16824 * simple.el (completion-setup-function): Count completion-size
16825 from minibuffer-prompt-end, not from point-min.
16826
168272000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16828
16829 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16830 Pass the frame to tty-color-* functions.
16831 (display-color-p, frame-set-background-mode): Pass the frame to
16832 tty-display-color-p.
16833
16834 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16835 tty-color-alist.
16836 (tty-color-alist, tty-modify-color-alist): New functions.
16837 (tty-color-define, tty-color-clear, tty-color-approximate)
16838 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16839 an optional parameter FRAME.
16840
168412000-01-01 Gerd Moellmann <gerd@gnu.org>
16842
16843 * image.el (create-image, defimage): Don't assume image data is a
16844 string.
16845
16846 * image.el (defimage): Handle specifications containing :data
16847 instead of :file.
16848 (image-type-from-data): New function.
16849 (image-type-from-file-header): Use it.
16850 (create-image): Add parameter DATA-P.
16851
16852See ChangeLog.8 for earlier changes.
16853
16854;; Local Variables:
16855;; coding: iso-2022-7bit
16856;; End: